Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
105 check-ins using file src/OFModule.m version b98402eb0b
|
2025-06-08
| ||
| 13:04 | Set version to 1.3.2 Leaf check-in: d715aa26ba user: js tags: 1.3, 1.3.2-release | |
| 13:03 | Increase library versions check-in: 604acacc22 user: js tags: 1.3 | |
| 13:01 | Update ChangeLog for 1.3.2 check-in: bd851590c4 user: js tags: 1.3 | |
|
2025-06-07
| ||
| 21:34 | OFMbedTLSTLSStream: Fix bytesWritten in exception check-in: ff207e1bf8 user: js tags: 1.3 | |
| 21:30 | OFGnuTLSTLSStream: Fix bytesWritten in exception check-in: 873eb9ac12 user: js tags: 1.3 | |
| 21:15 | OFRunLoop: Handle truncated writes properly check-in: 67fc7b10d9 user: js tags: 1.3 | |
| 20:42 | OFOpenSSLTLSStream: Handle write errors check-in: 0b4f45aad4 user: js tags: 1.3 | |
| 20:21 | OFSecureTransportTLSStream: EPIPE & ECONNRESET check-in: 0aa07965e2 user: js tags: 1.3 | |
| 20:21 | Use 0 timer instead of -[cancelAsyncRequests] check-in: 685a7ce992 user: js tags: 1.3 | |
| 09:41 | Set version to 1.3.1 check-in: 3a0b8a269d user: js tags: 1.3, 1.3.1-release | |
| 09:38 | Increase library versions check-in: e2b6008b50 user: js tags: 1.3 | |
| 09:31 | Update ChangeLog for 1.3.1 check-in: dc31261b18 user: js tags: 1.3 | |
| 09:22 | Add `make upload` target check-in: 990c87c795 user: js tags: 1.3 | |
| 09:17 | OFMutableTriple: Fix inconsistent nullability check-in: c5dcd73725 user: js tags: 1.3 | |
| 09:16 | OFMutablePair: Fix inconsistent nullability check-in: 2c42804d36 user: js tags: 1.3 | |
| 09:07 | OFHTTPServer: Allow async I/O on body / response check-in: 4870d9e416 user: js tags: 1.3 | |
|
2025-05-30
| ||
| 10:20 | Fix OFLHAArchiveEntry on big endian systems check-in: 4ce8c94ae2 user: js tags: 1.3 | |
|
2025-05-29
| ||
| 23:36 | Use SSL_pending instead of SSL_has_pending check-in: 293aabe058 user: js tags: 1.3 | |
|
2025-04-30
| ||
| 08:48 | GitHub Actions: Remove Ubuntu 20.04 check-in: 3327bd6ab5 user: js tags: 1.3 | |
|
2025-04-29
| ||
| 14:15 | autogen.sh: Increase automake version for OpenBSD check-in: bfd40fb549 user: js tags: 1.3 | |
| 14:00 | GitHub Actions: Explicitly install awk on Fedora check-in: 3ea667c046 user: js tags: 1.3 | |
| 13:51 | GitHub Actions: Fix OpenBSD check-in: 0de85486f3 user: js tags: 1.3 | |
|
2025-04-13
| ||
| 20:22 | Continue migrating to the ARC functions for RR check-in: c97ad28ea6 user: js tags: trunk | |
| 19:37 | Start migrating to the ARC functions for RR check-in: 91f64fd0aa user: js tags: trunk | |
| 18:36 | Use objc_{retain,release} as OFMapTable functions check-in: 74e67a5b19 user: js tags: trunk | |
| 18:30 | runtime: Use ARC functions internally check-in: ad5ac856c5 user: js tags: trunk | |
| 16:38 | Provide ARC functions when using old Apple runtime check-in: f69a081fbf user: js tags: trunk | |
| 16:09 | runtime: Add missing imports check-in: 26af2889a4 user: js tags: trunk | |
| 15:57 | Add *~ to ignore-glob check-in: ad21ccd40f user: js tags: trunk | |
| 15:48 | Reduce overhead of unused weak & associations check-in: aeaee67fa1 user: js tags: trunk | |
| 15:11 | runtime: Increase spinlocks for associations to 16 check-in: 81474d35c8 user: js tags: trunk | |
| 15:06 | runtime: Optimize retain/(auto)release with ARC check-in: 5e956ca69f user: js tags: trunk | |
| 12:22 | Fix compiling with Apple GCC 4.0.1 check-in: 2fa7d9c7e9 user: js tags: trunk | |
| 12:19 | Fix Windows, macOS 10.5 and AmigaOS check-in: d30b4538cf user: js tags: trunk | |
| 11:55 | Move object memory management to the runtime check-in: 71455fb3e4 user: js tags: trunk | |
| 09:41 | runtime: Increase spinlocks for properties to 16 check-in: fd3156c7f5 user: js tags: trunk | |
| 09:32 | Don't use macOS 10.4 compatible headers on iOS check-in: 8af54b90d3 user: js tags: trunk | |
| 09:03 | Disable UNIX stream socket tests on Wine check-in: 24c268053f user: js tags: 1.3 | |
| 06:20 | "#pragma GCC diagnostic push" requires GCC >= 4.6 check-in: ab00a1c4fa user: js tags: 1.3 | |
| 06:19 | "#pragma GCC diagnostic push" requires GCC >= 4.6 check-in: 6819873426 user: js tags: trunk | |
|
2025-04-12
| ||
| 10:59 | Use macOS 10.4 compatible Apple runtime headers check-in: 9924e7995c user: js tags: trunk | |
| 10:54 | configure: Correct runtime define for macOS 10.4 check-in: f50b38b4dd user: js tags: trunk | |
| 10:41 | ofhttp: Write status messages to stderr check-in: 954b3a4a74 user: js tags: trunk | |
| 10:32 | ofarc: Write status messages to stderr check-in: 22f17aa671 user: js tags: trunk | |
| 10:21 | configure: Fix finding Apple runtime on macOS 10.4 check-in: 1079d87e5a user: js tags: trunk | |
|
2025-04-11
| ||
| 21:50 | Use internal visibility instead of hidden check-in: 6e5511c2e5 user: js tags: trunk | |
| 21:34 | Mark C lookup function as hot check-in: 0660d48374 user: js tags: trunk | |
| 21:27 | Add OF_MALLOC_FUNC check-in: b48c6cc631 user: js tags: trunk | |
| 21:20 | Update to Unicode 16.0 check-in: b4d42ed514 user: js tags: trunk | |
|
2025-04-10
| ||
| 20:41 | Remove -Wl,-U on macOS/iOS that isn't needed check-in: 3b7f86544d user: js tags: trunk | |
|
2025-04-09
| ||
| 23:46 | Fix compiling on macOS Leopard check-in: ac61f5f0e6 user: js tags: trunk | |
|
2025-04-06
| ||
| 15:52 | Disable UNIX stream socket tests on Wine check-in: 36c92f06e6 user: js tags: trunk | |
| 12:28 | Make GCC happy again check-in: 48ccb0cda3 user: js tags: trunk | |
| 12:10 | -[OFIRIHandler asyncOpenItemAtIRI:mode:delegate:] check-in: 8eaef7aead user: js tags: trunk | |
|
2025-04-02
| ||
| 22:51 | Merge accidental fork check-in: 9bb7a735de user: js tags: trunk | |
| 22:43 | OFZIPArchive: Fix last disk number with ZIP64 check-in: ce8e7a5adc user: js tags: 1.3 | |
| 22:42 | OFZIPArchive: Fix last disk number with ZIP64 check-in: 8291e24e1a user: js tags: trunk | |
|
2025-03-30
| ||
| 22:46 | ofhttp: Set socket to non-blocking check-in: 61312cf8c1 user: js tags: trunk | |
| 22:44 | OFHTTP{Client,Server}: Don't set non-blocking check-in: e042f71337 user: js tags: trunk | |
| 15:23 | Fix tests with --disable-files check-in: d7e2cb1876 user: js tags: trunk | |
| 10:32 | Add support for abstract UNIX sockets on Linux check-in: 0c8ae14b53 user: js tags: trunk | |
| 08:41 | OFColor: Avoid cast check-in: eec1adcb39 user: js tags: 1.3 | |
| 08:40 | OFColor: Avoid cast check-in: 8498c0c915 user: js tags: trunk | |
|
2025-03-28
| ||
| 23:58 | OFHTTP{Client,Server}: Set socket to non-blocking check-in: 85dd5b895c user: js tags: trunk | |
| 23:20 | ofhttp: Improve handling of cursor and SIGINT check-in: 0ce117bfab user: js tags: trunk | |
| 20:43 | Update buildsys check-in: 4cad2250c3 user: js tags: trunk | |
| 20:17 | Undefine _FORTIFY_SOURCE before defining it check-in: b503767ae2 user: js tags: trunk | |
| 20:10 | Make Stack Protector a link check check-in: 24aadc793f user: js tags: trunk | |
| 20:10 | Update buildsys check-in: 0d9d648fec user: js tags: trunk | |
| 19:47 | Enable stack protector check-in: 195d80b5df user: js tags: trunk | |
| 19:44 | Enable fortify source check-in: 23ea7a59f3 user: js tags: trunk | |
| 19:30 | Enable RELRO check-in: dd50f80530 user: js tags: trunk | |
| 19:30 | Update buildsys check-in: 37fa049329 user: js tags: trunk | |
|
2025-03-27
| ||
| 20:20 | Remove OF_DIRECT_MEMBERS from OFStdIOStream () check-in: 35a3ef3032 user: js tags: trunk | |
| 20:17 | Add -[OFStdIOStream isCursorVisible] check-in: 0586655c9d user: js tags: trunk | |
|
2025-03-26
| ||
| 21:36 | Improve fix from last commit check-in: 50c8ec637e user: js tags: trunk | |
| 02:24 | Fix OF_DIRECT_MEMBERS with Clang 21 check-in: d9ae4fa74a user: js tags: trunk | |
| 00:18 | Allow OF_DIRECT with ObjFW runtime if Clang >= 21 check-in: 5d529cc132 user: js tags: trunk | |
|
2025-03-24
| ||
| 21:00 | Fix compiling with DJGPP check-in: f8940826b9 user: js tags: trunk | |
|
2025-03-23
| ||
| 21:07 | Add OFDistanceOfVectors[34]D check-in: 6f6b5dc1af user: js tags: trunk | |
| 17:37 | Add OFDotProductOfVectors[34]D check-in: 80954f7520 user: js tags: trunk | |
| 16:30 | Improve check for GameController.framework check-in: c15eb64744 user: js tags: 1.3 | |
| 15:14 | Improve check for GameController.framework check-in: 75f164f64b user: js tags: trunk | |
| 14:12 | Overhaul vector math check-in: 5e3faf8409 user: js tags: trunk | |
| 00:32 | Small documentation fix check-in: fe3184f8d8 user: js tags: 1.3 | |
| 00:30 | Prefix OFUTF8StringIvars with an underscore check-in: 6b9a689c16 user: js tags: 1.3 | |
| 00:30 | configure: Fix typo check-in: debd9aea1e user: js tags: 1.3 | |
| 00:20 | Update buildsys check-in: 6095fcc6eb user: js tags: trunk | |
| 00:08 | bridge: Rename Swift category to OFSwift check-in: 907ddbdb95 user: js tags: trunk | |
| 00:05 | Small documentation fix check-in: b66f53e7d1 user: js tags: trunk | |
| 00:02 | Prefix OFUTF8StringIvars with an underscore check-in: 1fc87a9ba8 user: js tags: trunk | |
|
2025-03-22
| ||
| 23:56 | Update buildsys check-in: 5a0e1522ab user: js tags: trunk | |
| 23:52 | Only build utils with PIE with shared libraries check-in: 2c70c5fcd5 user: js tags: trunk | |
| 23:43 | Enable PIE for utils check-in: 1f9a8ec4dc user: js tags: trunk | |
| 23:40 | Update buildsys check-in: 0e4ebf419b user: js tags: trunk | |
| 22:31 | Add basic math operations for OFVector[34]D check-in: b735bd5535 user: js tags: trunk | |
| 16:50 | configure: Fix typo check-in: 260dbe2ca6 user: js tags: trunk | |
| 10:57 | Don't default to -Werror check-in: 5539cd48c1 user: js tags: 1.3-release, 1.3 | |
| 10:46 | Increase library versions check-in: dc210031e3 user: js tags: trunk | |
| 10:46 | Increase library versions check-in: eade409430 user: js tags: 1.3 | |
| 10:43 | Update ChangeLog for 1.3 check-in: 9bdf9d2621 user: js tags: trunk | |
| 10:43 | Update ChangeLog for 1.3 check-in: c8f16c4788 user: js tags: 1.3 | |
| 09:55 | Set version to 1.4-dev check-in: 5e65c8fb2d user: js tags: trunk | |
| 09:54 | Branch for 1.3 check-in: 8acc2bf663 user: js tags: 1.3 | |
|
2025-03-21
| ||
| 03:02 | OFModule: Fix error handling check-in: 7278abe871 user: js tags: trunk | |