ObjFW  Timeline

166 check-ins using file src/OFDictionary.h version 572c030e5b

2015-01-03
20:42
Introduce and use of_offset_t instead of off_t check-in: 46b89b1c8e user: js tags: trunk
2014-12-24
15:31
Update buildsys check-in: 331bce9d09 user: js tags: trunk
2014-12-14
23:42
PLATFORMS.md: Add ARM64 to Linux check-in: 55a1576fcb user: js tags: trunk
17:35
OFProcess: Use posix_spawnp if available check-in: e9984d112a user: js tags: trunk
2014-12-13
17:50
Use CLOEXEC for kqueue check-in: aebd220efc user: js tags: trunk
16:53
Fix compilation with GCC check-in: 12ceeb7853 user: js tags: trunk
16:52
Use CLOEXEC for files and sockets check-in: 06d2de4571 user: js tags: trunk
2014-12-07
18:19
Fix compilation on Win32 check-in: 258b45b81a user: js tags: trunk
18:18
OFHTTPServer: Fix warning on Win64 check-in: 372ed8b399 user: js tags: trunk
2014-11-16
21:35
Fix two typos in documentation check-in: 4c2dbb263c user: js tags: trunk
2014-11-09
18:54
OFProcess: Do all memory allocation before fork() check-in: 30e5c5ea27 user: js tags: trunk
2014-10-24
19:12
OFProcess: Use _exit() on failure check-in: f45a6bb10b user: js tags: trunk
19:12
OFApplication: Use EXIT_SUCCESS as default status check-in: 46cf9f33a8 user: js tags: trunk
2014-10-04
21:59
Add +[OFSystemInfo native8BitEncoding] check-in: ec66e49dca user: js tags: trunk
19:24
threading: WinAPI's CriticalSection is recursive check-in: be99da0c09 user: js tags: trunk
2014-09-10
22:09
Fix OFBigDataArray's initWithStringRepresentation: check-in: ab270674db user: js tags: trunk
21:51
OFDataArray: Handle exceptions in init check-in: c79d076e58 user: js tags: trunk
14:05
Add OFBigDataArray.h to ObjFW.h check-in: 27902a926c user: js tags: trunk
14:05
Fix -[OFBigDataArray initWithContentsOfURL:] check-in: dc83295447 user: js tags: trunk
10:51
OFZIP: Handle all exceptions check-in: 8b7fd2fdd8 user: js tags: trunk
2014-09-08
01:14
Add utils/ofhash check-in: 2c629663ea user: js tags: trunk
2014-09-06
22:25
Add missing #include "config.h" check-in: f73023946a user: js tags: trunk
22:14
Move ofzip to subdirectory check-in: dc4c88c54c user: js tags: trunk
2014-09-03
22:22
Add OFRIPEMD160Hash check-in: 126d9d3aa1 user: js tags: trunk
18:53
OFMD5Hash: Optimize by making it more readable check-in: b29adaf0bb user: js tags: trunk
15:46
Add OFSHA384Hash and OFSHA512Hash check-in: 23f6c0f84d user: js tags: trunk
14:30
Rename OFSHA224OrSHA256Hash to OFSHA224Or256Hash check-in: 42e4ed36ee user: js tags: trunk
2014-09-01
23:42
Add OFSHA224Hash check-in: a1931f59a2 user: js tags: trunk
11:08
Add OFSHA256Hash check-in: 46af1252a5 user: js tags: trunk
10:47
OF{MD5,SHA1}Hash: Zero _buffer when done check-in: 23dc2c7ff8 user: js tags: trunk
2014-08-31
17:59
Rewrite OFSHA1Hash check-in: d310aeee30 user: js tags: trunk
17:59
Rewrite OFMD5Hash check-in: c4d2f177cb user: js tags: trunk
2014-08-23
02:01
Move a few files into new directory "support" check-in: 8ac36c05dd user: js tags: trunk
01:01
Make ObjFW.framework a module check-in: c8a562d8d7 user: js tags: trunk
2014-08-22
19:09
Retain sockets until after removal from observer check-in: 1dbe9a4e4e user: js tags: trunk
2014-08-21
19:00
OFHTTPServer: Don't close the socket manually check-in: b87a5d3b46 user: js tags: trunk
2014-08-18
10:53
OFTCPSocket: Clear read buffer for new connection check-in: c6a4b0a95f user: js tags: trunk
2014-08-17
10:42
Remove asprintf.[hm] from Xcode project check-in: 9dd18eddc4 user: js tags: trunk
2014-08-11
18:44
threading_pthread.m: Set thread name check-in: 39f5e20201 user: js tags: trunk
2014-08-07
20:20
Fix generators/Makefile on OS X check-in: 21d8c47508 user: js tags: trunk
2014-08-06
00:04
Use readdir_r or fall back to readdir + lock check-in: a07e980793 user: js tags: trunk
00:04
Don't export (v)asprintf implementation check-in: ddbbd50e56 user: js tags: trunk
2014-08-05
20:35
Update Xcode project to 6.0 check-in: 0a6d47c1d8 user: js tags: trunk
2014-08-01
21:01
Update buildsys check-in: beef05d289 user: js tags: trunk
12:27
Change return type for thread main check-in: 52e02c06ca user: js tags: trunk
2014-07-24
18:02
Warn if configure.ac is newer than configure check-in: 0ab38200a3 user: js tags: trunk
2014-07-23
23:23
OFTimer: Reschedule before executing the callback check-in: 7fa1dc3f95 user: js tags: trunk
23:09
threading: Prevent possible division by zero check-in: 90f2f05c2c user: js tags: trunk
19:34
threading: Get rid of warnings with old compilers check-in: 9e60532254 user: js tags: trunk
2014-07-19
16:27
OFThread: Configurable priority and stack size check-in: c4f724070a user: js tags: trunk
16:16
Fix MinGW32 build check-in: 083e05b444 user: js tags: trunk
16:16
Add of_thread_set_name() check-in: 2c78c6570b user: js tags: trunk
10:47
Split threading.m into per-platform files check-in: 8abe07a0a3 user: js tags: trunk
09:55
Don't use C11's noreturn check-in: 716b1fc2b3 user: js tags: trunk
09:35
Minor build system clean-ups check-in: 0278f0b43b user: js tags: trunk
2014-07-18
19:38
OFFile: Small documentation improvement check-in: d20e7cbea0 user: js tags: trunk
13:02
runtime/lookup.m: Minor improvement check-in: 71517b2e5d user: js tags: trunk
11:00
PLATFORMS.md: Add bare metal ARM Cortex-M4 check-in: 7d763c59aa user: js tags: trunk
10:47
Split threading.h into threading.m and threading.h check-in: 1da2e596af user: js tags: trunk
10:08
OFApplication: Only use argv if argc > 0 check-in: c1dbf3b212 user: js tags: trunk
09:55
README.md: Update Clang + ARM instructions check-in: 4494907e3f user: js tags: trunk
2014-07-16
17:02
Fix check in -[OFDictionary_hashtable isEqual:] check-in: 2ecede1f96 user: js tags: trunk
15:16
Coding style check-in: ff23684e9d user: js tags: trunk
2014-07-10
07:35
OFHTTPClient: Minor improvements check-in: 4b8c4cac59 user: js tags: trunk
2014-07-07
22:28
OFURL: Allow all RFC 1808 compatible schemes check-in: 65afbedbd4 user: js tags: trunk
22:05
Add OFUnknownXMLEntityException check-in: 6e5a920567 user: js tags: trunk
00:50
OFURL: Don't include the leading "/" in path check-in: d2487bc7e1 user: js tags: trunk
2014-07-06
11:04
OFString+*.m: Add a few missing autorelease pools check-in: b5c8b62533 user: js tags: trunk
11:04
OFString+URLEncoding.m: Better RFC 1738 compliance check-in: 2ca121fd19 user: js tags: trunk
2014-07-05
09:14
OFHTTPRequest: Add -[setEntityFromString:] check-in: 5109a3e7e4 user: js tags: trunk
09:11
OFHTTPClient: Defaults for Content-{Type,Length} check-in: 75c12eaf7b user: js tags: trunk
08:32
OFHTTPClient: Add support for Basic Authorization check-in: 29f7a25643 user: js tags: trunk
2014-06-29
00:15
tests/Makefile: Fix run-on-ios check-in: e532172adb user: js tags: trunk
00:15
tests/Makefile: Remove sign-for-ios check-in: 6eb6132d28 user: js tags: trunk
00:10
apple-forwarding-arm64.S: Align code to 4 bytes check-in: 31167c9816 user: js tags: trunk
00:09
config.sub: Accept arm64 as an alias for aarch64 check-in: 493a06f643 user: js tags: trunk
2014-06-28
23:47
Update config.guess and config.sub check-in: 4b798e411b user: js tags: trunk
2014-06-26
00:58
OFNumber: Remove methods for arithmetic check-in: 366681bebe user: js tags: trunk
2014-06-25
21:40
lookup-asm-sparc-elf.S: Minor improvements check-in: c7b4e05b47 user: js tags: trunk
17:55
Small Android fixes check-in: 05a247fbe4 user: js tags: trunk
16:08
OFNumber: OF_NUMBER_* -> OF_NUMBER_TYPE_* check-in: 0de69c8952 user: js tags: trunk
2014-06-23
09:39
lookup-asm-sparc-elf.S: No new frame for ret_nil check-in: 0ec00e785f user: js tags: trunk
00:12
runtime/lookup.m: Fix build with GCC check-in: 1c1064611f user: js tags: trunk
2014-06-21
21:43
Move all macros from OFObject.h to macros.h check-in: 13ee56edf3 user: js tags: trunk
2014-06-20
10:52
Revert 3758bd8 check-in: 1f1ef23b3f user: js tags: trunk
2014-05-14
20:45
Add C11 noreturn check-in: bac91ccede user: js tags: trunk
20:28
Always use __foo__ instead of foo for attributes check-in: e35b10115e user: js tags: trunk
20:19
Use thread_local instead of __thread check-in: c701e89b83 user: js tags: trunk
18:26
Try -std=c1x when -std=c11 is unavailable check-in: 7326a487c0 user: js tags: trunk
13:12
Add a few more flags to Xcode project check-in: adaacf60ef user: js tags: trunk
2014-05-07
03:19
Add atomic ops assembly implementation for PowerPC check-in: 93e23b476c user: js tags: trunk
02:46
atomic.h: Minor style improvements check-in: 461e70403e user: js tags: trunk
2014-05-06
21:38
Add a few OF_CONST_FUNC check-in: cbff518f16 user: js tags: trunk
21:37
Update buildsys check-in: 9ca6458c5a user: js tags: trunk
2014-05-05
02:43
Add OF_NO_RETURN and OF_UNREACHABLE check-in: b885b6fdfa user: js tags: trunk
02:13
Check for and use __builtin_bswap{16,32,64} check-in: 2729104cf6 user: js tags: trunk
01:42
atomic.h: Prefer GCC builtins over ASM check-in: a199313c53 user: js tags: trunk
01:08
Improve atomics API check-in: a92844520a user: js tags: trunk
00:14
Always build tests check-in: 974b1b203f user: js tags: trunk
2014-05-04
23:57
Move -[setStringValue:] to OFXMLNode check-in: bb63873748 user: js tags: trunk
2014-05-03
22:38
lookup-asm-ppc-*.S: Use positive rotations check-in: 6776b7bd3c user: js tags: trunk
12:09
Optimize PPC lookup check-in: 4edb1e0d64 user: js tags: trunk
2014-05-02
22:49
Only use SPARC assembly if __arch64__ is undefined check-in: 8b9ea05af4 user: js tags: trunk
21:10
Add lookup-asm-sparc-elf.S check-in: 4c90c26c75 user: js tags: trunk
20:30
tests/OFSet.m: Rename to OFSetTests.m check-in: fc1a1ccdb6 user: js tags: trunk
2014-04-30
22:36
configure: Disable dladdr on NetBSD check-in: d1d0f77899 user: js tags: trunk
18:57
PLATFORMS.md: Add SPARC check-in: 3decb68088 user: js tags: trunk
2014-04-27
19:34
Initial Nintendo DS port check-in: cd0a632472 user: js tags: trunk
16:32
Update Xcode project check-in: 81e75db3b1 user: js tags: trunk
2014-04-26
01:04
Improve description for I/O related exceptions check-in: e05bd4856e user: js tags: trunk
01:02
of_asprintf: Generalize some #ifdefs check-in: 1bf25c9a98 user: js tags: trunk
00:57
configure: Improve warning about an old compiler check-in: 216ac1450c user: js tags: trunk
00:40
Fix a few issues on LLP64 and Win64 check-in: 4e59d2692f user: js tags: trunk
2014-04-23
18:56
forwarding-arm-elf.S: Add #ifdef HAVE_VFP2 check-in: dc5938cee7 user: js tags: trunk
2014-04-14
11:17
configure: Move --with-wii after AC_PROG_OBJC check-in: 3bda05c293 user: js tags: trunk
09:37
Fix unused variable warning with --disable-files check-in: cac74a9513 user: js tags: trunk
01:11
OFString+XMLUnescaping.m: Remove code duplication check-in: f0cc196adc user: js tags: trunk
00:45
Coding style check-in: 9da9b2b64c user: js tags: trunk
2014-04-10
00:03
forwarding/*.S: Include config.h check-in: 9a4792a99e user: js tags: trunk
2014-04-08
18:48
Partly revert 4a8704e check-in: 82b11a2992 user: js tags: trunk
17:01
OFArray_adjacent: Optimize fast enumeration check-in: 4dbca9fc06 user: js tags: trunk
16:38
runtime/hashtable.m: Move some code around check-in: f447af977a user: js tags: trunk
2014-04-06
14:40
runtime/hashtable.m: Add support for deletion check-in: c2d9134d88 user: js tags: trunk
2014-03-30
00:30
ObjFW-RT: Call +[unload] on class unregister check-in: 1ecef2d7f6 user: js tags: trunk
2014-03-23
00:17
Add -Wobjc-property-synthesis check-in: 372e6283c7 user: js tags: trunk
00:15
Remove -Wno-deprecated-objc-pointer-introspection check-in: f3154a74aa user: js tags: trunk
2014-03-22
17:56
Generalize runtime/hashtable.m check-in: 8d930f2067 user: js tags: trunk
2014-03-19
18:05
macros.h: Never define static_assert to assert check-in: 61369b9d26 user: js tags: trunk
2014-03-18
22:53
OFSystemInfo: Fix compilation check-in: 8e4f4567d3 user: js tags: trunk
2014-03-16
22:32
OFSystemInfo: Add +[user{Config,Data}Path] check-in: e3a2dc6180 user: js tags: trunk
2014-03-05
01:36
Add OF_ROUND_UP_POW2 macro check-in: ae9f0dc0e0 user: js tags: trunk
00:34
OFKernelEventObserver: Only use 1 internal socket check-in: a2f2a3289d user: js tags: trunk
00:31
Move netinet/in.h include to socket.h check-in: 4de1f2a67a user: js tags: trunk
00:15
OFThread.m: Fix missing define for PSP check-in: a4986b3356 user: js tags: trunk
00:12
Fix compilation for Wii check-in: 54a34ebd9c user: js tags: trunk
00:00
Include socket.h before socket_helpers.h check-in: f96fd9d551 user: js tags: trunk
2014-03-04
23:53
resolver.m: Fix locking check-in: 898f8c7072 user: js tags: trunk
2014-02-28
00:41
Make MinGW32 and MinGW-w64 happy at the same time check-in: 5ca844dd3b user: js tags: trunk
00:38
threading.h: Add of_once() check-in: ba5e756264 user: js tags: trunk
2014-02-27
22:40
Allow thread-unsafe getaddrinfo() with locks check-in: fae85e954f user: js tags: trunk
2014-02-26
18:38
Minor style change - no functional change check-in: e67130bd2d user: js tags: trunk
2014-02-24
03:00
Update buildsys check-in: 053bccb220 user: js tags: trunk
2014-02-23
21:04
Increase _POSIX_C_SOURCE and _XOPEN_SOURCE check-in: 30f95ecdf5 user: js tags: trunk
20:43
configure.ac: Check for buggy -Wdocumentation check-in: 42c76bff23 user: js tags: trunk
19:08
Update PLATFORMS.md check-in: f02cf46fe7 user: js tags: trunk
18:52
Update copyright in a few forgotten places check-in: 4e894e2d56 user: js tags: trunk
18:51
Add missing #define _POSIX_C_SOURCE 199309L check-in: bfc762c6d8 user: js tags: trunk
17:54
Add __attribute__((gnu_inline)) for GCC < 4.3 check-in: 7a1e2de2d4 user: js tags: trunk
2014-02-22
01:14
Rename AMD64 to x86_64 check-in: 05f4b0a4f0 user: js tags: trunk
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