about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2019-12-19tests: move t/common.perl to PublicInbox::TestCommon
2019-12-19msgiter: msg_part_text returns undef on text/html
2019-12-18viewvcs: flesh out some functionality and test
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-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-12git: async batch interface
2019-12-11import: (cleanup) drop redundant env arg to run_die
2019-12-11spawn: remove support for clearing the env
2019-12-11ds: ->Reset initializes $nextq
2019-11-29replace: quiet "git gc" invocation
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-24xapcmd: replace Xtmpdirs with File::Temp->newdir
2019-11-24daemon: avoid race when quitting workers
2019-11-24daemon: use sigprocmask when respawning workers
2019-11-24daemon: use sigprocmask to block signals at startup
2019-11-24mboxgz: fix compiler parse error under under Perl 5.16.3
2019-11-24check for File::Temp 0.19 for ->newdir method
2019-11-16spawn: which: allow embedded slash for relative path
2019-11-16xapcmd: do not fire END and DESTROY handlers in child
2019-11-16import: only pass Inbox object to SearchIdx->new
2019-11-16inboxwritable: add ->cleanup method
2019-11-16admin: get rid of singleton $CFG var
2019-11-16mboxgz: use Compress::Raw::Zlib instead of IO::Compress::Gzip
2019-11-16mbox: split mboxgz out into a separate file
2019-11-16mbox: unused mid_clean import
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-04index: "git log" failures are fatal
2019-11-03searchidxshard: reuse $SIG{__WARN__} callback from Admin
2019-10-31hval: replace "'" with "'" for compatibility
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