OSSP CVS Repository |
|
Date | Version | Description |
---|---|---|
1.20 | Check-in [5227]: adjust copyright messages By rse. (diff) | |
1.19 | Check-in
[3464]:
*) 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 By rse. (diff) | |
1.18 | Check-in [3210]: make pipes work on older systems (aka Linux) By mlelstv. (diff) | |
1.17 | Check-in [3160]: fix left-overs from old EVAL0 macro fix return values from callback By mlelstv. (diff) | |
1.16 | Check-in [3153]: drop sleep() calls it's a BIO adapter, not necessarily a SSL adapter By mlelstv. (diff) | |
1.15 | Check-in [3152]: add BIO(_ssl) test case By mlelstv. (diff) | |
1.14 | Check-in [3145]: add SA library test case By mlelstv. (diff) | |
1.13 | Check-in [3140]: test zlib module By mlelstv. (diff) | |
1.12 | Check-in [3122]: add protocol test, client-server connection via socketpair() By mlelstv. (diff) | |
1.11 | Check-in [3118]: some explanations By mlelstv. (diff) | |
1.10 | Check-in [3117]: better stream reading By mlelstv. (diff) | |
1.9 | Check-in [3109]: functional multiplex test for reading By mlelstv. (diff) | |
1.8 | Check-in [3085]: test suite (still incomplete) By mlelstv. (diff) | |
1.7 | Check-in [3080]: make external references optional By mlelstv. (diff) | |
1.6 | Check-in [3077]: - consistently use standard OSSP copyright message everywhere - strip trailing whitespaces By rse. (diff) | |
1.5 | Check-in
[2877]:
add optional shutdown function to modules. On detach, it is called
and if returning SIO_OK another round through output and input
is done.
modules are now pushed at pipe head instead of appended so that
a module can do upstream I/O while being wound up.
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.4 | Check-in
[2858]:
use BIO_f_ssl as source/sink on top of sa socket
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.3 | Check-in
[2850]:
wrap BIO objects from libcrypto as an endpoint
adjust test program to use sio_bio instead of sio_sa
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.2 | Check-in
[2729]:
snapshot
- sio_strategy now has a default direction triggered by SIO_OK result
- added structure tag to aid debugging
- sio_hole eats all data and returns downstream (correct ?)
- sio_null now uses default directio
- sio_sa puts wrapper on sa objects
- sio_hello.c implements a trivial protocol handler
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.1 | Check-in
[2655]:
snapshot
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. |