ObjFW  History of src/OFHTTPResponse.h of a30a0ab261acffd6

History of the file that is called src/OFHTTPResponse.h at check-in a30a0ab261acffd6

2024-04-03
02:16
[9120aa464f] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 3050) [annotate] [blame] [check-ins using] [diff]
2024-02-03
08:53
[2f38a35a8a] part of check-in [19f3948a26] Fix typos in documentation found by spell checker (check-in: [19f3948a26] user: js, branch: 1.0, size: 2842) [annotate] [blame] [check-ins using] [diff]
08:49
[0ce770d124] part of check-in [f97dc452b1] Fix typos in documentation found by spell checker (check-in: [f97dc452b1] user: js, branch: trunk, size: 2842) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[d5e8497e61] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2843) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[a7b884a494] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 2843) [annotate] [blame] [check-ins using] [diff]
2022-09-25
20:14
[3c482db81b] part of check-in [5a4e00df9a] Document more exceptions (check-in: [5a4e00df9a] user: js, branch: trunk, size: 2843) [annotate] [blame] [check-ins using] [diff]
2022-09-12
08:52
[b0f5fe9413] part of check-in [1038191a03] Restrict subclassing on more classes (check-in: [1038191a03] user: js, branch: trunk, size: 2499) [annotate] [blame] [check-ins using] [diff]
2022-06-05
10:43
[b3d8087036] 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: 2442) [annotate] [blame] [check-ins using] [diff]

2022-02-12
07:46
[d907091625] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 2330) [annotate] [blame] [check-ins using] [diff]
2021-04-17
14:33
[a9e1fde80c] part of check-in [83d8f3e5f6] Rename of_http_* (check-in: [83d8f3e5f6] user: js, branch: new-naming-convention, size: 2330) [annotate] [blame] [check-ins using] [diff]
02:10
[ab5c38416c] part of check-in [255f21fb3d] of_string_encoding_t -> OFStringEncoding (check-in: [255f21fb3d] user: js, branch: new-naming-convention, size: 2349) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[4cf17ed197] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 2353) [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
[91600eee28] part of check-in [163a4a5a2e] Use /** */ instead of /*! */ for documentation (check-in: [163a4a5a2e] user: js, branch: trunk, size: 2442) [annotate] [blame] [check-ins using] [diff]
2020-09-26
21:58
[a693bec7a8] part of check-in [ef614a225d] Don't require __COUNTER__ for OF_RESERVE_IVARS

__COUNTER__ does not exist in GCC 4.2, and Apple GCC 4.2 is still the
newest compiler available for macOS 10.5. (check-in: [ef614a225d] user: js, branch: trunk, size: 2442) [annotate] [blame] [check-ins using] [diff]

2020-06-20
15:36
[8433880375] part of check-in [7d71c669ec] Add missing documentation (check-in: [7d71c669ec] user: js, branch: trunk, size: 2426) [annotate] [blame] [check-ins using] [diff]
2020-03-22
15:51
[453ae309af] 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: 2202) [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
[f70ef56750] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 2065) [annotate] [blame] [check-ins using] [diff]
2019-09-29
19:35
[4def471fb7] part of check-in [496695d778] Either restrict subclassing or reserve ivar space

This allows ABI stability with the fragile ABI. (check-in: [496695d778] user: js, branch: trunk, size: 2062) [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
[14b68dfcaa] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 2041) [annotate] [blame] [check-ins using] [diff]
2018-11-17
22:46
[adf205a603] part of check-in [4ec7e46c8a] Improve property name consistency (check-in: [4ec7e46c8a] user: js, branch: trunk, size: 2035) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[7279e666ae] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 2279) [annotate] [blame] [check-ins using] [diff]
2017-11-18
18:50
[f0266695d4] part of check-in [cc3ad3ddd3] Documentation: Use @brief for all properties (check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 2256) [annotate] [blame] [check-ins using] [diff]
2017-10-29
21:58
[60a317d162] part of check-in [f3ccf14461] Convert methods to properties where appropriate

This improves Swift compatibility. (check-in: [f3ccf14461] user: js, branch: trunk, size: 2221) [annotate] [blame] [check-ins using] [diff]

