head 1.6;
access;
symbols
SIO_0_9_3:1.6
SIO_0_9_2:1.4
SIO_0_9_1:1.3
SIO_0_9_0:1.3;
locks; strict;
comment @# @;
1.6
date 2005.10.03.09.06.56; author rse; state Exp;
branches;
next 1.5;
1.5
date 2005.10.03.09.06.11; author rse; state Exp;
branches;
next 1.4;
1.4
date 2003.06.30.10.36.52; author rse; state Exp;
branches;
next 1.3;
1.3
date 2003.02.06.13.20.42; author mlelstv; state Exp;
branches;
next 1.2;
1.2
date 2003.01.06.19.04.56; author rse; state Exp;
branches;
next 1.1;
1.1
date 2002.12.18.14.58.29; author mlelstv; state Exp;
branches;
next ;
desc
@@
1.6
log
@bump version before release
@
text
@ _ ___ ____ ____ ____ _
|_|_ _ / _ \/ ___/ ___|| _ \ ___(_) ___
_|_||_| | | | \___ \___ \| |_) | / __| |/ _ \
|_||_|_| | |_| |___) |__) | __/ \__ \ | (_) |
|_|_|_| \___/|____/____/|_| |___/_|\___/
OSSP sio - Stream I/O
Version 0.9.3 (03-Oct-2005)
ABSTRACT
OSSP sio is an I/O abstraction library for layered stream communication.
It was built to deal efficiently with complex I/O protocols and includes
capabilities to filter and multiplex data streams. Its modular structure
is fully supported by the underlying OSSP al data buffer library.
COPYRIGHT AND LICENSE
Copyright (c) 2002-2005 Cable & Wireless
Copyright (c) 2002-2005 The OSSP Project
Copyright (c) 2002-2005 Ralf S. Engelschall
This file is part of OSSP sio, a layered stream I/O library
which can be found at http://www.ossp.org/pkg/lib/sio/.
Permission to use, copy, modify, and distribute this software for
any purpose with or without fee is hereby granted, provided that
the above copyright notice and this permission notice appear in all
copies.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
HOME AND DOCUMENTATION
The documentation and latest release can be found on
o http://www.ossp.org/pkg/lib/sio/
o ftp://ftp.ossp.org/pkg/lib/sio/
@
1.5
log
@adjust copyright messages
@
text
@d8 1
a8 1
Version 0.9.2 (30-Jun-2003)
@
1.4
log
@*) Correctly check the "status" return value of waitpid(3)
in the test suite.
*) Change in the test suite "%08lx" format string to "%d" because the
ts library only has a minimal formatting engine and the argument
is "int" and not "long" anyway.
*) Make sure that sio_{bio,sa,zlib}.c are not empty compilation
units (not allowed in ISO C) even if BIO, SA or ZLIB support is not
activated.
*) Changed SIZE_T_MAX fallback definition to a more portable variant
based on sizeof(size_t) instead of relying on the existance of
(non portable) UINT_MAX.
*) Added GNU autoconf checks for libnsl/libsocket under Solaris.
*) Upgraded to GNU libtool 1.5
@
text
@d19 3
a21 3
Copyright (c) 2002-2003 Cable & Wireless Deutschland
Copyright (c) 2002-2003 The OSSP Project
Copyright (c) 2002-2003 Ralf S. Engelschall
@
1.3
log
@provide abstract
@
text
@d8 1
a8 1
Version 0.9.0 (06-Feb-2003)
@
1.2
log
@- consistently use standard OSSP copyright message everywhere
- strip trailing whitespaces
@
text
@d8 1
d12 4
a15 1
--FIXME--
@
1.1
log
@snapshot
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
@
text
@d1 3
a3 3
_ ___ ____ ____ ____ _
|_|_ _ / _ \/ ___/ ___|| _ \ ___(_) ___
_|_||_| | | | \___ \___ \| |_) | / __| |/ _ \
d5 1
a5 1
|_|_|_| \___/|____/____/|_| |___/_|\___/
d15 6
a20 8
Copyright (c) 2002 Ralf S. Engelschall
Copyright (c) 2002 The OSSP Project
Copyright (c) 2002 Cable & Wireless Deutschland
Copyright (c) 2002 Michael van Elst
This file is part of OSSP sio, an abstract data type of
a pair of half-duplex data pipes which can be found at
http://www.ossp.org/pkg/lib/sio/.
@