ObjFW  History of src/OFTarArchive.h of 9fa618244f73a37c

History of the file that is called src/OFTarArchive.h at check-in 9fa618244f73a37c

2024-04-03
02:16
[da3916e731] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 6191) [annotate] [blame] [check-ins using] [diff]
2024-03-02
21:20
[b569fe9e96] part of check-in [7619af113a] Minor documentation fix (check-in: [7619af113a] user: js, branch: trunk, size: 5983) [annotate] [blame] [check-ins using] [diff]
2024-02-27
20:21
[aa075ebdff] part of check-in [402b0a26e6] Minor documentation fix (check-in: [402b0a26e6] user: js, branch: trunk, size: 5970) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[f37cab3a6f] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 6006) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[753185e25e] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 6006) [annotate] [blame] [check-ins using] [diff]
2022-11-24
00:21
[6a44745e76] part of check-in [23272e6d43] Rename OFURI to OFIRI (check-in: [23272e6d43] user: js, branch: trunk, size: 6006) [annotate] [blame] [check-ins using] [diff]
2022-11-23
21:50
[7277c325d2] part of check-in [e520af4113] Remove OFTarArchiveMode from header

It's private anyway. (check-in: [e520af4113] user: js, branch: trunk, size: 6004) [annotate] [blame] [check-ins using] [diff]

2022-10-20
18:58
[7f3061b033] part of check-in [7538082267] Document more exceptions (check-in: [7538082267] user: js, branch: trunk, size: 6091) [annotate] [blame] [check-ins using] [diff]
2022-10-11
00:28
[4a06438b7d] part of check-in [a8bc0b31d0] +[URIForFile{ -> Path}:inArchive{ -> WithURI}:] (check-in: [a8bc0b31d0] user: js, branch: trunk, size: 5285) [annotate] [blame] [check-ins using] [diff]
2022-10-06
23:33
[d7ca0d5892] part of check-in [6c08b57605] OFTarArchive: Make returned streams retain archive

In order to not create a retain cycle, this changes the reference to the
last returned stream to an unsafe unretained one that the stream itself
resets to nil in its dealloc. (check-in: [6c08b57605] user: js, branch: trunk, size: 5282) [annotate] [blame] [check-ins using] [diff]

2022-10-04
22:12
[fceb35b7be] part of check-in [2481bede45] Add of-gzip: URI handler (check-in: [2481bede45] user: js, branch: trunk, size: 5198) [annotate] [blame] [check-ins using] [diff]
21:49
[748cfc3b0d] part of check-in [4f56311b57] Add of-tar: URI handler (check-in: [4f56311b57] user: js, branch: trunk, size: 5198) [annotate] [blame] [check-ins using] [diff]
2022-09-28
21:40
[8804d5e5f3] part of check-in [e7ab06503c] Rename OFUR{L -> I} in preparation for URI support (check-in: [e7ab06503c] user: js, branch: trunk, size: 4834) [annotate] [blame] [check-ins using] [diff]
2022-08-15
23:02
[3b0b749343] part of check-in [fee2316eca] OF{LHA,Tar,ZIP}Archive: Use URL instead of path (check-in: [fee2316eca] user: js, branch: trunk, size: 4834) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[a9bc537672] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 4890) [annotate] [blame] [check-ins using] [diff]
2021-04-17
05:28
[0ba5d85fe3] part of check-in [795618c69f] Rename all types in OFTarArchive(Entry).h (check-in: [795618c69f] user: js, branch: new-naming-convention, size: 4890) [annotate] [blame] [check-ins using] [diff]
02:10
[4e30a3bdb2] part of check-in [255f21fb3d] of_string_encoding_t -> OFStringEncoding (check-in: [255f21fb3d] user: js, branch: new-naming-convention, size: 4885) [annotate] [blame] [check-ins using] [diff]
2021-03-07
15:07
[a2350271f7] part of check-in [1948e7e972] *.h: Fold methods into one line where it fits (check-in: [1948e7e972] user: js, branch: trunk, size: 4893) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[4162b0edcc] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 4910) [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
[7e4a70a4fc] part of check-in [163a4a5a2e] Use /** */ instead of /*! */ for documentation (check-in: [163a4a5a2e] user: js, branch: trunk, size: 4999) [annotate] [blame] [check-ins using] [diff]
2020-09-27
03:08
[53aa277ad0] part of check-in [9e9ce6aa1c] Work around bugs in Apple GCC 4.0.1

Still miscompiles things. (check-in: [9e9ce6aa1c] user: js, branch: trunk, size: 4999) [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
[f899bf9135] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 5076) [annotate] [blame] [check-ins using] [diff]
2019-09-29
19:35
[499d4e1e00] 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: 5073) [annotate] [blame] [check-ins using] [diff]

