History of file utils/ofzip/Archive.h at check-in 69148d4e5ea7a36a
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: [f666c71e45] check-in: [14b9a27b65] user: js, branch: trunk, size: 1193 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [4b94fd1dc8] check-in: [7e5c81e186] user: js, branch: trunk, size: 1099 [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 | |
2017-08-05
| ||
17:48 |
ofzip: Support for writing files
Not supported for any file formats, yet. file: [c9b737aa7a] check-in: [41949ecc65] user: js, branch: trunk, size: 1062 [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: [9f8454bed8] check-in: [4af49a13c3] user: js, branch: trunk, size: 934 [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-22
| ||
21:02 | OFZIP: Add support for tar and tar.gz files file: [900d834d42] check-in: [8dee4cac41] user: js, branch: trunk, size: 922 [annotate] [blame] [check-ins using] [diff] | |
2016-05-16
| ||
13:44 | OFZIP: Add a mode for printing files file: [9e6c49c585] check-in: [fed68f8fd5] user: js, branch: trunk, size: 888 [annotate] [blame] [check-ins using] [diff] | |
2016-04-24
| ||
02:01 |
Added:
Refactor OFZIP
This splits out ZIP archive handling from the main file in preparation | |