ObjFW  History of src/OFURLEncoding.h of b190519866c3d6b3

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

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

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