66 events by user js occurring around 2014-02-12 03:17:09.
More ↑
|
2014-02-22
| ||
| 00:58 | PLATFORMS.md: Add Win64 and Win64 forwarding (check-in: 90d8affe47 user: js tags: trunk) | |
|
2014-02-21
| ||
| 17:19 | Don't use objc_initializeClassPair on OS X/PPC64 (check-in: 3204ceeca0 user: js tags: trunk) | |
| 17:17 | Cast return of sizeof() to socklen_t (check-in: 3fa37632f9 user: js tags: trunk) | |
| 17:16 | atomic.h: Fix OSAtomic on PPC64 (check-in: 2b00b3cec8 user: js tags: trunk) | |
| 01:03 | objfw-compile: Allow -m* (check-in: ab64692609 user: js tags: trunk) | |
| 01:03 | of_strdup: Add explicit cast for C++ compatibility (check-in: 33676cd3a9 user: js tags: trunk) | |
|
2014-02-20
| ||
| 22:30 | Only use LIBOBJFW_DEP after including buildsys.mk (check-in: 314d4930d3 user: js tags: trunk) | |
| 22:29 | Don't use __builtin_eh_return_data_regno for SjLj (check-in: 65a0124f8d user: js tags: trunk) | |
| 16:04 | Add forwardingTargetForSelector: for AMD64/Win64 (check-in: 0ce296bbb5 user: js tags: trunk) | |
| 15:40 | Restore _POSIX_C_SOURCE (check-in: e30269f87e user: js tags: trunk) | |
|
2014-02-19
| ||
| 14:31 | Add lookup-asm-amd64-win64.S (check-in: 80ab671cf4 user: js tags: trunk) | |
| 13:05 | lookup-asm-amd64-*: Remove useless mov (check-in: 452bdb4a5f user: js tags: trunk) | |
| 11:27 | OFEnumerator: Fix documentation confusing Clang (check-in: 3f59d993a3 user: js tags: trunk) | |
| 11:18 | Fix compilation on NetBSD (check-in: a3a157e52d user: js tags: trunk) | |
| 11:17 | OFINICategory: Add missing -[setName:] and -[name] (check-in: e6ff688bf4 user: js tags: trunk) | |
|
2014-02-18
| ||
| 23:02 | OFINIFileTests: Fix a warning when using Apple GCC (check-in: 67225c4644 user: js tags: trunk) | |
| 18:50 | Documentation: Show correct imports (check-in: 246cfe0807 user: js tags: trunk) | |
| 15:07 | macros.h: Add OF_ARM64_ASM define (check-in: efcf24c8ba user: js tags: trunk) | |
| 00:22 | Move around a few defines to be more consistent (check-in: f9d12201f8 user: js tags: trunk) | |
|
2014-02-17
| ||
| 21:38 | configure: Fix extension for OFZIP (check-in: ab6e11e51e user: js tags: trunk) | |
| 20:51 | Move OFINICategory to separate file (check-in: 9d6adbf3d9 user: js tags: trunk) | |
| 18:25 | Add OFINIFile (check-in: 355e24465d user: js tags: trunk) | |
|
2014-02-15
| ||
| 12:30 | ofzip: Add missing ${PROG_SUFFIX} (check-in: 091c3f394c user: js tags: trunk) | |
| 11:10 | unicode.[hm]: Fix copyright (check-in: a7c7a541ce user: js tags: trunk) | |
| 01:20 | configure: Better document --seluid24 (check-in: 1ad952e9ed user: js tags: trunk) | |
|
2014-02-13
| ||
| 23:26 | Use -std=c11 instead of -std=gnu11 (check-in: 2f5af58573 user: js tags: trunk) | |
| 16:29 | runtime/class.m: Better handling of Nil parameters (check-in: 52c0e9f94e user: js tags: trunk) | |
|
2014-02-12
| ||
| 15:45 | OFFile: Reset isAtEndOfStream on seek (check-in: 0b0950c299 user: js tags: trunk) | |
| 15:36 | Add support for SEH exceptions (check-in: d7883de826 user: js tags: trunk) | |
| 15:34 | OFApplication: Fix typo (check-in: 22d45f94d0 user: js tags: trunk) | |
| 03:17 | PLATFORMS.md: Add Windows 8.1 and MinGW-w64 (check-in: 9496eea33b user: js tags: trunk) | |
| 03:17 | OFUDPSocket: Use SOCKET on Win32 (check-in: 60be8437d7 user: js tags: trunk) | |
| 03:17 | Call FreeEnvironmentStringsW on correct pointer (check-in: f82406c3fd user: js tags: trunk) | |
| 03:17 | Fix compilation with mingw-w64 (check-in: 6ba4095f05 user: js tags: trunk) | |
| 03:17 | Fix compilation with mingw32 (check-in: fab07a40ca user: js tags: trunk) | |
| 00:10 | Fix --enable-seluid24 (check-in: 17b2d32959 user: js tags: trunk) | |
| 00:10 | Fix --disable-sockets (check-in: 611838d62d user: js tags: trunk) | |
| 00:10 | Add property introspection (check-in: bb26fbe4b8 user: js tags: trunk) | |
|
2014-02-11
| ||
| 14:44 | OFHTTPServer: Allow binding to port 0 (check-in: 1724525754 user: js tags: trunk) | |
|
2014-02-10
| ||
| 19:29 | Move OFBigDataArray out to its own files (check-in: af7e24f9ab user: js tags: trunk) | |
| 19:13 | OFDataArray: Fix double release on error in init (check-in: 01fb5e6be3 user: js tags: trunk) | |
| 19:10 | Add test for OF_JSON_REPRESENTATION_JSON5 (check-in: 25b3aaf57c user: js tags: trunk) | |
| 18:56 | OFString: Add a cast which is needed on NetBSD (check-in: 66c20e115f user: js tags: trunk) | |
| 10:46 | -[cancelAsyncRequests] documentation: Add warning (check-in: 048c4912d6 user: js tags: trunk) | |
|
2014-02-08
| ||
| 18:04 | Add JSON5 output option (check-in: e07fa89b44 user: js tags: trunk) | |
| 09:26 | Add -[JSONRepresentationWithOptions:] (check-in: eaa612ad50 user: js tags: trunk) | |
|
2014-02-05
| ||
| 09:02 | Documentation improvements (check-in: e96ab3a2be user: js tags: trunk) | |
|
2014-02-04
| ||
| 21:45 | OFUDPSocket: Fix documentation typo (check-in: 834ee6db92 user: js tags: trunk) | |
| 21:45 | OFUDPSocket: Conform to OFCopying (check-in: f836f5e65d user: js tags: trunk) | |
| 09:41 | OFKernelEventObserver_kqueue: Ignore EBADF (check-in: 41ca862453 user: js tags: trunk) | |
|
2014-02-03
| ||
| 19:11 | OFKernelEventObserver: Fix a typo (check-in: 678dd1cdc7 user: js tags: trunk) | |
| 18:29 | configure: --disable-tls -> --disable-compiler-tls (check-in: 8ca9721ffe user: js tags: trunk) | |
| 14:43 | Move socket initialization to a single place (check-in: 414c87ec13 user: js tags: trunk) | |
|
2014-01-31
| ||
| 13:33 | Make sure there's always an #else in abstractions (check-in: 0a8dca300b user: js tags: trunk) | |
| 13:07 | Minor fixes (missing ifdefs, etc.) (check-in: 60cb25ab50 user: js tags: trunk) | |
|
2014-01-30
| ||
| 22:02 | OFUDPSocket: Add async resolve / receive (check-in: ff3c507941 user: js tags: trunk) | |
| 12:26 | Rename of_tcpsocket* -> of_tcp_socket_* (check-in: 7908c035e4 user: js tags: trunk) | |
| 12:26 | Rename +[UDPSocket hostForAddress:port:] (check-in: fb590316ba user: js tags: trunk) | |
|
2014-01-29
| ||
| 15:59 | OFUDPSocket: Add observing (check-in: c4f36e3692 user: js tags: trunk) | |
| 15:54 | Generalize OFKernelEventObserver (check-in: c694569d86 user: js tags: trunk) | |
| 09:54 | resolver.h: Rename private to private_ for C++ (check-in: dfd8e14567 user: js tags: trunk) | |
|
2014-01-28
| ||
| 22:50 | Rename OFStreamObserver -> OFKernelEventObserver (check-in: 96e20b8093 user: js tags: trunk) | |
|
2014-01-27
| ||
| 22:01 | Add OFUDPSocket (check-in: 5025cba435 user: js tags: trunk) | |
| 12:34 | of_address_to_string: Add a way to get the port (check-in: 44c595058b user: js tags: trunk) | |
| 11:58 | Fix socket.h not being installed (check-in: d4c90c0750 user: js tags: trunk) | |
| 11:35 | Generalize forgotten socket related exceptions (check-in: be1fb59dfa user: js tags: trunk) | |