]> Sergey Matveev's repositories - public-inbox.git/history - t/httpd.t
www: drop --subject from "git send-email" instructions
[public-inbox.git] / t / httpd.t
2021-10-01 Eric Wongdaemon: make SO_ACCEPTFILTER a shared variable
2021-07-20 Eric Wonghttpd: fix SIGHUP by invalidating cache on reload
2021-03-15 Eric Wongt/httpd: convert to create_inbox
2021-02-08 Eric Wongtests: favor IPv6
2021-01-25 Eric Wongdoc: re-add missing 1.6 release notes
2021-01-01 Eric Wongupdate copyrights for 2021
2020-05-09 Eric Wongremove most internal Email::MIME usage
2020-04-22 Eric Wongt/*.t: reduce dependency on Email::MIME APIs
2020-04-22 Eric WongMerge branch '1.4.0-tag-merge'
2020-04-20 Eric Wongtestcommon: spawn-aware system() and qx[] workalikes
2020-02-06 Eric Wongtreewide: run update-copyrights from gnulib for 2019
2020-02-04 Eric Wongwww: stricter regexp for 405 errors
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