]> Sergey Matveev's repositories - public-inbox.git/shortlog
public-inbox.git
2021-01-14 Eric Wonglei: test SIGPIPE, stop xsearch workers on client abort
2021-01-14 Eric Wongcmd_ipc: support + test EINTR + EAGAIN, no FDs
2021-01-12 Eric Wonglei: query: restore JSON output overview
2021-01-12 Eric Wonglei_xsearch: transfer 4 FDs internally, drop IO::FDPass
2021-01-12 Eric Wonglei: run pager in client script
2021-01-12 Eric Wonglei: fork + FD cleanup
2021-01-12 Eric Wonglei: get rid of client {pid} field
2021-01-12 Eric Wongipc: drop unused fields, default sighandlers for wq
2021-01-12 Eric Wongipc: fix IO::FDPass use with a worker limit of 1
2021-01-12 Eric Wongipc: start supporting sending/receiving more than 3 FDs
2021-01-12 Eric Wonglei: query: ensure pager exit is instantaneous
2021-01-12 Eric Wonglei: fix oneshot TTY detection by passing STD*{GLOB}
2021-01-12 Eric Wonglei: rename $w to $wpager for warning message
2021-01-12 Eric Wongipc: DESTROY and wq_workers methods
2021-01-12 Eric Wongipc: drop -ipc_parent_pid field
2021-01-12 Eric Wongipc: wq: support dynamic worker count change
2021-01-12 Eric Wongipc: eliminate ipc_worker_stop method
2021-01-12 Eric Wongipc: work queue support via SOCK_SEQPACKET
2021-01-12 Eric Wongipc: avoid excessive evals
2021-01-12 Eric Wongcmd_ipc: send FDs with buffer payload
2021-01-12 Eric Wongipc: add support for asynchronous callbacks
2021-01-12 Eric Wongds: block signals when reaping
2021-01-12 Eric Wonglei q: deduplicate smsg
2021-01-12 Eric Wonglei query + pagination sorta working
2021-01-09 Eric Wongv2writable: exact discontiguous history handling
2021-01-06 Eric Wongaddress: pairs: new helper for JMAP (and maybe lei)
2021-01-06 Eric Wonglei: use client env as-is, drop daemon-env command
2021-01-06 Eric Wonglei: automatic pager support
2021-01-06 Eric Wonglei: completion: fix filename completion
2021-01-05 Eric Wongimap: fix uninitialized var on MSN search miss
2021-01-04 Eric Wonglei: improve idempotent "init" error message
2021-01-04 Eric Wonglei: fix opt_dash to pass non-dash args to @argv
2021-01-04 Eric Wonglei: prefer IO::FDPass over our Inline::C recv_3fds
2021-01-03 Eric Wongsearchidxshard: use add_xapian directly for v2
2021-01-03 Eric Wongipc: switch to one-way pipes
2021-01-03 Eric Wonguse Eml (or MIME) objects for all indexing paths
2021-01-03 Eric Wongsearchidxshard: replace index_raw with index_eml
2021-01-03 Eric Wongsearchidxshard: IPC conversion, part 2
2021-01-03 Eric Wongsearchidxshard: use PublicInbox::IPC to kill lots of...
2021-01-03 Eric Wongipc: some documentation comments
2021-01-03 Eric Wonggcf2client: split out request API from regular git
2021-01-03 Eric Wonglei: fix output race in client/daemon mode
2021-01-03 Eric Wongsend and receive all 3 FDs at once
2021-01-03 Eric Wongspawn: support send_fd+recv_fd w/o IO::FDPass
2021-01-03 Eric Wongtestcommon: prepare_redirects: fix error message
2021-01-03 Eric Wongt/lei: use $lei->() callback wrapper
2021-01-02 Eric Wongqspawn: switch to ProcessPipe via popen_rd
2021-01-02 Eric Wonggit: manifest_entry: use ProcessPipe via popen_rd
2021-01-02 Eric Wongimport: switch to using ProcessPipe
2021-01-02 Eric Wonggit: qx: waitpid synchronously via ProcessPipe->CLOSE
2021-01-02 Eric Wongprocesspipe: lazy-require PublicInbox::DS for dwaitpid
2021-01-02 Eric Wongprocesspipe: allow synchronous close to set $?
2021-01-02 Eric Wonglei_store: alternative unconfigured "git var" workaround
2021-01-02 Eric Wongtreewide: reduce load_xapian* callsites
2021-01-02 Eric Wongimport: unset GIT_CONFIG with `git config --global'
2021-01-02 Eric Wongt/lei: fix TEST_RUN_MODE=0, simplify oneshot fallback
2021-01-02 Eric Wongsearch: do not use $QP_FLAGS until Xapian is loaded
2021-01-01 Eric Wonglei_store: quiet down "git var" failures
2021-01-01 Eric Wongupdate copyrights for 2021
2021-01-01 Eric WongMakefile.PL: add update-copyrights target
2021-01-01 Eric Wongon_destroy: support PID owner guard
2021-01-01 Eric Wongds: clobber $in_loop first at reset
2021-01-01 Eric Wongavoid calling waitpid from children in DESTROY
2021-01-01 Eric Wonglei: avoid Spawn package when starting daemon
2021-01-01 Eric Wongsyscall: SFD_NONBLOCK can be a constant, again
2021-01-01 Eric Wonguse PublicInbox::DS for dwaitpid
2021-01-01 Eric Wongt/ipc.t: test for references via `die'
2021-01-01 Eric Wongsearchidxshard: call DS->Reset at worker start
2021-01-01 Eric Wonglei_to_mail: open FIFOs O_WRONLY so we block
2021-01-01 Eric Wonggcf2client: reap process on DESTROY
2021-01-01 Eric Wongt/run: avoid uninitialized var on incomplete test
2021-01-01 Eric Wonginit: remove embedded UnlinkMe package
2021-01-01 Eric Wongspawn: move run_die here from PublicInbox::Import
2021-01-01 Eric Wonglei: add --mfolder as an --output alias
2021-01-01 Eric Wonglei_to_mail: unlink mboxes if not augmenting
2021-01-01 Eric Wongipc: use shutdown(2), base atfork* callback
2021-01-01 Eric Wonglei_store: handle messages without Message-ID at all
2021-01-01 Eric Wongmid: hoist out mids_in sub
2021-01-01 Eric Wongmid: use defined-or with `push' for uniqueness check
2021-01-01 Eric Wonglei: rename "extinbox" => "external"
2021-01-01 Eric Wonglei_store: add ->set_eml, ->add_eml can return smsg
2021-01-01 Eric Wongipc: support Sereal
2021-01-01 Eric Wongipc: generic IPC dispatch based on Storable
2021-01-01 Eric Wonglei_to_mail: support Maildir, fix+test --augment
2021-01-01 Eric Wonglei_to_mail: support for non-seekable outputs
2021-01-01 Eric Wonglei_to_mail: lazy-require LeiDedupe
2021-01-01 Eric Wonglei: implement various deduplication strategies
2021-01-01 Eric Wonglei_to_mail: start --augment, dedupe, bz2 and xz
2021-01-01 Eric Wongmboxreader: new class for reading various mbox formats
2021-01-01 Eric Wonglei_to_mail: start atomic and compressed mbox writing
2021-01-01 Eric Wongsharedkv: split out index_values
2021-01-01 Eric Wongsharedkv: fork()-friendly key-value store
2021-01-01 Eric Wonglei_to_mail: initial implementation for writing mbox...
2021-01-01 Eric Wongrevert "lei_store: use per-machine refname as git HEAD"
2021-01-01 Eric Wonglei_store: use per-machine refname as git HEAD
2021-01-01 Eric Wongimport: respect init.defaultBranch
2021-01-01 Eric WongMerge remote-tracking branch 'origin/lei' into eidx
2021-01-01 Eric WongMerge tag 'v1.6.1' into eidx
2020-12-31 Eric Wongpublic-inbox 1.6.1 - minor bugfix release v1.6.1
2020-12-31 Eric WongMerge remote-tracking branch 'origin/master' into lorelei
next