ObjFW  History of src/OFHTTPResponse.m of d94375547e1a9925

History of the file that is called src/OFHTTPResponse.m at check-in d94375547e1a9925

2024-04-03
02:16
[a75f9df823] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 8374) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[3a885482aa] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 8166) [annotate] [blame] [check-ins using] [diff]
2023-08-25
23:32
[089b720c12] part of check-in [d93bcda0b2] Fix nullability issues found by clang-analyzer (check-in: [d93bcda0b2] user: js, branch: trunk, size: 8166) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[dd8060da94] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 8137) [annotate] [blame] [check-ins using] [diff]
2022-06-05
10:43
[17a72a5d36] part of check-in [16d3902e6d] OFHTTPResponse: Make "string" a method

This should not be a property as it reads from the stream and therefore
mutates it. (check-in: [16d3902e6d] user: js, branch: trunk, size: 8137) [annotate] [blame] [check-ins using] [diff]

2022-02-12
07:46
[0f4a35ed7a] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 8125) [annotate] [blame] [check-ins using] [diff]
2021-04-25
19:58
[f1cfec9f86] part of check-in [6ae98c1dcf] Last round of renames (hopefully) (check-in: [6ae98c1dcf] user: js, branch: trunk, size: 8125) [annotate] [blame] [check-ins using] [diff]
2021-04-19
22:20
[85cc9e3ded] part of check-in [e97b03815f] Rename all remaining enums (check-in: [e97b03815f] user: js, branch: new-naming-convention, size: 8125) [annotate] [blame] [check-ins using] [diff]
2021-04-17
14:33
[a079a8cd2f] part of check-in [83d8f3e5f6] Rename of_http_* (check-in: [83d8f3e5f6] user: js, branch: new-naming-convention, size: 8187) [annotate] [blame] [check-ins using] [diff]
14:13
[94b8fa5885] part of check-in [eb0cfa6ff9] Always prefix functions with the type (check-in: [eb0cfa6ff9] user: js, branch: new-naming-convention, size: 8212) [annotate] [blame] [check-ins using] [diff]
02:10
[b9c77a409c] part of check-in [255f21fb3d] of_string_encoding_t -> OFStringEncoding (check-in: [255f21fb3d] user: js, branch: new-naming-convention, size: 8212) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[e267b58d94] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 8242) [annotate] [blame] [check-ins using] [diff]
2020-10-10
21:54
[4e1a4b346b] part of check-in [ac004e624d] More type cleanups (check-in: [ac004e624d] user: js, branch: trunk, size: 8331) [annotate] [blame] [check-ins using] [diff]
10:58
[2c42d95890] part of check-in [6e42ee482f] Make HTTP status code consistently a short

It used to be a short in some places and an int in other places. (check-in: [6e42ee482f] user: js, branch: trunk, size: 8311) [annotate] [blame] [check-ins using] [diff]

2020-08-11
19:45
[b38122cc28] part of check-in [b6ee372b98] OFString: Rework number parsing API

This solves the old signed vs. unsigned problem and allows for more
bases than just 8, 10 and 16, as well as auto-detection of the base (if
base is 0). (check-in: [b6ee372b98] user: js, branch: trunk, size: 8310) [annotate] [blame] [check-ins using] [diff]

2020-04-19
10:02
[1abecd6ce8] part of check-in [3356b9940c] Clean up which exception is used when a little (check-in: [3356b9940c] user: js, branch: trunk, size: 8119) [annotate] [blame] [check-ins using] [diff]
2020-03-22
15:51
[651e588aea] part of check-in [9c506fc995] ofhttp: Print the HTTP status code on error

