24 Commits

Author SHA1 Message Date
hasherezade 8c76d3d58b [REFACT] Cleanup of ByteBuffer initialization 2025-04-21 23:09:16 +02:00
hasherezade 46a00afb27 [REFACT] Define bufisize_t as size_t. Check max size before resizing 2025-04-21 08:00:12 -08:00
hasherezade e90f478390 [BUGFIX] In ByteBuffer: clean up constructors 2025-04-21 07:06:09 -08:00
hasherezade 828e6268d2 [REFACT] In ByteBuffer: removed releasable interface 2025-04-21 05:47:36 -08:00
hasherezade a3da5faf13 [REFACT] In ByteBuffer: simplified constructor 2025-04-20 20:13:52 -08:00
hasherezade cf42205f9e [REFACT] Removed debug strings 2025-04-20 19:36:32 -08:00
hasherezade 60c435b27c [FEATURE] In ByteBuffer: added reference counter 2025-04-20 17:01:55 -08:00
hasherezade 9684d8fc76 [REFACT] Cleaned exception 2025-04-20 15:31:06 -08:00
hasherezade d0ba121dec [REFACT] Resize buffer using realloc 2025-04-18 20:47:16 +02:00
visuve 06da4226e4 Fix some warnings pointed out by Cppcheck 2024-04-06 10:39:47 +03:00
hasherezade 437bf2ffae [REFACT] Use saved original size to decide if the file was resized 2023-02-13 03:32:22 +01:00
hasherezade 1129b354f8 [FEATURE] Indicate that the buffer was resized 2022-09-04 06:59:34 +02:00
hasherezade 5b41545749 [FEATURE] Log everything via Logger 2016-11-05 03:06:34 +01:00
hasherezade 37b3e60e70 [BUGFIX] In ByteBuffer::allocContent - prevent the 'new' operator from throwing bad_alloc exception 2015-05-02 10:03:14 +02:00
hasherezade 2d795e42fc [BUGFIX] In ByteBuffer: fixed critical error - wrong content was deleted on resize 2015-05-02 09:56:38 +02:00
hasherezade 2c6c93d726 [REFACT] Use new/delete for ByteBuffer alloc/free 2015-03-14 21:39:58 +01:00
hasherezade a1240bf070 [FEATURE] In ByteBuffer : added constructor with content filling 2014-09-10 21:44:26 +02:00
hasherezade f4b0cec018 [BUGFIX] In ByteBuffer: use free instead of delete 2014-09-09 13:09:25 +02:00
hasherezade 9a160a5be6 [BUGFIX] In ByteBuffer::resize - added missing returns 2014-09-09 00:08:07 +02:00
hasherezade afe6434568 [FEATURE] In buffers added: resize 2014-09-08 23:55:18 +02:00
hasherezade ddaf14f077 [FEATURE] In FileView: setting max size to map 2014-08-31 19:21:38 +02:00
hasherezade f100a41780 [REFACT] Renamed: ByteSubBuffer to BufferView 2014-08-26 17:04:45 +02:00
hasherezade 86313f8363 [FEATURE] Added FileMap as AbstractByteBuffer 2014-08-18 20:52:54 +02:00
hasherezade 318b3d15a0 [INIT] Initial commit 2014-08-16 18:50:39 +02:00