2019-03-08
00:35
[c1cedd4497] part of check-in [bceb7ed4c9] Use dot syntax (check-in: [bceb7ed4c9] user: js, branch: trunk, size: 5047) [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
[12a3337977] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 5093) [annotate] [blame] [check-ins using] [diff]
2018-05-26
23:04
[1091af78e2] part of check-in [790b5344d6] Add OFLHAArchive

This is currently limited to reading uncompressed LHA level 2 files. (check-in: [790b5344d6] user: js, branch: trunk, size: 5087) [annotate] [blame] [check-ins using] [diff]

07:56
[f2708a375a] part of check-in [9db1965939] OFTarArchive: Allow specifying the encoding (check-in: [9db1965939] user: js, branch: trunk, size: 5029) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[cd01fa929d] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 4883) [annotate] [blame] [check-ins using] [diff]
2017-11-19
11:04
[5395b52e6f] 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: 4860) [annotate] [blame] [check-ins using] [diff]

2017-11-18
18:50
[155fb2c98a] part of check-in [cc3ad3ddd3] Documentation: Use @brief for all properties (check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 4511) [annotate] [blame] [check-ins using] [diff]
2017-10-29
21:58
[e55df33ec2] part of check-in [f3ccf14461] Convert methods to properties where appropriate

This improves Swift compatibility. (check-in: [f3ccf14461] user: js, branch: trunk, size: 4512) [annotate] [blame] [check-ins using] [diff]

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

2017-09-26
22:01
[9c5a85aa2e] part of check-in [319709fff1] Many nullability fixes (check-in: [319709fff1] user: js, branch: 0.90, size: 2473) [annotate] [blame] [check-ins using] [diff]
21:53
[1f7bc982dd] part of check-in [52011fbfd6] Many nullability fixes (check-in: [52011fbfd6] user: js, branch: trunk, size: 4517) [annotate] [blame] [check-ins using] [diff]
00:06
[dede3f7288] part of check-in [cfb4a7ab76] Fix a few missing nullable (check-in: [cfb4a7ab76] user: js, branch: 0.90, size: 2463) [annotate] [blame] [check-ins using] [diff]
00:02
[dc33b1e19e] part of check-in [3da9426ea5] Fix a few missing nullable (check-in: [3da9426ea5] user: js, branch: trunk, size: 4507) [annotate] [blame] [check-ins using] [diff]
2017-08-06
19:40
[166b823ec4] part of check-in [4594f434e7] OFZIPArchive: Add write and append support (check-in: [4594f434e7] user: js, branch: trunk, size: 4498) [annotate] [blame] [check-ins using] [diff]
2017-08-05
18:00
[0314df0a93] part of check-in [c404c33cf1] OFZIPArchive: Don't require an OFSeekableStream

This is now only necessary for reading and appending. (check-in: [c404c33cf1] user: js, branch: trunk, size: 4382) [annotate] [blame] [check-ins using] [diff]

15:22
[d9a5ab9e23] part of check-in [0c5035dd3f] OFTarArchive: Add write and append support (check-in: [0c5035dd3f] user: js, branch: trunk, size: 4344) [annotate] [blame] [check-ins using] [diff]
12:27
[b27de43f94] part of check-in [3f34a360bf] Add OFMutableTarArchiveEntry

This is in preparation for OFTarArchive write support. (check-in: [3f34a360bf] user: js, branch: trunk, size: 3555) [annotate] [blame] [check-ins using] [diff]

2017-08-02
20:11
[32c44fd3a1] part of check-in [9104575517] OFTarArchive: Prepare for adding write support (check-in: [9104575517] user: js, branch: trunk, size: 3379) [annotate] [blame] [check-ins using] [diff]
2017-05-08
21:37
[90a272ca60] part of check-in [469a496cd2] Add OF_DESIGNATED_INITIALIZER & OF_METHOD_FAMILY (check-in: [469a496cd2] user: js, branch: trunk, size: 2454) [annotate] [blame] [check-ins using] [diff]
2017-05-07
20:10
[f202a7f964] 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: 2428) [annotate] [blame] [check-ins using] [diff]

2017-01-09
17:36
[2ef22f87ee] 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: 2423) [annotate] [blame] [check-ins using] [diff]

2016-05-22
21:14
[a421bc5d7a] part of check-in [804809a28e] OFTarArchive.h: Fix a typo (check-in: [804809a28e] user: js, branch: trunk, size: 2417) [annotate] [blame] [check-ins using] [diff]
19:53
Added: [e6cdb8e0ee] part of check-in [7ecdc71677] Add OFTarArchive

This only implements the UNIX v7 format for now. (check-in: [7ecdc71677] user: js, branch: trunk, size: 2417) [annotate] [blame] [check-ins using]