History of file src/OFTarArchiveEntry+Private.h at check-in f37b373a95db781b
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [4bc32c1802] check-in: [7413a728a7] user: js, branch: trunk, size: 1181 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [5be06bc20a] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 973 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [f8dd59257d] check-in: [8939cbdb52] user: js, branch: trunk, size: 973 [annotate] [blame] [check-ins using] [diff] | |
2022-08-24
| ||
20:51 | OF{LHA,Tar}ArchiveEntry+Private.h: Fix OF_DIRECT file: [d7e9114597] check-in: [a777cef361] user: js, branch: trunk, size: 973 [annotate] [blame] [check-ins using] [diff] | |
19:54 | OF*ArchiveEntry: Move inits to mutable class file: [40aef2d24e] check-in: [9f409b2ee0] user: js, branch: trunk, size: 971 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [92ff63bc6f] check-in: [1a86b8175b] user: js, branch: trunk, size: 923 [annotate] [blame] [check-ins using] [diff] | |
2021-04-17
| ||
02:10 | of_string_encoding_t -> OFStringEncoding file: [929bab9877] check-in: [255f21fb3d] user: js, branch: new-naming-convention, size: 923 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [e07f2ba876] check-in: [374e1a1bfa] user: js, branch: trunk, size: 931 [annotate] [blame] [check-ins using] [diff] | |
2020-06-28
| ||
15:03 | Use OF_DIRECT(_MEMBERS) where appropriate file: [13ddd96cdf] check-in: [b6cb3addd0] user: js, branch: trunk, size: 1020 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
01:51 | Update copyright file: [b3f653d2b2] check-in: [c7f0229795] user: js, branch: trunk, size: 1002 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [1981c6ca88] check-in: [0509d7a844] user: js, branch: trunk, size: 999 [annotate] [blame] [check-ins using] [diff] | |
2018-05-26
| ||
07:56 | OFTarArchive: Allow specifying the encoding file: [f989dc9d7a] check-in: [9db1965939] user: js, branch: trunk, size: 993 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [bfae02c896] check-in: [7e5c81e186] user: js, branch: trunk, size: 884 [annotate] [blame] [check-ins using] [diff] | |
2017-10-01
| ||
18:09 | OFTarArchive: Support for star numbers file: [89501a0a5d] check-in: [6b6856298d] user: js, branch: trunk, size: 861 [annotate] [blame] [check-ins using] [diff] | |
2017-08-06
| ||
21:45 | OFTarArchiveEntry: Minor refactoring file: [3a30f14045] check-in: [a6b87a1a0c] user: js, branch: trunk, size: 852 [annotate] [blame] [check-ins using] [diff] | |
2017-08-05
| ||
12:27 |
Add OFMutableTarArchiveEntry
This is in preparation for OFTarArchive write support. file: [b914204d31] check-in: [3f34a360bf] user: js, branch: trunk, size: 788 [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: [ca35be2adb] check-in: [6b77a5dd8b] user: js, branch: trunk, size: 834 [annotate] [blame] [check-ins using] [diff] | |
2017-05-08
| ||
21:37 | Add OF_DESIGNATED_INITIALIZER & OF_METHOD_FAMILY file: [0bb407dd23] check-in: [469a496cd2] user: js, branch: trunk, size: 833 [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: [6ecc8476c9] check-in: [4af49a13c3] user: js, branch: trunk, size: 810 [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 | |
2017-01-06
| ||
23:59 | Add more _Nonnull to make Clang 4.0 happy file: [0e47e3f96a] check-in: [b56ef2c415] user: js, branch: trunk, size: 803 [annotate] [blame] [check-ins using] [diff] | |
2016-05-22
| ||
19:53 |
Added:
Add OFTarArchive
This only implements the UNIX v7 format for now. file: [4afb4b0429] check-in: [7ecdc71677] user: js, branch: trunk, size: 794 [annotate] [blame] [check-ins using] | |