about summary refs log tree commit homepage
DateCommit message (Expand)
2019-12-19t/run.perl: to avoid repeated process spawning for *.t
2019-12-19tests: move t/common.perl to PublicInbox::TestCommon
2019-12-19t/*.t: avoid sharing "my" variables in subs
2019-12-19msgiter: msg_part_text returns undef on text/html
2019-12-18Makefile.PL: sort target and var lists
2019-12-18viewvcs: flesh out some functionality and test
2019-12-18TODO: add UUCP address item
2019-12-17Makefile.PL: allow overriding "prove" from make CLI
2019-12-17t/edit.t: drop redundant "delete local $ENV{...}"
2019-12-16daemon: drop listeners early in master on graceful shutdown
2019-12-16daemon: shorten lifetime of listener_names mapping
2019-12-15address: explicitly reject local-only addresses
2019-12-15address: use Email::Address::XS if available
2019-12-15address: use comment as name if no phrase available
2019-12-15inbox: fix periodic git process cleanup
2019-12-15searchidx: do not modify read-only $1 via git_unquote
2019-12-14daemon: use DESTROY for unlinking --pid-file
2019-12-14ds: move NNTP-only expiration code into DS
2019-12-14ds: move EvCleanup code into DS
2019-12-12Makefile.PL: fix "dsyn" target
2019-12-12mbox: do not try to create filename from empty string
2019-12-12msgtime: avoid obviously out-of-range dates (for now)
2019-12-12Date::Parse is now optional
2019-12-12msgtime: drop Date::Parse for RFC2822
2019-12-12add msgtime_cmp maintainer test
2019-12-12git: async batch interface
2019-12-11build: support doc generation w/o GNU make
2019-12-11import: (cleanup) drop redundant env arg to run_die
2019-12-11spawn: remove support for clearing the env
2019-12-11tests: don't repeatly validate NEWS.atom
2019-12-11TODO: update and add a few more items
2019-12-11ds: ->Reset initializes $nextq
2019-12-11t/common: set $0 when running script w/o fork
2019-12-11t: localize the PI_CONFIG env
2019-11-29replace: quiet "git gc" invocation
2019-11-29t/replace: quiet "git fsck" invocation
2019-11-28t/httpd-unix: FreeBSD expects to fail with EADDRINUSE
2019-11-27Makefile.PL: MANIFEST dependency fix
2019-11-27httpd|nntpd: avoid missed signal wakeups
2019-11-27dskqxs: fix missing EV_DISPATCH define
2019-11-27msgtime: deal with strange minutes in TZ offsets
2019-11-27t/msgtime: add more checks for known cases
2019-11-27t/msgtime: show date in test descriptions
2019-11-24tests: move giant inbox/git dependent tests to xt/
2019-11-24t/perf-*.t: use $ENV{GIANT_INBOX_DIR} consistently
2019-11-24tests: quiet down commit graph
2019-11-24tests: use File::Temp->newdir instead of tempdir()
2019-11-24xapcmd: replace Xtmpdirs with File::Temp->newdir
2019-11-24t/nntpd-validate: get rid of threads dependency
2019-11-24t/common: start_script replaces spawn_listener