about summary refs log tree commit homepage
DateCommit message (Expand)
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-13t/solver_git: avoid uninitialized warnings in hostname generation
2020-01-13xt/git_async_cmp: do not slurp large OID list into memory
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-12examples/unsubscribe.milter: support unique mailto:
2020-01-12examples/unsubscribe.milter: skip gmane-mx
2020-01-12www: discard multipart parent on iteration
2020-01-12xt/mem-msgview.t: change to test one multipart message
2020-01-11make Filesys::Notify::Simple optional
2020-01-11make Plack optional for non-WWW and non-httpd users
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
2020-01-06altid: use msgmap at compile time
2020-01-06view: update POSIX::strftime usage
2020-01-06hval: export prurl and add prototype
2020-01-06t/nntp.t: fix parse_time test for non-GMT local time
2020-01-06wwwstatic: use sprintf for Perl <5.22 compatibility
2020-01-05view: msg_html: reduce memory use on reused MIDs
2020-01-05tests: remove some "git config" calls after "git init"
2020-01-05search: remove lookup_article
2020-01-04tests: fix running without SQLite or Xapian
2020-01-04viewdiff: do not anchor spaces after filenames in diffstat
2020-01-04searchidx: remove_message: pedantic fix for v1
2020-01-04searchidx: index_text: use Xapian parameter names
2020-01-04searchidx: simplify quote-splitting in index_body
2020-01-04searchidx: add_message: fix and make use of prototypes
2020-01-04searchidx: split off index_xapian for msg_iter
2020-01-04searchidx: index_diff: allow /^$/ line as diff context
2020-01-04solver: allow literal '\r' character in diff lines