This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Paul's DBMail tree".
The branch, master has been updated via a2c5e50e0e64cc2fbf1b04794b192312063e525c (commit) via 52d94516aaf794cf85ade080e9ae30a0fb268331 (commit) via ed097d493f2c621782ee22bb89fbdcc15186bf71 (commit) from 4ed51267af9dd307e1de731153dd0ef865ab5ba2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a2c5e50e0e64cc2fbf1b04794b192312063e525c Author: Paul J Stevens <p...@nfg.nl> Date: Thu Nov 19 17:34:07 2009 +0100 http updates commit 52d94516aaf794cf85ade080e9ae30a0fb268331 Author: Paul J Stevens <p...@nfg.nl> Date: Thu Nov 19 17:33:51 2009 +0100 double free commit ed097d493f2c621782ee22bb89fbdcc15186bf71 Author: Paul J Stevens <p...@nfg.nl> Date: Thu Nov 19 14:03:02 2009 +0100 merge http branch ----------------------------------------------------------------------- Summary of changes: contrib/dbmailclient.php | 314 +++++++++++++++++++++++++++++++++++ contrib/testdbmailclient.php | 110 ++++++++++++ dbmail.conf | 8 + debian/rules | 4 +- doc/README.http | 134 +++++++++++++++ src/Makefile.am | 6 + src/clientsession.h | 2 + src/dbmail-imapsession.c | 7 +- src/dbmail-imapsession.h | 2 +- src/dbmail-mailbox.h | 2 - src/dbmail.h.in | 3 +- src/dbmailtypes.h | 10 +- src/dm_cache.h | 1 - src/dm_db.c | 66 +++++++- src/dm_db.h | 14 ++- src/dm_http.c | 314 +++++++++++++++++++++++++++++++++++ src/{serverparent.h => dm_http.h} | 19 +- src/dm_list.c | 1 + src/dm_request.c | 332 +++++++++++++++++++++++++++++++++++++ src/dm_request.h | 49 ++++++ src/export.c | 6 +- src/{pop3d.c => httpd.c} | 34 ++-- src/imap4.c | 33 +++- src/imapcommands.c | 50 +------ src/server.c | 168 +++++++++++-------- src/server.h | 1 + test-scripts/testhttp.php | 11 ++ test-scripts/testhttp.sh | 12 ++ test/check_dbmail_imapd.c | 4 +- 29 files changed, 1547 insertions(+), 170 deletions(-) create mode 100644 contrib/dbmailclient.php create mode 100644 contrib/testdbmailclient.php create mode 100644 doc/README.http create mode 100644 src/dm_http.c copy src/{serverparent.h => dm_http.h} (71%) create mode 100644 src/dm_request.c create mode 100644 src/dm_request.h copy src/{pop3d.c => httpd.c} (67%) create mode 100644 test-scripts/testhttp.php create mode 100644 test-scripts/testhttp.sh hooks/post-receive -- Paul's DBMail tree _______________________________________________ Dbmail-dev mailing list Dbmail-dev@dbmail.org http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev