about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
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
2019-10-30wwwlisting: fix spelling and clarify sub location
2019-10-30Merge branch 'learn'
2019-10-30mda: support multiple List-ID matches
2019-10-30inboxwritable: add assert_usable_dir sub
2019-10-30filter/base: remove MAX_MID_SIZE constant
2019-10-30mda: hoist out List-ID handling and reuse in -learn
2019-10-28view: show X-Alt-Message-ID in permalink view, too
2019-10-28index: allow search/lookups on X-Alt-Message-ID
2019-10-28linkify: support adding "(raw)" link for Message-IDs
2019-10-28view: improve warning for multiple Message-IDs
2019-10-28view: move '<' and '>' outside <a>
2019-10-28view: display redundant headers in permalink
2019-10-28search: support multiple From/To/Cc/Subject headers
2019-10-23Merge branch 'regen'
2019-10-22syscall: get rid of sendfile wrappers for now
2019-10-22hval: remove new_oneline
2019-10-22git: remove src_blob_url
2019-10-22watchmaildir: remove redundant _path_to_mime
2019-10-22inboxwritable: import_maildir uses maildir_path_load
2019-10-22www: remove unused ctx_get sub
2019-10-22overidx: remove unused delete_articles sub
2019-10-22v2writable: use msgmap as multi_mid queue
2019-10-22v2writable: move git->cleanup to the correct place
2019-10-21v2writable: reindex handles 3-headered monsters
2019-10-21v2writable: improve "num_for" API and disambiguate
2019-10-21v2writable: set unindexed article number
2019-10-17Merge remote-tracking branch 'origin/inboxdir'
2019-10-17doc: avoid [<directory>] arg for git-clone(1)
2019-10-16config: remove redundant inboxdir check
2019-10-16config: support "inboxdir" in addition to "mainrepo"
2019-10-16Merge branch 'listid'