ObjFW  History of src/OFInflateStream.h of f5558d09197ccc7f

History of the file that is called src/OFInflateStream.h at check-in f5558d09197ccc7f

2024-04-03
02:16
[95f6e299ea] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 3291) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[894d68d12f] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 3083) [annotate] [blame] [check-ins using] [diff]
2023-07-25
21:21
[1320fce7c5] part of check-in [d6f5e2abc5] OFZIPArchive: Handle files spanning multiple parts (check-in: [d6f5e2abc5] user: js, branch: trunk, size: 3083) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[4379fb100c] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 2824) [annotate] [blame] [check-ins using] [diff]
2022-04-19
16:48
[fe62e030fd] part of check-in [112ab00310] Don't install OFHuffmanTree.h (check-in: [112ab00310] user: js, branch: trunk, size: 2824) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[a63ce643c9] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 2787) [annotate] [blame] [check-ins using] [diff]
2021-04-29
23:24
[f8763882fa] part of check-in [2fcf5a3052] Clean up struct and enum typedefs

With TYPEDEF_HIDES_STRUCT set, Doxygen properly handles anonymous
structs and enums that are typedef'd. (check-in: [2fcf5a3052] user: js, branch: trunk, size: 2787) [annotate] [blame] [check-ins using] [diff]

2021-04-18
20:51
[6239bc3935] part of check-in [35de667566] Rename everything in several smaller files (check-in: [35de667566] user: js, branch: new-naming-convention, size: 2794) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[975875032e] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 2839) [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
[c18a2de259] part of check-in [163a4a5a2e] Use /** */ instead of /*! */ for documentation (check-in: [163a4a5a2e] user: js, branch: trunk, size: 2928) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[610123941e] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 2928) [annotate] [blame] [check-ins using] [diff]
2019-09-29
20:53
[56ded0c782] part of check-in [e0a330b377] Reduce ivar scopes (check-in: [e0a330b377] user: js, branch: trunk, size: 2925) [annotate] [blame] [check-ins using] [diff]
19:35
[a451ce0366] part of check-in [496695d778] Either restrict subclassing or reserve ivar space

This allows ABI stability with the fragile ABI. (check-in: [496695d778] user: js, branch: trunk, size: 2967) [annotate] [blame] [check-ins using] [diff]

2019-03-08
00:35
[ba3144156c] part of check-in [bceb7ed4c9] Use dot syntax (check-in: [bceb7ed4c9] user: js, branch: trunk, size: 2941) [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
[39722f3e94] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 2979) [annotate] [blame] [check-ins using] [diff]
2018-06-10
12:29
[c2a72ef602] part of check-in [2e354552ad] OFLHAArchive: Skip compressed entries much faster (check-in: [2e354552ad] user: js, branch: trunk, size: 2973) [annotate] [blame] [check-ins using] [diff]
2018-06-03
18:15
[3cdd10fe42] part of check-in [6cbc2253b8] OFLHAArchive: Support for -lh[4567]- compression (check-in: [6cbc2253b8] user: js, branch: trunk, size: 2947) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[89ba23d554] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 2914) [annotate] [blame] [check-ins using] [diff]
2017-11-19
11:04
[a58b9e9e07] part of check-in [69749b6a5b] Do not conform to OFReadyFor*Observing by default

Instead of letting OFStream conform to it, which itself does not really
conform to it, let all the subclasses that actually do conform to it. (check-in: [69749b6a5b] user: js, branch: trunk, size: 2891) [annotate] [blame] [check-ins using] [diff]

2017-10-17
00:33
[e064c26fb9] 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: 2706) [annotate] [blame] [check-ins using] [diff]

2017-09-26
21:53
[d858471aa3] part of check-in [52011fbfd6] Many nullability fixes (check-in: [52011fbfd6] user: js, branch: trunk, size: 2678) [annotate] [blame] [check-ins using] [diff]
2017-06-10
10:00
Added: [2b188fa81c] 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: 2519) [annotate] [blame] [check-ins using]