Index: ossp-web/pkg/lib/adns/index.wml RCS File: /v/ossp/cvs/ossp-web/pkg/lib/adns/index.wml,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-web/pkg/lib/adns/index.wml,v' 2>/dev/null --- index.wml 2002/02/15 11:56:40 1.1 +++ index.wml 2002/02/15 20:06:27 1.2 @@ -3,13 +3,24 @@ OSSP adns -

...

+

Asynchronous DNS Resolving

Abstract

+OSSP adns is a derivative of Ian Jackson's ADNS library. It +provides an asynchronous Domain Name System (DNS) client library for resolving +arbitrary DNS records. + +

+Notice: OSSP adns is fully compatible with the original ADNS library. It just +made into an OSSP library for easier integration within the OSSP project. It +is not intended to replace or to compete with the original ADNS library in any +way. +

Authors

- +

Status

Index: ossp-web/pkg/lib/cfg/index.wml RCS File: /v/ossp/cvs/ossp-web/pkg/lib/cfg/index.wml,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-web/pkg/lib/cfg/index.wml,v' 2>/dev/null --- index.wml 2002/02/15 11:56:41 1.1 +++ index.wml 2002/02/15 20:06:28 1.2 @@ -3,10 +3,13 @@ OSSP cfg -

...

+

Configuration Parsing

Abstract

+OSSP cfg provides parsing of C-style configuration files +with an unlimited recursion depth. +

Authors

@@ -16,7 +19,7 @@ + done=15>

Source

Index: ossp-web/pkg/lib/hook/index.wml RCS File: /v/ossp/cvs/ossp-web/pkg/lib/hook/index.wml,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-web/pkg/lib/hook/index.wml,v' 2>/dev/null --- index.wml 2002/02/15 11:56:42 1.1 +++ index.wml 2002/02/15 20:06:28 1.2 @@ -3,10 +3,12 @@ OSSP hook -

...

+

API Hooks

Abstract

+OSSP hook provides Application Programming Interface (API) hooks. +

Authors

@@ -16,7 +18,7 @@ + done=50>

Source

Index: ossp-web/pkg/lib/mux/index.wml RCS File: /v/ossp/cvs/ossp-web/pkg/lib/mux/index.wml,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-web/pkg/lib/mux/index.wml,v' 2>/dev/null --- index.wml 2002/02/15 11:56:44 1.1 +++ index.wml 2002/02/15 20:06:29 1.2 @@ -3,10 +3,14 @@ OSSP mux -

...

+

Multiplexing Protocol

Abstract

+OSSP mux is a protocol and companion communication library for efficient +multiplexing multiple logical socket connections over a single physical socket +connection. +

Authors

@@ -16,7 +20,7 @@ + done=15>

Source

Index: ossp-web/pkg/lib/path/index.wml RCS File: /v/ossp/cvs/ossp-web/pkg/lib/path/index.wml,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-web/pkg/lib/path/index.wml,v' 2>/dev/null --- index.wml 2002/02/15 11:56:44 1.1 +++ index.wml 2002/02/15 20:06:29 1.2 @@ -3,10 +3,15 @@ OSSP path -

...

+

Filesystem Path Manipulations

Abstract

+OSSP path is a set of utility functions for manipulating Unix filesystem +paths. It provides functions for converting from absolute to relative paths +(and vice versa), resolve logical to physical paths, and reducing a path to +its base or directory name. +

Authors

@@ -16,7 +21,7 @@ + done=70>

Source

Index: ossp-web/pkg/lib/pcbe/index.wml RCS File: /v/ossp/cvs/ossp-web/pkg/lib/pcbe/index.wml,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-web/pkg/lib/pcbe/index.wml,v' 2>/dev/null --- index.wml 2002/02/15 11:56:45 1.1 +++ index.wml 2002/02/15 20:06:30 1.2 @@ -3,10 +3,14 @@ OSSP pcbe -

...

+

Perl Style Boolean Expressions

Abstract

+OSSP pcbe provides a Perl style boolean expression parser and evaluator. +It is a companion library to OSSP pcre. With OSSP +pcre one can provide support for arbitrary complex boolean condition. +

Authors

