OSSP CVS Repository |
|
Date | Version | Description |
---|---|---|
1.14 | Check-in [5227]: adjust copyright messages By rse. (diff) | |
1.13 | 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.12 | Check-in [3151]: better working eof handling read deadlock solved default input buffer size comments By mlelstv. (diff) | |
1.11 | Check-in [3147]: make default no-sink operation By mlelstv. (diff) | |
1.10 | Check-in [3080]: make external references optional By mlelstv. (diff) | |
1.9 | Check-in [3077]: - consistently use standard OSSP copyright message everywhere - strip trailing whitespaces By rse. (diff) | |
1.8 | Check-in
[2982]:
avoid compiler warning
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.7 | Check-in
[2934]:
eof/write_error handling
BIO_write retries now loops through scheduler to give upper
layer a chance to run.
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.6 | Check-in
[2930]:
input/output now gets another parameter where scheduler tells
them from where they methods called by passing the return value
of the previously called stage.
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.5 | Check-in
[2908]:
code cleanup
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.4 | Check-in
[2879]:
don't cause shutdown operation for BIOs that are not freed.
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.3 | Check-in
[2878]:
now supports full duplex BIOs. BIOs are shut down during
a BIO_free() operation, so this has to be done while the pipe
is active with the "freebio" parameter.
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.2 | Check-in
[2857]:
support errors, do I/O loops
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.1 | 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. |