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 9a39e20b4c380c9e2bcdb581119968d12b485a4f (commit) via 606b3aef6a3a7c19a8d8ca079e3d3e3e3bafc764 (commit) via b4f85c2a3d05f87c3e1fef7d7f5e784e9465e466 (commit) via ce12db2368a1509db7d489e5aafde351ced92479 (commit) via bb38b7e39906ada93117bb6b638854fcec90a97b (commit) via d3e4f6c65263f220d36924f30b938f21c24199a0 (commit) from df52209c34b05b23325f6ded73abb7bd50753886 (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 9a39e20b4c380c9e2bcdb581119968d12b485a4f Author: Paul J Stevens <p...@nfg.nl> Date: Sun Oct 7 17:08:55 2012 +0200 compile libmpool and use it commit 606b3aef6a3a7c19a8d8ca079e3d3e3e3bafc764 Author: Paul J Stevens <p...@nfg.nl> Date: Sat Oct 6 18:10:24 2012 +0200 fix c99 pattern commit b4f85c2a3d05f87c3e1fef7d7f5e784e9465e466 Author: Paul J Stevens <p...@nfg.nl> Date: Sat Oct 6 18:10:04 2012 +0200 add external mempool implementation commit ce12db2368a1509db7d489e5aafde351ced92479 Author: Paul J Stevens <p...@nfg.nl> Date: Fri Oct 5 16:58:32 2012 +0200 change signature commit bb38b7e39906ada93117bb6b638854fcec90a97b Author: Paul J Stevens <p...@nfg.nl> Date: Fri Oct 5 16:58:25 2012 +0200 update valgrind suppressions commit d3e4f6c65263f220d36924f30b938f21c24199a0 Author: Paul J Stevens <p...@nfg.nl> Date: Fri Oct 5 13:32:10 2012 +0200 generalise mempool implementation ----------------------------------------------------------------------- Summary of changes: contrib/dbmail.supp | 8 +- src/Makefile.am | 1 + src/Makefile.in | 20 +- src/clientbase.c | 6 +- src/dbmail-imapsession.c | 6 +- src/dbmail-message.c | 18 +- src/dbmail-message.h | 2 +- src/dbmail.h.in | 3 - src/dm_db.c | 6 +- src/dm_mempool.c | 80 +-- src/dm_mempool.h | 16 +- src/lmtp.c | 2 +- src/main.c | 2 +- src/mpool/ChangeLog.1 | 86 +++ src/mpool/NEWS | 11 + src/mpool/README | 46 ++ src/mpool/mpool.c | 1768 +++++++++++++++++++++++++++++++++++++++++++ src/mpool/mpool.h | 463 +++++++++++ src/mpool/mpool_loc.h | 116 +++ src/mpool/mpool_t.c | 914 ++++++++++++++++++++++ src/server.c | 13 +- test/check_dbmail_cache.c | 5 +- test/check_dbmail_deliver.c | 5 +- test/check_dbmail_imapd.c | 53 +- test/check_dbmail_mempool.c | 24 +- test/check_dbmail_message.c | 91 +-- 26 files changed, 3530 insertions(+), 235 deletions(-) create mode 100644 src/mpool/ChangeLog.1 create mode 100644 src/mpool/NEWS create mode 100644 src/mpool/README create mode 100644 src/mpool/mpool.c create mode 100644 src/mpool/mpool.h create mode 100644 src/mpool/mpool_loc.h create mode 100644 src/mpool/mpool_t.c 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