OSSP CVS Repository |
|
Date | Version | Description |
---|---|---|
1.26 | Check-in [5227]: adjust copyright messages By rse. (diff) | |
1.25 | Check-in
[4404]:
Fixed OSSP ex support by internally using a non-conflicting
namespace for the OSSP ex API.
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> By rse. (diff) | |
1.24 | Check-in [3150]: clear actual result By mlelstv. (diff) | |
1.23 | Check-in [3112]: clear eof/error flags on creation By mlelstv. (diff) | |
1.22 | Check-in [3082]: correctly limit sio_input data transfer By mlelstv. (diff) | |
1.21 | Check-in [3081]: sio_write now returns number of bytes sent upstream By mlelstv. (diff) | |
1.20 | Check-in [3077]: - consistently use standard OSSP copyright message everywhere - strip trailing whitespaces By rse. (diff) | |
1.19 | Check-in
[2983]:
add autoconf support
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.18 | Check-in
[2938]:
batch all data in sio_input
don't retry sio_input for different labels in sio_read if there was
an error.
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.17 | Check-in
[2932]:
fix old prototype
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.16 | 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.15 | Check-in
[2920]:
use new sio_input facility in sio_read
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.14 | Check-in
[2919]:
changed sio_input API to support label filtering
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.13 | 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.12 | Check-in
[2823]:
merged sio_module.h into sio.h
renamed scheduler codes to SIO_SCHED_*
added comments to sio.c
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.11 | Check-in [2821]: remove remaining GCC warnings By rse. (diff) | |
1.10 | Check-in
[2782]:
initialize SIO_XSTREAM pointers only when stage is attached
read-write.
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.9 | Check-in
[2766]:
add SIO_LOOP status to simplify protocol state machine
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.8 | Check-in
[2738]:
add special state flags (error, eof)
sio_read now parses assembly line for data and signalling chunks
and sets flags accordingly.
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.7 | Check-in
[2736]:
pass through error code from open routines
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.6 | Check-in
[2733]:
code cleanup
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.5 | Check-in
[2732]:
code cleanup
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.4 | 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.3 | Check-in
[2656]:
initialize cross pointers
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.2 | Check-in
[2655]:
snapshot
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.1 | Check-in
[2646]:
initial commit
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. |