about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2020-01-27switch to sysseek + sysread for serving static files
2020-01-25s/news.gmane.org/news.gmane.io/
2020-01-25wwwstatic: wire up buffer bypass for -httpd
2020-01-25ds: tmpio: store offsets per-buffer
2020-01-25wwwstatic: offload error handling to PSGI server
2020-01-25http: eliminate short-lived cyclic ref for psgix.io
2020-01-25spelling: favor `publicly' over `publically'
2020-01-25mbox: handle empty subjects after dropping "Re:" prefix
2020-01-24contentid: ignore duplicate References: headers
2020-01-24wwwstream: shorten cloneurl uniquification
2020-01-24mid: shorten uniq_mids logic
2020-01-24inbox: simplify filtering for duplicate NNTP URLs
2020-01-24nntp: simplify setting X-Alt-Message-ID
2020-01-24contentid: use map to generate %seen for Message-Ids
2020-01-23hval: from_attr: move to unit test
2020-01-23hval: to_attr: support wide characters
2020-01-13sigfd: simplify loop and improve documentation
2020-01-13ds: flatten $EXPMAP, delete entries on close
2020-01-13ds: rely on autovivification for $later_queue
2020-01-13ds: rely on autovivication for waitpid bits
2020-01-13ds: rely on autovivification for nextq
2020-01-13ds|http|nntp: simplify {wbuf} population
2020-01-13ds: guard ToClose against DESTROY side-effects
2020-01-13ds: remove Timer->cancel and Timer class+bless
2020-01-13ds: add an in_loop() function for Inbox.pm use
2020-01-13ds: add_timer: rename from AddTimer, remove a parameter
2020-01-13ds: new: avoid redundant check, make clobbering fatal
2020-01-13use popen_rd for bidirectional pipes
2020-01-13xapcmd: use popen_rd for running xapian-compact
2020-01-13cgit: drop cgit_parse_hdr wrapper
2020-01-13solver: path_a may be undef from /dev/null
2020-01-13git: packed_bytes: use GLOB_NOSORT
2020-01-13git: modified: don't slurp `rev-parse --branches'
2020-01-13config: do not slurp entire cgitrc at once
2020-01-12www: discard multipart parent on iteration
2020-01-11make Filesys::Notify::Simple optional
2020-01-11doc: technical/ds.txt: describe PublicInbox::DS divergences
2020-01-11spawn (and thus popen_rd) die on failure
2020-01-11git: remove ->commit_title method
2020-01-11git: ->modified uses cat_async
2020-01-11allow HTTP_HOST to be '0' via defined() checks
2020-01-11inbox: use PublicInbox::Git::host_prefix_url for base_url
2020-01-09qspawn: catch transient errors on pipe, EPOLL_CTL_ADD
2020-01-09http: log response_write errors
2020-01-09listener: EPOLL_CTL_ADD errors are non fatal
2020-01-08nntp: correctly log long response errors
2020-01-08daemon: ignore SIGPIPE while running
2020-01-06syscall: modernize away from pre-Perl-5.6 conventions
2020-01-06treewide: "require" + "use" cleanup and docs
2020-01-06admin: do not lazy-load Inbox or Config packages