Branch: refs/heads/master
Home: http://github.com/abh/qpsmtpd
Commit: 04f8f7dd980d1aceb2bb72d6f6149cb73f111faa
http://github.com/abh/qpsmtpd/commit/04f8f7dd980d1aceb2bb72d6f6149cb73f111faa
Author: Jared Johnson <[email protected]>
Date: 2009-09-15 (Tue, 15 Sep 2009)
Changed paths:
M qpsmtpd-prefork
Log Message:
-----------
More robust child spawning for prefork
This should help the prefork daemon to keep up with demand better without using
much more in the way of resources
Signed-off-by: Ask Bjørn Hansen <[email protected]>
Commit: 16b4dbcd8152afabab9a16c27be816291b5390ad
http://github.com/abh/qpsmtpd/commit/16b4dbcd8152afabab9a16c27be816291b5390ad
Author: Jared Johnson <jar...@spew.(none)>
Date: 2009-09-15 (Tue, 15 Sep 2009)
Changed paths:
M lib/Qpsmtpd/Transaction.pm
Log Message:
-----------
Add dup_body_fh to return a dup'd body FH
It wasn't suitable to dup the body FH returned by plain old
body_fh(), so here's a separate function to return that.
Signed-off-by: Ask Bjørn Hansen <[email protected]>
Commit: a52660a646012691f993cca821c00fe05cff08bb
http://github.com/abh/qpsmtpd/commit/a52660a646012691f993cca821c00fe05cff08bb
Author: jaredj <[email protected]>
Date: 2009-09-15 (Tue, 15 Sep 2009)
Changed paths:
M lib/Qpsmtpd/Transaction.pm
Log Message:
-----------
Spool body when $transaction->body_fh() is called
Qpsmtpd::Transaction::body_filename() calls $self->body_spool() if the
message body has not already been spool to disk. This adds the same
check to Qpsmtpd::Transaction::body_fh()
Commit: 90b1206f85d1e59c041c55695d6547e42739a27e
http://github.com/abh/qpsmtpd/commit/90b1206f85d1e59c041c55695d6547e42739a27e
Author: Ask Bjørn Hansen <[email protected]>
Date: 2009-09-15 (Tue, 15 Sep 2009)
Changed paths:
M Changes
M lib/Qpsmtpd.pm
Log Message:
-----------
Prepare 0.83
Commit: e05b21d255a4fe50cb34cfb6b3a844e2256764fd
http://github.com/abh/qpsmtpd/commit/e05b21d255a4fe50cb34cfb6b3a844e2256764fd
Author: Ask Bjørn Hansen <[email protected]>
Date: 2009-09-15 (Tue, 15 Sep 2009)
Changed paths:
M .gitignore
M MANIFEST
M MANIFEST.SKIP
Log Message:
-----------
Update manifest