ObjFW  History of src/OFMutableTarArchiveEntry.m of b37858358e5c88a4

History of the file that is called src/OFMutableTarArchiveEntry.m at check-in b37858358e5c88a4

2024-01-02
17:17
Update copyright file: [6c3a57c753] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 3346 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [b750314d1f] check-in: [8939cbdb52] user: js, branch: trunk, size: 3346 [annotate] [blame] [check-ins using] [diff]
2022-10-25
23:10
Fix building with Apple GCC 4.0.1 file: [693af0fda5] check-in: [2b7c5eb0ec] user: js, branch: trunk, size: 3346 [annotate] [blame] [check-ins using] [diff]
2022-08-27
23:53
OFArchiveEntry: Add more properties file: [f1fcc51707] check-in: [406134b5e2] user: js, branch: trunk, size: 3194 [annotate] [blame] [check-ins using] [diff]
22:29
OFTarArchiveEntry: Make mode/UID/GID an OFNumber

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

21:24
OFTarArchiveEntry: Rename size to uncompressedSize file: [5cc47d2692] check-in: [98c64d0af9] user: js, branch: trunk, size: 2632 [annotate] [blame] [check-ins using] [diff]
2022-08-24
19:54
OF*ArchiveEntry: Move inits to mutable class file: [3ffb5960e8] check-in: [9f409b2ee0] user: js, branch: trunk, size: 2445 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [bfb188d370] check-in: [1a86b8175b] user: js, branch: trunk, size: 2089 [annotate] [blame] [check-ins using] [diff]
2021-04-17
05:28
Rename all types in OFTarArchive(Entry).h file: [a864b37365] check-in: [795618c69f] user: js, branch: new-naming-convention, size: 2089 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [9a77a0f3e7] check-in: [374e1a1bfa] user: js, branch: trunk, size: 2095 [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: [1fdec748d1] check-in: [25c985fec1] user: js, branch: trunk, size: 2184 [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
Update copyright file: [11e44c30db] check-in: [c7f0229795] user: js, branch: trunk, size: 2149 [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
Update copyright file: [0e45ea1b7f] check-in: [0509d7a844] user: js, branch: trunk, size: 2146 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [413b57d048] check-in: [7e5c81e186] user: js, branch: trunk, size: 2140 [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: [a4dc22b0d5] check-in: [2f4e0df8be] user: js, branch: trunk, size: 2117 [annotate] [blame] [check-ins using] [diff]

2017-10-01
18:09
OFTarArchive: Support for star numbers file: [f0f930a3ee] check-in: [6b6856298d] user: js, branch: trunk, size: 2113 [annotate] [blame] [check-ins using] [diff]
2017-08-11
22:15
Fix compilation with GCC file: [51881174be] check-in: [327ce49bc3] user: js, branch: trunk, size: 2113 [annotate] [blame] [check-ins using] [diff]
2017-08-06
22:09
OFTarArchiveEntry: Add UID and GID file: [ee2d882217] check-in: [8c00ffb513] user: js, branch: trunk, size: 2073 [annotate] [blame] [check-ins using] [diff]
2017-08-05
21:14
OFMutableTarArchiveEntry: Fix typo file: [18a5b3f559] check-in: [d755a2d6ca] user: js, branch: trunk, size: 1967 [annotate] [blame] [check-ins using] [diff]
12:27
Added: Add OFMutableTarArchiveEntry

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