@@ -16,7 +20,7 @@ + done=15>

Source

Index: ossp-web/pkg/lib/pcre/index.wml RCS File: /v/ossp/cvs/ossp-web/pkg/lib/pcre/index.wml,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-web/pkg/lib/pcre/index.wml,v' 2>/dev/null --- index.wml 2002/02/15 11:56:45 1.1 +++ index.wml 2002/02/15 20:06:30 1.2 @@ -3,12 +3,25 @@ OSSP pcre -

...

+

Perl Compatible Regular Expressions

Abstract

+OSSP pcre is a derivative of Philip Hazel's PCRE library for matching text via +Perl-compatible regular expressions. OSSP pcre additionally contains the +function pcre_match(3) which provides a very convinience way to apply a +regular expression, including caching support. + +

+Notice: OSSP pcre is fully compatible with the original PCRE library. It is +just a super-set of it and made into an OSSP library for easier integration +within the OSSP project. It is not intended to replace or to compete with the +original PCRE library in any way. +

Authors

+

Status

Index: ossp-web/pkg/lib/popt/index.wml RCS File: /v/ossp/cvs/ossp-web/pkg/lib/popt/index.wml,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-web/pkg/lib/popt/index.wml,v' 2>/dev/null --- index.wml 2002/02/15 11:56:46 1.1 +++ index.wml 2002/02/15 20:06:31 1.2 @@ -3,12 +3,31 @@ OSSP popt -

...

+

Option Parsing

Abstract

+OSSP popt is a derivative of RedHat's POPT library as found in the RedHat Package Manager (RPM). It provides +support for parsing short (-f) and long (--foo) command line +options. Unlike similar libraries, it does not utilize global variables, thus +enabling multiple passes in parsing argument vectors (like argv); it +can parse an arbitrary array of argv-style elements, allowing parsing +of command-line options from any source; it provides a standard method of +option aliasing; it can execute external option filters; and, finally, it can +automatically generate help and usage messages for the application. + +

+Notice: OSSP popt is not compatible with the original POPT library, because it +uses a different API namespace. Functionality wise it is the same, although +the source code was stripped down to its minimum. It made into an OSSP library +for easier integration within the OSSP project. It is not intended to replace +or to compete with the original POPT library in any way. +

Authors

+

Status

Index: ossp-web/pkg/lib/proc/index.wml RCS File: /v/ossp/cvs/ossp-web/pkg/lib/proc/index.wml,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-web/pkg/lib/proc/index.wml,v' 2>/dev/null --- index.wml 2002/02/15 11:56:46 1.1 +++ index.wml 2002/02/15 20:06:31 1.2 @@ -3,7 +3,12 @@ OSSP proc -

...

+

Process Management

+ +OSSP proc is a set of utility functions of managing Unix processes. It +provides support for making real daemon processes, resolving the current +working directory, set the process title, manipulating the process +environment, etc.

Abstract

@@ -16,7 +21,7 @@ + done=30>

Source

Index: ossp-web/pkg/lib/res/index.wml RCS File: /v/ossp/cvs/ossp-web/pkg/lib/res/index.wml,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-web/pkg/lib/res/index.wml,v' 2>/dev/null --- index.wml 2002/02/15 11:56:47 1.1 +++ index.wml 2002/02/15 20:06:32 1.2 @@ -3,10 +3,14 @@ OSSP res -

...

+

Resource Pools

Abstract

+OSSP res is a resource management library based on the principle of stacked +resource pools. It is intended for efficient and robust resource management +inside long-runnin server applications. +

Authors

@@ -16,7 +20,7 @@ + done=15>

Source

Index: ossp-web/pkg/lib/sio/index.wml RCS File: /v/ossp/cvs/ossp-web/pkg/lib/sio/index.wml,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-web/pkg/lib/sio/index.wml,v' 2>/dev/null --- index.wml 2002/02/15 11:56:48 1.1 +++ index.wml 2002/02/15 20:06:32 1.2 @@ -3,10 +3,12 @@ OSSP sio -

...

+

Stream I/O

Abstract

+OSSP sio is an I/O abstraction library for layered stream communication. +

Authors

@@ -16,7 +18,7 @@ + done=15>

Source