ObjFW  History of src/OFSOCKS5Socket.m of b1ffd7732ad27bf8

History of the file that is called src/OFSOCKS5Socket.m at check-in b1ffd7732ad27bf8

2011-10-04
18:17
Deleted: Move SOCKS5 support to OFTCPSocket. check-in: [48708f2435] user: js, branch: trunk, size: 0
2011-09-22
23:25
Exceptions are now autoreleased.

This is safe as an "exception loop" can't happen, since if allocating
an exception fails, it throws an OFAllocFailedException which is
preallocated and can always be thrown.

So, the worst case would be that an autorelease of an exception fails,
triggering an OFOutOfMemoryException for which there is no memory,
resulting in an OFAllocFailedException to be thrown. file: [42fad2fbd2] check-in: [e1e7ffa903] user: js, branch: trunk, size: 3100 [annotate] [blame] [check-ins using] [diff]

2011-09-12
19:57
Rename -[cString] to -[UTF8String]. file: [0957d5a6c1] check-in: [e6fd39d11e] user: js, branch: trunk, size: 3092 [annotate] [blame] [check-ins using] [diff]
2011-08-12
16:18
Added: Add OFSOCKS5Socket. file: [ad986810a7] check-in: [48e58dfed1] user: js, branch: trunk, size: 2899 [annotate] [blame] [check-ins using]