History of file src/OFMutableURL.h at check-in 2447bb29679d1895
2024-06-17
| ||
21:08 | Always use <ObjFW/ObjFW.h> in documentation file: [641d23cc75] check-in: [164f2fb4bf] user: js, branch: trunk, size: 6944 [annotate] [blame] [check-ins using] [diff] | |
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [549868d3c9] check-in: [7413a728a7] user: js, branch: trunk, size: 6937 [annotate] [blame] [check-ins using] [diff] | |
2024-03-10
| ||
18:44 | OFIRI: Add methods for path extension file: [7eb45ca8a2] check-in: [0ca94307e6] user: js, branch: trunk, size: 6729 [annotate] [blame] [check-ins using] [diff] | |
16:23 | OFIRI: Add -[IRIByDeletingLastPathComponent] file: [f1d3d3e8dc] check-in: [e832f884e6] user: js, branch: trunk, size: 6493 [annotate] [blame] [check-ins using] [diff] | |
2024-03-02
| ||
17:58 |
Fix documentation for mutable classes
The immutable header should always be imported instead. file: [ec0dda1233] check-in: [18045dffca] user: js, branch: trunk, size: 6408 [annotate] [blame] [check-ins using] [diff] | |
2024-02-03
| ||
08:53 | Fix typos in documentation found by spell checker file: [6ca64a19c5] check-in: [19f3948a26] user: js, branch: 1.0, size: 6422 [annotate] [blame] [check-ins using] [diff] | |
08:49 | Fix typos in documentation found by spell checker file: [d2091df092] check-in: [f97dc452b1] user: js, branch: trunk, size: 6422 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [e8a4ec8dda] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 6421 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [98f947461a] check-in: [8939cbdb52] user: js, branch: trunk, size: 6421 [annotate] [blame] [check-ins using] [diff] | |
2022-11-26
| ||
23:05 | OFIRI: Minor documentation improvement file: [ebf324f391] check-in: [8c62d4520a] user: js, branch: trunk, size: 6421 [annotate] [blame] [check-ins using] [diff] | |
01:29 | OFIRI: Improve documentation file: [e6469ca335] check-in: [3e3b00eb93] user: js, branch: trunk, size: 6368 [annotate] [blame] [check-ins using] [diff] | |
2022-11-24
| ||
00:21 | Renamed src/OFMutableURI.h → src/OFMutableIRI.h. Rename OFURI to OFIRI file: [c2423fcac4] check-in: [23272e6d43] user: js, branch: trunk, size: 6334 [annotate] [blame] [check-ins using] [diff] | |
2022-10-11
| ||
19:27 |
OFURI: Make scheme and path nonnull
This is as per the RFC, which says the scheme and path can never be | |
00:18 |
OFURI: Remove percentEncodedScheme
The scheme does not allow percent encoding. file: [c01390b76e] check-in: [13ead1212f] user: js, branch: trunk, size: 6090 [annotate] [blame] [check-ins using] [diff] | |
2022-10-03
| ||
22:18 | A few minor documentation fixes file: [7f2d699377] check-in: [694da470d4] user: js, branch: trunk, size: 6300 [annotate] [blame] [check-ins using] [diff] | |
2022-09-29
| ||
21:53 |
OFURI: Make query items an array of pairs
With a dictionary the order is lost and keys cannot exist more than | |
2022-09-28
| ||
21:40 | Renamed src/OFMutableURL.h → src/OFMutableURI.h. Rename OFUR{L -> I} in preparation for URI support file: [c337456a13] check-in: [e7ab06503c] user: js, branch: trunk, size: 6176 [annotate] [blame] [check-ins using] [diff] | |
2022-09-26
| ||
20:32 | Document more exceptions file: [7d66205ed8] check-in: [4b8c89a6fe] user: js, branch: trunk, size: 6068 [annotate] [blame] [check-ins using] [diff] | |
2022-06-07
| ||
19:50 | OFURL: Minor documentation fixes file: [28e4adf533] check-in: [022418ee31] user: js, branch: trunk, size: 5208 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [cf84e1efee] check-in: [1a86b8175b] user: js, branch: trunk, size: 5207 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [008c7418c3] check-in: [374e1a1bfa] user: js, branch: trunk, size: 5207 [annotate] [blame] [check-ins using] [diff] | |
2020-10-03
| ||
23:25 | OFURL: Add queryDictionary property file: [781d0b7833] check-in: [a151f9c31f] user: js, branch: trunk, size: 5296 [annotate] [blame] [check-ins using] [diff] | |
11:35 | Use /** */ instead of /*! */ for documentation file: [814acc8820] check-in: [163a4a5a2e] user: js, branch: trunk, size: 4916 [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: [3080cf9695] check-in: [c7f0229795] user: js, branch: trunk, size: 4902 [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: [3f13123c95] check-in: [496695d778] user: js, branch: trunk, size: 4899 [annotate] [blame] [check-ins using] [diff] | |
2019-04-07
| ||
23:05 | Add -[OFMutableURL appendPathComponent:] file: [eff60f9cda] check-in: [7bf788b164] user: js, branch: trunk, size: 4873 [annotate] [blame] [check-ins using] [diff] | |
2019-02-24
| ||
16:28 | OFMutableURL: Add -[standardizePath] file: [3836efd792] check-in: [555e18ace0] user: js, branch: trunk, size: 4405 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [89fff6c2f1] check-in: [0509d7a844] user: js, branch: trunk, size: 4332 [annotate] [blame] [check-ins using] [diff] | |
2018-02-16
| ||
22:25 |
Remove OF_UNAVAILABLE from two -[init] methods
These were unavailable in the immutable class, but available in the | |
2018-01-03
| ||
19:49 | Update copyright notice file: [257d83f102] check-in: [7e5c81e186] user: js, branch: trunk, size: 4456 [annotate] [blame] [check-ins using] [diff] | |
2017-11-18
| ||
18:50 | Documentation: Use @brief for all properties file: [be0bce94b2] check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 4433 [annotate] [blame] [check-ins using] [diff] | |
2017-11-06
| ||
23:01 |
OFURL: Store the URL-encoded version internally
This allows retrieving it how it was originally stored, which is useful | |
2017-10-31
| ||
21:39 |
OFURL: URL-encode according to RFC 3986
This also means the parameters go away and get folded into the path. file: [716b3b017c] check-in: [5f7305c659] user: js, branch: trunk, size: 2318 [annotate] [blame] [check-ins using] [diff] | |
2017-10-29
| ||
15:05 | Add -[OFURL lastPathComponent] file: [db8fdd5d15] check-in: [eba3667137] user: js, branch: trunk, size: 2448 [annotate] [blame] [check-ins using] [diff] | |
13:37 | Add -[OFURL pathComponents] file: [4ea68f1b3c] check-in: [7f64141183] user: js, branch: trunk, size: 2513 [annotate] [blame] [check-ins using] [diff] | |
2017-10-28
| ||
21:08 |
Make OFURL more generic
This removes the special handling dependent on the scheme. file: [5b759a7789] check-in: [0f995db06d] user: js, branch: trunk, size: 2211 [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-08-11
| ||
22:26 | Always have retain / copy before nonatomic file: [8fd67661ad] check-in: [9db36c14b5] user: js, branch: trunk, size: 2106 [annotate] [blame] [check-ins using] [diff] | |
2017-07-20
| ||
22:28 | Added: Split OFURL into OFURL and OFMutableURL file: [bdc8d2dd1d] check-in: [3a5570ab20] user: js, branch: trunk, size: 2106 [annotate] [blame] [check-ins using] | |