Branch: refs/heads/master
Home: https://github.com/smtpd/qpsmtpd
Commit: 0dcafcffb627dccbcd08e24862429e1105b9fe97
https://github.com/smtpd/qpsmtpd/commit/0dcafcffb627dccbcd08e24862429e1105b9fe97
Author: Jared Johnson <[email protected]>
Date: 2015-01-27 (Tue, 27 Jan 2015)
Changed paths:
M t/plugin_tests/greylisting
Log Message:
-----------
Add testing for prune_db() in plugins/greylisting
Commit: 1320a01f4674c24f2d593d5875e293c9ad016d7f
https://github.com/smtpd/qpsmtpd/commit/1320a01f4674c24f2d593d5875e293c9ad016d7f
Author: Jared Johnson <[email protected]>
Date: 2015-01-27 (Tue, 27 Jan 2015)
Changed paths:
M lib/Qpsmtpd/DB/File/DBM.pm
M lib/Qpsmtpd/DB/Redis.pm
M plugins/greylisting
M t/qpsmtpd-db-file-dbm.t
M t/qpsmtpd-db-redis.t
Log Message:
-----------
Speed up prune_db() with new Qpsmtpd::DB::mget()
This reduces round trips to Redis, speeding up DB pruning,
especially over a network
Commit: b6311caae032a5285f785d4862c63c8242cf5538
https://github.com/smtpd/qpsmtpd/commit/b6311caae032a5285f785d4862c63c8242cf5538
Author: Jared Johnson <[email protected]>
Date: 2015-01-27 (Tue, 27 Jan 2015)
Changed paths:
M lib/Qpsmtpd/DB/File/DBM.pm
M lib/Qpsmtpd/DB/Redis.pm
M plugins/greylisting
M t/qpsmtpd-db-file-dbm.t
M t/qpsmtpd-db-redis.t
Log Message:
-----------
Pass multiple keys to del() to speed up prune_db()
Commit: 343a7ee6861789ab82e3b6a74b62baa2c76236a8
https://github.com/smtpd/qpsmtpd/commit/343a7ee6861789ab82e3b6a74b62baa2c76236a8
Author: Matt Simerson <[email protected]>
Date: 2015-01-27 (Tue, 27 Jan 2015)
Changed paths:
M lib/Qpsmtpd/DB/File/DBM.pm
M lib/Qpsmtpd/DB/Redis.pm
M plugins/greylisting
M t/plugin_tests/greylisting
M t/qpsmtpd-db-file-dbm.t
M t/qpsmtpd-db-redis.t
Log Message:
-----------
Merge pull request #204 from jaredj/faster-prune
Speed up greylisting prune_db() for Redis
Compare: https://github.com/smtpd/qpsmtpd/compare/3ed568f9d482...343a7ee68617