Without this, there would be no indication of the error when using -q. (check-in: [9c506fc995] user: js, branch: trunk, size: 8119) [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
[2d50b8bc91] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 6410) [annotate] [blame] [check-ins using] [diff]
2019-03-08
00:35
[883113a592] part of check-in [bceb7ed4c9] Use dot syntax (check-in: [bceb7ed4c9] user: js, branch: trunk, size: 6407) [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
[5a8bf08410] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 6437) [annotate] [blame] [check-ins using] [diff]
2018-11-17
22:46
[0883cdac2f] part of check-in [4ec7e46c8a] Improve property name consistency (check-in: [4ec7e46c8a] user: js, branch: trunk, size: 6431) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[c140db14e6] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 6435) [annotate] [blame] [check-ins using] [diff]
2017-10-17
00:33
[f46d462637] part of check-in [2f4e0df8be] 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. (check-in: [2f4e0df8be] user: js, branch: trunk, size: 6412) [annotate] [blame] [check-ins using] [diff]

2017-09-26
21:53
[78fcbe257c] part of check-in [52011fbfd6] Many nullability fixes (check-in: [52011fbfd6] user: js, branch: trunk, size: 6398) [annotate] [blame] [check-ins using] [diff]
2017-07-22
20:50
[a696a64757] part of check-in [c8f7b90082] Split OFDataArray into OFData and OFMutableData (check-in: [c8f7b90082] user: js, branch: trunk, size: 6294) [annotate] [blame] [check-ins using] [diff]
2017-05-15
21:41
[76d4694db2] part of check-in [fedbbb2344] Remove cookies from OFHTTP{Request,Response}

These can just live in the headers. (check-in: [fedbbb2344] user: js, branch: trunk, size: 6308) [annotate] [blame] [check-ins using] [diff]

2017-05-13
19:51
[a5f10ef207] part of check-in [7e8ee9b1f9] Make Apple GCC happy (check-in: [7e8ee9b1f9] user: js, branch: trunk, size: 6374) [annotate] [blame] [check-ins using] [diff]
2017-05-07
20:10
[b039102173] part of check-in [4af49a13c3] Small code style change

Casts are now written like types in variable declarations. (check-in: [4af49a13c3] user: js, branch: trunk, size: 6335) [annotate] [blame] [check-ins using] [diff]

15:39
[ae2e00de64] part of check-in [7c2a0dda3d] Do not include any addresses in -[description]

This makes it harder to accidentally leak addresses which could be used
to defeat ASLR. (check-in: [7c2a0dda3d] user: js, branch: trunk, size: 6329) [annotate] [blame] [check-ins using] [diff]

2017-01-29
23:10
[e0037e3e3d] part of check-in [17b6341164] OFHTTPResponse: Work around a wrong GCC warning (check-in: [17b6341164] user: js, branch: trunk, size: 6338) [annotate] [blame] [check-ins using] [diff]
2017-01-18
03:45
[ce566f860b] part of check-in [4c8d02cc0d] Move parsing of encoding names to a single place (check-in: [4c8d02cc0d] user: js, branch: trunk, size: 6326) [annotate] [blame] [check-ins using] [diff]
2017-01-17
03:23
[f2cda29146] part of check-in [7a27ce7b0b] Add ISO-8859-2 (check-in: [7a27ce7b0b] user: js, branch: trunk, size: 5464) [annotate] [blame] [check-ins using] [diff]
01:20
[f8cf1ed9b2] part of check-in [238d47a1d6] Allow iso_8859-* spellings for encoding (check-in: [238d47a1d6] user: js, branch: trunk, size: 5304) [annotate] [blame] [check-ins using] [diff]
2017-01-15
04:32
[c6e5820a6c] part of check-in [adbf31f2f9] Add codepage 858

This only differs from codepage 850 by a single code point. (check-in: [adbf31f2f9] user: js, branch: trunk, size: 5191) [annotate] [blame] [check-ins using] [diff]

