History of file utils/ofzip/OFZIP.h at check-in aff4d1cf35c3f0d6
2018-06-17
| ||
16:16 |
Deleted:
Rename ofzip to ofarc
It supports more than just ZIP now, so the name was no longer | |
2018-05-26
| ||
08:47 | ofzip: Add support for specifying the encoding file: [d234b94864] check-in: [14b9a27b65] user: js, branch: trunk, size: 1400 [annotate] [blame] [check-ins using] [diff] | |
2018-05-21
| ||
12:10 | ofzip: Refactor safe path checking file: [922682e77a] check-in: [f29afa4a27] user: js, branch: trunk, size: 1353 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [167084236d] check-in: [7e5c81e186] user: js, branch: trunk, size: 1242 [annotate] [blame] [check-ins using] [diff] | |
2017-11-22
| ||
00:47 | OF_APPLICATION_DELEGATE(): Verify conformance file: [93eeb1cd0b] check-in: [eba39f1c9d] user: js, branch: trunk, size: 1219 [annotate] [blame] [check-ins using] [diff] | |
2017-08-05
| ||
17:48 |
ofzip: Support for writing files
Not supported for any file formats, yet. file: [afc71f5901] check-in: [41949ecc65] user: js, branch: trunk, size: 1195 [annotate] [blame] [check-ins using] [diff] | |
2017-06-03
| ||
14:37 | OFFileManager: Mask modes to ensure safe modes file: [b2525a3db1] check-in: [4175b93242] user: js, branch: trunk, size: 1168 [annotate] [blame] [check-ins using] [diff] | |
12:46 |
Make of_(l)stat() private to OFFileManager
Everything else should just use OFFileManager. file: [586c99b15f] check-in: [4ebeb7e3a2] user: js, branch: trunk, size: 1222 [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: [13ab30e52b] check-in: [4af49a13c3] user: js, branch: trunk, size: 1191 [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-28
| ||
09:54 |
OFZIP: Define S_IRWXG / S_IRWXO in OFZIP.h
This makes sure they are always defined and don't need to be defined in | |
2016-05-22
| ||
21:30 | OFZIP: Add an option to manually specify the type file: [3f9ff29ba8] check-in: [ea478372d8] user: js, branch: trunk, size: 1070 [annotate] [blame] [check-ins using] [diff] | |
2016-05-16
| ||
11:05 | OFZIP: Use "overwrite" instead of "override" file: [bd013d1605] check-in: [afecb5238c] user: js, branch: trunk, size: 1038 [annotate] [blame] [check-ins using] [diff] | |
2016-04-24
| ||
02:32 | OFZIP: Add GZIP support file: [b8cc3eb658] check-in: [34e0dcaf87] user: js, branch: trunk, size: 1037 [annotate] [blame] [check-ins using] [diff] | |
02:01 |
Added:
Refactor OFZIP
This splits out ZIP archive handling from the main file in preparation | |