about summary refs log tree commit homepage
DateCommit message (Expand)
2019-11-15t/common: inline stream_to_string into t/feed.t
2019-11-14doc: mknews: support Email::MIME <1.930
2019-11-14convert: remove duplicated GetOptions() call
2019-11-14inboxwritable: drop {-importer} cyclic reference
2019-11-14xapcmd: localize %SIG changes using "local"
2019-11-14solvergit: use --unidiff-zero with git-apply(1)
2019-11-09doc: drop a repeated word
2019-11-08t/*.t: disable nntpd/httpd worker processes in most tests
2019-11-08t/hl_mod.t: remove IPC::Run (and File::Temp) dependency
2019-11-08t/httpd-corner.t: get rid of IPC::Run for running curl
2019-11-08t/httpd-corner.t: drop unnecessary bytes:: for length()
2019-11-08t/*.t: remove IPC::Run dependency for git commands
2019-11-08edit: check for write errors writing "From_" line
2019-11-08edit: propagate correct editor exit code
2019-11-08doc: actually document publicinboxwatch.watchspam
2019-11-04t/edit: use PublicInbox::Git::qx for pathname safety
2019-11-04tests: rely on PublicInbox::Git for pathname safety
2019-11-04t/httpd-corner.t: check for curl(1) errors in big async test
2019-11-04index: "git log" failures are fatal
2019-11-03searchidxshard: reuse $SIG{__WARN__} callback from Admin
2019-11-03public-inbox v1.2.0 v1.2.0
2019-11-03build: add "git-dist" target for making gzipped tarballs
2019-11-03doc: mknews: force plain-text NEWS to UTF-8
2019-11-03TODO: update item for multiple Date: headers
2019-11-03doc: add public-inbox.cgi(1) manpage
2019-11-02doc: add public-inbox-purge(1) manpage
2019-10-31hval: replace "&apos;" with "&#39;" for compatibility
2019-10-31contrib/css/216light: improve contrast a bit
2019-10-31qspawn: psgi_qx: delay callback until waitpid returns
2019-10-31solvergit: deal with false-positive dfpost: results
2019-10-31msgiter: attempt to decode all text/* bodies
2019-10-31msgiter: do not assume UTF-8 if Email::MIME->body_str succeeds
2019-10-30search: add note about SCHEMA_VERSION 15
2019-10-30wwwlisting: fix spelling and clarify sub location
2019-10-30Merge branch 'learn'
2019-10-30doc: add public-inbox-learn(1) manpage
2019-10-30mda: support multiple List-ID matches
2019-10-30mda: prepare for multiple destinations
2019-10-30inboxwritable: add assert_usable_dir sub
2019-10-30mda: skip MIME parsing if spam
2019-10-30mda: hoist out mda_filter_adjust
2019-10-30filter/base: remove MAX_MID_SIZE constant
2019-10-30mda: hoist out List-ID handling and reuse in -learn
2019-10-30learn: hoist out remove_or_add subroutine
2019-10-30learn: GIT_COMMITTER_<NAME|EMAIL> may be "" or "0"
2019-10-30learn: update usage statement
2019-10-30learn: only map recipient list on "ham" or "rm"
2019-10-30learn: support multiple To/Cc headers
2019-10-30Merge remote-tracking branch 'origin/multi-mid'
2019-10-30HACKING: add a note about avoiding recursion