27 check-ins using file src/OFHTTPCookie.h version a02e34311d
2017-05-25
| ||
15:09 | -[OFMutableDictionary addEntiresFromDictionary:] check-in: 88a584a16f user: js tags: trunk | |
2017-05-22
| ||
23:31 | Make includes of unistd.h and fcntl.h conditional check-in: 1287e77e04 user: js tags: trunk | |
22:00 | Omit check for select() / poll() on certain OSes check-in: f81f162b33 user: js tags: trunk | |
2017-05-21
| ||
23:57 | Use closesocket() instead of close() check-in: b4cd87cd81 user: js tags: trunk | |
21:33 | OFThreadPool: Fix missing autorelease pool check-in: 9558a93c7e user: js tags: trunk | |
21:28 | Prefix private methods with of_ instead of OF_ check-in: 6b77a5dd8b user: js tags: trunk | |
20:19 | Readd autogen.sh check-in: fa610dee8f user: js tags: trunk | |
20:13 | OFKernelEventObserver: #if HAVE_* -> #ifdef HAVE_* check-in: 32e8c1ee4c user: js tags: trunk | |
20:03 | Cast several socket-related arguments to void * check-in: c658e97994 user: js tags: trunk | |
19:40 | OFFileManager: Fix wrong #else check-in: a2711b2a01 user: js tags: trunk | |
2017-05-17
| ||
22:27 | PLATFORMS.md: Add MorphOS check-in: b128c261c9 user: js tags: trunk | |
22:23 | configure: Disable shared and threads on MorphOS check-in: 31d6703635 user: js tags: trunk | |
22:14 | typedef socklen_t to int on MorphOS check-in: d302df8b46 user: js tags: trunk | |
22:07 | OFThread: Use unsigned int instead of useconds_t check-in: 8e84561642 user: js tags: trunk | |
20:31 | configure: Better poll() and select() checks check-in: a29197bd35 user: js tags: trunk | |
00:13 | Add in_addr_t for MorphOS check-in: c7a45d0140 user: js tags: trunk | |
2017-05-16
| ||
23:22 | runtime.h: Never undefine _Nullable / _Nonnull check-in: 5116a3709c user: js tags: trunk | |
22:58 | threading.h: Remove unconditional sched.h include check-in: 510158d026 user: js tags: trunk | |
22:35 | Add struct sockaddr_storage for MorphOS check-in: e1559236a9 user: js tags: trunk | |
22:28 | forwarding-ppc-elf.S: Use @ instead of % check-in: 1cd3e0c08c user: js tags: trunk | |
22:24 | socket.h: Include pthread.h on MorphOS check-in: 69b3cfed8a user: js tags: trunk | |
22:19 | Use .long 0x7C2004AC instead of lwsync check-in: 7fc5ab38ad user: js tags: trunk | |
22:11 | configure: Fix atomic ops PPC ASM check check-in: ae0351be5d user: js tags: trunk | |
21:06 | lookup-asm-ppc-elf.S: Use @ instead of % check-in: 59b780d680 user: js tags: trunk | |
20:59 | runtime-private.h: Define _Nullable if missing check-in: 60c8a351c8 user: js tags: trunk | |
2017-05-15
| ||
21:41 | Remove cookies from OFHTTP{Request,Response} check-in: fedbbb2344 user: js tags: trunk | |
21:35 | OFHTTPCookie: Make domain and path mandatory check-in: f36f9bed02 user: js tags: trunk | |