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 3bd21b98dc96d352ac7640ebce9161ce29a91065 (commit) via 58585c08aa121bc97249be743875d43a9c93244f (commit) via 71e3d7c52196e52f5898e528717fe8225a9c7fd5 (commit) via 09cedd2e744bd966776ad0b6aabe2408cfc7f6a5 (commit) from 973637f4ba91567055adb3088023085f0a73bef1 (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 3bd21b98dc96d352ac7640ebce9161ce29a91065 Author: Paul J Stevens <p...@nfg.nl> Date: Thu Oct 4 13:01:55 2012 +0200 add mempool implementation commit 58585c08aa121bc97249be743875d43a9c93244f Author: Paul J Stevens <p...@nfg.nl> Date: Thu Oct 4 13:01:31 2012 +0200 reduce blob copy commit 71e3d7c52196e52f5898e528717fe8225a9c7fd5 Author: Paul J Stevens <p...@nfg.nl> Date: Thu Oct 4 11:21:44 2012 +0200 always use the GLib memory pools commit 09cedd2e744bd966776ad0b6aabe2408cfc7f6a5 Author: Paul J Stevens <p...@nfg.nl> Date: Thu Oct 4 11:21:25 2012 +0200 IMAP: install memory profiler when DEBUG is defined ----------------------------------------------------------------------- Summary of changes: src/Makefile.am | 3 +- src/Makefile.in | 20 +++- src/dbmail-imapsession.c | 7 +- src/dbmail-message.c | 14 +-- src/dbmail.h.in | 4 +- src/dm_cache.c | 13 +-- src/dm_cidr.c | 18 ++-- src/dm_mempool.c | 102 ++++++++++++++++++++ src/{dm_cidr.h => dm_mempool.h} | 16 ++-- src/dm_stream.c | 2 + src/imapd.c | 6 + src/server.c | 12 +++ test/Makefile.am | 5 + test/Makefile.in | 17 ++++ ...{check_dbmail_util.c => check_dbmail_mempool.c} | 65 +++++-------- 15 files changed, 217 insertions(+), 87 deletions(-) create mode 100644 src/dm_mempool.c copy src/{dm_cidr.h => dm_mempool.h} (74%) copy test/{check_dbmail_util.c => check_dbmail_mempool.c} (60%) 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