ObjFW  History of src/OFTarArchive.h of 753808226716383b

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

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

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

2022-10-20
18:58
Document more exceptions file: [7f3061b033] check-in: [7538082267] user: js, branch: trunk, size: 6091 [annotate] [blame] [check-ins using] [diff]
2022-10-11
00:28
+[URIForFile{ -> Path}:inArchive{ -> WithURI}:] file: [4a06438b7d] check-in: [a8bc0b31d0] user: js, branch: trunk, size: 5285 [annotate] [blame] [check-ins using] [diff]
2022-10-06
23:33
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. file: [d7ca0d5892] check-in: [6c08b57605] user: js, branch: trunk, size: 5282 [annotate] [blame] [check-ins using] [diff]

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

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

2020-01-02
01:51
Update copyright file: [f899bf9135] check-in: [c7f0229795] user: js, branch: trunk, size: 5076 [annotate] [blame] [check-ins using] [diff]
2019-09-29
19:35
Either restrict subclassing or reserve ivar space

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

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

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

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

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

This improves Swift compatibility. file: [e55df33ec2] check-in: [f3ccf14461] user: js, branch: trunk, size: 4512 [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: [c8036d2b06] check-in: [2f4e0df8be] user: js, branch: trunk, size: 4545 [annotate] [blame] [check-ins using] [diff]

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

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

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

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

2017-08-02
20:11
OFTarArchive: Prepare for adding write support file: [32c44fd3a1] check-in: [9104575517] user: js, branch: trunk, size: 3379 [annotate] [blame] [check-ins using] [diff]
2017-05-08
21:37
Add OF_DESIGNATED_INITIALIZER & OF_METHOD_FAMILY file: [90a272ca60] check-in: [469a496cd2] user: js, branch: trunk, size: 2454 [annotate] [blame] [check-ins using] [diff]
2017-05-07
20:10
Small code style change

Casts are now written like types in variable declarations. file: [f202a7f964] check-in: [4af49a13c3] user: js, branch: trunk, size: 2428 [annotate] [blame] [check-ins using] [diff]

2017-01-09
17:36
Update copyright

Forgot to add 2017, even though I already did quite some changes in
2017. file: [2ef22f87ee] check-in: [44f45c2e35] user: js, branch: trunk, size: 2423 [annotate] [blame] [check-ins using] [diff]

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

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