118 check-ins using file tests/TestsAppDelegate.m version a4559247b9
2014-09-01
| ||
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-06-18
| ||
13:12 | Update Unicode to 7.0 check-in: 23ac92f416 user: js tags: trunk | |
13:11 | Fix Unicode table generator check-in: 340ef20d81 user: js tags: trunk | |
12:54 | Add OFSettings check-in: 1333634935 user: js tags: trunk | |
2014-06-16
| ||
18:35 | OFINICategory: Add support for arrays check-in: 9555835784 user: js tags: trunk | |
15:06 | Make return type of -[OFArray objects] const check-in: 68d32a92c1 user: js tags: trunk | |
2014-06-14
| ||
09:44 | OFINIFile: Add support for different encodings check-in: 44de69ef31 user: js tags: trunk | |
2014-06-13
| ||
16:41 | Clean up OFINIFileTests.m check-in: 34cf1fb8c2 user: js tags: trunk | |
2014-06-12
| ||
13:43 | OFINIFile: Add support for quoted keys / values check-in: 12c5b7ee91 user: js tags: trunk | |
2014-05-31
| ||
17:57 | OFStream: Add -[hasDataInReadBuffer]. check-in: acc999a75e user: js tags: trunk | |
16:34 | Work around broken Apple libc headers check-in: dccc3ed8a9 user: js tags: trunk | |
02:16 | Better code sharing between Deflate and Deflate64 check-in: a8c62e1c0d user: js tags: trunk | |
01:46 | tests/Makefile: Symlink libobjfw.$major.dylib check-in: dc6bc8359e user: js tags: trunk | |
2014-05-29
| ||
21:27 | Work around __block being used by old glibc check-in: d1e559b643 user: js tags: trunk | |
21:13 | OFZIP: Better verbose output check-in: c095670543 user: js tags: trunk | |
2014-05-26
| ||
20:08 | OFZIP: Set permissions - if entry has any check-in: a7f9c9d4bc user: js tags: trunk | |
15:41 | OFZIPArchiveEntry: Make more properties public check-in: c1d665c395 user: js tags: trunk | |
2014-05-25
| ||
23:53 | OFZIP: Show hex dump of extra field with -vvv check-in: 240658fd6c user: js tags: trunk | |
23:42 | OFZIP: Make -x/-l, -f/-n, -v/-q mutually exclusive check-in: 5a782d2c74 user: js tags: trunk | |
23:10 | OFZIP: Fix q missing in first line of help check-in: 03db213022 user: js tags: trunk | |
22:58 | Move of_zip_archive_find_extra_field() check-in: adf754d5fc user: js tags: trunk | |
12:05 | Update buildsys check-in: eeaa49c11a user: js tags: trunk | |
2014-05-15
| ||
20:05 | Don't use -pedantic with buggy compilers check-in: 42a7135606 user: js tags: trunk | |
16:02 | configure.ac: Fix a missing \ check-in: 893cefa092 user: js tags: trunk | |
15:54 | Update buildsys check-in: 8eb6f64179 user: js tags: trunk | |
15:46 | Minor style corrections check-in: 478119cde4 user: js tags: trunk | |
15:32 | Enable -pedantic check-in: 9c0f66d49d user: js tags: trunk | |
15:32 | Work around dlsym() API not being valid C check-in: 4a2f61814f user: js tags: trunk | |
15:32 | Fix a few instances of signed vs. unsigned check-in: 7f0359ce68 user: js tags: trunk | |
15:32 | Multiple dtable / sparse array improvements check-in: 1ebb9eb7b3 user: js tags: trunk | |
15:17 | Don't declare objc_classname_to_class inline check-in: e23441b121 user: js tags: trunk | |
15:17 | Don't embed directives within macro arguments check-in: 0d37286ccb user: js tags: trunk | |
15:17 | Work around Apple's API breaking the C standard check-in: 469553637d user: js tags: trunk | |
04:07 | Don't return void expressions check-in: 3c7bf2e50c user: js tags: trunk | |
04:06 | Remove usage of empty initializer extension check-in: f178d11592 user: js tags: trunk | |
03:39 | objc_exit(): Fix the first class not being free'd check-in: 428520105b user: js tags: trunk | |
01:50 | Don't define _*_SOURCE check-in: 17be12b6e5 user: js tags: trunk | |
01:50 | Update buildsys check-in: 7b365b7a56 user: js tags: trunk | |
01:49 | OFFile: Add support for the C11 "x" modes check-in: d7728534a4 user: js tags: trunk | |
2014-05-14
| ||
21:09 | Replace @compatibility_alias with #define for NS* check-in: ac1ae59c91 user: js tags: trunk | |
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 | |