]> Sergey Matveev's repositories - public-inbox.git/history - script
No ext_urls
[public-inbox.git] / script /
2020-12-27 Eric Wongextindex: enable autoflush on STDOUT/STDERR
2020-12-27 Eric Wongextindex: --watch for inotify-based updates
2020-12-26 Eric Wongindex: filter out indexlevel=basic from extindex
2020-12-26 Eric Wongindex: fix --no-fsync flag propagation to extindex
2020-12-26 Eric Wongindex: do not attach inbox to extindex unless updated
2020-12-26 Eric Wongindex: disable --fast-noop on --reindex
2020-12-26 Eric Wonginit: use the return value of rel2abs_collapsed
2020-12-25 Eric Wongindex: support --fast-noop / -F switch
2020-12-25 Eric Wonginboxwritable: delay umask_prepare calls
2020-12-24 Eric Wongindex: update [extindex "all"] by default, support -E
2020-12-21 Eric Wonguse rel2abs_collapsed when loading Inbox objects
2020-12-20 Eric Wongscript/public-inbox-*: favor caller-provided pathnames
2020-12-19 Eric Wonglei: drop $SIG{__DIE__}, add oneshot fallbacks
2020-12-19 Eric Wonglei: micro-optimize startup time
2020-12-19 Eric Wongrename LeiDaemon package to PublicInbox::LEI
2020-12-19 Eric Wonglei: refine help/option parsing, implement "init"
2020-12-19 Eric Wonglei: use spawn (vfork + execve) for lazy start
2020-12-19 Eric Wonglei: FD-passing and IPC basics
2020-12-09 Eric Wongextindex: do not use current dir like -index does
2020-12-09 Eric Wongrename {pi_config} fields to {pi_cfg}
2020-11-29 Eric Wongextindex: support `--gc' to remove dead inboxes
2020-11-28 Eric Wong*index: more consistent graceful shutdown checks
2020-11-24 Eric Wongmiscidx: put grokmirror manifest entries in Xapian...
2020-11-19 Eric Wongextindex: remove skip-docdata option
2020-11-08 Eric Wongextindex: fix --batch-size support
2020-11-08 Eric Wongextindex: SIGUSR1 supports checkpoint
2020-11-08 Eric Wongv2writable: more accurate {current_info} warnings/progress
2020-11-08 Eric Wongextsearch: rename -eindex to -extindex
2020-11-07 Eric Wongindex: eindex wiring
2020-11-07 Eric Wongscript: add preliminary eindex implementation
2020-09-19 Eric Wonggcf2: wire up read-only daemons and rm -gcf2 script
2020-09-19 Eric Wonggcf2: require git dir with OID
2020-09-19 Eric Wonggcf2: transparently retry on missing OID
2020-09-19 Eric Wongadd gcf2 client and executable script
2020-09-14 Eric Wongsigfd: fix typos and scoping on systems w/o epoll+kqueue
2020-09-02 Eric Wonginit+convert: create non-existing directory hierarchies
2020-09-02 Eric Wongwatch: add --help/-h support
2020-09-02 Eric Wongmda+learn: add --help / -h support
2020-09-02 Eric Wongscript/*: fold $usage into $help, support `-h' instead...
2020-09-02 Eric Wongedit+purge: support `--help' and `-h' like other commands
2020-09-02 Eric Wongscript/*: set executable bit on -learn and -imapd
2020-09-02 Eric Wongindex: check for xapian-compact when using --compact
2020-09-01 Eric Wongwatch: log signal activities to STDERR
2020-09-01 Eric Wongrename WatchMaildir => Watch
2020-08-20 Eric Wonginit+index: support --skip-docdata for Xapian
2020-08-20 Eric Wonginit: drop -N alias for --skip-artnum
2020-08-20 Eric Wonginit: support --newsgroup option
2020-08-20 Eric Wonginit: support --help and -?
2020-08-20 Eric Wongcompact: support --help/-? and perform lazy loading
2020-08-14 Eric Wongindex|compact|xcpdb: support --all switch
2020-08-13 Eric Wongxcpdb: wire up new index options and --help
2020-08-13 Eric Wongxcpdb: support --no-fsync from CLI
2020-08-10 Eric Wongconvert: set No_COW on copied SQLite files
2020-08-10 Eric Wongconvert: check ARGV more correctly
2020-08-10 Eric Wongconvert: speed up --help
2020-08-10 Eric Wongconvert: support new -index options
2020-08-10 Eric Wongindex: cleanup internal variables
2020-08-10 Eric Wongavoid File::Temp::tempfile in more places
2020-08-10 Eric Wongindex: require --reindex when using --xapian-only
2020-08-07 Eric Wongindex: add built-in --help / -?
2020-08-07 Eric Wongindex: max out XAPIAN_FLUSH_THRESHOLD if using --batch...
2020-08-07 Eric Wongindex: --compact respects --sequential-shard
2020-08-07 Eric Wongindex+xcpdb: rename `--no-sync' to `--no-fsync'
2020-08-07 Eric Wongindex: support --xapian-only switch
2020-08-07 Eric Wongindex: v2: --sequential-shard option
2020-08-07 Eric Wongsyscall: support sparc64 (and maybe other big-endian...
2020-08-02 Eric Wongremove unnecessary ->header_obj calls
2020-08-02 Eric Wonginboxwritable: rename mime_from_path to eml_from_path
2020-07-26 Eric Wongt/init.t: don't modify ~/.public-inbox/
2020-07-26 Eric Wongindex: --compact respects --jobs
2020-07-25 Eric Wongindex+xcpdb: support --no-sync flag
2020-07-25 Eric Wongindex: support --rethread switch to fix old indices
2020-07-17 Eric Wongconfig: reject `\n' in `inboxdir'
2020-07-06 Eric Wongstop auto-loading Plack::Middleware::Deflater
2020-06-28 Eric Wongwatch: enable autoflush for STDOUT and STDERR
2020-06-28 Eric Wongwatch: wire up IMAP IDLE reapers to DS
2020-06-28 Eric Wongwatch: use signalfd for Maildir watching
2020-06-28 Eric Wongwatch: remove Filesys::Notify::Simple dependency
2020-06-23 Eric Wonginit: add --skip-artnum parameter
2020-06-23 Eric Wonginit: refer to inboxes as "inbox" or "inboxes" in errors
2020-06-23 Eric Wonginit: add -j / --jobs parameter
2020-06-13 Eric Wongimap: start doing iterative config reloading
2020-06-13 Eric Wongpreliminary imap server implementation
2020-06-08 Eric Wongindex: v2: parallel by default
2020-05-27 Eric Wonglearn: support --all with `rm'
2020-05-27 Eric Wonglearn: fix buggy typo on List-ID mapping
2020-05-20 Eric Wongconvert: describe the release of fast-import pipes
2020-05-19 Eric Wongfavor readline() and print() as functions
2020-05-18 Eric Wongindex: add --batch-size=SIZE option
2020-05-12 Eric Wongrename "ContentId" to "ContentHash"
2020-05-09 Eric Wongreplace most uses of PublicInbox::MIME with Eml
2020-04-22 Eric Wongmake zlib-related modules a hard dependency
2020-04-22 Eric WongMerge branch '1.4.0-tag-merge'
2020-04-21 Eric Wongindex: support --max-size / publicinbox.indexMaxSize
2020-04-20 Eric Wongdrop needless `eval {}' around Config->new
2020-04-19 Eric Wongfavor `do {}' over `eval {}' for localized slurp
2020-04-19 Eric Wonginboxwritable: mime_from_path: reuse in more places
2020-03-29 Eric Wongindex: support --compact / -c on command-line
2020-02-23 Eric Wongdoc: improve wording of "inbox" vs "repository"
2020-02-08 Eric Wongconvert: preserve indexlevel on conversions
next