ObjFW  History of src/OFGZIPStream.m of 2d8c6a004df7bdb7

History of the file that is called src/OFGZIPStream.m at check-in 2d8c6a004df7bdb7

2024-04-29
21:42
[7c25979fa6] part of check-in [f16bccc7b3] Properly hide private symbols (check-in: [f16bccc7b3] user: js, branch: trunk, size: 8148) [annotate] [blame] [check-ins using] [diff]
2024-04-03
02:16
[ba433e4a1c] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 8147) [annotate] [blame] [check-ins using] [diff]
2024-03-04
01:07
[2fbc571652] part of check-in [d1e7172eff] Fix -[OFGZIPStream isAtEndOfStream] (check-in: [d1e7172eff] user: js, branch: 1.0, size: 7993) [annotate] [blame] [check-ins using] [diff]
01:07
[68192b71aa] part of check-in [96f3ab8477] Fix -[OFGZIPStream isAtEndOfStream] (check-in: [96f3ab8477] user: js, branch: trunk, size: 7939) [annotate] [blame] [check-ins using] [diff]
2024-02-03
11:41
[abd233b804] part of check-in [7324ec8590] Update copyright (check-in: [7324ec8590] user: js, branch: 1.0, size: 7473) [annotate] [blame] [check-ins using] [diff]
2024-01-27
23:58
[550f2ed31d] part of check-in [7ba7612146] OFGZIPStream: Fix reading CRC32 / size (check-in: [7ba7612146] user: js, branch: 1.0, size: 7473) [annotate] [blame] [check-ins using] [diff]
23:57
[446ae4ffb6] part of check-in [c814ea674d] OFGZIPStream: Fix reading CRC32 / size (check-in: [c814ea674d] user: js, branch: trunk, size: 7419) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[51e839e54b] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 7361) [annotate] [blame] [check-ins using] [diff]
2023-10-15
12:32
[9545f9339e] part of check-in [a61e0594b4] Add -[OFStream lowlevelIsAtEndOfStream]

This allows for a much cleaner solution to avoid the internal read
buffer of e.g. a TLS connection never being processed while waiting for
a delimiter. (check-in: [a61e0594b4] user: js, branch: trunk, size: 7361) [annotate] [blame] [check-ins using] [diff]

2023-01-06
09:04
[1ebfe8e246] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 7415) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[947da42ac6] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 7415) [annotate] [blame] [check-ins using] [diff]
2021-04-18
20:51
[072d5c3fec] part of check-in [35de667566] Rename everything in several smaller files (check-in: [35de667566] user: js, branch: new-naming-convention, size: 7415) [annotate] [blame] [check-ins using] [diff]
2021-04-17
16:57
[c75aceb9b4] part of check-in [827819d93c] Rename all enums in OFGZIPStream.h (check-in: [827819d93c] user: js, branch: new-naming-convention, size: 7415) [annotate] [blame] [check-ins using] [diff]
2021-03-07
20:25
[5c08122bde] part of check-in [1b82d3bf4f] *.m: Fold methods into one line where it fits (check-in: [1b82d3bf4f] user: js, branch: trunk, size: 7409) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[4ed53f9a5c] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 7471) [annotate] [blame] [check-ins using] [diff]
2020-06-02
21:21
[42379805f3] part of check-in [da5f126be3] OFGZIPStream: Add properties for OS and mtime (check-in: [da5f126be3] user: js, branch: set-mtime, size: 7560) [annotate] [blame] [check-ins using] [diff]
2020-01-14
00:16
[f8e93c416d] part of check-in [3b43d51006] More consistent -[close] behavior

This means refusing to close twice, calling -[close] from -[dealloc] and
not calling -[cancelAsyncRequests].

