1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
ChangeLog
vanessa_socket
Library to simplify handling of TCP sockets
Copyright (C) 2000 Horms
----------------------------------------------------------------------
29th June 2001
* 0.0.3
- Allow read() and write() functions to be supplied to
vanessa_socket_pipe() and friends.
- Tidyied up logging
----------------------------------------------------------------------
19th April 2001
* 0.0.2
- Fixed problem linking so that it is linked against the
shared libary libvanessa_logger instead of statically linked
- Fixed some (minor) casting problems when using bind() and
various popt calls.
----------------------------------------------------------------------
5th April 2001
* 0.0.1
- Fixed problem with -b under BSD ("Erik R. Leo" <erikl@sover.net>)
- Fixed problem with client connecting to bizzare address under BSD
("Erik R. Leo" <erikl@sover.net>)
- Added -lresolv and -lvanessa_logger to build to aid compiling
under solaris (Chris Stratford <Chris.Stratford@uk.uu.net>)
- Added -lresolv and -lvanessa_logger to build to aid compiling
under solaris (Chris Stratford <Chris.Stratford@uk.uu.net>)
- Added timeradd and timersub compatibility for Solaris
(Chris Stratford <Chris.Stratford@uk.uu.net>)
- Cleaned up Debian packages
----------------------------------------------------------------------
9th January 2000
(Horms)
* version 0.0.0
- Added vanessa_socket_client_src_open() and
vanessa_socket_client_src_open_in_addr() that enable a conection
to be openend to a server and optionally have the source port
and/or address specified.
|