History of file src/OFEmbeddedIRIHandler.m at check-in 8815b72dad7d23b68068129df72f9f62f6001018e596b273f10c22100f30cb45
2024-09-08
| ||
17:02 | Add -[attributesOfItemAtIRI:] for embedded files file: [bb2d5eaecc] check-in: [3f3746be03] user: js, branch: trunk, size: 4315 [annotate] [blame] [check-ins using] [diff] | |
2024-04-29
| ||
03:31 | OFEmbeddedIRIHandler: Fix missing static file: [275cbe280f] check-in: [cce464b94e] user: js, branch: trunk, size: 3228 [annotate] [blame] [check-ins using] [diff] | |
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [0aa22bc193] check-in: [7413a728a7] user: js, branch: trunk, size: 3214 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [9af2b60174] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 3006 [annotate] [blame] [check-ins using] [diff] | |
2023-03-26
| ||
13:26 | OFEmbeddedIRIHandler: Add missing #ifdef file: [3c1f214812] check-in: [ad934765cf] user: js, branch: trunk, size: 3006 [annotate] [blame] [check-ins using] [diff] | |
13:18 | OFEmbeddedIRIHandler: Always initialize mutex file: [5dec058e36] check-in: [06c5bad0bd] user: js, branch: trunk, size: 2976 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [ec56eba1c1] check-in: [8939cbdb52] user: js, branch: trunk, size: 2850 [annotate] [blame] [check-ins using] [diff] | |
2022-11-24
| ||
00:21 | Renamed src/OFEmbeddedURIHandler.m → src/OFEmbeddedIRIHandler.m. Rename OFURI to OFIRI file: [ba984847f3] check-in: [23272e6d43] user: js, branch: trunk, size: 2850 [annotate] [blame] [check-ins using] [diff] | |
2022-11-17
| ||
14:50 |
Fix embedded files with GCC
The load order is different with GCC, resulting in a crash when trying | |
14:14 | Make OFRegisterEmbeddedFile() public file: [36019fb356] check-in: [0e6774358c] user: js, branch: trunk, size: 2859 [annotate] [blame] [check-ins using] [diff] | |
2022-10-09
| ||
16:33 |
Drop of- prefix from URI schemes
It's generally uncommon to prefix those. Additionally, it might be worthwhile to try to get those actually | |
2022-10-03
| ||
19:51 | Rename objfw-embedded: scheme to of-embedded: file: [b9239d2145] check-in: [7d0456fdd6] user: js, branch: trunk, size: 2873 [annotate] [blame] [check-ins using] [diff] | |
00:39 | OFURI: Rewrite parser to support URIs file: [d66851cc9f] check-in: [c75059a52f] user: js, branch: trunk, size: 2876 [annotate] [blame] [check-ins using] [diff] | |
2022-09-28
| ||
21:40 | Renamed src/OFEmbeddedFileURLHandler.m → src/OFEmbeddedURIHandler.m. Rename OFUR{L -> I} in preparation for URI support file: [4e495a4837] check-in: [e7ab06503c] user: js, branch: trunk, size: 2872 [annotate] [blame] [check-ins using] [diff] | |
2022-08-07
| ||
18:23 | OFEmbeddedFileURLHandler: Add scheme check file: [10ad5c2607] check-in: [12a7357722] user: js, branch: trunk, size: 2880 [annotate] [blame] [check-ins using] [diff] | |
2022-08-02
| ||
00:39 | OFEmbeddedFileURLHandler: Fix wrong #endif file: [e3697eafac] check-in: [d05c370a94] user: js, branch: trunk, size: 2831 [annotate] [blame] [check-ins using] [diff] | |
2022-08-01
| ||
23:39 | OFEmbeddedFileURLHandler: Fix missing include file: [6492351f08] check-in: [ce151e34d0] user: js, branch: trunk, size: 2826 [annotate] [blame] [check-ins using] [diff] | |
21:20 |
Added:
Add support for embedding files into binaries
Embedded files are available via the objfw-embedded: URL scheme. file: [d67588543e] check-in: [1483709ab2] user: js, branch: trunk, size: 2807 [annotate] [blame] [check-ins using] | |