| 2021-10-14 |  Eric Wong | extindex: guard against buggy unrefs | commit | commitdiff | tree | snapshot | 
| 2021-10-13 |  Eric Wong | fetch: support --try-remote/-T for alternate remote... | commit | commitdiff | tree | snapshot | 
| 2021-10-13 |  Eric Wong | t/nntpd-tls: change diag() to like() assertion | commit | commitdiff | tree | snapshot | 
| 2021-10-13 |  Eric Wong | t/git: avoid "once" warning for async_warn | commit | commitdiff | tree | snapshot | 
| 2021-10-13 |  Eric Wong | t/lei-mirror: avoid reading ~/.public-inbox/config... | commit | commitdiff | tree | snapshot | 
| 2021-10-13 |  Eric Wong | eml: avoid Encode 2.87..3.12 leak | commit | commitdiff | tree | snapshot | 
| 2021-10-13 |  Eric Wong | t/www_listing: require opt-in for grokmirror tests | commit | commitdiff | tree | snapshot | 
| 2021-10-13 |  Eric Wong | test_common: hoist out tail_f sub | commit | commitdiff | tree | snapshot | 
| 2021-10-13 |  Eric Wong | xt/perf-msgview: drop unnecessary use_ok | commit | commitdiff | tree | snapshot | 
| 2021-10-13 |  Eric Wong | www: preload: load ExtSearch via ->ALL | commit | commitdiff | tree | snapshot | 
| 2021-10-13 |  Eric Wong | extindex: set {current_info} in eidxq processing | commit | commitdiff | tree | snapshot | 
| 2021-10-13 |  Eric Wong | treewide: use warn() or carp() instead of env->{psgi... | commit | commitdiff | tree | snapshot | 
| 2021-10-13 |  Eric Wong | lei: use standard warn() in more places | commit | commitdiff | tree | snapshot | 
| 2021-10-13 |  Eric Wong | extindex: show OID on bad blob failure | commit | commitdiff | tree | snapshot | 
| 2021-10-13 |  Eric Wong | daemon: set $SIG{__WARN__} properly | commit | commitdiff | tree | snapshot | 
| 2021-10-13 |  Eric Wong | lei up --all: show output for warnings | commit | commitdiff | tree | snapshot | 
| 2021-10-13 |  Eric Wong | doc: relnotes: note some recent improvements | commit | commitdiff | tree | snapshot | 
| 2021-10-13 |  Eric Wong | index: optimize after all SQLite DB commits | commit | commitdiff | tree | snapshot | 
| 2021-10-13 |  Eric Wong | lei/store: use remove_doc to save some LoC | commit | commitdiff | tree | snapshot | 
| 2021-10-13 |  Eric Wong | extindex: flush pending reindex before unref | commit | commitdiff | tree | snapshot | 
| 2021-10-12 |  Eric Wong | www: _/text/config/raw Last-Modified: is mm->created_at | commit | commitdiff | tree | snapshot | 
| 2021-10-12 |  Eric Wong | msgmap: ->new_file to supports $ibx arg, drop ->new | commit | commitdiff | tree | snapshot | 
| 2021-10-12 |  Eric Wong | daemon: unconditionally close Xapian shards on cleanup | commit | commitdiff | tree | snapshot | 
| 2021-10-12 |  Eric Wong | msgmap: share most of check_inodes w/ over | commit | commitdiff | tree | snapshot | 
| 2021-10-12 |  Eric Wong | msgmap: use DBI->prepare_cached | commit | commitdiff | tree | snapshot | 
| 2021-10-12 |  Eric Wong | nntp: use defined-OR from Perl 5.10 for msgid check | commit | commitdiff | tree | snapshot | 
| 2021-10-12 |  Eric Wong | search: delete QueryParser along with DB handle | commit | commitdiff | tree | snapshot | 
| 2021-10-12 |  Eric Wong | daemon: quiet down Eml-related warnings | commit | commitdiff | tree | snapshot | 
| 2021-10-12 |  Eric Wong | daemon: use v5.10.1, disable local warnings | commit | commitdiff | tree | snapshot | 
| 2021-10-12 |  Eric Wong | isearch: do not access Extsearch->{over} directly | commit | commitdiff | tree | snapshot | 
| 2021-10-12 |  Eric Wong | extindex: avoid invalid blobs after unref | commit | commitdiff | tree | snapshot | 
| 2021-10-12 |  Eric Wong | extindex: more consistent doc removal | commit | commitdiff | tree | snapshot | 
| 2021-10-12 |  Eric Wong | extindex: share unref logic in more places | commit | commitdiff | tree | snapshot | 
| 2021-10-12 |  Eric Wong | extindex: rename var: active => active_shards | commit | commitdiff | tree | snapshot | 
| 2021-10-12 |  Eric Wong | sqlite: PRAGMA optimize on close | commit | commitdiff | tree | snapshot | 
| 2021-10-12 |  Eric Wong | extindex: speed up --reindex --fast | commit | commitdiff | tree | snapshot | 
| 2021-10-11 |  Kyle Meyer | doc: lei-refresh-mail-sync: drop repeated word | commit | commitdiff | tree | snapshot | 
| 2021-10-10 |  Eric Wong | extindex: sync each inbox before checking for missed... | commit | commitdiff | tree | snapshot | 
| 2021-10-10 |  Eric Wong | lei/store: keep ".err-XXXX" in stderr tmpfile | commit | commitdiff | tree | snapshot | 
| 2021-10-10 |  Eric Wong | extindex: --gc doesn't touch ghost entries | commit | commitdiff | tree | snapshot | 
| 2021-10-10 |  Eric Wong | extindex: minor cost reductions | commit | commitdiff | tree | snapshot | 
| 2021-10-10 |  Eric Wong | extindex: speed up Xapian cleanup in --gc | commit | commitdiff | tree | snapshot | 
| 2021-10-10 |  Eric Wong | set nodatacow on more SQLite files | commit | commitdiff | tree | snapshot | 
| 2021-10-10 |  Eric Wong | admin: add '# ' prefix for progress messages | commit | commitdiff | tree | snapshot | 
| 2021-10-10 |  Eric Wong | lei_to_mail: show --output on augment progress failure | commit | commitdiff | tree | snapshot | 
| 2021-10-09 |  Eric Wong | extindex: support --reindex --fast | commit | commitdiff | tree | snapshot | 
| 2021-10-09 |  Eric Wong | view: save memory by dropping smsg->{from_name} on use | commit | commitdiff | tree | snapshot | 
| 2021-10-09 |  Eric Wong | http: avoid Perl target cache for psgi.input | commit | commitdiff | tree | snapshot | 
| 2021-10-09 |  Eric Wong | view: discard Eml->{bdy} when done using | commit | commitdiff | tree | snapshot | 
| 2021-10-09 |  Eric Wong | solver_git: shorten scalar lifetimes | commit | commitdiff | tree | snapshot | 
| 2021-10-09 |  Eric Wong | net_reader: hoist out _imap_fetch_bodies | commit | commitdiff | tree | snapshot | 
| 2021-10-08 |  Eric Wong | git: fatalize async callback errors by default | commit | commitdiff | tree | snapshot | 
| 2021-10-08 |  Eric Wong | git: async_abort includes --batch-check requests | commit | commitdiff | tree | snapshot | 
| 2021-10-08 |  Eric Wong | git: use async_wait_all everywhere | commit | commitdiff | tree | snapshot | 
| 2021-10-08 |  Eric Wong | overidx: each_by_mid: account for messages being deleted | commit | commitdiff | tree | snapshot | 
| 2021-10-06 |  Eric Wong | ds: tmpio: avoid Perl target cache | commit | commitdiff | tree | snapshot | 
| 2021-10-06 |  Eric Wong | msg_iter: split_quotes adds trailing "\n" | commit | commitdiff | tree | snapshot | 
| 2021-10-06 |  Eric Wong | overidx: subject_path: allow non-ASCII char in subject... | commit | commitdiff | tree | snapshot | 
| 2021-10-06 |  Eric Wong | extindex: --gc checkpoints | commit | commitdiff | tree | snapshot | 
| 2021-10-06 |  Eric Wong | xt/perf-msgview: modernize, support TEST_BLOB | commit | commitdiff | tree | snapshot | 
| 2021-10-05 |  Eric Wong | index: --reindex w/ --{since,until,before,after} | commit | commitdiff | tree | snapshot | 
| 2021-10-05 |  Eric Wong | extsearchidx: favor 20-byte OID comparison | commit | commitdiff | tree | snapshot | 
| 2021-10-05 |  Eric Wong | overidx: update comment for new sub name | commit | commitdiff | tree | snapshot | 
| 2021-10-04 |  Eric Wong | {dir,inbox}idle: use level-triggered epoll | commit | commitdiff | tree | snapshot | 
| 2021-10-04 |  Eric Wong | hl_mod: don't memoize highlight::codeGenerator objects | commit | commitdiff | tree | snapshot | 
| 2021-10-04 |  Eric Wong | www: fix ref cycle from threading w/ extindex | commit | commitdiff | tree | snapshot | 
| 2021-10-04 |  Eric Wong | t/thread-cycle: make Email::Simple optional | commit | commitdiff | tree | snapshot | 
| 2021-10-02 |  Eric Wong | extsearchidx: emit diagnostics for missing blobs | commit | commitdiff | tree | snapshot | 
| 2021-10-02 |  Eric Wong | content_hash: normalize whitespace before hashing addresses | commit | commitdiff | tree | snapshot | 
| 2021-10-02 |  Eric Wong | lei mail-diff: diagnostic command to diff mail contents | commit | commitdiff | tree | snapshot | 
| 2021-10-02 |  Eric Wong | extsearchidx: attach_config: set {ibx_map} value to... | commit | commitdiff | tree | snapshot | 
| 2021-10-02 |  Eric Wong | lei inspect: fix "mid:" prefix, expand to Xapian | commit | commitdiff | tree | snapshot | 
| 2021-10-02 |  Eric Wong | lei inspect: integerize "bytes" and "lines" fields | commit | commitdiff | tree | snapshot | 
| 2021-10-02 |  Eric Wong | extsearchidx: do not process eidxq w/o config | commit | commitdiff | tree | snapshot | 
| 2021-10-02 |  Eric Wong | doc: lei-daemon: new manpage | commit | commitdiff | tree | snapshot | 
| 2021-10-01 |  Eric Wong | ds: inline set_cloexec | commit | commitdiff | tree | snapshot | 
| 2021-10-01 |  Eric Wong | inbox: keep DB handles if git processes are live | commit | commitdiff | tree | snapshot | 
| 2021-10-01 |  Eric Wong | inbox: inline and eliminate git_cleanup | commit | commitdiff | tree | snapshot | 
| 2021-10-01 |  Eric Wong | ds: simplify signalfd use | commit | commitdiff | tree | snapshot | 
| 2021-10-01 |  Eric Wong | ipc: run Net::SSLeay::randomize | commit | commitdiff | tree | snapshot | 
| 2021-10-01 |  Eric Wong | daemon: make SO_ACCEPTFILTER a shared variable | commit | commitdiff | tree | snapshot | 
| 2021-10-01 |  Eric Wong | listener: switch to level-triggered epoll | commit | commitdiff | tree | snapshot | 
| 2021-10-01 |  Eric Wong | doc: lei-security: some more updates | commit | commitdiff | tree | snapshot | 
| 2021-10-01 |  Eric Wong | search_view: various navigation tweaks | commit | commitdiff | tree | snapshot | 
| 2021-09-29 |  Eric Wong | git: shorten --git-dir= in CLI with chdir in spawn | commit | commitdiff | tree | snapshot | 
| 2021-09-29 |  Eric Wong | ds: drop ::later support | commit | commitdiff | tree | snapshot | 
| 2021-09-29 |  Eric Wong | ds: simplify idle time expiry, slightly | commit | commitdiff | tree | snapshot | 
| 2021-09-29 |  Eric Wong | t/solver_git: fix test to work with git <2.29 | commit | commitdiff | tree | snapshot | 
| 2021-09-29 |  Eric Wong | inbox: do not vivify {-repo_objs} during cleanup | commit | commitdiff | tree | snapshot | 
| 2021-09-29 |  Eric Wong | inbox: drop memoization/preload, cleanup expires caches | commit | commitdiff | tree | snapshot | 
| 2021-09-29 |  Eric Wong | inbox: rewrite cleanup to be more aggressive | commit | commitdiff | tree | snapshot | 
| 2021-09-29 |  Eric Wong | www: do not bump {over} refcnt on long responses | commit | commitdiff | tree | snapshot | 
| 2021-09-28 |  Eric Wong | www+httpd: lower priority of large mbox downloads | commit | commitdiff | tree | snapshot | 
| 2021-09-28 |  Kyle Meyer | doc: lei-rediff: grammar fixes for --drq and --dequote... | commit | commitdiff | tree | snapshot | 
| 2021-09-27 |  Eric Wong | lei completion: workaround old Perl bug | commit | commitdiff | tree | snapshot | 
| 2021-09-27 |  Eric Wong | t/lei-index: IMAP and NNTP dependencies are optional | commit | commitdiff | tree | snapshot | 
| 2021-09-27 |  Eric Wong | fetch: support running as root | commit | commitdiff | tree | snapshot | 
| 2021-09-27 |  Eric Wong | t/cmd_ipc: allow extra errors and add diagnostics | commit | commitdiff | tree | snapshot | 
| 2021-09-27 |  Eric Wong | xt/net_writer_imap: env knobs for compress/debug/proxy | commit | commitdiff | tree | snapshot | 
| 2021-09-27 |  Eric Wong | config: get_1: use full parameter name | commit | commitdiff | tree | snapshot | 
| next |