ObjFW  History of utils/ofzip/TarArchive.m of 9713afbd6da38966

History of the file that is called utils/ofzip/TarArchive.m at check-in 9713afbd6da38966

2018-06-17
16:16
Deleted: Rename ofzip to ofarc

It supports more than just ZIP now, so the name was no longer
appropriate. (check-in: [51343e2dfc] user: js, branch: trunk, size: 0)

2018-05-27
11:07
[53ccc5f3ec] part of check-in [57f9bc6ace] OFLHAArchiveEntry: Add support for LHA level 0 (check-in: [57f9bc6ace] user: js, branch: trunk, size: 14682) [annotate] [blame] [check-ins using] [diff]
09:44
[f7b1262e85] part of check-in [c693041e37] ofzip: Add support for LHA archives (check-in: [c693041e37] user: js, branch: trunk, size: 14632) [annotate] [blame] [check-ins using] [diff]
2018-05-26
08:47
[ce3e6885bb] part of check-in [14b9a27b65] ofzip: Add support for specifying the encoding (check-in: [14b9a27b65] user: js, branch: trunk, size: 14633) [annotate] [blame] [check-ins using] [diff]
2018-05-21
12:10
[154c675e84] part of check-in [f29afa4a27] ofzip: Refactor safe path checking (check-in: [f29afa4a27] user: js, branch: trunk, size: 14475) [annotate] [blame] [check-ins using] [diff]
2018-04-22
17:48
[3aacd208ea] part of check-in [0b07c8fcfa] Make ObjFW compile for AmigaOS 3 (check-in: [0b07c8fcfa] user: js, branch: trunk, size: 15115) [annotate] [blame] [check-ins using] [diff]
2018-03-11
12:55
[4c9cd970e5] part of check-in [156b850131] Remove OF_PATH_* macros

These were way too simplistic, as paths differ in more than just that on
various operating systems. (check-in: [156b850131] user: js, branch: trunk, size: 15117) [annotate] [blame] [check-ins using] [diff]

2018-01-03
19:49
[00b90bedb9] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 15102) [annotate] [blame] [check-ins using] [diff]
2017-11-12
18:27
[f838c45385] part of check-in [34fe205b84] OFFileManager: Major API redesign

This removes all query methods and replaces them by a single one that
returns a dictionary. Not only does this allow querying multiple
attributes at once, it is also more extensible, as the previous
attributes were specific to file URLs. (check-in: [34fe205b84] user: js, branch: trunk, size: 15079) [annotate] [blame] [check-ins using] [diff]

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

2017-10-07
08:21
[e256d7b4a3] part of check-in [57551c2e32] ofzip: Do not skip over directory type tar entries

Previously, directories were only created as soon as there is a file in
them. (check-in: [57551c2e32] user: js, branch: trunk, size: 14965) [annotate] [blame] [check-ins using] [diff]

2017-08-06
22:24
[45466f7ad4] part of check-in [dc0a020230] ofzip: Include UID & GID in tar archives (check-in: [dc0a020230] user: js, branch: trunk, size: 14766) [annotate] [blame] [check-ins using] [diff]
22:09
[b76a2b83a9] part of check-in [8c00ffb513] OFTarArchiveEntry: Add UID and GID (check-in: [8c00ffb513] user: js, branch: trunk, size: 14621) [annotate] [blame] [check-ins using] [diff]
2017-08-05
21:50
[ea98a01b6f] part of check-in [9c3423636f] OFFileManager: s/\(modification\)Time/\1Date/ (check-in: [9c3423636f] user: js, branch: trunk, size: 14209) [annotate] [blame] [check-ins using] [diff]
21:39
[4669023b91] part of check-in [ddfb995c90] ofzip: Support for creating / appending tar files (check-in: [ddfb995c90] user: js, branch: trunk, size: 14209) [annotate] [blame] [check-ins using] [diff]
17:48
[50de2565fd] part of check-in [41949ecc65] ofzip: Support for writing files

Not supported for any file formats, yet. (check-in: [41949ecc65] user: js, branch: trunk, size: 11228) [annotate] [blame] [check-ins using] [diff]

12:27
[49a8dc5d2b] part of check-in [3f34a360bf] Add OFMutableTarArchiveEntry

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

2017-08-02
20:11
[b67377ac42] part of check-in [9104575517] OFTarArchive: Prepare for adding write support (check-in: [9104575517] user: js, branch: trunk, size: 11002) [annotate] [blame] [check-ins using] [diff]
2017-07-22
23:04
[7ed0f15d3e] part of check-in [23e57c5040] OFFile: Simplify mode

This removes "b" for binary and always uses binary, as there is no good
reason to not use binary. (check-in: [23e57c5040] user: js, branch: trunk, size: 10981) [annotate] [blame] [check-ins using] [diff]

2017-06-05
21:57
[65e143b64c] part of check-in [289f2b1272] OFFileManager: Don't use stat() on MorphOS (check-in: [289f2b1272] user: js, branch: trunk, size: 10982) [annotate] [blame] [check-ins using] [diff]
2017-06-03
14:37
[6243a0cc42] part of check-in [4175b93242] OFFileManager: Mask modes to ensure safe modes (check-in: [4175b93242] user: js, branch: trunk, size: 10959) [annotate] [blame] [check-ins using] [diff]
2017-05-07
20:10
[fe3cb3604c] 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: 11147) [annotate] [blame] [check-ins using] [diff]

2017-04-09
12:26
[de5d10a91b] part of check-in [64c64c56c1] ofzip: Optimize printing a file from a tar file (check-in: [64c64c56c1] user: js, branch: trunk, size: 11138) [annotate] [blame] [check-ins using] [diff]
2017-02-26
21:29
[ca3dadb950] part of check-in [ebf74827f6] Localize ofzip (check-in: [ebf74827f6] user: js, branch: trunk, size: 11101) [annotate] [blame] [check-ins using] [diff]
2017-01-09
17:36
[9506c83528] 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: 8023) [annotate] [blame] [check-ins using] [diff]

2016-10-09
16:04
[c9fe29bbb3] part of check-in [1b90782e78] Add three missing #include <inttypes.h> (check-in: [1b90782e78] user: js, branch: trunk, size: 8017) [annotate] [blame] [check-ins using] [diff]
2016-07-03
13:29
[9d595f8962] part of check-in [f4a5590b58] Add -[OFTarArchiveEntry description]

Also includes a small typo fix for -[OFZIPArchiveEntry description] and
adds the mode to OFZIP's Tar archive listing. (check-in: [f4a5590b58] user: js, branch: trunk, size: 7994) [annotate] [blame] [check-ins using] [diff]

2016-06-04
22:31
[6c1d27db62] part of check-in [c5901029a0] OFZIP: Cast app delegate to OFZIP* (check-in: [c5901029a0] user: js, branch: trunk, size: 7926) [annotate] [blame] [check-ins using] [diff]
2016-05-29
19:59
[c120b18a1b] part of check-in [264126064b] Add support for ustar (check-in: [264126064b] user: js, branch: trunk, size: 7918) [annotate] [blame] [check-ins using] [diff]
2016-05-22
21:02
Added: [5eeadf9d58] part of check-in [8dee4cac41] OFZIP: Add support for tar and tar.gz files (check-in: [8dee4cac41] user: js, branch: trunk, size: 6868) [annotate] [blame] [check-ins using]