66 events by user js occurring around 2020-06-13 18:54:03.
More ↑
|
2020-06-24
| ||
| 17:17 | ObjFW.h: Add missing imports (check-in: 6f1f036339 user: js tags: trunk) | |
|
2020-06-22
| ||
| 00:37 | • New ticket [31d9fb57cc] OFRunLoop: Only use OFKernelEventObserver if we have sockets. (artifact: 36fff07b23 user: js) | |
|
2020-06-21
| ||
| 22:46 | Add missing of_log to linklib (check-in: 08606a8804 user: js tags: amiga-library) | |
| 22:26 | Adjust Amiga library to new of_{pbkdf2,scrypt} API (check-in: f8f3bc1545 user: js tags: amiga-library) | |
| 22:15 | Merge trunk into branch "amiga-library" (check-in: 39641794dd user: js tags: amiga-library) | |
| 22:12 | Makefile: Add docs target (check-in: 2dd5d682eb user: js tags: trunk) | |
| 22:08 | Move parameters for of_scrypt() to a struct (check-in: 63f5276b33 user: js tags: trunk) | |
| 21:30 | Move parameters for of_pbkdf2() to a struct (check-in: b9641347e3 user: js tags: trunk) | |
| 17:53 | Throw an exception when there is no name server (check-in: f3573582e1 user: js tags: trunk) | |
| 15:57 | Ignore return value from _Unwind_RaiseException() (check-in: 0d383aeb8a user: js tags: trunk) | |
| 11:27 | Fix missing -1 in function list of Amiga library (check-in: ab7cb38e25 user: js tags: amiga-library) | |
| 03:02 | Add functions/variables for tests to Amiga library (check-in: 9937a79627 user: js tags: amiga-library) | |
| 02:15 | Make of_std{in,out,err} available in Amiga library (check-in: 9697334084 user: js tags: amiga-library) | |
|
2020-06-20
| ||
| 23:16 | Add all public constants to linklib (check-in: 547e079e08 user: js tags: amiga-library) | |
| 23:11 | Merge trunk into amiga-library branch (check-in: 1fbccc9a53 user: js tags: amiga-library) | |
| 22:57 | linklib: Add __objc_class_name_* for all classes (check-in: c6b4d71087 user: js tags: amiga-library) | |
| 21:54 | Add all functions to linklib (check-in: 1ec05804b0 user: js tags: amiga-library) | |
| 17:20 | Add Amiga library glue for all functions (check-in: 4aa3be08a9 user: js tags: amiga-library) | |
| 16:38 | OFStdIOStream: Add of_logv() (check-in: 343501981b user: js tags: amiga-library) | |
| 16:28 | Add linklib (check-in: 8963dd5a1e user: js tags: amiga-library) | |
| 15:36 | Add missing documentation (check-in: 7d71c669ec user: js tags: trunk) | |
| 13:56 | OFRunLoop: Make of_run_loop_mode_default const (check-in: d6709240fd user: js tags: trunk) | |
| 13:39 | Add SFD file for AmigaOS 3 and generate inline.h (check-in: ff3d26c61e user: js tags: amiga-library) | |
|
2020-06-16
| ||
| 21:46 | Don't use utimes() on AmigaOS (check-in: 137dc2107d user: js tags: trunk) | |
|
2020-06-14
| ||
| 21:52 | Merge trunk into amiga-library branch (check-in: cf40aa9c66 user: js tags: amiga-library) | |
| 19:00 | .travis.yml: Remove STDOUT_SIMPLE (check-in: 141b8181c0 user: js tags: trunk) | |
| 16:07 | Check thread attributes before spawning the thread (check-in: 164475afdb user: js tags: trunk) | |
| 15:50 | Add a function wrapper for threads on Windows (check-in: e342aa8358 user: js tags: trunk) | |
| 15:32 | Fix releasing semaphore stored in free'd memory (check-in: 903b3326e2 user: js tags: trunk) | |
| 15:30 | Make threads work on Windows 98 (check-in: e16590dcb7 user: js tags: trunk) | |
|
2020-06-13
| ||
| 19:06 | Fix "make distclean" leaving files (check-in: 2a44ff3764 user: js tags: trunk) | |
| 19:03 | OFLocaleTests: Fix inconsistent output (check-in: 5f0a80bb81 user: js tags: trunk) | |
| 18:54 | OFSPXSocketTests: Make async tests optional (check-in: b945f29ecf user: js tags: trunk) | |
| 17:18 | OFSelectKernelEventObserver: Use of_socket_errno() (check-in: 0e3a8fbbf7 user: js tags: trunk) | |
|
2020-06-08
| ||
| 01:17 | Add missing import and fix "make clean" (check-in: 5d4e54363d user: js tags: amiga-library) | |
|
2020-06-07
| ||
| 21:32 | Clean up a little (check-in: fa90c6cb2c user: js tags: amiga-library) | |
| 21:14 | Add signal and sscanf to amiga-library.m (check-in: e2fcdcb6bd user: js tags: amiga-library) | |
| 20:25 | Switch to -fbaserel32 and -resident32 (check-in: 35cec55099 user: js tags: amiga-library) | |
| 18:27 | Add _Unwind_Backtrace to amiga-library.m (check-in: b50dc283cf user: js tags: amiga-library) | |
| 16:53 | Add __(de)register_frame_info to amiga-library.m (check-in: 45a8b2333d user: js tags: amiga-library) | |
| 16:34 | Pass __sF around instead of std* individually (check-in: 514944f1ea user: js tags: amiga-library) | |
| 16:03 | Add libc symbols needed by the runtime to of_libc (check-in: f822adb905 user: js tags: amiga-library) | |
| 15:36 | Add missing extern for of_init() (check-in: eac02d83d6 user: js tags: amiga-library) | |
| 14:39 | • New ticket [62fe928cfb] Have tests for ARC. (artifact: b0a0e582b2 user: js) | |
| 14:37 | • New ticket [ced9d8df0b] Exceptions during init in ARC code crash on Windows. (artifact: 1b093eda3f user: js) | |
| 11:55 | OFDNSResolverTests: Fix broken format string (check-in: 17bd18996f user: js tags: trunk) | |
| 11:52 | • Ticket [6519b5a25e] Support for addresses like ::ffff:127.0.0.1 in of_socket_address_parse_ipv6() status still Open with 4 other changes (artifact: ad25663dfd user: js) | |
| 11:52 | • Ticket [ad0dd9dd62] Finish Unicode NF(K)D support status still Open with 4 other changes (artifact: bf2c250b5d user: js) | |
| 11:51 | • Ticket [6cd192758b] Create objfw.library for AmigaOS/MorphOS status still Open with 4 other changes (artifact: 5dbbb2c093 user: js) | |
| 11:51 | • Ticket [037c915376] utils/ofhttp Average the speed and ETA status still Open with 4 other changes (artifact: 5896861dc3 user: js) | |
| 11:50 | • Ticket [8c3fa1596f] OFDNSResolver Support for URI records status still Open with 4 other changes (artifact: e1af7baa7b user: js) | |
| 11:50 | • Ticket [0e15be9811] Automated test for OFProcess status still Open with 4 other changes (artifact: ed642dcfb4 user: js) | |
| 11:45 | • Ticket [fe99edca83] OFHTTPServer Support for keep-alive status still Open with 4 other changes (artifact: d3feb56db0 user: js) | |
| 11:38 | • Ticket [bbaefc086a] SCTP support status still Open with 3 other changes (artifact: 79c2b87d4b user: js) | |
| 11:19 | configure: Also check for _Unwind_* in libgcc(_s) (check-in: ec77afb06a user: js tags: trunk) | |
| 10:14 | Add .cirrus.yml file for Cirrus CI (check-in: d214ee0b06 user: js tags: trunk) | |
|
2020-06-06
| ||
| 22:43 | Add and use STATIC_AMIGA_LIB_NOINST targets (check-in: e8c7459ec7 user: js tags: amiga-library) | |
| 22:34 | Update buildsys (check-in: b78c2856d4 user: js tags: amiga-library) | |
|
2020-06-05
| ||
| 00:29 | Add missing nullability specifiers (check-in: 547abb97a0 user: js tags: amiga-library) | |
| 00:24 | configure: Move substitution of LINKLIB to later (check-in: 08f61f1f18 user: js tags: amiga-library) | |
| 00:17 | Add of_init() for Amiga .library (check-in: 964b5ed33c user: js tags: amiga-library) | |
|
2020-06-04
| ||
| 23:01 | Add initial amiga-{library,glue,end}.m (check-in: f6ab72da6e user: js tags: amiga-library) | |
| 22:38 | • Edit [5cda5efedc]: Move to branch amiga-library. (artifact: 6b0fe5f367 user: js) | |
| 22:37 | extra.mk.in: Remove obsolete comment (check-in: 85288221c8 user: js tags: trunk) | |
| 22:34 | Initial work to build ObjFW as Amiga .library (check-in: 5cda5efedc user: js tags: amiga-library) | |
| 22:28 | Update buildsys (check-in: e5a154ef2a user: js tags: trunk) | |