Commit Graph

14 Commits

Author SHA1 Message Date
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