History of file src/OFZIPArchiveEntry+Private.h at check-in 52e6e8aa89926527
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [52a463b789] check-in: [7413a728a7] user: js, branch: trunk, size: 1516 [annotate] [blame] [check-ins using] [diff] | |
2024-03-09
| ||
16:11 | OFZIPArchive: Fix disk number 0 vs 1 file: [283135a02f] check-in: [9fd7456e3a] user: js, branch: trunk, size: 1308 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [fb278cf9a9] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1211 [annotate] [blame] [check-ins using] [diff] | |
2023-07-23
| ||
23:35 |
OFZIPArchive: Initial support for split archives
This cannot yet extract a file from the archive if the file spans | |
2023-01-06
| ||
09:04 | Update copyright file: [086f6aeb71] check-in: [8939cbdb52] user: js, branch: trunk, size: 1150 [annotate] [blame] [check-ins using] [diff] | |
2022-08-24
| ||
19:54 | OF*ArchiveEntry: Move inits to mutable class file: [1ac3d985fc] check-in: [9f409b2ee0] user: js, branch: trunk, size: 1150 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [9241ef29c2] check-in: [1a86b8175b] user: js, branch: trunk, size: 1102 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [5213b817ef] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1102 [annotate] [blame] [check-ins using] [diff] | |
2020-06-28
| ||
15:03 | Use OF_DIRECT(_MEMBERS) where appropriate file: [19e5b08dac] check-in: [b6cb3addd0] user: js, branch: trunk, size: 1191 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
01:51 | Update copyright file: [4c3ba1613a] check-in: [c7f0229795] user: js, branch: trunk, size: 1167 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [9aa46c9490] check-in: [0509d7a844] user: js, branch: trunk, size: 1164 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [0733fa7d4d] check-in: [7e5c81e186] user: js, branch: trunk, size: 1158 [annotate] [blame] [check-ins using] [diff] | |
2017-08-06
| ||
19:40 | OFZIPArchive: Add write and append support file: [e5aade0c05] check-in: [4594f434e7] user: js, branch: trunk, size: 1135 [annotate] [blame] [check-ins using] [diff] | |
2017-05-21
| ||
21:28 |
Prefix private methods with of_ instead of OF_
This matches Apple's style. file: [f1b3349a83] check-in: [6b77a5dd8b] user: js, branch: trunk, size: 932 [annotate] [blame] [check-ins using] [diff] | |
2017-05-13
| ||
16:29 | Also use nonatomic for non-object properties file: [70580d8166] check-in: [f663d40cbd] user: js, branch: trunk, size: 932 [annotate] [blame] [check-ins using] [diff] | |
2017-05-08
| ||
21:37 | Add OF_DESIGNATED_INITIALIZER & OF_METHOD_FAMILY file: [ad70cd24c3] check-in: [469a496cd2] user: js, branch: trunk, size: 906 [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: [aa6cbb3cc6] check-in: [4af49a13c3] user: js, branch: trunk, size: 883 [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 | |
2016-05-06
| ||
20:39 | Enable -Wsign-compare file: [1e140f19b8] check-in: [2a2e17d8d0] user: js, branch: trunk, size: 876 [annotate] [blame] [check-ins using] [diff] | |
14:09 |
OFZIPArchiveEntry: Add generalPurposeBitFlag
This existed before, but was private. Additionally, ofzip -lvvv now also shows the general purpose bit flag. file: [1c2a99ad72] check-in: [41e83e895c] user: js, branch: trunk, size: 877 [annotate] [blame] [check-ins using] [diff] | |
2016-01-03
| ||
00:43 |
Update copyright
While at it, also update the mail address. file: [1815b3651f] check-in: [cec0f072f8] user: js, branch: 0.8, size: 909 [annotate] [blame] [check-ins using] [diff] | |
00:41 |
Update copyright
While at it, also update the mail address. file: [4aa1c3a5fa] check-in: [2a27cf3000] user: js, branch: trunk, size: 933 [annotate] [blame] [check-ins using] [diff] | |
2015-11-29
| ||
14:23 |
Clean up class extensions
Now that we can require GCC >= 4.6, we no longer need to fall back to | |
11:43 |
Make properties a requirement and clean up code
This increases the required GCC version from 4.0 to 4.6 (exception: | |
2015-06-13
| ||
22:26 | Add support for and use the new nullability file: [ae322a52c9] check-in: [9e76144ef8] user: js, branch: trunk, size: 905 [annotate] [blame] [check-ins using] [diff] | |
2015-05-09
| ||
21:29 |
OFZIPArchive: Remove OFFile requirement
Every OFSeekableStream can be used now. file: [d8d4d53628] check-in: [aa1bb213e0] user: js, branch: trunk, size: 857 [annotate] [blame] [check-ins using] [diff] | |
2015-01-03
| ||
20:57 | Update copyright file: [1b668df0f2] check-in: [cfd374b906] user: js, branch: trunk, size: 851 [annotate] [blame] [check-ins using] [diff] | |
2014-06-21
| ||
21:43 |
Move all macros from OFObject.h to macros.h
This means that OFObject.h imports macros.h now, making it unnecessary | |
2014-05-26
| ||
15:41 | OFZIPArchiveEntry: Make more properties public file: [b4739fadc1] check-in: [c1d665c395] user: js, branch: trunk, size: 865 [annotate] [blame] [check-ins using] [diff] | |
2014-01-04
| ||
00:24 | Update copyright. file: [9ceb5b860e] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1097 [annotate] [blame] [check-ins using] [diff] | |
2013-11-06
| ||
11:36 | OFZIPArchive: Add support for ZIP64. file: [0d465e1238] check-in: [7d11e6e4e6] user: js, branch: trunk, size: 1091 [annotate] [blame] [check-ins using] [diff] | |
2013-08-15
| ||
20:23 | OFZIPArchiveEntry: Export the extra field. file: [1b066367d9] check-in: [bf0db50a84] user: js, branch: trunk, size: 1091 [annotate] [blame] [check-ins using] [diff] | |
19:00 | Added: Move private methods into private headers. file: [dbac724b50] check-in: [1d7a1cbca0] user: js, branch: trunk, size: 1085 [annotate] [blame] [check-ins using] | |