ObjFW  History of src/OFHTTPCookie.h of 262b3c580188b5dd

History of the file that is called src/OFHTTPCookie.h at check-in 262b3c580188b5dd

2024-04-03
02:16
[965e91ed27] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 3875) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[cdc87e0419] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 3667) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[b9b2600bbf] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 3667) [annotate] [blame] [check-ins using] [diff]
2022-11-24
00:21
[1a38e704ff] part of check-in [23272e6d43] Rename OFURI to OFIRI (check-in: [23272e6d43] user: js, branch: trunk, size: 3667) [annotate] [blame] [check-ins using] [diff]
2022-09-28
21:40
[ff53970b1e] part of check-in [e7ab06503c] Rename OFUR{L -> I} in preparation for URI support (check-in: [e7ab06503c] user: js, branch: trunk, size: 3667) [annotate] [blame] [check-ins using] [diff]
2022-09-25
20:14
[28d9caba77] part of check-in [5a4e00df9a] Document more exceptions (check-in: [5a4e00df9a] user: js, branch: trunk, size: 3667) [annotate] [blame] [check-ins using] [diff]
2022-09-12
08:52
[534b416a4f] part of check-in [1038191a03] Restrict subclassing on more classes (check-in: [1038191a03] user: js, branch: trunk, size: 3571) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[c915720e1d] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 3580) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[e692ae40e7] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 3580) [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
[49a9c4f266] part of check-in [163a4a5a2e] Use /** */ instead of /*! */ for documentation (check-in: [163a4a5a2e] user: js, branch: trunk, size: 3669) [annotate] [blame] [check-ins using] [diff]
2020-09-26
21:58
[177d922fbd] 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: 3669) [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
[56bef73011] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 3655) [annotate] [blame] [check-ins using] [diff]
2019-09-29
19:35
[e642b0f59d] 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: 3652) [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
[de4eb9913d] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 3631) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[016f8a3c0e] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 3625) [annotate] [blame] [check-ins using] [diff]
2017-11-18
18:50
[5adbd64e16] part of check-in [cc3ad3ddd3] Documentation: Use @brief for all properties (check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 3602) [annotate] [blame] [check-ins using] [diff]
2017-10-17
00:33
[3e83910dd6] 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: 3546) [annotate] [blame] [check-ins using] [diff]

2017-09-26
22:01
[00698eed19] part of check-in [319709fff1] Many nullability fixes (check-in: [319709fff1] user: js, branch: 0.90, size: 3504) [annotate] [blame] [check-ins using] [diff]
21:53
[947333b8e3] part of check-in [52011fbfd6] Many nullability fixes (check-in: [52011fbfd6] user: js, branch: trunk, size: 3504) [annotate] [blame] [check-ins using] [diff]
2017-08-11
22:26
[1ab11f1361] part of check-in [9db36c14b5] Always have retain / copy before nonatomic (check-in: [9db36c14b5] user: js, branch: trunk, size: 3494) [annotate] [blame] [check-ins using] [diff]
2017-05-27
08:56
[b3a1f16ba1] part of check-in [8896ef883e] +[OFHTTPCookie requestHeaderFieldsWithCookies:]

Also renames +[OFHTTPCookie cookiesFromHeaders:forURL:] to
+[OFHTTPCookie cookiesWithResponseHeaderFields:forURL:] to differentiate
between request and response header fields. (check-in: [8896ef883e] user: js, branch: trunk, size: 3494) [annotate] [blame] [check-ins using] [diff]

2017-05-15
21:35
[a02e34311d] part of check-in [f36f9bed02] OFHTTPCookie: Make domain and path mandatory

This requires passing a domain and defaults the path to /. (check-in: [f36f9bed02] user: js, branch: trunk, size: 3081) [annotate] [blame] [check-ins using] [diff]

2017-05-14
21:29
[a664df5bcf] part of check-in [28bacc2aa0] Add OFHTTPCookieManager (check-in: [28bacc2aa0] user: js, branch: trunk, size: 2747) [annotate] [blame] [check-ins using] [diff]
2017-05-13
16:29
[034b988288] part of check-in [f663d40cbd] Also use nonatomic for non-object properties (check-in: [f663d40cbd] user: js, branch: trunk, size: 2684) [annotate] [blame] [check-ins using] [diff]
2017-05-09
21:25
[e996e1649d] part of check-in [13965af7a1] Add a few missing OF_ASSUME_NONNULL_{BEGIN,END} (check-in: [13965af7a1] user: js, branch: trunk, size: 2662) [annotate] [blame] [check-ins using] [diff]
2017-05-08
21:37
[018d756744] part of check-in [469a496cd2] Add OF_DESIGNATED_INITIALIZER & OF_METHOD_FAMILY (check-in: [469a496cd2] user: js, branch: trunk, size: 2614) [annotate] [blame] [check-ins using] [diff]
2017-05-07
23:14
[043530f9e6] part of check-in [16c05e87e1] Add OF_UNAVAILABLE (check-in: [16c05e87e1] user: js, branch: trunk, size: 2588) [annotate] [blame] [check-ins using] [diff]
20:10
[f54859d1ab] 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: 2564) [annotate] [blame] [check-ins using] [diff]

2017-04-30
13:35
[4d41b6f478] 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: 2555) [annotate] [blame] [check-ins using] [diff]

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

2016-10-08
15:57
Added: [8be1e93d94] part of check-in [add93fc39b] Add OFHTTPCookie (check-in: [add93fc39b] user: js, branch: trunk, size: 2487) [annotate] [blame] [check-ins using]