ObjFW  History of utils/ofzip/GZIPArchive.m of 2f4e0df8be4b4750

History of the file that is called utils/ofzip/GZIPArchive.m at check-in 2f4e0df8be4b4750

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: [e95550219d] check-in: [14b9a27b65] user: js, branch: trunk, size: 4000 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [75b73d1fa8] check-in: [7e5c81e186] user: js, branch: trunk, size: 3879 [annotate] [blame] [check-ins using] [diff]
2017-11-12
18:27
OFFileManager: Major API redesign

This removes all query methods and replaces them by a single one that
returns a dictionary. Not only does this allow querying multiple
attributes at once, it is also more extensible, as the previous
attributes were specific to file URLs. file: [b351c0ed90] check-in: [34fe205b84] user: js, branch: trunk, size: 3856 [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: [c97ab3d19b] check-in: [2f4e0df8be] user: js, branch: trunk, size: 3639 [annotate] [blame] [check-ins using] [diff]

2017-08-05
17:48
ofzip: Support for writing files

Not supported for any file formats, yet. file: [39d718e85f] check-in: [41949ecc65] user: js, branch: trunk, size: 3625 [annotate] [blame] [check-ins using] [diff]

17:24
OFGZIPStream: Prepare for adding write support file: [85573597fb] check-in: [ccf8ecbb83] user: js, branch: trunk, size: 3550 [annotate] [blame] [check-ins using] [diff]
2017-07-22
23:04
OFFile: Simplify mode

This removes "b" for binary and always uses binary, as there is no good
reason to not use binary. file: [081b9cc60a] check-in: [23e57c5040] user: js, branch: trunk, size: 3530 [annotate] [blame] [check-ins using] [diff]

2017-06-05
21:57
OFFileManager: Don't use stat() on MorphOS file: [d96ec8b8b5] check-in: [289f2b1272] user: js, branch: trunk, size: 3531 [annotate] [blame] [check-ins using] [diff]
2017-06-03
14:37
OFFileManager: Mask modes to ensure safe modes file: [623af154e4] check-in: [4175b93242] user: js, branch: trunk, size: 3508 [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: [b72f242916] check-in: [4af49a13c3] user: js, branch: trunk, size: 3585 [annotate] [blame] [check-ins using] [diff]

2017-02-26
21:29
Localize ofzip file: [0352ca14b6] check-in: [ebf74827f6] user: js, branch: trunk, size: 3578 [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: [5a9641513d] check-in: [44f45c2e35] user: js, branch: trunk, size: 3236 [annotate] [blame] [check-ins using] [diff]

2016-06-04
22:31
OFZIP: Cast app delegate to OFZIP* file: [3a7c6d754a] check-in: [c5901029a0] user: js, branch: trunk, size: 3230 [annotate] [blame] [check-ins using] [diff]
2016-05-22
21:02
OFZIP: Add support for tar and tar.gz files file: [d0b4b1bf2e] check-in: [8dee4cac41] user: js, branch: trunk, size: 3222 [annotate] [blame] [check-ins using] [diff]
20:00
OFZIP: Only allow safe modes for .gz files file: [bc8629617c] check-in: [5b5f4ec214] user: js, branch: trunk, size: 3182 [annotate] [blame] [check-ins using] [diff]
2016-05-16
13:44
OFZIP: Add a mode for printing files file: [1fc9513872] check-in: [fed68f8fd5] user: js, branch: trunk, size: 3110 [annotate] [blame] [check-ins using] [diff]
2016-04-24
14:36
OFZIP: Preserve mode when extracting .gz files file: [7bb45e0fc2] check-in: [f984c522b1] user: js, branch: trunk, size: 2590 [annotate] [blame] [check-ins using] [diff]
02:32
Added: OFZIP: Add GZIP support file: [2572905d24] check-in: [34e0dcaf87] user: js, branch: trunk, size: 2227 [annotate] [blame] [check-ins using]