ObjFW  Timeline

10 descendants and 10 ancestors of eb2402a77a42a6d40a3bcfb249beed7bdeca426ada669964e64f82f7d5d0029a

2011-05-08
23:13
Fix incorrect indentation of -[OFArray stringBySerializing]. (check-in: 708c4ea884 user: js tags: trunk)
22:48
Add an initial description of the serialization format. (check-in: 08fcd6d53e user: js tags: trunk)
22:42
Add serialization for OFURL and OFXMLElement. (check-in: cb3be92fe6 user: js tags: trunk)
22:36
Change serialization format. (check-in: 17d18368bb user: js tags: trunk)
22:17
Add -[string] to OFURL. (check-in: 925754a097 user: js tags: trunk)
20:44
Add support for serialization to OFList. (check-in: 046abd074d user: js tags: trunk)
20:35
Nicer formatting for serialization. (check-in: bd879fd455 user: js tags: trunk)
19:55
Add support for serialization.
No deserialization yet.
(check-in: b27b3aa3e3 user: js tags: trunk)
18:36
More documentation improvements. (check-in: 5192af129b user: js tags: trunk)
18:35
OF(MutableDictionary): Use id <OFCopying> where appropriate. (check-in: 86c9b66b16 user: js tags: trunk)
18:32
OFNumber: Explicitly use signed and improve documentation. (check-in: eb2402a77a user: js tags: trunk)
17:33
Get rid of appendCStringWithoutUTF8Checking:encoding:length:]. (check-in: 1eedeefc72 user: js tags: trunk)
17:19
More documentation improvements. (check-in: 242b1ccd71 user: js tags: trunk)
13:10
Fix a typo in OFMD5Hash.m. (check-in: b8052b3f65 user: js tags: trunk)
2011-05-05
21:17
More documentation improvements. (check-in: 8490c927d2 user: js tags: trunk)
2011-05-04
22:35
Improve Doxyfile. (check-in: 8588bd03b2 user: js tags: trunk)
22:22
Documentation improvements. (check-in: 851e47d743 user: js tags: trunk)
2011-05-02
20:46
Add +[OFString stringWithUnicodeString:length:]. (check-in: 04ffb67949 user: js tags: trunk)
13:01
Don't free ret in -[unicodeString] as it is autoreleased now. (check-in: 3a1cd610ed user: js tags: trunk)
2011-05-01
23:58
Autorelease the return value of -[unicodeString] and include a BOM. (check-in: 7b7250a0ba user: js tags: trunk)
23:42
Fix a possible out-of-bounds read in -[OFString unicodeString]. (check-in: 9d25dacab1 user: js tags: trunk)