ObjFW  History of src/OFURLEncoding.h of 8389241a055d3fec

History of the file that is called src/OFURLEncoding.h at check-in 8389241a055d3fec

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
[1262cd49d1] part of check-in [42886185fd] Update copyright. (check-in: [42886185fd] user: js, branch: trunk, size: 701) [annotate] [blame] [check-ins using] [diff]
2010-02-11
14:58
[a68ac0b7c6] part of check-in [72caeab860] Documentation improvements. (check-in: [72caeab860] user: js, branch: trunk, size: 701) [annotate] [blame] [check-ins using] [diff]
2010-01-16
15:05
[5c77cce892] part of check-in [1433aef0d0] Reduce dependencies between headers. (check-in: [1433aef0d0] user: js, branch: trunk, size: 742) [annotate] [blame] [check-ins using] [diff]
2009-11-09
22:45
[b6b6ff7f8a] part of check-in [a3cc34b139] Rename libobjfw to ObjFW. (check-in: [a3cc34b139] user: js, branch: trunk, size: 749) [annotate] [blame] [check-ins using] [diff]
2009-08-26
19:54
[860a731715] part of check-in [d6b9b175b7] More documentation improvements. (check-in: [d6b9b175b7] user: js, branch: trunk, size: 752) [annotate] [blame] [check-ins using] [diff]
2009-06-30
12:55
[88b8d3c012] part of check-in [973e19f23c] Add some missing documentation. (check-in: [973e19f23c] user: js, branch: trunk, size: 741) [annotate] [blame] [check-ins using] [diff]
2009-06-05
18:30
[b1c227a687] part of check-in [4fa95c938d] Rename -[url{De,En}codedString] to -[stringByURL{De,En}coding]. (check-in: [4fa95c938d] user: js, branch: trunk, size: 743) [annotate] [blame] [check-ins using] [diff]
2009-05-29
19:21
[372c3e5fe1] 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: 737) [annotate] [blame] [check-ins using] [diff]

2009-05-16
14:28
Added: [413ff97b8f] part of check-in [b992a4b0e5] Add OFURLEncoding for OFString category. (check-in: [b992a4b0e5] user: js, branch: trunk, size: 723) [annotate] [blame] [check-ins using]