2017-09-26
21:53
[50360976c1] part of check-in [52011fbfd6] Many nullability fixes (check-in: [52011fbfd6] user: js, branch: trunk, size: 2590) [annotate] [blame] [check-ins using] [diff]
2017-08-11
22:26
[223253c35b] part of check-in [9db36c14b5] Always have retain / copy before nonatomic (check-in: [9db36c14b5] user: js, branch: trunk, size: 2611) [annotate] [blame] [check-ins using] [diff]
2017-05-15
21:41
[96ba448907] 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: 2611) [annotate] [blame] [check-ins using] [diff]

2017-05-13
16:29
[8c2cdf93f1] part of check-in [f663d40cbd] Also use nonatomic for non-object properties (check-in: [f663d40cbd] user: js, branch: trunk, size: 2846) [annotate] [blame] [check-ins using] [diff]
2017-05-07
20:10
[88ee04dd60] 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: 2834) [annotate] [blame] [check-ins using] [diff]

2017-04-30
13:35
[8b2b368da6] part of check-in [0a73af49f0] Use nonatomic for properties and clean up

This changes retaining behavior, meaning properties are not returned
retained and autoreleased anymore, so a property returned from a getter
now needs to be manually retained and autoreleased before calling the
setter. However, this is rarely the case and not using atomic improves
performance. (check-in: [0a73af49f0] user: js, branch: trunk, size: 2824) [annotate] [blame] [check-ins using] [diff]

2017-01-09
17:36
[a921910845] 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: 2802) [annotate] [blame] [check-ins using] [diff]

2016-10-08
15:57
[613b7456cb] part of check-in [e7713d6300] Add cookies property to OFHTTP{Request,Response} (check-in: [e7713d6300] user: js, branch: trunk, size: 2796) [annotate] [blame] [check-ins using] [diff]
2016-01-03
00:43
[e8450b7b8a] part of check-in [cec0f072f8] Update copyright

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

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

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

2015-11-29
11:43
[064c58fb15] 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: 2531) [annotate] [blame] [check-ins using] [diff]

2015-06-17
22:11
[127c6d8f9d] part of check-in [80e1a9655b] Add OF_NULLABLE_PROPERTY

This is necessary to make GCC (>= 4.6 and Apple GCC) happy as they don't
like the list of property attributes ending in a comma. (check-in: [80e1a9655b] user: js, branch: trunk, size: 3286) [annotate] [blame] [check-ins using] [diff]

2015-06-13
22:26
[043802ccf0] part of check-in [9e76144ef8] Add support for and use the new nullability (check-in: [9e76144ef8] user: js, branch: trunk, size: 3275) [annotate] [blame] [check-ins using] [diff]
2015-06-12
23:59
[988402eb89] part of check-in [5329fe7c1a] Add support for and use the new ObjC generics (check-in: [5329fe7c1a] user: js, branch: trunk, size: 3191) [annotate] [blame] [check-ins using] [diff]
2015-01-03
20:57
[c20c817486] part of check-in [cfd374b906] Update copyright (check-in: [cfd374b906] user: js, branch: trunk, size: 3027) [annotate] [blame] [check-ins using] [diff]
2014-02-18
18:50
[a95495b814] part of check-in [246cfe0807] Documentation: Show correct imports (check-in: [246cfe0807] user: js, branch: trunk, size: 3021) [annotate] [blame] [check-ins using] [diff]
2014-01-25
19:33
[4eb3a5ba06] part of check-in [81d47f4398] Move socket includes and helpers to separate files

The new file socket.h includes all headers required for sockets on the
used platform, while the file socket_helpers.h defines the BSD API
functions to the platform specific functions if necessary.

This cleans up the classes dealing with sockets a lot and also reduces
code duplication. (check-in: [81d47f4398] user: js, branch: trunk, size: 2953) [annotate] [blame] [check-ins using] [diff]

2014-01-04
00:24
[eb79a45f50] part of check-in [3b97fc3cd9] Update copyright. (check-in: [3b97fc3cd9] user: js, branch: trunk, size: 3015) [annotate] [blame] [check-ins using] [diff]
2013-07-29
19:43
Added: [29d6661833] part of check-in [36d0b1e2d8] Rename OFHTTPRequestReply to OFHTTPResponse. (check-in: [36d0b1e2d8] user: js, branch: trunk, size: 3009) [annotate] [blame] [check-ins using]