Summary: dscm_io_proxy ready for debugging...
New version of: pigeondeliver--main--0.2--patch-54
Available in archive: tla@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Committed by: Carlo Contavalli <ccontavalli@xxxxxxxxxxx>
on: Thu Aug 3 16:33:08 UTC 2006
New-Files: 3
Modified-Files: 11
Removed-Files: 0
Changelog:
* lib/dscm-io1/dscm-ctx.c - added all ctx
functions from dscm-read.c and dscm-write.c.
Added all the _done functions, that were
missing before.
* lib/dscm-io1/dscm-io1/dscm-proxy.h - added
header file for the dscm_io_proxy functions.
* lib/dscm-io1/dscm-read.c - all ctx functions
moved in dscm-ctx.c. Removed redudant code
that is now handled in _ctx functions.
* lib/dscm-io1/dscm-write.c - same things as
above.
* lib/dscm-io1/dscm-io1/dscm-io.h - close
method now requires an optional int argument.
* lib/dscm-io1/hdlr/stack.c - slightly updated
file to "tollerate" the close flags.
* lib/dscm-io1/dscm-open.c - same thing as above.
* lib/dscm-io1/hdlr/bufferize.c - corrected
flushing on direction change.
* lib/dscm-io1/dscm-proxy.c - completed error
and EOF handling (hopefully). Ready to debug.
* lib/dscm-io1/dscm-io1/dscm-ctx.h - added
prototypes for new functions.