55 check-ins using file src/runtime/class.m version 99bd522eda
2024-02-24
| ||
17:25 | OFLHAArchive: Ignore trailing garbage check-in: 927d1693c6 user: js tags: 1.0 | |
15:05 | OFLHAArchiveEntry: Add extra sanity checks check-in: 581e18268c user: js tags: 1.0 | |
13:52 | OFLHAArchiveEntry: Parse compression method last check-in: 9b1de0cac0 user: js tags: 1.0 | |
13:29 | OFLHAArchiveEntry: Remove pointless check check-in: d7b824ee7e user: js tags: 1.0 | |
13:23 | OFLHAArchiveEntry: Properly skip extended area check-in: 399137032a user: js tags: 1.0 | |
2024-02-23
| ||
23:12 | OFLHAArchive: Treat directory as uncompressed check-in: f27430148d user: js tags: 1.0 | |
22:55 | OFLHAArchive: Don't assume method is uncompressed check-in: 3f522ea4b6 user: js tags: 1.0 | |
2024-02-20
| ||
01:59 | ofarc: Minor help fix check-in: 81cfa33fdf user: js tags: 1.0 | |
2024-02-18
| ||
14:09 | Set version to 1.0.9 check-in: 612a0bd5b4 user: js tags: 1.0, 1.0.9-release | |
14:08 | Increase patch level for ObjFW library check-in: f15739af64 user: js tags: 1.0 | |
14:04 | Update ChangeLog for 1.0.9 check-in: d439625efa user: js tags: 1.0 | |
13:53 | OFMapTable: Improve enumeration mutation detection check-in: 2b0bdf3efc user: js tags: 1.0 | |
2024-02-13
| ||
21:13 | Fix -[OFDictionary initWithKey:arguments:] check-in: 3b6f5b8030 user: js tags: 1.0 | |
2024-02-12
| ||
19:55 | OFMapTable: Fix type mismatch on OFHashSeed check-in: 0cc973c595 user: js tags: 1.0 | |
2024-02-03
| ||
11:41 | Update copyright check-in: 7324ec8590 user: js tags: 1.0 | |
11:37 | Minor documentation improvement check-in: e03c6b5d9d user: js tags: trunk | |
09:17 | Minor documentation improvement check-in: 6fb87c3bbc user: js tags: trunk | |
09:08 | OFStream: Documentation fix check-in: 2bbd2a4548 user: js tags: trunk | |
09:04 | OFColor: Rename +[grey] to +[gray] check-in: 881d570d8c user: js tags: trunk | |
08:49 | Fix typos in documentation found by spell checker check-in: f97dc452b1 user: js tags: trunk | |
2024-01-28
| ||
13:43 | GitHub Actions: Restore *BSD check-in: 5c384cac67 user: js tags: trunk | |
2024-01-27
| ||
23:57 | OFGZIPStream: Fix reading CRC32 / size check-in: c814ea674d user: js tags: trunk | |
2024-01-21
| ||
12:19 | Update ChangeLog for 1.0.8 check-in: dc20dfdc5f user: js tags: trunk | |
11:41 | Fix compilation on {Net,Open}BSD, OpenIndiana etc. check-in: 8d21d6f269 user: js tags: trunk | |
10:52 | Update ChangeLog for 1.0.7 check-in: 9cbb05a4d3 user: js tags: trunk | |
10:26 | Fix OFSubprocessTests with --disable-files check-in: d3ef45da74 user: js tags: trunk | |
10:23 | OFSubprocess: Fix compilation on macOS check-in: 4f935e7e9b user: js tags: trunk | |
10:10 | Add tests for OFSubprocess check-in: 02824cb820 user: js tags: trunk | |
09:55 | OFSubprocess: Fix dealloc after -[closeForWriting] check-in: 3f56716b3d user: js tags: trunk | |
09:38 | OFSubprocess: Correctly handle nil environment check-in: 6ca56b4f15 user: js tags: trunk | |
2024-01-20
| ||
21:40 | Add support for LOC DNS resource records check-in: d37c636a61 user: js tags: trunk | |
15:18 | +[OFSystemInfo networkInterfaces]: Avoid IfIndex check-in: abe3ccd61e user: js tags: trunk | |
14:59 | Fix compilation with old MinGW versions check-in: d077c31c5c user: js tags: trunk | |
2024-01-15
| ||
20:17 | Update ChangeLog check-in: ed45dbf46a user: js tags: trunk | |
02:26 | Merge support for URI DNS resource records check-in: e051d7d487 user: js tags: trunk | |
02:24 | Fix parsing of URI resource records Closed-Leaf check-in: 2b7bc4c106 user: js tags: uri-resource-record | |
02:07 | OFDNSResolver: Fix wrong shifts check-in: 328252420b user: js tags: trunk | |
2024-01-14
| ||
22:47 | Add support for URI DNS resource records check-in: 16d99685ae user: js tags: uri-resource-record | |
18:06 | ObjFW.h: Remove leftover #import check-in: 7125cf2eaa user: js tags: asn1 | |
15:46 | Replace OFASN1UTF8String with OFString check-in: d11d5f38db user: js tags: asn1 | |
13:24 | Replace OFASN1Integer with long long OFNumber check-in: 523aea1c7b user: js tags: asn1 | |
13:00 | Replace OFASN1Boolean with bool OFNumber check-in: 90ee6a8373 user: js tags: asn1 | |
11:47 | Move out subclasses of OFDNSResourceRecord check-in: 487d5cbd83 user: js tags: trunk | |
11:01 | Mbed TLS: Don't hardcode path to CA file check-in: 027f5e11cf user: js tags: trunk | |
2024-01-11
| ||
20:50 | GitHub Actions: Test Mbed TLS on Ubuntu check-in: ee1e7c73be user: js tags: trunk | |
20:42 | configure: Fix error messages around Mbed TLS check-in: 119a09c7af user: js tags: trunk | |
20:12 | Merge trunk into branch "asn1" check-in: 4320b1bf7d user: js tags: asn1 | |
2024-01-06
| ||
15:36 | OFDNSResolver: Use correct run loop mode for cache check-in: c13f9f78f1 user: js tags: trunk | |
01:08 | Revert change to OFSecureTransportTLSStream check-in: 6a2cac23e8 user: js tags: trunk | |
01:00 | Fix compilation of OFOpenSSLTLSStream check-in: 64d9603a4f user: js tags: trunk | |
00:52 | Initial support for Mbed TLS check-in: 11b2a17595 user: js tags: trunk | |
2024-01-04
| ||
19:05 | Add new signing key check-in: b4c4812b7b user: js tags: trunk | |
2024-01-02
| ||
17:26 | utils: Indicate options with an argument with = check-in: 21823c0d56 user: js tags: trunk | |
17:22 | objfw-new: Document short options check-in: 049186b42e user: js tags: trunk | |
17:17 | Update copyright check-in: 26ddd2e4e4 user: js tags: trunk | |