History of file src/OFHTTPResponse.h at check-in da613d0cb5e488ea
2024-06-17
| ||
21:08 | Always use <ObjFW/ObjFW.h> in documentation file: [bd5ee5f831] check-in: [164f2fb4bf] user: js, branch: trunk, size: 3041 [annotate] [blame] [check-ins using] [diff] | |
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [9120aa464f] check-in: [7413a728a7] user: js, branch: trunk, size: 3050 [annotate] [blame] [check-ins using] [diff] | |
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 | |
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 | |
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 | |
2017-01-09
| ||
17:36 |
Update copyright
Forgot to add 2017, even though I already did quite some changes in | |
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: | |
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 | |
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 This cleans up the classes dealing with sockets a lot and also reduces | |
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] | |