]> Sergey Matveev's repositories - public-inbox.git/history - t/httpd.t
daemon: provide TCP_DEFER_ACCEPT for Perl <5.14
[public-inbox.git] / t / httpd.t
2020-01-28 Eric Wongdaemon: provide TCP_DEFER_ACCEPT for Perl <5.14
2019-12-24 Eric Wongtestcommon: add require_mods method and use it
2019-12-19 Eric Wongtests: move t/common.perl to PublicInbox::TestCommon
2019-11-24 Eric Wongtests: use File::Temp->newdir instead of tempdir()
2019-11-24 Eric Wongt/common: start_script replaces spawn_listener
2019-11-16 Eric Wongt/httpd: use run_script for -init
2019-11-08 Eric Wongt/*.t: disable nntpd/httpd worker processes in most...
2019-09-09 Eric Wongrun update-copyrights from gnulib for 2019
2019-09-09 Eric Wongtests: add tcp_connect() helper
2019-06-30 Eric Wongtests: common tcp_server and unix_server helpers
2019-06-26 Eric WongMerge remote-tracking branch 'origin/nntp-tls'
2019-06-24 Eric Wongdaemon: use FreeBSD accept filters on non-NNTP
2019-06-24 Eric Wongdaemon: set TCP_DEFER_ACCEPT on everything but NNTP
2019-05-14 Eric Wongtests: get rid of unnecessary Cwd module use
2019-05-14 Eric Wongtests: remove unnecessary loading of ::DS and Socket
2019-05-08 Eric WongMerge remote-tracking branch 'origin/danga-bundle'
2019-05-04 Eric Wongbundle Danga::Socket and Sys::Syscall
2018-12-29 Eric Wongtests: consolidate process spawning code.
2018-02-07 Eric Wongupdate copyrights for 2018
2017-06-26 Eric Wongmda: set List-ID correctly according to RFC2919
2016-07-02 Eric Wongwww: remove Plack::Request dependency entirely
2016-05-02 Eric Wongt/*.t: reduce -mda calls
2016-04-28 Eric Wonggithttpbackend: clamp to one smart HTTP request at...
2016-04-28 Eric Wonggithttpbackend: fall back to dumb if smart HTTP is off
2016-03-12 Eric Wonghttp: use Plack::HTTPParser for HTTP parsing
2016-03-03 Eric Wongt/*.t: use identifiable tempdir names
2016-02-23 Eric Wonginitial public-inbox-httpd implemenation