]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/WwwStatic.pm
wwwstatic: offload error handling to PSGI server
[public-inbox.git] / lib / PublicInbox / WwwStatic.pm
2020-01-25 Eric Wongwwwstatic: offload error handling to PSGI server
2020-01-06 Eric Wongwwwstatic: use sprintf for Perl <5.22 compatibility
2020-01-01 Eric Wongwwwstatic: add directory listing + index.html support
2020-01-01 Eric Wongwwwstatic: avoid TOCTTOU for FIFO check
2020-01-01 Eric Wongwwwstatic: do not open() files for HEAD requests
2020-01-01 Eric Wongwwwstatic: move r(...) functions here
2020-01-01 Eric Wongwwwstatic: implement Last-Modified and If-Modified...
2020-01-01 Eric Wongwwwstatic: getline: die on missing psgix.io
2019-12-28 Eric WongMerge branch 'no-closure'
2019-12-27 Eric Wonggithttpbackend: split out wwwstatic