ObjFW  History of utils/ofzip/TarArchive.m of 0b07c8fcfaffe8b0

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

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

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

2018-01-03
19:49
Update copyright notice file: [00b90bedb9] check-in: [7e5c81e186] user: js, branch: trunk, size: 15102 [annotate] [blame] [check-ins using] [diff]
2017-11-12
18:27
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. file: [f838c45385] check-in: [34fe205b84] user: js, branch: trunk, size: 15079 [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: [402b43560b] check-in: [2f4e0df8be] user: js, branch: trunk, size: 14979 [annotate] [blame] [check-ins using] [diff]

2017-10-07
08:21
ofzip: Do not skip over directory type tar entries

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

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

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

12:27
Add OFMutableTarArchiveEntry

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

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

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

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

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

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

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

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