ObjFW  History of src/OFURLEncoding.m of merge-in:29c7f74

History of the file that is called src/OFURLEncoding.m at check-in merge-in:29c7f74

2010-06-12
20:47
Deleted: Move a few classes and categories so they have their own files. (check-in: [67917b918a] user: js, branch: trunk, size: 0)
2010-02-19
16:36
[51165a76a2] part of check-in [42886185fd] Update copyright. (check-in: [42886185fd] user: js, branch: trunk, size: 2472) [annotate] [blame] [check-ins using] [diff]
2009-11-09
22:45
[747bb8cf04] part of check-in [a3cc34b139] Rename libobjfw to ObjFW. (check-in: [a3cc34b139] user: js, branch: trunk, size: 2472) [annotate] [blame] [check-ins using] [diff]
2009-11-02
14:47
[00bfbc007f] part of check-in [581164864f] Make use of the recent change to -[initWithCString:encoding:length:]. (check-in: [581164864f] user: js, branch: trunk, size: 2475) [annotate] [blame] [check-ins using] [diff]
2009-09-11
11:41
[fb4ac5dc95] part of check-in [3468abde19] Fix a warning with old GCC versions. (check-in: [3468abde19] user: js, branch: trunk, size: 2476) [annotate] [blame] [check-ins using] [diff]
2009-07-19
14:05
[6669fbc50f] part of check-in [4eae61a78f] Rename andFoo: to foo: in all methods. (check-in: [4eae61a78f] user: js, branch: trunk, size: 2471) [annotate] [blame] [check-ins using] [diff]
2009-07-17
15:16
[f51e0ac16e] part of check-in [8f4d7a5b74] Initial OFXMLParser implementation. There's still a LOT missing.

Missing stuff includes proper namespace handling, handling of comments,
handling of <?xml ...?>, error handling and much more. (check-in: [8f4d7a5b74] user: js, branch: trunk, size: 2471) [annotate] [blame] [check-ins using] [diff]

2009-07-16
23:15
[05ac91dbb0] part of check-in [eeaee04433] '~' does not need escaping in -[stringByURLEncoding]. (check-in: [eeaee04433] user: js, branch: trunk, size: 2406) [annotate] [blame] [check-ins using] [diff]
23:02
[39517d09e4] part of check-in [92d8754e02] Also handle '+' in -[stringByURLDecoding]. (check-in: [92d8754e02] user: js, branch: trunk, size: 2387) [annotate] [blame] [check-ins using] [diff]
2009-06-05
18:30
[74051613f4] part of check-in [4fa95c938d] Rename -[url{De,En}codedString] to -[stringByURL{De,En}coding]. (check-in: [4fa95c938d] user: js, branch: trunk, size: 2342) [annotate] [blame] [check-ins using] [diff]
2009-05-29
19:21
[573e813f26] part of check-in [033054ad75] A few renames.

OFExceptions:
* OFNoMemException to OFOutOfMemoryException.
* OFMemNotPartOfObjException to OFMemoryNotPartOfObjectException.

OFObject:
* -[addItemToMemoryPool:] to -[addMemoryToPool:].
* -[allocWithSize:] to -[allocMemoryWithSize:].
* -[allocNItems:withSize] to -[allocMemoryForNItems:withSize:].
* -[resizeMem:toSize] to -[resizeMemory:toSize:].
* -[resizeMem:toNItems:withSize:] to
-[resizeMemoryToNItems:withSize:].
* -[freeMem] to -[freeMemory:].

OFString:
* -[urlencode] to -[urlEncodedString].
* -[urldecode] to -[urlDecodedString]. (check-in: [033054ad75] user: js, branch: trunk, size: 2336) [annotate] [blame] [check-ins using] [diff]

2009-05-24
18:04
[6ffc687158] part of check-in [94ea6848a8] Always use #include "config.h" instead of #import "config.h". (check-in: [94ea6848a8] user: js, branch: trunk, size: 2312) [annotate] [blame] [check-ins using] [diff]
2009-05-16
14:28
Added: [b328b08de7] part of check-in [b992a4b0e5] Add OFURLEncoding for OFString category. (check-in: [b992a4b0e5] user: js, branch: trunk, size: 2311) [annotate] [blame] [check-ins using]