ObjFW  Check-in [dfe3aadc7e]

Overview
Comment:Add OFTLSSocket protocol.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: dfe3aadc7e44edac24e867ba19a55b09981bb4c366a9b4176fbfae3ceb0059b5
User & Date: js on 2012-03-04 22:06:26
Other Links: manifest | tags
Context
2012-03-04
22:10
Add missing files to Xcode project. check-in: f430322299 user: js tags: trunk
22:06
Add OFTLSSocket protocol. check-in: dfe3aadc7e user: js tags: trunk
2012-03-02
16:37
@finally { [pool release]; } is a bad idea when throwing exceptions.
The exception is released before it is ever caught.
check-in: 43038ba0a6 user: js tags: trunk
Changes