ObjFW  Check-in [81d47f4398]

Overview
Comment:Move socket includes and helpers to separate files

The new file socket.h includes all headers required for sockets on the
used platform, while the file socket_helpers.h defines the BSD API
functions to the platform specific functions if necessary.

This cleans up the classes dealing with sockets a lot and also reduces
code duplication.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 81d47f43982397b0f2d31ad570a46b467749ed4754459bc88816a8e057e10f68
User & Date: js on 2014-01-25 19:33:57
Other Links: manifest | tags
Context
2014-01-26
13:32
Include unistd.h in socket_helpers.h check-in: 32ad39007a user: js tags: trunk
2014-01-25
19:33
Move socket includes and helpers to separate files check-in: 81d47f4398 user: js tags: trunk
17:39
Generalize stream / socket related exceptions check-in: 8d2a5052fd user: js tags: trunk
Changes