• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

AUTHORSH A D31-Oct-2002405 1610

ChangeLogH A D03-Oct-20059.9 KiB267192

INSTALLH A D31-Oct-2002470 1913

Makefile.inH A D03-May-20224.5 KiB13384

NEWSH A D31-Oct-2002401 1610

READMEH A D03-Oct-20052.1 KiB5340

THANKSH A D29-Jan-20051 KiB2921

TODOH A D11-Feb-20033.5 KiB8963

VERSIONH A D03-Oct-2005167 73

aclocal.m4H A D24-Jan-20058.1 KiB240232

config.guessH A D01-Sep-200542.5 KiB1,4671,256

config.h.inH A D03-Oct-20054.1 KiB14798

config.subH A D01-Sep-200531 KiB1,5801,438

configureH A D03-Oct-2005706.6 KiB22,78218,156

configure.acH A D07-Sep-20052.2 KiB5749

libtool.m4H A D03-Oct-2005214.5 KiB6,1855,543

ltmain.shH A D01-Sep-2005182.4 KiB6,5315,134

sa-config.inH A D24-Jan-20054 KiB146109

sa.3H A D03-Oct-200548.5 KiB929905

sa.acH A D24-Jan-20057.8 KiB239217

sa.cH A D03-Oct-200572 KiB2,3491,749

sa.hH A D03-May-20228.2 KiB210136

sa.pc.inH A D07-Sep-20051.7 KiB4440

sa.podH A D03-Oct-200531 KiB897641

sa_test.cH A D24-Jan-200513.5 KiB383281

shtoolH A D03-Oct-2005133.7 KiB3,9693,284

ts.cH A D24-Jan-200514 KiB473369

ts.hH A D24-Jan-20052.3 KiB6520

README

1   _        ___  ____ ____  ____
2  |_|_ _   / _ \/ ___/ ___||  _ \   ___  __ _
3  _|_||_| | | | \___ \___ \| |_) | / __|/ _` |
4 |_||_|_| | |_| |___) |__) |  __/  \__ \ (_| |
5  |_|_|_|  \___/|____/____/|_|     |___/\__,_|
6
7  OSSP sa - Socket Abstraction
8  Version 1.2.6 (03-Oct-2005)
9
10  ABSTRACT
11
12  OSSP sa is an abstraction library for the Unix socket application
13  programming interface (API) featuring stream and datagram oriented
14  communication over Unix Domain and Internet Domain (TCP and UDP)
15  sockets. It provides the following key features: address abstraction
16  (local, IPv4, and IPv6), type abstraction, I/O timeouts, I/O stream
17  buffering and convenience I/O functions.
18
19  COPYRIGHT AND LICENSE
20
21  Copyright (c) 2001-2005 Ralf S. Engelschall <rse@engelschall.com>
22  Copyright (c) 2001-2005 The OSSP Project <http://www.ossp.org/>
23  Copyright (c) 2001-2005 Cable & Wireless <http://www.cw.com/>
24
25  This file is part of OSSP sa, a socket abstraction library which
26  can be found at http://www.ossp.org/pkg/lib/sa/.
27
28  Permission to use, copy, modify, and distribute this software for
29  any purpose with or without fee is hereby granted, provided that
30  the above copyright notice and this permission notice appear in all
31  copies.
32
33  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
34  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
35  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
36  IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
37  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
38  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
39  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
40  USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
41  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
42  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
43  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
44  SUCH DAMAGE.
45
46  HOME AND DOCUMENTATION
47
48  The documentation and latest release can be found on
49
50  o http://www.ossp.org/pkg/lib/sa/
51  o  ftp://ftp.ossp.org/pkg/lib/sa/
52
53