Ask Bjørn Hansen
|
a23d4b3da9
|
Fix 01-syntax test failures
Exclude some tests with dependencies.
Remove -T from perl line in plugins
This makes it harder to test with PERL5LIB/perlbrew etc
|
2012-04-29 01:36:01 -07:00 |
|
Robert
|
61de599c1b
|
Normalize #! lines on all plugins
find . -type f | xargs -n1 perl -pi.bak -0777 -e '$want = "#!perl -Tw"; s/\A#!.*\n/$want\n/; s/\A([^#])/$want\n\1/s'
|
2012-04-28 20:41:31 -07:00 |
|
Radu Greab
|
b03dddcb48
|
Send data to the remote server in large chunks.
Reduces a lot the sending time when running on slow CPUs.
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@922 958fd67b-6ff1-0310-b445-bb7760255be9
|
2008-06-02 16:48:20 +00:00 |
|
Radu Greab
|
aa016d356e
|
Kill circular reference.
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@888 958fd67b-6ff1-0310-b445-bb7760255be9
|
2008-05-06 11:20:52 +00:00 |
|
Matt Sergeant
|
d078cd1fcc
|
Async smtp-forward plugin
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@864 958fd67b-6ff1-0310-b445-bb7760255be9
|
2008-03-18 15:20:45 +00:00 |
|