~ubuntu-branches/ubuntu/dapper/osspsa/dapper

« back to all changes in this revision

Viewing changes to sa-1.2.2.orig/README

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Bossek
  • Date: 2005-04-24 11:46:57 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050424114657-b9azplzw1aw4viba
Tags: 1.2.4-1
Update to new upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
   _        ___  ____ ____  ____
2
 
  |_|_ _   / _ \/ ___/ ___||  _ \   ___  __ _
3
 
  _|_||_| | | | \___ \___ \| |_) | / __|/ _` |
4
 
 |_||_|_| | |_| |___) |__) |  __/  \__ \ (_| |
5
 
  |_|_|_|  \___/|____/____/|_|     |___/\__,_|
6
 
 
7
 
  OSSP sa - Socket Abstraction
8
 
  Version 1.2.2 (26-Jun-2004)
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-2004 Ralf S. Engelschall <rse@engelschall.com>
22
 
  Copyright (c) 2001-2004 The OSSP Project <http://www.ossp.org/>
23
 
  Copyright (c) 2001-2004 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