2017-01-11
04:44
[d85b1be09a] part of check-in [bbe91438b1] Accept cp* and cp-* as encoding name (check-in: [bbe91438b1] user: js, branch: trunk, size: 5038) [annotate] [blame] [check-ins using] [diff]
04:22
[53242c671e] part of check-in [0f88ccfb04] Add Windows-1251 encoding (check-in: [0f88ccfb04] user: js, branch: trunk, size: 4522) [annotate] [blame] [check-ins using] [diff]
2017-01-10
23:23
[7bcf69b951] part of check-in [0832fcf579] Add Mac OS Roman encoding (check-in: [0832fcf579] user: js, branch: trunk, size: 4394) [annotate] [blame] [check-ins using] [diff]
2017-01-09
17:36
[0eddc32050] part of check-in [44f45c2e35] Update copyright

Forgot to add 2017, even though I already did quite some changes in
2017. (check-in: [44f45c2e35] user: js, branch: trunk, size: 4297) [annotate] [blame] [check-ins using] [diff]

2017-01-06
23:42
[c43f43e3e9] part of check-in [ae340607fd] Several minor style fixes (check-in: [ae340607fd] user: js, branch: trunk, size: 4291) [annotate] [blame] [check-ins using] [diff]
2016-10-08
15:57
[fba0f74375] part of check-in [e7713d6300] Add cookies property to OFHTTP{Request,Response} (check-in: [e7713d6300] user: js, branch: trunk, size: 4293) [annotate] [blame] [check-ins using] [diff]
2016-01-03
00:43
[c2531a2789] part of check-in [cec0f072f8] Update copyright

While at it, also update the mail address. (check-in: [cec0f072f8] user: js, branch: 0.8, size: 4431) [annotate] [blame] [check-ins using] [diff]

00:41
[eb89f0bc18] part of check-in [2a27cf3000] Update copyright

While at it, also update the mail address. (check-in: [2a27cf3000] user: js, branch: trunk, size: 4227) [annotate] [blame] [check-ins using] [diff]

2015-11-29
11:43
[4d16069cfb] part of check-in [48980f2297] Make properties a requirement and clean up code

This increases the required GCC version from 4.0 to 4.6 (exception:
Apple GCC, which already supports this with >= 4.0 starting with OS X
10.5). Since even GCC 4.6 is really old by now, there is no point in
still supporting something even older and making the code ugly because
of that. While some hardware and OS support was dropped from GCC 4.6
compared to GCC 4.0, there is nothing in there that would be an
interesting target with the exception of BeOS maybe - but a port to BeOS
can also be achieved using the Haiku support. The other dropped OSes are
mostly old versions of OSes while newer ones are still being supported
(and those newer versions of those OSes still support the same
hardware). (check-in: [48980f2297] user: js, branch: trunk, size: 4223) [annotate] [blame] [check-ins using] [diff]

2015-01-03
20:57
[e1187050b5] part of check-in [cfd374b906] Update copyright (check-in: [cfd374b906] user: js, branch: trunk, size: 4427) [annotate] [blame] [check-ins using] [diff]
2014-06-21
21:43
[08747a2e4f] part of check-in [13ee56edf3] Move all macros from OFObject.h to macros.h

This means that OFObject.h imports macros.h now, making it unnecessary
to manually import macros.h in almost every file. And while at it, also
import autorelease.h in OFObject.h, so that this doesn't need to be
manually imported in almost every file as well. (check-in: [13ee56edf3] user: js, branch: trunk, size: 4421) [annotate] [blame] [check-ins using] [diff]

2014-01-04
00:24
[8ff5658d59] part of check-in [3b97fc3cd9] Update copyright. (check-in: [3b97fc3cd9] user: js, branch: trunk, size: 4465) [annotate] [blame] [check-ins using] [diff]
2013-08-15
17:43
[b23fb7a66d] part of check-in [c0616f3c1e] OFHTTPResponse: Include self in -[description]. (check-in: [c0616f3c1e] user: js, branch: trunk, size: 4459) [annotate] [blame] [check-ins using] [diff]
2013-07-29
19:43
Added: [e6dfde16d7] part of check-in [36d0b1e2d8] Rename OFHTTPRequestReply to OFHTTPResponse. (check-in: [36d0b1e2d8] user: js, branch: trunk, size: 4450) [annotate] [blame] [check-ins using]