The Socket Stream library is an implementation of the C++ Standard Library IOStreams over the POSIX socket interface.
This is an alpha release of the library's source code. The version numbering now follows the APR style. Configuring, building and installing the library is just like your normal autotools-managed project. The dso generated by the build system now is versioned using libtool with the linker flag -vesion-info. ... read more
The Socket Stream library is an implementation of the C++ Standard Library IOStreams over the POSIX socket interface.
This is an alpha release of the library's source code. The version numbering now follows the APR style. Configuring, building and installing the library is just like your normal autotools-managed project. The dso generated by the build system now is versioned using libtool with the linker flag -vesion-info. ... read more
The Socket Stream library is an implementation of the C++ Standard Library IOStreams over the POSIX socket interface.
This is an alpha release of the library's source code. The version numbering now follows the APR style. Configuring, building and installing the library is just like your normal autotools-managed project. The dso generated by the build system now is versioned using libtool with the linker flag -vesion-info.... read more
The Socket Stream Library is an implementation of the traditional C sockets as C++ Standard Library Streams.
This is an alpha release of the library's source code. The version numbering now follows the APR style. Configuring, building and installing the library is just like your normal autotools-managed project.
The library is now fully usable.
There is a lot to tweak in the core functionality, planned API changes, and many support features to add, but the iostream classes (the socketbuf class in particular) are basically complete.... read more
The Socket Stream Library is an implementation of the traditional C sockets as C++ Standard Library Streams.
This is an alpha release of the library's source code. Configuring, building and installing the library is just like your normal autotools-managed project.
The library is now fully usable.
There is a lot to tweak in the core functionality, planned API changes, and many support features to add, but the iostream classes (the socketbuf class in particular) are basically complete.... read more
The Socket Stream Library is an implementation of the traditional C sockets as C++ Standard Library Streams.
This release introduces three user-friendly header files for library users, and a new installation directory setup. The README is not up to date, see the example/ directory for usage. Nothing mysterious.
This is an alpha (or perhaps pre-alpha) release of the library's source code. Configuring, building and installing the library is just like your normal autotools-managed project.... read more
The Socket Stream Library is an implementation of the traditional C sockets as C++ Standard Library Streams.
This is an alpha (or perhaps pre-alpha) release of the library's source code. Configuring, building and installing the library is just like your normal autotools-managed project.
Also, all examples in the example/ directory are fully working. See the README.
This release prepares the way for release 0.3.0 where we expect the library to enter in a full alpha-to-beta phase, stabilizing the interface.
The Socket Stream Library is an implementation of the traditional C sockets as C++ Standard Library Streams.
This is an alpha (or perhaps pre-alpha) release of the library's source code. Working right now:
* make all
* make install
* make check
* make doxygen
Also, in example/ , see some experimental code implementing simple services (and an IRC client). See the README.
The Socket Stream Library is an implementation of the traditional C sockets as C++ Standard Library Streams.
This is an alpha (or perhaps pre-alpha) release of the library's source code. It is usable, though.
Socket Stream Library is an implementation of the traditional C sockets as C++ Standard Library Streams.
This is the initial import of source to Sourceforge's CVS server. The code is still alpha as many interface aspects are still undecided.