Summary: great improvements in libdscm-io1
New version of: pigeondeliver--main--0.2--patch-22
Available in archive: tla@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Committed by: Carlo Contavalli <ccontavalli@xxxxxxxxxxx>
on: Sun Mar 12 20:47:56 UTC 2006
New-Files: 11
Modified-Files: 19
Removed-Files: 1
Changelog:
* patches/spamassassin/pyzor-3.0.2.diff - added
patch to fix bug of spamassassin when using pyzor.
* services/mailStore/mda/remote/postfix - first
attempts at porting the postfix support to the
new DSCM sapi.
* services/mailStore/mda/remote/smtp.todo - added
to remember to create the remote smtp handler.
* lib/dscm-io1/dscm-io1/dscm-read.h - replaced by
dscm-ctx.h.
* lib/dscm-io1/dscm-io1/dscm-stack.h - added, to
support centralized stacking of modules.
* lib/dscm-io1/dscm-stack.c - common stacking routines
to handle modules.
* lib/dscm-io1/hdlr/fd.c - started port to new dscm-io1.
Still doesn't compile cleanly.
* lib/dscm-io1/hdlr/fd.h - same as above.
* lib/dscm-io1/IDEAS - updated.
* lib/dscm-io1/dscm-io1/dscm-hdlrs.h - modified
to conform to new API.
* lib/dscm-io1/dscm-read.c - same as above.
* lib/dscm-io1/dscm-io1/dscm-io.h - same as above.
* lib/dscm-io1/writer/list.c - same as above.
* lib/dscm-io1/dscm-write.c - same as above.
* lib/dscm-io1/writer/numbers.c - same as above.
* lib/dscm-io1/reader/numbers.c - same as above.
* lib/dscm-io1/reader/word.c - same as above.
* lib/dscm-io1/writer/counters.c - same as above.
* lib/dscm-io1/dscm-open.c - same as above.
* lib/dscm-io1/reader/string.c - same as above.
* lib/dscm-io1/writer/fd.c - same as above.
* lib/dscm-io1/reader/allowed.c - same as above.
* lib/dscm-io1/dscm-io1/dscm-writer.h - same as above.
* lib/dscm-io1/dscm-control.c - same as above.
* lib/dscm-io1/dscm-io1/dscm-file.h - same as above.
* lib/dscm-io1/dscm-io1/dscm-reader.h - same as above.
* lib/dscm-io1/dscm-io1/dscm-types.h - same as above.
* lib/dscm-io1/dscm-print.c - same as above.
* lib/dscm-io1/dscm-io1/dscm-hdlr.h - same as above.
* lib/dscm-io1/writer/string.c - same as above.
* doc/libdscmio0/api/api.xml - added a few notes.
* lib/dscm-io1/hdlr/stack.c - completed support.
It now compiles cleanly and without troubles.
* lib/dscm-io1/dscm-io1/dscm-ctx.h - added new
primitives to handle contexts. Reading and
writing independent.