ObjFW  All files named "utils/ofzip/Archive.h"

History for utils/ofzip/Archive.h

2018-06-17
16:16
Deleted: Rename ofzip to ofarc

It supports more than just ZIP now, so the name was no longer
appropriate. check-in: [51343e2dfc] user: js, branch: trunk, size: 0

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
not apply to implicit return types. This means that after this commit,
all init methods have a nonnull return type, as they should have. file: [ce3cd1c862] check-in: [2f4e0df8be] user: js, branch: trunk, size: 1076 [annotate] [blame] [check-ins using] [diff]

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
2017. file: [d56995be03] check-in: [44f45c2e35] user: js, branch: trunk, size: 928 [annotate] [blame] [check-ins using] [diff]

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
for adding GZIP support. file: [138de6bf97] check-in: [4300366b0b] user: js, branch: trunk, size: 829 [annotate] [blame] [check-ins using]