ObjFW  History of src/OFMutableTarArchiveEntry.h of d8ef56254dc71c16

History of the file that is called src/OFMutableTarArchiveEntry.h at check-in d8ef56254dc71c16

2024-03-02
18:45
Add OFMutableZooArchiveEntry file: [19379cd18c] check-in: [d631674979] user: js, branch: trunk, size: 2117 [annotate] [blame] [check-ins using] [diff]
17:58
Fix documentation for mutable classes

The immutable header should always be imported instead. file: [1adaffd665] check-in: [18045dffca] user: js, branch: trunk, size: 2151 [annotate] [blame] [check-ins using] [diff]

2024-01-02
17:17
Update copyright file: [ccb599d957] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2172 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [54f1ad9019] check-in: [8939cbdb52] user: js, branch: trunk, size: 2172 [annotate] [blame] [check-ins using] [diff]
2022-08-27
23:53
OFArchiveEntry: Add more properties file: [d5cbafa370] check-in: [406134b5e2] user: js, branch: trunk, size: 2172 [annotate] [blame] [check-ins using] [diff]
22:29
OFTarArchiveEntry: Make mode/UID/GID an OFNumber

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

21:37
Add OF(Mutable)ArchiveEntry protocol

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

21:24
OFTarArchiveEntry: Rename size to uncompressedSize file: [ca04664f33] check-in: [98c64d0af9] user: js, branch: trunk, size: 3116 [annotate] [blame] [check-ins using] [diff]
2022-08-24
19:54
OF*ArchiveEntry: Move inits to mutable class file: [abeb694c4a] check-in: [9f409b2ee0] user: js, branch: trunk, size: 2971 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [f3b4444a50] check-in: [1a86b8175b] user: js, branch: trunk, size: 2441 [annotate] [blame] [check-ins using] [diff]
2021-04-17
05:28
Rename all types in OFTarArchive(Entry).h file: [ec04d24178] check-in: [795618c69f] user: js, branch: new-naming-convention, size: 2441 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [2d44acedbb] check-in: [374e1a1bfa] user: js, branch: trunk, size: 2453 [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
Use /** */ instead of /*! */ for documentation file: [d27d9283d7] check-in: [163a4a5a2e] user: js, branch: trunk, size: 2542 [annotate] [blame] [check-ins using] [diff]
2020-09-26
21:58
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. file: [d16a6b72bc] check-in: [ef614a225d] user: js, branch: trunk, size: 2542 [annotate] [blame] [check-ins using] [diff]

2020-08-25
00:11
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. file: [2a04d96f47] check-in: [25c985fec1] user: js, branch: trunk, size: 2516 [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
Update copyright file: [3fa49654d2] check-in: [c7f0229795] user: js, branch: trunk, size: 2481 [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: [199bc4c41d] check-in: [496695d778] user: js, branch: trunk, size: 2478 [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
Update copyright file: [301e1d8433] check-in: [0509d7a844] user: js, branch: trunk, size: 2453 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [2607b4df28] check-in: [7e5c81e186] user: js, branch: trunk, size: 2447 [annotate] [blame] [check-ins using] [diff]
2017-11-18
18:50
Documentation: Use @brief for all properties file: [ab252d99e6] check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 2424 [annotate] [blame] [check-ins using] [diff]
2017-10-01
18:09
OFTarArchive: Support for star numbers file: [816968613e] check-in: [6b6856298d] user: js, branch: trunk, size: 2340 [annotate] [blame] [check-ins using] [diff]
2017-08-11
22:26
Always have retain / copy before nonatomic file: [05ac9802be] check-in: [9db36c14b5] user: js, branch: trunk, size: 2340 [annotate] [blame] [check-ins using] [diff]
2017-08-06
22:09
OFTarArchiveEntry: Add UID and GID file: [8b78b2c597] check-in: [8c00ffb513] user: js, branch: trunk, size: 2340 [annotate] [blame] [check-ins using] [diff]
2017-08-05
12:27
Added: Add OFMutableTarArchiveEntry

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