ObjFW  History of src/OFLHADecompressingStream.m of b37858358e5c88a4

History of the file that is called src/OFLHADecompressingStream.m at check-in b37858358e5c88a4

2024-02-03
11:41
Update copyright file: [f5acc76a45] check-in: [7324ec8590] user: js, branch: 1.0, size: 12217 [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
Update copyright file: [e5ba07f07c] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 12196 [annotate] [blame] [check-ins using] [diff]
2023-10-15
12:32
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. file: [94f1868a8f] check-in: [a61e0594b4] user: js, branch: trunk, size: 12196 [annotate] [blame] [check-ins using] [diff]

2023-01-06
09:04
Update copyright file: [a9c8d0ec12] check-in: [8939cbdb52] user: js, branch: trunk, size: 12217 [annotate] [blame] [check-ins using] [diff]
2022-11-16
01:27
Add OFAssert()

This uses the same format as OFEnsure(). file: [c9a31f2d2f] check-in: [c86b8f10f0] user: js, branch: trunk, size: 12217 [annotate] [blame] [check-ins using] [diff]

2022-02-12
07:46
Update copyright file: [1c43fdd671] check-in: [1a86b8175b] user: js, branch: trunk, size: 12236 [annotate] [blame] [check-ins using] [diff]
2021-04-25
19:58
Last round of renames (hopefully) file: [73678fe27b] check-in: [6ae98c1dcf] user: js, branch: trunk, size: 12236 [annotate] [blame] [check-ins using] [diff]
2021-04-18
20:51
Rename everything in several smaller files file: [c9d5ecbee3] check-in: [35de667566] user: js, branch: new-naming-convention, size: 12236 [annotate] [blame] [check-ins using] [diff]
15:55
Rename all functions in macros.h file: [8b06a18fd2] check-in: [7392685ffc] user: js, branch: new-naming-convention, size: 12511 [annotate] [blame] [check-ins using] [diff]
2021-04-17
22:45
Rename of_(re)alloc and add OFFreeMemory file: [8c895e9f95] check-in: [498074dab9] user: js, branch: new-naming-convention, size: 12512 [annotate] [blame] [check-ins using] [diff]
18:36
Rename all remaining enums file: [d371e2f82d] check-in: [aa74e85220] user: js, branch: new-naming-convention, size: 12455 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [50a6bfc7bc] check-in: [374e1a1bfa] user: js, branch: trunk, size: 12460 [annotate] [blame] [check-ins using] [diff]
2020-11-14
12:23
Rename of_malloc and of_calloc

The new names should be more accurate. file: [9b1fbea443] check-in: [627511b032] user: js, branch: trunk, size: 12549 [annotate] [blame] [check-ins using] [diff]

2020-11-05
02:27
Further reduce usage of -[allocMemoryWithSize:] file: [548b68c743] check-in: [da1fb6b21c] user: js, branch: trunk, size: 12532 [annotate] [blame] [check-ins using] [diff]
2020-09-27
03:08
Work around bugs in Apple GCC 4.0.1

Still miscompiles things. file: [16b7cb0b85] check-in: [9e9ce6aa1c] user: js, branch: trunk, size: 12532 [annotate] [blame] [check-ins using] [diff]

2020-01-14
00:16
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. file: [aae6155a72] check-in: [3b43d51006] user: js, branch: trunk, size: 12524 [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
Update copyright file: [14251acfde] check-in: [c7f0229795] user: js, branch: trunk, size: 12423 [annotate] [blame] [check-ins using] [diff]
2019-09-29
20:53
Reduce ivar scopes file: [4bb7cbcba0] check-in: [e0a330b377] user: js, branch: trunk, size: 12420 [annotate] [blame] [check-ins using] [diff]
2019-09-01
15:20
Use u suffix on a few constants file: [3f3861d786] check-in: [b7badc68a0] user: js, branch: trunk, size: 12375 [annotate] [blame] [check-ins using] [diff]
2019-06-17
02:33
Added: Remove underscores from class names file: [f1d167ee49] check-in: [17d57e01ff] user: js, branch: trunk, size: 12373 [annotate] [blame] [check-ins using]