Calling -[cancelAsyncRequests] in -[close] is too dangerous, as -[close]
gets called by -[dealloc]: If the queue is the last reference to the
object, at the point where -[cancelAsyncRequests] removes it from the
queue, the object will start to deallocate and call into
-[cancelAsyncRequests] again, which is still in the middle of removing
it and now finds itself with an inconsistent state. (check-in: [3b43d51006] user: js, branch: trunk, size: 7342) [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
[3efdd5018a] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 7241) [annotate] [blame] [check-ins using] [diff]
2019-12-27
00:41
[d38773fa18] part of check-in [e629dc83a9] OFSecureData: Add allowsSwappableMemory property

With this property, it's possible to specify whether the memory should
be protected from swapping or not. This makes it easier for e.g. the
crypto hash classes: They can now just always use OFSecureData without
wasting unswappable memory if it's not needed. (check-in: [e629dc83a9] user: js, branch: trunk, size: 7238) [annotate] [blame] [check-ins using] [diff]

2019-03-08
00:35
[f365c42bc2] part of check-in [bceb7ed4c9] Use dot syntax (check-in: [bceb7ed4c9] user: js, branch: trunk, size: 7239) [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
[7f75898f5a] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 7259) [annotate] [blame] [check-ins using] [diff]
2018-06-12
21:33
[2759f9564f] part of check-in [8f21e8acb5] Rename OFChecksum{Failed -> Mismatch}Exception

This also adds a parameter for the actual and expected checksum. (check-in: [8f21e8acb5] user: js, branch: trunk, size: 7253) [annotate] [blame] [check-ins using] [diff]

2018-01-03
19:49
[366b9ff49d] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 6649) [annotate] [blame] [check-ins using] [diff]
2017-10-17
00:33
[4ca40a79fe] part of check-in [2f4e0df8be] Do not use implicit method return types

Instead, explicitly declare them, as OF_ASSUME_NONNULL_{BEGIN,END} does
not apply to implicit return types. This means that after this commit,
all init methods have a nonnull return type, as they should have. (check-in: [2f4e0df8be] user: js, branch: trunk, size: 6626) [annotate] [blame] [check-ins using] [diff]

2017-08-05
17:24
[99b0bbcaa7] part of check-in [ccf8ecbb83] OFGZIPStream: Prepare for adding write support (check-in: [ccf8ecbb83] user: js, branch: trunk, size: 6598) [annotate] [blame] [check-ins using] [diff]
2017-06-10
10:00
[428c033f1c] part of check-in [f56a50ee50] 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: 6361) [annotate] [blame] [check-ins using] [diff]

2017-06-05
15:51
[4efebeb9c7] part of check-in [f9cd4f9cab] OFStream: Don't throw when at end of stream

Instead, let reads return 0 and let writes append after the end. (check-in: [f9cd4f9cab] user: js, branch: trunk, size: 6361) [annotate] [blame] [check-ins using] [diff]

2017-05-08
21:37
[1028d48dc9] part of check-in [469a496cd2] Add OF_DESIGNATED_INITIALIZER & OF_METHOD_FAMILY (check-in: [469a496cd2] user: js, branch: trunk, size: 5865) [annotate] [blame] [check-ins using] [diff]
2017-05-07
20:10
[e4f1e2e6e9] part of check-in [4af49a13c3] Small code style change

Casts are now written like types in variable declarations. (check-in: [4af49a13c3] user: js, branch: trunk, size: 5829) [annotate] [blame] [check-ins using] [diff]

2017-01-09
17:36
[1c958d34d5] part of check-in [44f45c2e35] Update copyright

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

2016-05-29
13:02
[0950f8ddc7] part of check-in [134a1121c7] 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. (check-in: [134a1121c7] user: js, branch: trunk, size: 5820) [annotate] [blame] [check-ins using] [diff]

2016-05-06
20:39
[e50224d01e] part of check-in [2a2e17d8d0] Enable -Wsign-compare (check-in: [2a2e17d8d0] user: js, branch: trunk, size: 5820) [annotate] [blame] [check-ins using] [diff]
2016-04-23
19:55
Added: [81b68adf32] part of check-in [7c3f557d94] Add OFGZIPStream (check-in: [7c3f557d94] user: js, branch: trunk, size: 5800) [annotate] [blame] [check-ins using]