ObjFW  History of src/OFInflateStream.h of 374e1a1bfa30d767

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

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

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

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

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

2019-03-08
00:35
Use dot syntax file: [ba3144156c] check-in: [bceb7ed4c9] user: js, branch: trunk, size: 2941 [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
Update copyright file: [39722f3e94] check-in: [0509d7a844] user: js, branch: trunk, size: 2979 [annotate] [blame] [check-ins using] [diff]
2018-06-10
12:29
OFLHAArchive: Skip compressed entries much faster file: [c2a72ef602] check-in: [2e354552ad] user: js, branch: trunk, size: 2973 [annotate] [blame] [check-ins using] [diff]
2018-06-03
18:15
OFLHAArchive: Support for -lh[4567]- compression file: [3cdd10fe42] check-in: [6cbc2253b8] user: js, branch: trunk, size: 2947 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [89ba23d554] check-in: [7e5c81e186] user: js, branch: trunk, size: 2914 [annotate] [blame] [check-ins using] [diff]
2017-11-19
11:04
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. file: [a58b9e9e07] check-in: [69749b6a5b] user: js, branch: trunk, size: 2891 [annotate] [blame] [check-ins using] [diff]

2017-10-17
00:33
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. file: [e064c26fb9] check-in: [2f4e0df8be] user: js, branch: trunk, size: 2706 [annotate] [blame] [check-ins using] [diff]

2017-09-26
21:53
Many nullability fixes file: [d858471aa3] check-in: [52011fbfd6] user: js, branch: trunk, size: 2678 [annotate] [blame] [check-ins using] [diff]
2017-06-10
10:00
Added: Rename OFDeflateStream back to OFInflateStream

There is not much point in having a bi-directional stream for Deflate
compression / decompression. file: [2b188fa81c] check-in: [f56a50ee50] user: js, branch: trunk, size: 2519 [annotate] [blame] [check-ins using]