ObjFW  History of src/OFHTTPResponse.h of 255f21fb3d89ec0f

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

2024-02-03
08:53
Fix typos in documentation found by spell checker file: [2f38a35a8a] check-in: [19f3948a26] user: js, branch: 1.0, size: 2842 [annotate] [blame] [check-ins using] [diff]
08:49
Fix typos in documentation found by spell checker file: [0ce770d124] check-in: [f97dc452b1] user: js, branch: trunk, size: 2842 [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
Update copyright file: [d5e8497e61] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2843 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [a7b884a494] check-in: [8939cbdb52] user: js, branch: trunk, size: 2843 [annotate] [blame] [check-ins using] [diff]
2022-09-25
20:14
Document more exceptions file: [3c482db81b] check-in: [5a4e00df9a] user: js, branch: trunk, size: 2843 [annotate] [blame] [check-ins using] [diff]
2022-09-12
08:52
Restrict subclassing on more classes file: [b0f5fe9413] check-in: [1038191a03] user: js, branch: trunk, size: 2499 [annotate] [blame] [check-ins using] [diff]
2022-06-05
10:43
OFHTTPResponse: Make "string" a method

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

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

2020-06-20
15:36
Add missing documentation file: [8433880375] check-in: [7d71c669ec] user: js, branch: trunk, size: 2426 [annotate] [blame] [check-ins using] [diff]
2020-03-22
15:51
ofhttp: Print the HTTP status code on error

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

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

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

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

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

2017-09-26
21:53
Many nullability fixes file: [50360976c1] check-in: [52011fbfd6] user: js, branch: trunk, size: 2590 [annotate] [blame] [check-ins using] [diff]
2017-08-11
22:26
Always have retain / copy before nonatomic file: [223253c35b] check-in: [9db36c14b5] user: js, branch: trunk, size: 2611 [annotate] [blame] [check-ins using] [diff]
2017-05-15
21:41
Remove cookies from OFHTTP{Request,Response}

These can just live in the headers. file: [96ba448907] check-in: [fedbbb2344] user: js, branch: trunk, size: 2611 [annotate] [blame] [check-ins using] [diff]

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

2017-04-30
13:35
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. file: [8b2b368da6] check-in: [0a73af49f0] user: js, branch: trunk, size: 2824 [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: [a921910845] check-in: [44f45c2e35] user: js, branch: trunk, size: 2802 [annotate] [blame] [check-ins using] [diff]

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

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

00:41
Update copyright

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

2015-11-29
11:43
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). file: [064c58fb15] check-in: [48980f2297] user: js, branch: trunk, size: 2531 [annotate] [blame] [check-ins using] [diff]

2015-06-17
22:11
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. file: [127c6d8f9d] check-in: [80e1a9655b] user: js, branch: trunk, size: 3286 [annotate] [blame] [check-ins using] [diff]

2015-06-13
22:26
Add support for and use the new nullability file: [043802ccf0] check-in: [9e76144ef8] user: js, branch: trunk, size: 3275 [annotate] [blame] [check-ins using] [diff]
2015-06-12
23:59
Add support for and use the new ObjC generics file: [988402eb89] check-in: [5329fe7c1a] user: js, branch: trunk, size: 3191 [annotate] [blame] [check-ins using] [diff]
2015-01-03
20:57
Update copyright file: [c20c817486] check-in: [cfd374b906] user: js, branch: trunk, size: 3027 [annotate] [blame] [check-ins using] [diff]
2014-02-18
18:50
Documentation: Show correct imports file: [a95495b814] check-in: [246cfe0807] user: js, branch: trunk, size: 3021 [annotate] [blame] [check-ins using] [diff]
2014-01-25
19:33
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. file: [4eb3a5ba06] check-in: [81d47f4398] user: js, branch: trunk, size: 2953 [annotate] [blame] [check-ins using] [diff]

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