ObjFW  History of src/OFMutableLHAArchiveEntry.h of b37858358e5c88a4

History of the file that is called src/OFMutableLHAArchiveEntry.h at check-in b37858358e5c88a4

2024-04-03
02:16
Change license to LGPLv3 only file: [196b52ae24] check-in: [7413a728a7] user: js, branch: trunk, size: 2336 [annotate] [blame] [check-ins using] [diff]
2024-03-02
18:45
Add OFMutableZooArchiveEntry file: [315ae80199] check-in: [d631674979] user: js, branch: trunk, size: 2128 [annotate] [blame] [check-ins using] [diff]
17:58
Fix documentation for mutable classes

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

2024-01-02
17:17
Update copyright file: [e75545549c] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2184 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [d4cd5dd233] check-in: [8939cbdb52] user: js, branch: trunk, size: 2184 [annotate] [blame] [check-ins using] [diff]
2022-08-27
23:53
OFArchiveEntry: Add more properties file: [5bfb2f1e47] check-in: [406134b5e2] user: js, branch: trunk, size: 2184 [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: [ee76c82277] check-in: [a325d5a1ee] user: js, branch: trunk, size: 3030 [annotate] [blame] [check-ins using] [diff]

20:23
OFLHAArchiveEntry: Make (un)compressedSize ull

There's newer, less common LHA versions that allow 64 bit for the size.
However, for consistency with OFTarArchiveEntry, use unsigned long long
instead of uint64_t. file: [14f294b208] check-in: [6f13f74134] user: js, branch: trunk, size: 3338 [annotate] [blame] [check-ins using] [diff]

2022-08-25
19:56
OFLHAArchiveEntry: Merge date and modificationDate

The date is meant to be the modification date and the extension is
supposed to override the modification date on old LHA versions where the
modification date is only stored in local time. file: [eae4b7cde4] check-in: [327e67021e] user: js, branch: trunk, size: 3318 [annotate] [blame] [check-ins using] [diff]

2022-08-24
19:54
OF*ArchiveEntry: Move inits to mutable class file: [7c0878ecfb] check-in: [9f409b2ee0] user: js, branch: trunk, size: 3451 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [4253f691f5] check-in: [1a86b8175b] user: js, branch: trunk, size: 2921 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [e3c22b5a7e] check-in: [374e1a1bfa] user: js, branch: trunk, size: 2921 [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
Use /** */ instead of /*! */ for documentation file: [ec3dafe13e] check-in: [163a4a5a2e] user: js, branch: trunk, size: 3010 [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: [afc904d01b] check-in: [ef614a225d] user: js, branch: trunk, size: 3010 [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
Update copyright file: [9fc1f95a45] check-in: [c7f0229795] user: js, branch: trunk, size: 2984 [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: [35040236c1] check-in: [496695d778] user: js, branch: trunk, size: 2981 [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
Update copyright file: [25550d850c] check-in: [0509d7a844] user: js, branch: trunk, size: 2956 [annotate] [blame] [check-ins using] [diff]
2018-06-10
15:33
Make GCC happy again file: [5ad8260290] check-in: [273171692b] user: js, branch: trunk, size: 2950 [annotate] [blame] [check-ins using] [diff]
15:29
Added: Add OFMutableLHAArchiveEntry file: [47e47e4256] check-in: [60ecab6058] user: js, branch: trunk, size: 2988 [annotate] [blame] [check-ins using]