ObjFW  All files named "src/OFURI.m"

History for src/OFURI.m

2023-07-15
20:57
Renamed to src/OFIRI.m. Merge trunk into branch "amiga-library" check-in: [860b0bf1e9] user: js, branch: amiga-library, size: 0
2022-11-24
00:21
Renamed to src/OFIRI.m. Rename OFURI to OFIRI check-in: [23272e6d43] user: js, branch: trunk, size: 0
2022-11-23
23:33
OFURI: Accept IRIs file: [55c91c5cfd] check-in: [03cb622525] user: js, branch: trunk, size: 29282 [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
missing, while the path can be empty. file: [fd812a6a57] check-in: [3e455c4839] user: js, branch: trunk, size: 28143 [annotate] [blame] [check-ins using] [diff]

00:18
OFURI: Remove percentEncodedScheme

The scheme does not allow percent encoding. file: [57bba32cb0] check-in: [13ead1212f] user: js, branch: trunk, size: 28245 [annotate] [blame] [check-ins using] [diff]

2022-10-10
23:50
Make relative URIs behave as per RFC 3986 file: [2fc8b40e3d] check-in: [3b2697b2a7] user: js, branch: trunk, size: 28457 [annotate] [blame] [check-ins using] [diff]
19:22
OFURI: Enforce scheme starts with a letter file: [d2aca0a264] check-in: [12d95e15ae] user: js, branch: trunk, size: 27705 [annotate] [blame] [check-ins using] [diff]
2022-10-08
23:47
Move all archive URI handling to a single file file: [213596bf3e] check-in: [55858a10bb] user: js, branch: trunk, size: 27639 [annotate] [blame] [check-ins using] [diff]
2022-10-04
22:22
OF*Archive: Share +[URIForFile:inArchive:] code file: [e7dba343a1] check-in: [519c277156] user: js, branch: trunk, size: 29530 [annotate] [blame] [check-ins using] [diff]
21:33
Add +[OFZIPArchive URIForFile:inArchive:]

This allows constructing a URI to access a file within an archive. file: [a82a35d7aa] check-in: [19bbbbd95d] user: js, branch: trunk, size: 29020 [annotate] [blame] [check-ins using] [diff]

2022-10-03
19:10
OFURI: Always parse query and fragment file: [f265de725c] check-in: [88765bceeb] user: js, branch: trunk, size: 27639 [annotate] [blame] [check-ins using] [diff]
00:39
OFURI: Rewrite parser to support URIs file: [91ee9c8850] check-in: [c75059a52f] user: js, branch: trunk, size: 27897 [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
once. file: [bd23469364] check-in: [bd6dd6dd00] user: js, branch: trunk, size: 27532 [annotate] [blame] [check-ins using] [diff]

2022-09-28
21:40
Renamed src/OFURL.m → src/OFURI.m. Rename OFUR{L -> I} in preparation for URI support file: [f31f144d07] check-in: [e7ab06503c] user: js, branch: trunk, size: 27443 [annotate] [blame] [check-ins using] [diff]