66 most recent check-ins related to "trunk" occurring on or after 2023-06-20 20:30:23.
More ↑
|
2023-08-09
| ||
| 11:41 | Merge trunk into 1.0 branch (check-in: 7061b887af user: js tags: 1.0) | |
| 11:30 | OFData: Ensure init methods return correct class (check-in: f42a4471b9 user: js tags: trunk) | |
| 10:09 | More consistency in naming of private classes (check-in: 281b494de4 user: js tags: trunk) | |
| 09:08 | Add OF_SINGLETON_METHODS (check-in: 36310f6263 user: js tags: trunk) | |
| 08:57 | Move some classes out of OFColor.m (check-in: 08cad65b28 user: js tags: trunk) | |
| 08:25 | More consistent naming for concrete classes (check-in: 6da6276ae7 user: js tags: trunk) | |
| 08:14 | Add OFSubdata (check-in: d1a8c88dc6 user: js tags: trunk) | |
|
2023-08-08
| ||
| 21:16 | Make OFColor a proper class cluster (check-in: ea9b62035b user: js tags: trunk) | |
| 21:06 | Make OFDate a proper class cluster (check-in: 3865cc5695 user: js tags: trunk) | |
| 15:32 | A few minor cleanups (check-in: a6f520157a user: js tags: trunk) | |
| 09:41 | Rename OFConcreteData -> OFAdjacentData (check-in: f886f21ad5 user: js tags: trunk) | |
| 09:36 | OFData: Fix a brain fart (check-in: 9706b6199d user: js tags: trunk) | |
|
2023-08-07
| ||
| 20:59 | Make GCC happy again (check-in: 5f9d8d958b user: js tags: trunk) | |
| 18:20 | Make OFData a class cluster (check-in: 91fa20d993 user: js tags: trunk) | |
|
2023-08-06
| ||
| 10:24 | Allow calling -[OFTimer fire] explicitly (check-in: 7ab64323ef user: js tags: trunk) | |
|
2023-08-05
| ||
| 10:12 | Make platform-specific methods show up in Doxygen (check-in: de6dbcf928 user: js tags: trunk) | |
| 09:09 | Minor documentation fix (check-in: 7fc1d9f3da user: js tags: trunk) | |
| 09:04 | Remove hacks in headers for C compatibility (check-in: 14c70763b0 user: js tags: trunk) | |
|
2023-08-02
| ||
| 18:55 | Work around MorphOS missing UNIQUE_ID (check-in: ffb2792718 user: js tags: trunk) | |
| 18:12 | Support moving sockets between threads on AmigaOS (check-in: 983342d8dd user: js tags: trunk) | |
| 15:38 | OFDNSResolverSettings: Don't assume AmiTCP (check-in: 52044cf719 user: js tags: trunk) | |
|
2023-08-01
| ||
| 22:25 | Fix OFSocketAddressString() for IPX (check-in: 198e8b6aff user: js tags: trunk) | |
| 22:23 | +[OFSystemInfo networkInterfaces]: IPX on Linux (check-in: da63fcc9b0 user: js tags: trunk) | |
| 18:06 | configure: Add -g for m68k AmigaOS (check-in: 0b6d60ee75 user: js tags: trunk) | |
| 08:13 | README.md: Update instructions for AmigaOS (check-in: f3f45bd5f2 user: js tags: trunk) | |
|
2023-07-31
| ||
| 00:00 | OFDNSResolverSettings: Get nameserver on AmigaOS 3 (check-in: a703a4f200 user: js tags: trunk) | |
|
2023-07-30
| ||
| 23:48 | OFDNSResolverSettings: Allow ; for comments (check-in: cb260c0ef2 user: js tags: trunk) | |
|
2023-07-26
| ||
| 19:05 | OFZIPArchive: Handle CD spanning multiple parts (check-in: a847357585 user: js tags: trunk) | |
|
2023-07-25
| ||
| 21:35 | Make GCC happy again (check-in: a1ea38be5b user: js tags: trunk) | |
| 21:21 | OFZIPArchive: Handle files spanning multiple parts (check-in: d6f5e2abc5 user: js tags: trunk) | |
|
2023-07-24
| ||
| 18:40 | OFZIPArchive: Restrict split archives to mode @"r" (check-in: 79b88573e0 user: js tags: trunk) | |
| 18:20 | Make GCC happy again (check-in: 139f041fa1 user: js tags: trunk) | |
|
2023-07-23
| ||
| 23:35 | OFZIPArchive: Initial support for split archives (check-in: 630ea6bc5a user: js tags: trunk) | |
| 16:46 | +[OFSystemInfo networkInterfaces]: MAC on Illumos (check-in: a3db7833d6 user: js tags: trunk) | |
| 16:15 | +[OFSystemInfo networkInterfaces]: IPv6 on Illumos (check-in: 368e45f471 user: js tags: trunk) | |
| 15:49 | configure: Fix typo (check-in: e24ea53739 user: js tags: trunk) | |
| 12:00 | utils/ofhttp: Remove unnecessary defines (check-in: 0108461042 user: js tags: trunk) | |
| 10:58 | Fix +[OFSystemInfo networkInterfaces] on Illumos (check-in: fa010bffec user: js tags: trunk) | |
| 10:41 | configure: Remove duplicate checks (check-in: ffb42adee9 user: js tags: trunk) | |
|
2023-07-22
| ||
| 14:47 | utils/ofarc: Pass the path of the archive (check-in: f2109cf1c3 user: js tags: trunk) | |
| 11:24 | OFHTTPClient: Minor documentation improvement (check-in: 400199f299 user: js tags: trunk) | |
| 08:26 | +[OFSystemInfo networkInterfaces]: ATalk on Linux (check-in: e6dffebc47 user: js tags: trunk) | |
| 08:09 | OFSystemInfo: Include scope for fe80::/10 IPv6s (check-in: 1157d52bc0 user: js tags: trunk) | |
|
2023-07-20
| ||
| 20:02 | Merge trunk into 1.0 branch (check-in: 124fe8b500 user: js tags: 1.0) | |
|
2023-07-19
| ||
| 21:36 | configure: Add --disable-werror (check-in: 99fb17e49b user: js tags: trunk) | |
| 21:00 | OFMapTable: Change the rotation when resizing (check-in: cdc49aa375 user: js tags: trunk) | |
|
2023-07-18
| ||
| 18:00 | Fix a few overlooked OF_X86_64 to OF_AMD64 (check-in: fb97137da3 user: js tags: trunk) | |
|
2023-07-17
| ||
| 19:24 | Fix building for MorphOS (check-in: 3f1ba8d396 user: js tags: trunk) | |
|
2023-07-16
| ||
| 17:53 | OFUNIXDatagramSocket: Allow binding to nil path (check-in: 36c65b8468 user: js tags: trunk) | |
|
2023-07-15
| ||
| 23:44 | Never set mutationsPtr to self (check-in: 27d8eb922d user: js tags: trunk) | |
| 21:55 | Reduce the diff to the "amiga-library" branch (check-in: 3d623abb29 user: js tags: trunk) | |
| 21:39 | Merge trunk into branch "amiga-library" (check-in: 97a4c238a3 user: js tags: amiga-library) | |
| 21:34 | Remove leftover from Amiga .library (check-in: 343675e94e user: js tags: trunk) | |
| 21:23 | GitHub Actions: Remove --disable-amiga-lib flag (check-in: 8cfad23ecc user: js tags: trunk) | |
| 21:20 | Remove Amiga .library support (check-in: f0b0aacf36 user: js tags: trunk) | |
| 21:09 | Update buildsys (check-in: f204847ae3 user: js tags: trunk) | |
| 20:57 | Merge trunk into branch "amiga-library" (check-in: 860b0bf1e9 user: js tags: amiga-library) | |
| 18:04 | PLATFORMS.md: Add GNU/Hurd (check-in: 40020084fd user: js tags: trunk) | |
| 17:53 | Disable UNIX sockets on GNU/Hurd (check-in: 0b73f0ff77 user: js tags: trunk) | |
| 17:18 | Set sockaddr_un.sun_len if it exists (check-in: 3067a56f0d user: js tags: trunk) | |
| 16:23 | PLATFORMS.md: List C libraries for Linux (check-in: cd8ac42607 user: js tags: trunk) | |
| 16:12 | Add support for GNU/Hurd (check-in: 6d93db9f98 user: js tags: trunk) | |
| 15:03 | platform.h: Fix the define for HURD (check-in: 41a9ba7c06 user: js tags: trunk) | |
| 14:48 | platform.h: Add OF_HURD (check-in: 340a3ac277 user: js tags: trunk) | |
| 14:26 | runtime: Fix a comment (check-in: 1106d5ad1d user: js tags: trunk) | |
|
2023-06-20
| ||
| 20:30 | OFIPXSocketTests: Skip if we have no address (check-in: c4b7136091 user: js tags: trunk) | |