about summary refs log tree commit homepage
DateCommit message (Expand)
2021-01-12ipc: drop -ipc_parent_pid field
2021-01-12ipc: wq: support dynamic worker count change
2021-01-12ipc: eliminate ipc_worker_stop method
2021-01-12ipc: work queue support via SOCK_SEQPACKET
2021-01-12ipc: avoid excessive evals
2021-01-12cmd_ipc: send FDs with buffer payload
2021-01-12ipc: add support for asynchronous callbacks
2021-01-12ds: block signals when reaping
2021-01-12lei q: deduplicate smsg
2021-01-12lei query + pagination sorta working
2021-01-09v2writable: exact discontiguous history handling
2021-01-06address: pairs: new helper for JMAP (and maybe lei)
2021-01-06lei: use client env as-is, drop daemon-env command
2021-01-06lei: automatic pager support
2021-01-06lei: completion: fix filename completion
2021-01-05imap: fix uninitialized var on MSN search miss
2021-01-04lei: improve idempotent "init" error message
2021-01-04lei: fix opt_dash to pass non-dash args to @argv
2021-01-04lei: prefer IO::FDPass over our Inline::C recv_3fds
2021-01-03searchidxshard: use add_xapian directly for v2
2021-01-03ipc: switch to one-way pipes
2021-01-03use Eml (or MIME) objects for all indexing paths
2021-01-03searchidxshard: replace index_raw with index_eml
2021-01-03searchidxshard: IPC conversion, part 2
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-03t/lei: use $lei->() callback wrapper
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-02t/lei: fix TEST_RUN_MODE=0, simplify oneshot fallback
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-01Makefile.PL: add update-copyrights target
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