Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of file src/OFLHADecompressingStream.m at check-in 9d802a786d004d45
|
2025-06-22
| ||
| 19:32 | Deleted: Point to the new repository check-in: [ec62287f25] user: js branch: trunk, size: 0 | |
|
2025-04-13
| ||
| 23:01 | Continue migrating to the ARC functions for RR file: [7d031dbb16] check-in: [b0a3da90ad] user: js branch: trunk, size: 12432 | |
|
2025-01-01
| ||
| 12:58 | Update copyright file: [c712c27ba8] check-in: [9d802a786d] user: js branch: trunk, size: 12420 | |
|
2024-04-29
| ||
| 21:42 | Properly hide private symbols file: [7c63af9a2f] check-in: [f16bccc7b3] user: js branch: trunk, size: 12420 | |
|
2024-04-03
| ||
| 02:16 | Change license to LGPLv3 only file: [83126d0266] check-in: [7413a728a7] user: js branch: trunk, size: 12404 | |
|
2024-02-03
| ||
| 11:41 | Update copyright file: [f5acc76a45] check-in: [7324ec8590] user: js branch: 1.0, size: 12217 | |
|
2024-01-02
| ||
| 17:17 | Update copyright file: [e5ba07f07c] check-in: [26ddd2e4e4] user: js branch: trunk, size: 12196 | |
|
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 | |
|
2023-01-06
| ||
| 09:04 | Update copyright file: [a9c8d0ec12] check-in: [8939cbdb52] user: js branch: trunk, size: 12217 | |
|
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 | |
|
2022-02-12
| ||
| 07:46 | Update copyright file: [1c43fdd671] check-in: [1a86b8175b] user: js branch: trunk, size: 12236 | |
|
2021-04-25
| ||
| 19:58 | Last round of renames (hopefully) file: [73678fe27b] check-in: [6ae98c1dcf] user: js branch: trunk, size: 12236 | |
|
2021-04-18
| ||
| 20:51 | Rename everything in several smaller files file: [c9d5ecbee3] check-in: [35de667566] user: js branch: new-naming-convention, size: 12236 | |
| 15:55 | Rename all functions in macros.h file: [8b06a18fd2] check-in: [7392685ffc] user: js branch: new-naming-convention, size: 12511 | |
|
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 | |
| 18:36 | Rename all remaining enums file: [d371e2f82d] check-in: [aa74e85220] user: js branch: new-naming-convention, size: 12455 | |
|
2021-01-02
| ||
| 22:04 | Update copyright file: [50a6bfc7bc] check-in: [374e1a1bfa] user: js branch: trunk, size: 12460 | |
|
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 | |
|
2020-11-05
| ||
| 02:27 | Further reduce usage of -[allocMemoryWithSize:] file: [548b68c743] check-in: [da1fb6b21c] user: js branch: trunk, size: 12532 | |
|
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 | |
|
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 | |
|
2020-01-02
| ||
| 01:51 | Update copyright file: [14251acfde] check-in: [c7f0229795] user: js branch: trunk, size: 12423 | |
|
2019-09-29
| ||
| 20:53 | Reduce ivar scopes file: [4bb7cbcba0] check-in: [e0a330b377] user: js branch: trunk, size: 12420 | |
|
2019-09-01
| ||
| 15:20 | Use u suffix on a few constants file: [3f3861d786] check-in: [b7badc68a0] user: js branch: trunk, size: 12375 | |
|
2019-06-17
| ||
| 02:33 | Added: Remove underscores from class names file: [f1d167ee49] check-in: [17d57e01ff] user: js branch: trunk, size: 12373 | |