History of file src/OFHTTPCookie.h at check-in c05772e186a1403d
2024-06-17
| ||
21:08 | Always use <ObjFW/ObjFW.h> in documentation file: [d779fc01ad] check-in: [164f2fb4bf] user: js, branch: trunk, size: 3868 [annotate] [blame] [check-ins using] [diff] | |
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [965e91ed27] check-in: [7413a728a7] user: js, branch: trunk, size: 3875 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [cdc87e0419] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 3667 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [b9b2600bbf] check-in: [8939cbdb52] user: js, branch: trunk, size: 3667 [annotate] [blame] [check-ins using] [diff] | |
2022-11-24
| ||
00:21 | Rename OFURI to OFIRI file: [1a38e704ff] check-in: [23272e6d43] user: js, branch: trunk, size: 3667 [annotate] [blame] [check-ins using] [diff] | |
2022-09-28
| ||
21:40 | Rename OFUR{L -> I} in preparation for URI support file: [ff53970b1e] check-in: [e7ab06503c] user: js, branch: trunk, size: 3667 [annotate] [blame] [check-ins using] [diff] | |
2022-09-25
| ||
20:14 | Document more exceptions file: [28d9caba77] check-in: [5a4e00df9a] user: js, branch: trunk, size: 3667 [annotate] [blame] [check-ins using] [diff] | |
2022-09-12
| ||
08:52 | Restrict subclassing on more classes file: [534b416a4f] check-in: [1038191a03] user: js, branch: trunk, size: 3571 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [c915720e1d] check-in: [1a86b8175b] user: js, branch: trunk, size: 3580 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [e692ae40e7] check-in: [374e1a1bfa] user: js, branch: trunk, size: 3580 [annotate] [blame] [check-ins using] [diff] | |
2020-10-03
| ||
11:35 | Use /** */ instead of /*! */ for documentation file: [49a9c4f266] check-in: [163a4a5a2e] user: js, branch: trunk, size: 3669 [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-01-02
| ||
01:51 | Update copyright file: [56bef73011] check-in: [c7f0229795] user: js, branch: trunk, size: 3655 [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: [e642b0f59d] check-in: [496695d778] user: js, branch: trunk, size: 3652 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [de4eb9913d] check-in: [0509d7a844] user: js, branch: trunk, size: 3631 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [016f8a3c0e] check-in: [7e5c81e186] user: js, branch: trunk, size: 3625 [annotate] [blame] [check-ins using] [diff] | |
2017-11-18
| ||
18:50 | Documentation: Use @brief for all properties file: [5adbd64e16] check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 3602 [annotate] [blame] [check-ins using] [diff] | |
2017-10-17
| ||
00:33 |
Do not use implicit method return types
Instead, explicitly declare them, as OF_ASSUME_NONNULL_{BEGIN,END} does | |
2017-09-26
| ||
22:01 | Many nullability fixes file: [00698eed19] check-in: [319709fff1] user: js, branch: 0.90, size: 3504 [annotate] [blame] [check-ins using] [diff] | |
21:53 | Many nullability fixes file: [947333b8e3] check-in: [52011fbfd6] user: js, branch: trunk, size: 3504 [annotate] [blame] [check-ins using] [diff] | |
2017-08-11
| ||
22:26 | Always have retain / copy before nonatomic file: [1ab11f1361] check-in: [9db36c14b5] user: js, branch: trunk, size: 3494 [annotate] [blame] [check-ins using] [diff] | |
2017-05-27
| ||
08:56 |
+[OFHTTPCookie requestHeaderFieldsWithCookies:]
Also renames +[OFHTTPCookie cookiesFromHeaders:forURL:] to | |
2017-05-15
| ||
21:35 |
OFHTTPCookie: Make domain and path mandatory
This requires passing a domain and defaults the path to /. file: [a02e34311d] check-in: [f36f9bed02] user: js, branch: trunk, size: 3081 [annotate] [blame] [check-ins using] [diff] | |
2017-05-14
| ||
21:29 | Add OFHTTPCookieManager file: [a664df5bcf] check-in: [28bacc2aa0] user: js, branch: trunk, size: 2747 [annotate] [blame] [check-ins using] [diff] | |
2017-05-13
| ||
16:29 | Also use nonatomic for non-object properties file: [034b988288] check-in: [f663d40cbd] user: js, branch: trunk, size: 2684 [annotate] [blame] [check-ins using] [diff] | |
2017-05-09
| ||
21:25 | Add a few missing OF_ASSUME_NONNULL_{BEGIN,END} file: [e996e1649d] check-in: [13965af7a1] user: js, branch: trunk, size: 2662 [annotate] [blame] [check-ins using] [diff] | |
2017-05-08
| ||
21:37 | Add OF_DESIGNATED_INITIALIZER & OF_METHOD_FAMILY file: [018d756744] check-in: [469a496cd2] user: js, branch: trunk, size: 2614 [annotate] [blame] [check-ins using] [diff] | |
2017-05-07
| ||
23:14 | Add OF_UNAVAILABLE file: [043530f9e6] check-in: [16c05e87e1] user: js, branch: trunk, size: 2588 [annotate] [blame] [check-ins using] [diff] | |
20:10 |
Small code style change
Casts are now written like types in variable declarations. file: [f54859d1ab] check-in: [4af49a13c3] user: js, branch: trunk, size: 2564 [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 | Added: Add OFHTTPCookie file: [8be1e93d94] check-in: [add93fc39b] user: js, branch: trunk, size: 2487 [annotate] [blame] [check-ins using] | |