ObjFW  History of tests/OFHTTPCookieTests.m of 23272e6d43115eae

History of the file that is called tests/OFHTTPCookieTests.m at check-in 23272e6d43115eae

2024-04-03
02:16
Change license to LGPLv3 only file: [30a9a576ce] check-in: [7413a728a7] user: js, branch: trunk, size: 3130 [annotate] [blame] [check-ins using] [diff]
2024-02-18
19:29
Renamed new_tests/OFHTTPCookieTests.m → tests/OFHTTPCookieTests.m. Rename new tests file: [ef1c0d2e2f] check-in: [7a84580fb6] user: js, branch: objfwtest, size: 2922 [annotate] [blame] [check-ins using] [diff]
2024-02-17
22:12
Renamed tests/OFHTTPCookieTests.m → new_tests/OFHTTPCookieTests.m. Migrate OFHTTPCookieTests to ObjFWTest file: [ef1c0d2e2f] check-in: [677b61582e] user: js, branch: objfwtest, size: 2922 [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
Update copyright file: [eb0c618283] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2671 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [5a5210bc98] check-in: [8939cbdb52] user: js, branch: trunk, size: 2671 [annotate] [blame] [check-ins using] [diff]
2022-11-24
00:21
Rename OFURI to OFIRI file: [01656ca976] check-in: [23272e6d43] user: js, branch: trunk, size: 2671 [annotate] [blame] [check-ins using] [diff]
2022-09-28
21:40
Rename OFUR{L -> I} in preparation for URI support file: [beb8a32ced] check-in: [e7ab06503c] user: js, branch: trunk, size: 2671 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [e2e55e8f73] check-in: [1a86b8175b] user: js, branch: trunk, size: 2671 [annotate] [blame] [check-ins using] [diff]
2021-05-08
23:22
tests: Align more with ObjFW style

ObjFW's style changed over the years, but the tests were never adjusted
to it. file: [3f137e64cb] check-in: [14f1e22d79] user: js, branch: trunk, size: 2671 [annotate] [blame] [check-ins using] [diff]

2021-01-02
22:04
Update copyright file: [ea70ec9f7e] check-in: [374e1a1bfa] user: js, branch: trunk, size: 2697 [annotate] [blame] [check-ins using] [diff]
2020-01-05
02:05
Update URL in a few places file: [5858023a0b] check-in: [0f99128a67] user: js, branch: trunk, size: 2786 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [d536758f8f] check-in: [c7f0229795] user: js, branch: trunk, size: 2795 [annotate] [blame] [check-ins using] [diff]
2019-09-29
15:58
Remove OFAutoreleasePool

OFAutoreleasePools have long been discouraged in favor of the runtime's
autorelease pools. file: [352e3e5c35] check-in: [09be825f88] user: js, branch: trunk, size: 2792 [annotate] [blame] [check-ins using] [diff]

2019-03-25
00:21
tests: Use dot syntax file: [d0cc5dd06b] check-in: [b045cbb9c7] user: js, branch: trunk, size: 2794 [annotate] [blame] [check-ins using] [diff]
2019-02-17
22:44
tests: Only import ObjFW.h

This prevents forgetting to add an import to ObjFW.h, as the tests would
then not compile. file: [13d2c7f00f] check-in: [dc0c6c34ab] user: js, branch: trunk, size: 2836 [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
Update copyright file: [0d41005d79] check-in: [0509d7a844] user: js, branch: trunk, size: 2974 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [a986124ea6] check-in: [7e5c81e186] user: js, branch: trunk, size: 2968 [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: [65bd4b5a54] check-in: [8896ef883e] user: js, branch: trunk, size: 2945 [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: [c2cad19355] check-in: [f36f9bed02] user: js, branch: trunk, size: 2576 [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: [2e9348ac5f] check-in: [44f45c2e35] user: js, branch: trunk, size: 2127 [annotate] [blame] [check-ins using] [diff]

2016-10-08
15:57
Added: Add OFHTTPCookie file: [7208723f43] check-in: [add93fc39b] user: js, branch: trunk, size: 2121 [annotate] [blame] [check-ins using]