ObjFW  All files named "src/OFMutableURI.m"

History for src/OFMutableURI.m

2022-11-24
00:21
Renamed to src/OFMutableIRI.m. Rename OFURI to OFIRI check-in: [23272e6d43] user: js, branch: trunk, size: 0
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: [375c07c449] check-in: [3e455c4839] user: js, branch: trunk, size: 10704 [annotate] [blame] [check-ins using] [diff]

00:18
OFURI: Remove percentEncodedScheme

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

2022-10-10
19:22
OFURI: Enforce scheme starts with a letter file: [81bd62a18e] check-in: [12d95e15ae] user: js, branch: trunk, size: 10877 [annotate] [blame] [check-ins using] [diff]
2022-10-03
21:17
OFMutableURI: Always lowercase the scheme file: [6f860bcc98] check-in: [a7356069cc] user: js, branch: trunk, size: 10622 [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: [a21b779d5d] check-in: [bd6dd6dd00] user: js, branch: trunk, size: 10520 [annotate] [blame] [check-ins using] [diff]

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