ObjFW  All files named "src/OFDeflate64Stream.m"

History for src/OFDeflate64Stream.m

2017-06-10
10:00
Deleted: Rename OFDeflateStream back to OFInflateStream

There is not much point in having a bi-directional stream for Deflate
compression / decompression. check-in: [f56a50ee50] user: js, branch: trunk, size: 0

2017-01-09
17:36
Update copyright

Forgot to add 2017, even though I already did quite some changes in
2017. file: [444bc58fd5] check-in: [44f45c2e35] user: js, branch: trunk, size: 628 [annotate] [blame] [check-ins using] [diff]

2016-05-29
13:02
Added: Rename OFInflateStream back to OFDeflateStream

The reason for renaming to OFInflateStream was to have one stream for
decompression and one for compression in order to reduce memory usage if
only one of the two is needed, as the ivar layout will be smaller then.
However, it is more consistent with other stream classes to have one
stream that can handle both. The increased memory footprint of having
ivars for compression and decompression can be solved by having a
pointer to those instead. This will not incur any performance penalty,
as the pointer will be dereferenced instead of the ivars, meaning the
overhead is only getting the pointer from the ivars once. file: [ead21e98d0] check-in: [134a1121c7] user: js, branch: trunk, size: 622 [annotate] [blame] [check-ins using]

2015-05-16
20:29
Deleted: Rename OFDeflateStream -> OFInflateStream

It makes more sense to have one class for inflating and one for
deflating instead of having one that does both, as having one that does
both requires more memory per instance when only inflating or deflating
is used. check-in: [2e9336b1ef] user: js, branch: trunk, size: 0

2015-01-03
20:57
Update copyright file: [5491117b36] check-in: [cfd374b906] user: js, branch: trunk, size: 618 [annotate] [blame] [check-ins using] [diff]
2014-05-31
02:16
Better code sharing between Deflate and Deflate64 file: [b526060610] check-in: [a8c62e1c0d] user: js, branch: trunk, size: 612 [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
Update copyright. file: [17854efe61] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1731 [annotate] [blame] [check-ins using] [diff]
2013-11-06
20:29
Added: Add OFDeflate64Stream. file: [4cf3df9c5c] check-in: [7aef43d648] user: js, branch: trunk, size: 1725 [annotate] [blame] [check-ins using]