ObjFW  Timeline

14 check-ins using file src/OFXMLParser.m version a8f0eceb0e

2012-03-16
17:14
Fix memory wasting in OFBigDataArray. (check-in: 36872c7a25 user: js tags: trunk)
14:01
One malloc less when allocating a string. (check-in: 3005748a9d user: js tags: trunk)
2012-03-15
11:29
Greatly improve OFObject's memory handling and performance. (check-in: 28170f5f65 user: js tags: trunk)
2012-03-14
15:47
gcc is stupid... (check-in: 8cf554bd32 user: js tags: trunk)
09:03
Update buildsys. (check-in: fdff9737f0 user: js tags: trunk)
2012-03-13
20:19
Improve -[OFDictionary isEqual:]. (check-in: 50d2bd5dec user: js tags: trunk)
20:19
Add of_num_cpus. (check-in: 5a7c58ec98 user: js tags: trunk)
20:18
Move objc_{set,get}Property() declarations to macros.h. (check-in: 92da2a3a5b user: js tags: trunk)
2012-03-12
14:04
OFHTTPRequest: Add Connection: close to the request headers. (check-in: ffb4484d97 user: js tags: trunk)
12:58
OFHTTPRequest: Always close the connection after we received everything. (check-in: 77b8ffc1e0 user: js tags: trunk)
12:18
Make dictionary literals work. (check-in: 6428a08de1 user: js tags: trunk)
12:14
Add +[OFDictionary dictionaryWithObjects:forKeys:count:]. (check-in: d42a56787b user: js tags: trunk)
12:05
Make array literals work. (check-in: a18e732a06 user: js tags: trunk)
11:54
OFArray: +[arrayWithCArray:length:] -> +[arrayWithObjects:count:]. (check-in: 008be86a16 user: js tags: trunk)