about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2021-01-03searchidxshard: use PublicInbox::IPC to kill lots of code
2021-01-03ipc: some documentation comments
2021-01-03gcf2client: split out request API from regular git
2021-01-03lei: fix output race in client/daemon mode
2021-01-03send and receive all 3 FDs at once
2021-01-03spawn: support send_fd+recv_fd w/o IO::FDPass
2021-01-03testcommon: prepare_redirects: fix error message
2021-01-02qspawn: switch to ProcessPipe via popen_rd
2021-01-02git: manifest_entry: use ProcessPipe via popen_rd
2021-01-02import: switch to using ProcessPipe
2021-01-02git: qx: waitpid synchronously via ProcessPipe->CLOSE
2021-01-02processpipe: lazy-require PublicInbox::DS for dwaitpid
2021-01-02processpipe: allow synchronous close to set $?
2021-01-02lei_store: alternative unconfigured "git var" workaround
2021-01-02treewide: reduce load_xapian* callsites
2021-01-02import: unset GIT_CONFIG with `git config --global'
2021-01-02search: do not use $QP_FLAGS until Xapian is loaded
2021-01-01lei_store: quiet down "git var" failures
2021-01-01update copyrights for 2021
2021-01-01on_destroy: support PID owner guard
2021-01-01ds: clobber $in_loop first at reset
2021-01-01avoid calling waitpid from children in DESTROY
2021-01-01lei: avoid Spawn package when starting daemon
2021-01-01syscall: SFD_NONBLOCK can be a constant, again
2021-01-01use PublicInbox::DS for dwaitpid
2021-01-01searchidxshard: call DS->Reset at worker start
2021-01-01lei_to_mail: open FIFOs O_WRONLY so we block
2021-01-01gcf2client: reap process on DESTROY
2021-01-01spawn: move run_die here from PublicInbox::Import
2021-01-01lei: add --mfolder as an --output alias
2021-01-01lei_to_mail: unlink mboxes if not augmenting
2021-01-01ipc: use shutdown(2), base atfork* callback
2021-01-01lei_store: handle messages without Message-ID at all
2021-01-01mid: hoist out mids_in sub
2021-01-01mid: use defined-or with `push' for uniqueness check
2021-01-01lei: rename "extinbox" => "external"
2021-01-01lei_store: add ->set_eml, ->add_eml can return smsg
2021-01-01ipc: support Sereal
2021-01-01ipc: generic IPC dispatch based on Storable
2021-01-01lei_to_mail: support Maildir, fix+test --augment
2021-01-01lei_to_mail: support for non-seekable outputs
2021-01-01lei_to_mail: lazy-require LeiDedupe
2021-01-01lei: implement various deduplication strategies
2021-01-01lei_to_mail: start --augment, dedupe, bz2 and xz
2021-01-01mboxreader: new class for reading various mbox formats
2021-01-01lei_to_mail: start atomic and compressed mbox writing
2021-01-01sharedkv: split out index_values
2021-01-01sharedkv: fork()-friendly key-value store
2021-01-01lei_to_mail: initial implementation for writing mbox formats
2021-01-01revert "lei_store: use per-machine refname as git HEAD"