]> Sergey Matveev's repositories - public-inbox.git/shortlog
public-inbox.git
2021-01-25 Eric Wongdoc: re-add missing 1.6 release notes
2021-01-25 Eric Wongdoc: README + INSTALL: update with -imapd info
2021-01-24 Eric Wongsmsg: parse_references: micro-optimization
2021-01-24 Eric Wongsmsg: make parse_references an object method
2021-01-24 Eric Wonglei q: fix JSON overview with remote externals
2021-01-24 Eric Wonglei_xsearch: use curl -d '' for nginx compatibility
2021-01-24 Eric Wonglei q: honor --no-local to force remote searches
2021-01-24 Eric Wonglei q: disable remote externals if locals exist
2021-01-24 Eric Wongipc: get rid of wq_set_recv_modes
2021-01-24 Eric Wongipc: wq supports arbitrarily large payloads
2021-01-24 Eric Wonglei q: limit concurrency to 4 remote connections
2021-01-24 Eric Wongtreewide: reseed RNG in child processes
2021-01-24 Eric Wonglei add-external: don't allow non-existent directories
2021-01-23 Eric Wonglei forget-external: don't show redundant "not found"
2021-01-23 Eric Wonglei q: support a bunch of curl(1) options
2021-01-23 Eric Wonglei forget-external: just show the location
2021-01-23 Eric Wonglei completion: handle URLs with port numbers
2021-01-23 Eric Wonglei: default "-f $mfolder" args for common MUAs
2021-01-23 Eric Wonglei: oneshot: preserve stdout if writing mbox
2021-01-23 Eric Wonglei_to_mail: drop cyclic reference if not using IPC
2021-01-23 Eric Wonglei: support remote externals
2021-01-23 Eric Wonglei: move external vivification to xsearch
2021-01-22 Eric Wonglei forget-external: bash completion support
2021-01-22 Eric Wonglei: forget-external support with canonicalization
2021-01-22 Eric Wonglei: remove @TO_CLOSE_ATFORK_CHILD
2021-01-22 Eric Wonglei_xsearch: reduce reference paths to lxs
2021-01-22 Eric Wonglei: remove INT/QUIT/TERM handlers, fix daemon EOF
2021-01-22 Eric Wonglei: oneshot: use client $io[2] for placeholder
2021-01-22 Eric Wonglei_to_mail: avoid segfault on exit
2021-01-22 Eric Wonglei: fix inadvertant FD sharing
2021-01-22 Eric Wonglei: show {pct} and {oid} in From_ lines and filenames
2021-01-22 Eric Wonglei_xsearch: eliminate some unused, commented-out code
2021-01-22 Eric Wonglei q: retrieve keywords for local, non-external messages
2021-01-22 Eric Wonglei_overview: rename {relevance} => {pct}
2021-01-21 Eric Wonglei_to_mail: call PublicInbox::IPC::DESTROY
2021-01-21 Eric Wonglei_xsearch: keep l2m->{-wq_s1} while preparing query
2021-01-21 Eric Wonglei: dump and clear errors.log in daemon mode
2021-01-21 Eric Wonglei q: cleanup store initialization
2021-01-21 Eric Wongoveridx: eidx_prep: fix leftover dbh reference
2021-01-21 Eric Wonglei: exit code in oneshot mode
2021-01-21 Eric Wonglei: allow more mbox inode types
2021-01-21 Eric Wonglei_overview: start implementing format detection
2021-01-21 Eric Wonglei: test some likely errors due to misuse
2021-01-21 Eric Wongt/lei: fix double-running of socket test with oneshot
2021-01-21 Eric Wonglei_overview: do not write if $lei->{1} is gone
2021-01-21 Eric Wonglei q: fix augment of compressed mailboxes
2021-01-21 Eric Wonglei: write daemon errors to the sock directory
2021-01-21 Eric Wonglei q: do not spawn MUA early
2021-01-21 Eric Wonglei q: fix SIGPIPE handling from lei2mail workers
2021-01-21 Eric Wonglei q: start ->mset while query_prepare runs
2021-01-18 Eric Wonglei_to_mail: optimize for MUAs
2021-01-18 Eric Wonglei q: parallelize Maildir and mbox writing
2021-01-18 Eric Wonglei q: add --mua-cmd switch
2021-01-18 Eric Wonglei: pager: pass correct env in oneshot mode
2021-01-18 Eric Wonglei: q: results output to Maildir and mbox* working
2021-01-18 Eric Wongipc: children don't kill on DESTROY, reduce FD sharing
2021-01-18 Eric Wonglei_to_mail: prepare for worker offload
2021-01-18 Eric Wongextindex: fix w/ Xapian 1.2.21..1.2.24
2021-01-18 Eric Wongt/shared_kv: workaround old File::Spec
2021-01-18 Eric Wongt/thread-index-gap: support older DBI
2021-01-18 Eric Wonginitialize scalar for `vec' perlop modification
2021-01-18 Eric Wongaddress: pairs: enable pure Perl version
2021-01-15 Eric Wonglei: pass FD to CWD via cmsg, use fchdir on server
2021-01-15 Eric Wonglei: remove temporary var on open
2021-01-15 Eric Wongleixsearch: remove some commented out code
2021-01-15 Eric Wonglei: q: lock stdout on overview output
2021-01-14 Eric Wonglei_overview: rename "references" to "refs"
2021-01-14 Eric Wongsearch: rename "ts:" prefix to "rt:"
2021-01-14 Eric Wonglei q: reinstate smsg dedupe
2021-01-14 Eric Wonglei_dedupe+shared_kv: ensure round-tripping serialization
2021-01-14 Eric Wonglei: rely on localized $current_lei for warnings
2021-01-14 Eric Wonglei: reduce live FD references in wq child
2021-01-14 Eric Wonglei: do not unlink socket path at exit
2021-01-14 Eric Wongdaemon+watch: fix localization of %SIG for non-signalfd...
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)
next