ObjFW  History of src/OFHTTPCookie.m of 374e1a1bfa30d767

History of the file that is called src/OFHTTPCookie.m at check-in 374e1a1bfa30d767

2024-01-02
17:17
Update copyright file: [5ea98ab91a] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 10332 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [25b009e19f] check-in: [8939cbdb52] user: js, branch: trunk, size: 10332 [annotate] [blame] [check-ins using] [diff]
2022-11-25
23:43
Convert IRIs to URIs where necessary file: [8ee055f007] check-in: [1baa99771d] user: js, branch: trunk, size: 10332 [annotate] [blame] [check-ins using] [diff]
2022-11-24
00:21
Rename OFURI to OFIRI file: [28c10d1209] check-in: [23272e6d43] user: js, branch: trunk, size: 10279 [annotate] [blame] [check-ins using] [diff]
2022-09-28
21:40
Rename OFUR{L -> I} in preparation for URI support file: [a7d6a07918] check-in: [e7ab06503c] user: js, branch: trunk, size: 10279 [annotate] [blame] [check-ins using] [diff]
2022-08-30
00:48
OFObject: Small API change file: [0f6fbe0e26] check-in: [4ad0c363f3] user: js, branch: trunk, size: 10279 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [30659cca3c] check-in: [1a86b8175b] user: js, branch: trunk, size: 10271 [annotate] [blame] [check-ins using] [diff]
2021-04-25
19:58
Last round of renames (hopefully) file: [a0376d23d9] check-in: [6ae98c1dcf] user: js, branch: trunk, size: 10271 [annotate] [blame] [check-ins using] [diff]
2021-04-19
22:20
Rename all remaining enums file: [d82c9df2c7] check-in: [e97b03815f] user: js, branch: new-naming-convention, size: 10271 [annotate] [blame] [check-ins using] [diff]
2021-04-18
15:55
Rename all functions in macros.h file: [6c798836e9] check-in: [7392685ffc] user: js, branch: new-naming-convention, size: 10360 [annotate] [blame] [check-ins using] [diff]
2021-04-17
14:13
Always prefix functions with the type file: [2df5054718] check-in: [eb0cfa6ff9] user: js, branch: new-naming-convention, size: 10371 [annotate] [blame] [check-ins using] [diff]
01:32
of_unichar_t -> OFUnichar file: [c34a9bfc99] check-in: [2d3790870d] user: js, branch: new-naming-convention, size: 10371 [annotate] [blame] [check-ins using] [diff]
00:44
of_range_t -> OFRange file: [48027eefc6] check-in: [d975c53a43] user: js, branch: new-naming-convention, size: 10374 [annotate] [blame] [check-ins using] [diff]
00:14
of_comparison_result_t -> OFComparisonResult file: [07b73513b9] check-in: [61fc389aee] user: js, branch: new-naming-convention, size: 10347 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [f788425642] check-in: [374e1a1bfa] user: js, branch: trunk, size: 10349 [annotate] [blame] [check-ins using] [diff]
2020-10-10
14:27
OFObject: Change type of -[hash] to unsigned long

The internal hash is still 32 bit in most places, but this way, it is at
least not baked into the API and ABI and can be upgraded later, should
that ever be necessary. file: [a6b5d4bf43] check-in: [aeb403a1ed] user: js, branch: trunk, size: 10438 [annotate] [blame] [check-ins using] [diff]

2020-08-11
19:45
OFString: Rework number parsing API

This solves the old signed vs. unsigned problem and allows for more
bases than just 8, 10 and 16, as well as auto-detection of the base (if
base is 0). file: [1fa52c5268] check-in: [b6ee372b98] user: js, branch: trunk, size: 10433 [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
Update copyright file: [1c4b9e560d] check-in: [c7f0229795] user: js, branch: trunk, size: 10424 [annotate] [blame] [check-ins using] [diff]
2019-03-08
00:35
Use dot syntax file: [09fd3cd222] check-in: [bceb7ed4c9] user: js, branch: trunk, size: 10421 [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
Update copyright file: [26fae4bc2d] check-in: [0509d7a844] user: js, branch: trunk, size: 10491 [annotate] [blame] [check-ins using] [diff]
2018-11-17
22:59
Various minor style improvements file: [dd9d50afa9] check-in: [b090b5ce92] user: js, branch: trunk, size: 10485 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [45d455ab28] check-in: [7e5c81e186] user: js, branch: trunk, size: 10457 [annotate] [blame] [check-ins using] [diff]
2017-11-11
23:27
Small optimization for -[isEqual:] file: [8f0722daec] check-in: [526feacebc] user: js, branch: trunk, size: 10434 [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
not apply to implicit return types. This means that after this commit,
all init methods have a nonnull return type, as they should have. file: [e5c1061662] check-in: [2f4e0df8be] user: js, branch: trunk, size: 10393 [annotate] [blame] [check-ins using] [diff]

2017-09-28
23:02
Enable -Wnullable-to-nonnull-conversion and adjust file: [dc41fbd99f] check-in: [2de9660312] user: js, branch: trunk, size: 10354 [annotate] [blame] [check-ins using] [diff]
2017-05-27
08:56
+[OFHTTPCookie requestHeaderFieldsWithCookies:]

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

2017-05-15
21:35
OFHTTPCookie: Make domain and path mandatory

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

2017-05-07
23:14
Add OF_UNAVAILABLE file: [7df1adeb38] check-in: [16c05e87e1] user: js, branch: trunk, size: 9151 [annotate] [blame] [check-ins using] [diff]
20:10
Small code style change

Casts are now written like types in variable declarations. file: [ef24e84f97] check-in: [4af49a13c3] user: js, branch: trunk, size: 9168 [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: [ee6a333bc6] check-in: [44f45c2e35] user: js, branch: trunk, size: 9159 [annotate] [blame] [check-ins using] [diff]

2016-10-08
15:57
Initialize with nil to make old Apple GCC happy file: [dbbbfee19c] check-in: [7b81264b58] user: js, branch: trunk, size: 9153 [annotate] [blame] [check-ins using] [diff]
15:57
Added: Add OFHTTPCookie file: [8228a2b804] check-in: [add93fc39b] user: js, branch: trunk, size: 9141 [annotate] [blame] [check-ins using]