about summary refs log tree commit homepage
path: root/lib/PublicInbox/Import.pm
DateCommit message (Expand)
2018-03-03import: consolidate object info for v2 imports
2018-02-28v2writable: cleanup unused pipes in partitions
2018-02-22v2: parallelize Xapian indexing
2018-02-20v2: support Xapian + SQLite indexing
2018-02-19v2writable: initial cut for repo-rotation
2018-02-15import: allow the epoch (0s) as a valid time
2018-02-15import: quiet down warnings from bogus From: lines
2018-02-15import: pass "raw" dates to git-fast-import(1)
2018-02-14import: APIs to support v2 use
2018-02-12import: initial handling for v2
2018-02-09import: begin supporting this without ssoma.lock
2018-02-08import: stop writing legacy ssoma.index by default
2018-02-07update copyrights for 2018
2017-11-16learn: use "spam" as subject for removal commits
2017-06-20import: fix encoding issues from weird "raw" emails
2017-05-25import: reset :raw mode for commit title (subject)
2017-01-10introduce PublicInbox::MIME wrapper class
2016-10-16import: failed GC runs are non-fatal
2016-09-08import: run "git gc --auto" when done
2016-09-08import: hoist out common run_die subroutine
2016-09-08import: hoist out _check_path function
2016-08-15import: use common address parsing to drop unnecessary quotes
2016-08-12watch: respect altid for incremental watch changes
2016-08-09searchidx: release Xapian FDs before spawning git log
2016-08-02search: improve reindexing behavior
2016-07-27localize $/ when using chomp
2016-06-24watch_maildir: implement optional spam checking
2016-06-19import: allow messages without subject
2016-06-17import: auto-update index when done
2016-05-25remove Email::Address dependency
2016-05-21import: avoid needless git update-server-info
2016-05-12import: fallback to email if '<>' exists in author name
2016-05-12import: normalize body by stripping trailing newlines
2016-04-28import: run git-update-server-info when done
2016-04-27import: document API for public consumption
2016-04-25remove ssoma dependency
2016-04-25import: extra check for final byte read
2016-04-12import: filter out [<>] from user names
2016-04-11import: use bytes::length for true data length in bytes
2016-04-11import: set binmode before printing author names
2016-04-11import: initial module + test case