about summary refs log tree commit homepage
DateCommit message (Expand)
2019-09-26httpd: disable Deflater middleware by default on Perl <5.18 p516-leak
2019-09-25ds: workaround a memory leak in Perl 5.16.x
2019-09-24spawnpp: use absolute path for exec
2019-09-22feed: remove unused $cmt->{-html_url} field
2019-09-22doc: update HACKING and TODO with a few items
2019-09-20wwwatomstream: fix per-feed <id>
2019-09-18config: boolean handling matches git-config(1)
2019-09-18doc: add release notes directory
2019-09-17t/httpd-corner.t: don't fail lsof test if stdin is a pipe (try #2)
2019-09-17t/httpd-corner.t: don't fail lsof test if stdin is a pipe
2019-09-17http: remove unnecessary delete
2019-09-17http: drop unused `$env' variable after delete
2019-09-17qspawn: improve variable naming and commenting
2019-09-17qspawn: shorten lifetime of circular references
2019-09-17qspawn: log errors for generic PSGI server users
2019-09-17qspawn: remove return value from ->finish
2019-09-15doc: update config manpage for "publicinbox.grokmanifest"
2019-09-15qspawn: shorten lifetime of environ and opts args
2019-09-15qspawn: clarify and improve error handling
2019-09-15t/httpd-corner: use which() sub for detecting curl(1)
2019-09-14doc: update nntpd with NNTPS and STARTTLS examples
2019-09-14t/httpd-corner: check for leaking FDs and pipes
2019-09-14qspawn: remove unused WNOHANG import
2019-09-14httpd/async: improve naming and comments
2019-09-14githttpbackend: use REMOTE_ADDR for deleted identifier
2019-09-14tmpfile: support O_APPEND and use it in DS::tmpio
2019-09-14tmpfile: give temporary files meaningful names
2019-09-14qspawn: simplify by using PerlIO::scalar
2019-09-14admin: warn and ignore inaccessible inboxes
2019-09-12solvergit: don't drop update-index stdin with qspawn
2019-09-09doc daemon: note the --listen directive is not always required
2019-09-09doc edit: move =for comment after item
2019-09-09run update-copyrights from gnulib for 2019
2019-09-09doc config: document indexlevel directive
2019-09-09tests: add tcp_connect() helper
2019-09-08nntp: regexp always consumes rbuf if "\n" exists
2019-09-08nntp: fix redundant CRLF from "LISTGROUP GROUP RANGE"
2019-07-14nntpdeflate: reduce overhead of idle clients
2019-07-13TODO: remove done items, add some more
2019-07-13nntp: support optional [range] arg in LISTGROUP
2019-07-13nntp: fix LIST OVERVIEW.FMT ordering and format
2019-07-13nntpdeflate: stop relying on SUPER for ->do_read
2019-07-12nntp: clear local timer on idle client expiry
2019-07-10http|nntp: avoid recursion inside ->write
2019-07-10solver: remove redundant spawn imports
2019-07-08http|nntp: "use PublicInbox::DS" instead of ->import
2019-07-08httpd: (cleanup) use reference instead of *glob
2019-07-08daemon: use POSIX and WNOHANG more idiomatically
2019-07-08Merge remote-tracking branch 'origin/nntp-compress'
2019-07-08ds: use WNOHANG with waitpid if inside event loop