ObjFW  History of src/OFTarArchiveEntry.h of 5536319c9f840847

History of the file that is called src/OFTarArchiveEntry.h at check-in 5536319c9f840847

2024-04-03
02:16
[e46b8fd2a2] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 2763) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[abcddd0481] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2555) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[6ca25b078f] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 2555) [annotate] [blame] [check-ins using] [diff]
2022-08-27
23:53
[a18b395a59] part of check-in [406134b5e2] OFArchiveEntry: Add more properties (check-in: [406134b5e2] user: js, branch: trunk, size: 2555) [annotate] [blame] [check-ins using] [diff]
22:29
[bbe0bc8d5f] part of check-in [d281c3198b] OFTarArchiveEntry: Make mode/UID/GID an OFNumber

This is for consistency with OFLHAArchiveEntry. (check-in: [d281c3198b] user: js, branch: trunk, size: 3137) [annotate] [blame] [check-ins using] [diff]

21:37
[bbf42fa9c7] part of check-in [a325d5a1ee] Add OF(Mutable)ArchiveEntry protocol

Also makes OF(Mutable){LHA,Tar,ZIP}ArchiveEntry conform to it, providing
a common protocol to access archives. (check-in: [a325d5a1ee] user: js, branch: trunk, size: 3125) [annotate] [blame] [check-ins using] [diff]

21:24
[a27c7791af] part of check-in [98c64d0af9] OFTarArchiveEntry: Rename size to uncompressedSize (check-in: [98c64d0af9] user: js, branch: trunk, size: 3425) [annotate] [blame] [check-ins using] [diff]
2022-08-24
19:54
[d1a6e2ea1d] part of check-in [9f409b2ee0] OF*ArchiveEntry: Move inits to mutable class (check-in: [9f409b2ee0] user: js, branch: trunk, size: 3252) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[68a10bc9a2] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 3768) [annotate] [blame] [check-ins using] [diff]
2021-04-29
23:24
[933ac56d6f] part of check-in [2fcf5a3052] Clean up struct and enum typedefs

With TYPEDEF_HIDES_STRUCT set, Doxygen properly handles anonymous
structs and enums that are typedef'd. (check-in: [2fcf5a3052] user: js, branch: trunk, size: 3768) [annotate] [blame] [check-ins using] [diff]

2021-04-17
05:28
[5715325220] part of check-in [795618c69f] Rename all types in OFTarArchive(Entry).h (check-in: [795618c69f] user: js, branch: new-naming-convention, size: 3790) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[e9a73505d7] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 3855) [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
[05098921c4] part of check-in [163a4a5a2e] Use /** */ instead of /*! */ for documentation (check-in: [163a4a5a2e] user: js, branch: trunk, size: 3944) [annotate] [blame] [check-ins using] [diff]
2020-09-26
21:58
[cd78403222] part of check-in [ef614a225d] Don't require __COUNTER__ for OF_RESERVE_IVARS

__COUNTER__ does not exist in GCC 4.2, and Apple GCC 4.2 is still the
newest compiler available for macOS 10.5. (check-in: [ef614a225d] user: js, branch: trunk, size: 3944) [annotate] [blame] [check-ins using] [diff]

2020-08-25
00:11
[c15723d4d0] part of check-in [25c985fec1] OFNumber: Remove (u)int{8,16,32,64} methods

Since C guarantees minimum sizes for char, short, int, long and long
long, these can be used instead. (check-in: [25c985fec1] user: js, branch: trunk, size: 3925) [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
[77a315dfd8] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 3865) [annotate] [blame] [check-ins using] [diff]
2019-09-29
19:35
[7184d9b8e2] 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: 3862) [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
[280263548d] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 3841) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[4ff4e99943] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 3835) [annotate] [blame] [check-ins using] [diff]
2017-11-18
18:50
[60209b3ccd] part of check-in [cc3ad3ddd3] Documentation: Use @brief for all properties (check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 3812) [annotate] [blame] [check-ins using] [diff]
17:45
[5bc47b66f3] part of check-in [31e6b7ce9c] Fix several Doxygen warnings (check-in: [31e6b7ce9c] user: js, branch: trunk, size: 3728) [annotate] [blame] [check-ins using] [diff]
2017-10-17
00:33
[7281b80cf5] 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: 3714) [annotate] [blame] [check-ins using] [diff]

2017-10-01
18:09
[1927c987a7] part of check-in [6b6856298d] OFTarArchive: Support for star numbers (check-in: [6b6856298d] user: js, branch: trunk, size: 3686) [annotate] [blame] [check-ins using] [diff]
2017-09-26
22:01
[c755caa995] part of check-in [319709fff1] Many nullability fixes (check-in: [319709fff1] user: js, branch: 0.90, size: 2907) [annotate] [blame] [check-ins using] [diff]
21:53
[751dab67dd] part of check-in [52011fbfd6] Many nullability fixes (check-in: [52011fbfd6] user: js, branch: trunk, size: 3686) [annotate] [blame] [check-ins using] [diff]
2017-08-11
22:26
[714dfd0d2d] part of check-in [9db36c14b5] Always have retain / copy before nonatomic (check-in: [9db36c14b5] user: js, branch: trunk, size: 3656) [annotate] [blame] [check-ins using] [diff]
22:15
[efae6bf13b] part of check-in [327ce49bc3] Fix compilation with GCC (check-in: [327ce49bc3] user: js, branch: trunk, size: 3656) [annotate] [blame] [check-ins using] [diff]
2017-08-06
22:09
[c4bac08a0d] part of check-in [8c00ffb513] OFTarArchiveEntry: Add UID and GID (check-in: [8c00ffb513] user: js, branch: trunk, size: 3620) [annotate] [blame] [check-ins using] [diff]
2017-08-05
12:27
[cbb13e9f37] part of check-in [3f34a360bf] Add OFMutableTarArchiveEntry

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

2017-05-13
16:29
[37e5a4326d] part of check-in [f663d40cbd] Also use nonatomic for non-object properties (check-in: [f663d40cbd] user: js, branch: trunk, size: 2877) [annotate] [blame] [check-ins using] [diff]
2017-05-08
21:37
[9da73d68ac] part of check-in [469a496cd2] Add OF_DESIGNATED_INITIALIZER & OF_METHOD_FAMILY (check-in: [469a496cd2] user: js, branch: trunk, size: 2822) [annotate] [blame] [check-ins using] [diff]
2017-04-30
13:35
[0005919ebe] part of check-in [0a73af49f0] Use nonatomic for properties and clean up

This changes retaining behavior, meaning properties are not returned
retained and autoreleased anymore, so a property returned from a getter
now needs to be manually retained and autoreleased before calling the
setter. However, this is rarely the case and not using atomic improves
performance. (check-in: [0a73af49f0] user: js, branch: trunk, size: 2798) [annotate] [blame] [check-ins using] [diff]

2017-01-09
17:36
[1df86db3b4] 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: 2773) [annotate] [blame] [check-ins using] [diff]

2016-05-29
19:59
[51116eaca4] part of check-in [264126064b] Add support for ustar (check-in: [264126064b] user: js, branch: trunk, size: 2767) [annotate] [blame] [check-ins using] [diff]
2016-05-22
20:14
[f1881fc452] part of check-in [b10933a514] OFTarArchiveEntry: Rename name to fileName

This is for consistency with OFZIPArchiveEntry. (check-in: [b10933a514] user: js, branch: trunk, size: 1994) [annotate] [blame] [check-ins using] [diff]

19:53
Added: [a344bb821f] part of check-in [7ecdc71677] Add OFTarArchive

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