ObjFW  Check-in [28ea4a8a67]

Overview
Comment:Rename OFSocket to OFStreamSocket.

This is to reflect that it is a connection-based, sequenced, reliable,
two-way byte stream.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 28ea4a8a67a92e61fdfa874f193bc7938b8d8d9da146edb81ef0bb2ca886930e
User & Date: js on 2010-07-07 20:57:04
Other Links: manifest | tags
Context
2010-07-07
21:06
Move most of the code for -[close] to OFStreamSocket. check-in: d81629fead user: js tags: trunk
20:57
Rename OFSocket to OFStreamSocket. check-in: 28ea4a8a67 user: js tags: trunk
20:48
Rename OFSocketObserver to OFStreamObserver and make it more general. check-in: 52dcb22b8c user: js tags: trunk
Changes