50 check-ins related to "trunk" occurring on or before 2013-03-16 10:13:47.
More ↑
2013-03-16
| ||
10:13 | Add forwardingTargetForSelector: for AMD64/ELF. check-in: 5a6cc94418 user: js tags: trunk | |
2013-03-15
| ||
17:04 | OFHTTPClient: Implement "Connection: keep-alive". check-in: c195c1f098 user: js tags: trunk | |
2013-03-14
| ||
20:20 | Tag class pointers for @compatibility_aliases. check-in: 69d9f76520 user: js tags: trunk | |
19:25 | Add a few memory barriers. check-in: 27138ee85b user: js tags: trunk | |
2013-03-13
| ||
13:31 | objfw-config: Add --arc to help. check-in: e6b08898bd user: js tags: trunk | |
11:59 | Make -[OFApplication run] private. check-in: f641274833 user: js tags: trunk | |
2013-03-12
| ||
20:10 | Document OFApplication a little more. check-in: 0d80255cc3 user: js tags: trunk | |
2013-03-09
| ||
10:07 | Save some space in the dtables. check-in: 55c399cda6 user: js tags: trunk | |
09:45 | Fix a few missing dealloc methods. check-in: b149669549 user: js tags: trunk | |
09:24 | Fix objc_exit() and add it to tests. check-in: 7baf58021d user: js tags: trunk | |
2013-03-08
| ||
23:00 | Take advantage of realloc(NULL, n) being defined. check-in: e8d6ca16e7 user: js tags: trunk | |
22:44 | Document the block types. check-in: e8473b9db8 user: js tags: trunk | |
2013-03-04
| ||
18:32 | Make old GCCs happy. check-in: 0bb3fc850a user: js tags: trunk | |
17:20 | Replace BOOL with bool. check-in: c5ef582958 user: js tags: trunk | |
2013-03-01
| ||
21:19 | Rethrow some exceptions to fix class. check-in: 2de15db195 user: js tags: trunk | |
2013-02-28
| ||
09:57 | Make @true and @false work. check-in: de24e36b29 user: js tags: trunk | |
2013-02-26
| ||
18:40 | OFNumber: Add long long. check-in: fd8c1728ea user: js tags: trunk | |
2013-02-24
| ||
11:17 | Fix includes of ObjFW-Bridge. check-in: 1ccdae4fd6 user: js tags: trunk | |
11:03 | Add missing file to Xcode project. check-in: 4710e7867b user: js tags: trunk | |
10:41 | Update to BinaryPack1pre2. check-in: c4df7d61b6 user: js tags: trunk | |
2013-02-23
| ||
18:00 | Disallow \u0000 in JSON and fix ObjFW.h. check-in: 9c24db3c6d user: js tags: trunk | |
10:03 | Update to BinaryPack1pre1. check-in: 19f5a60438 user: js tags: trunk | |
2013-02-22
| ||
12:15 | Print an error when OFApplication is subclassed. check-in: fb79b7f369 user: js tags: trunk | |
11:32 | Fix ObjC++. check-in: 09bd870f8c user: js tags: trunk | |
2013-02-21
| ||
19:35 | Add support for generating BinaryPack. check-in: 23c798d4f1 user: js tags: trunk | |
16:15 | Add support for parsing BinaryPack. check-in: 12f091ddd6 user: js tags: trunk | |
2013-02-19
| ||
11:57 | OFCountedSet: More thorough range check. check-in: bf8a579f38 user: js tags: trunk | |
2013-02-18
| ||
23:05 | Make OFHash a protocol. check-in: 9b2d255a3d user: js tags: trunk | |
22:00 | Rename OFXMLParser's _cache to _buffer. check-in: 265a0928ca user: js tags: trunk | |
21:53 | Rename -[OFStream pendingBytes]. check-in: efe7be259d user: js tags: trunk | |
12:27 | Add -[OFMutableArray initWithCapacity:]. check-in: e0c9168dfc user: js tags: trunk | |
11:31 | A few small fixes for OS X/PPC. check-in: adaf5a3e6e user: js tags: trunk | |
11:07 | Add -[OFMutableDictionary initWithCapacity:]. check-in: 4fb0f4bf66 user: js tags: trunk | |
10:38 | Add -[OFDataArray initWithItemSize:capacity:]. check-in: e403ca05cb user: js tags: trunk | |
2013-02-17
| ||
13:36 | Use __VA_ARGS__ for Block_copy. check-in: c875400bbf user: js tags: trunk | |
10:14 | Remove -Wno-deprecated-objc-isa-usage. check-in: 2347371351 user: js tags: trunk | |
2013-02-14
| ||
02:08 | Fix two small documentation bugs. check-in: 5b1f9db652 user: js tags: trunk | |
02:07 | Add -Wdocumentation if supported by the compiler. check-in: fac2c8063e user: js tags: trunk | |
2013-02-13
| ||
23:10 | Don't cache the description of exceptions. check-in: d9ddc4d06e user: js tags: trunk | |
2013-02-12
| ||
19:59 | Add -Wno-objc-root-class to Xcode project. check-in: 8fb566e562 user: js tags: trunk | |
18:22 | Prefix all ivars with an underscore. check-in: e40729d406 user: js tags: trunk | |
18:14 | OFXMLElement: Retain + autorelease attributes. check-in: 40f7e8bd2e user: js tags: trunk | |
2013-02-10
| ||
16:36 | Add a warning about reimplementing -[isEqual:]. check-in: b807b66ccc user: js tags: trunk | |
2013-02-08
| ||
22:20 | OFURL: Improve -[description]. check-in: e164def279 user: js tags: trunk | |
2013-02-05
| ||
22:24 | Move abort() to make old GCCs happy. check-in: 737a82e1a4 user: js tags: trunk | |
2013-01-28
| ||
22:48 | objfw-config: Add --static-libs. check-in: e7d0fb8ee1 user: js tags: trunk | |
22:40 | OFHTTPServer: Fix missing #import. check-in: fe4a1fb193 user: js tags: trunk | |
21:12 | JSON5: Update to new version of the spec. check-in: f59977a0aa user: js tags: trunk | |
20:55 | OFHTTPClientTests: Fix a Clang 3.3 warning. check-in: 5ce6d067f1 user: js tags: trunk | |
20:06 | Remove AI_ADDRCONFIG, as it's buggy in glibc. check-in: cdfe025f85 user: js tags: trunk | |