user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
 messages from 2021-09-23 10:36:22 to 2021-10-13 10:16:12 UTC [more...]

httpd memory usage?
 2021-10-13 10:16 UTC  (16+ messages)
` [PATCH 0/2] www: fix ref cycles when threading extindex
  ` [PATCH 1/2] t/thread-cycle: make Email::Simple optional
  ` [PATCH 2/2] www: fix ref cycle from threading w/ extindex
    ` Encode.pm leak
      ` Encode.pm leak in v2.87..v3.12
        ` [PATCH 0/7] workaround Encode leak, several test fixes
          ` [PATCH 1/7] xt/perf-msgview: drop unnecessary use_ok
          ` [PATCH 2/7] test_common: hoist out tail_f sub
          ` [PATCH 3/7] t/www_listing: require opt-in for grokmirror tests
          ` [PATCH 4/7] eml: avoid Encode 2.87..3.12 leak
          ` [PATCH 5/7] t/lei-mirror: avoid reading ~/.public-inbox/config in test
          ` [PATCH 6/7] t/git: avoid "once" warning for async_warn
          ` [PATCH 7/7] t/nntpd-tls: change diag() to like() assertion

[PATCH 0/5] warnings and such
 2021-10-13  7:00 UTC  (6+ messages)
` [PATCH 1/5] extindex: show OID on bad blob failure
` [PATCH 2/5] lei: use standard warn() in more places
` [PATCH 3/5] treewide: use warn() or carp() instead of env->{psgi.errors}
` [PATCH 4/5] extindex: set {current_info} in eidxq processing
` [PATCH 5/5] www: preload: load ExtSearch via ->ALL

[PATCH] daemon: set $SIG{__WARN__} properly
 2021-10-13  2:48 UTC 

[PATCH 0/5] fix extindex reindex harder
 2021-10-12 22:45 UTC  (6+ messages)
` [PATCH 1/5] extindex: flush pending reindex before unref
` [PATCH 2/5] lei/store: use remove_doc to save some LoC
` [PATCH 3/5] index: optimize after all SQLite DB commits
` [PATCH 4/5] doc: relnotes: note some recent improvements
` [PATCH 5/5] lei up --all: show output for warnings

Is it safe to round-robin the nntp server?
 2021-10-12 12:28 UTC  (5+ messages)

[PATCH 0/9] various read-only daemon and WWW things
 2021-10-12 11:47 UTC  (10+ messages)
` [PATCH 1/9] daemon: use v5.10.1, disable local warnings
` [PATCH 2/9] daemon: quiet down Eml-related warnings
` [PATCH 3/9] search: delete QueryParser along with DB handle
` [PATCH 4/9] nntp: use defined-OR from Perl 5.10 for msgid check
` [PATCH 5/9] msgmap: use DBI->prepare_cached
` [PATCH 6/9] msgmap: share most of check_inodes w/ over
` [PATCH 7/9] daemon: unconditionally close Xapian shards on cleanup
` [PATCH 8/9] msgmap: ->new_file to supports $ibx arg, drop ->new
` [PATCH 9/9] www: _/text/config/raw Last-Modified: is mm->created_at

[PATCH] isearch: do not access Extsearch->{over} directly
 2021-10-12  8:40 UTC 

[PATCH 0/6] extindex: --reindex --fast gets faster
 2021-10-11  8:06 UTC  (7+ messages)
` [PATCH 1/6] extindex: speed up --reindex --fast
` [PATCH 2/6] sqlite: PRAGMA optimize on close
` [PATCH 3/6] extindex: rename var: active => active_shards
` [PATCH 4/6] extindex: share unref logic in more places
` [PATCH 5/6] extindex: more consistent doc removal
` [PATCH 6/6] extindex: avoid invalid blobs after unref

[PATCH] doc: lei-refresh-mail-sync: drop repeated word
 2021-10-11  5:09 UTC  (2+ messages)

[PATCH 0/8] extindex and then some
 2021-10-10 14:25 UTC  (9+ messages)
` [PATCH 1/8] lei_to_mail: show --output on augment progress failure
` [PATCH 2/8] admin: add '# ' prefix for progress messages
` [PATCH 3/8] set nodatacow on more SQLite files
` [PATCH 4/8] extindex: speed up Xapian cleanup in --gc
` [PATCH 5/8] extindex: minor cost reductions
` [PATCH 6/8] extindex: --gc doesn't touch ghost entries
` [PATCH 7/8] lei/store: keep ".err-XXXX" in stderr tmpfile
` [PATCH 8/8] extindex: sync each inbox before checking for missed messages

[CFT] SQLite and mmap
 2021-10-10  9:14 UTC 

[PATCH] extindex: support --reindex --fast
 2021-10-09 12:15 UTC  (2+ messages)

[PATCH 0/4] WWW-related memory savings
 2021-10-09 12:03 UTC  (5+ messages)
` [PATCH 1/4] solver_git: shorten scalar lifetimes
` [PATCH 2/4] view: discard Eml->{bdy} when done using
` [PATCH 3/4] http: avoid Perl target cache for psgi.input
` [PATCH 4/4] view: save memory by dropping smsg->{from_name} on use

[PATCH] net_reader: hoist out _imap_fetch_bodies
 2021-10-08 22:00 UTC 

Troubleshooting threads missing from /all/
 2021-10-08 21:34 UTC  (24+ messages)

[PATCH 0/3] git: propagate die from async callbacks
 2021-10-08 10:20 UTC  (4+ messages)
` [PATCH 1/3] git: use async_wait_all everywhere
` [PATCH 2/3] git: async_abort includes --batch-check requests
` [PATCH 3/3] git: fatalize async callback errors by default

[PATCH] overidx: each_by_mid: account for messages being deleted
 2021-10-07  8:29 UTC 

[PATCH] ds: tmpio: avoid Perl target cache
 2021-10-06 11:50 UTC 

[PATCH] msg_iter: split_quotes adds trailing "\n"
 2021-10-06 11:19 UTC 

[PATCH] overidx: subject_path: allow non-ASCII char in subject matches
 2021-10-06 10:12 UTC 

[PATCH] extindex: --gc checkpoints
 2021-10-06  9:44 UTC 

[PATCH] xt/perf-msgview: modernize, support TEST_BLOB
 2021-10-06  9:42 UTC 

[PATCH 0/3] some indexing stuff
 2021-10-05  9:40 UTC  (4+ messages)
` [PATCH 1/3] extsearchidx: favor 20-byte OID comparison
` [PATCH 2/3] overidx: update comment for new sub name
` [PATCH 3/3] index: --reindex w/ --{since,until,before,after}

[PATCH 0/4] lei mail-diff and other small things
 2021-10-05  7:09 UTC  (6+ messages)
` [PATCH 1/4] extsearchidx: attach_config: set {ibx_map} value to $ibx
` [PATCH 2/4] lei mail-diff: diagnostic command to diff mail contents
` [PATCH 3/4] content_hash: normalize whitespace before hashing addresses
` [PATCH 4/4] extsearchidx: emit diagnostics for missing blobs

[PATCH] extsearchidx: favor 20-byte OID comparison
 2021-10-04 11:12 UTC 

[PATCH] overidx: update comment for new sub name
 2021-10-04 11:11 UTC 

[PATCH] {dir,inbox}idle: use level-triggered epoll
 2021-10-04  9:55 UTC  (2+ messages)

[PATCH] hl_mod: don't memoize highlight::codeGenerator objects
 2021-10-04  9:50 UTC  (2+ messages)

[PATCH 0/9] daemon-related things
 2021-10-04  3:16 UTC  (13+ messages)
` [PATCH 1/9] doc: lei-security: some more updates
` [PATCH 2/9] listener: switch to level-triggered epoll
` [PATCH 3/9] daemon: make SO_ACCEPTFILTER a shared variable
` [PATCH 4/9] ipc: run Net::SSLeay::randomize
` [PATCH 5/9] ds: simplify signalfd use
` [PATCH 6/9] inbox: inline and eliminate git_cleanup
` [PATCH 7/9] inbox: keep DB handles if git processes are live
` [PATCH 8/9] ds: inline set_cloexec
` [PATCH 9/9] doc: lei-daemon: new manpage

[PATCH 0/2] lei inspect stuffs
 2021-10-02  8:16 UTC  (3+ messages)
` [PATCH 1/2] lei inspect: integerize "bytes" and "lines" fields
` [PATCH 2/2] lei inspect: fix "mid:" prefix, expand to Xapian

[PATCH] extsearchidx: do not process eidxq w/o config
 2021-10-01 21:44 UTC 

[PATCH] search_view: various navigation tweaks
 2021-10-01  2:10 UTC 

[PATCH] git: shorten --git-dir= in CLI with chdir in spawn
 2021-09-29 21:25 UTC 

[PATCH 0/2] ds: some more timer/cleanup stuff
 2021-09-29 12:40 UTC  (3+ messages)
` [PATCH 1/2] ds: simplify idle time expiry, slightly
` [PATCH 2/2] ds: drop ::later support

[PATCH] t/solver_git: fix test to work with git <2.29
 2021-09-29  3:02 UTC 

solver: 'BUG {try_gits} empty' error
 2021-09-29  0:55 UTC  (3+ messages)
` [PATCH] inbox: do not vivify {-repo_objs} during cleanup

[PATCH 0/3] www: more aggressive cleanup of SQLite DBs
 2021-09-28 23:11 UTC  (4+ messages)
` [PATCH 1/3] www: do not bump {over} refcnt on long responses
` [PATCH 2/3] inbox: rewrite cleanup to be more aggressive
` [PATCH 3/3] inbox: drop memoization/preload, cleanup expires caches

[PATCH] www+httpd: lower priority of large mbox downloads
 2021-09-28  7:53 UTC 

[PATCH] doc: lei-rediff: grammar fixes for --drq and --dequote-only
 2021-09-28  1:05 UTC  (2+ messages)

latest make test failures on CentOS-7
 2021-09-27 21:40 UTC  (11+ messages)
` [PATCH] t/cmd_ipc: allow extra errors and add diagnostics
` -fetch failures [was: latest make test failures on CentOS-7]
    ` [PATCH 0/3] fixes for odd/old/missing dependencies
      ` [PATCH 1/3] fetch: support running as root
      ` [PATCH 2/3] t/lei-index: IMAP and NNTP dependencies are optional
      ` [PATCH 3/3] lei completion: workaround old Perl bug

[PATCH] xt/net_writer_imap: env knobs for compress/debug/proxy
 2021-09-27  9:23 UTC 

[PATCH] config: get_1: use full parameter name
 2021-09-27  7:53 UTC 

[PATCH 0/2] lei rediff: --drq and --dequote-only
 2021-09-27  4:59 UTC  (3+ messages)
` [PATCH 1/2] lei rediff: quiet warnings from Import and Eml
` [PATCH 2/2] lei rediff: add --drq and --dequote-only

[PATCH] net_reader: drop support for IgnoreSizeErrors option
 2021-09-26 21:25 UTC 

[PATCH] lei: ensure refresh_watches isn't called from workers
 2021-09-26  5:38 UTC 

[PATCH] t/run.perl: less confusing error reporting
 2021-09-26  1:42 UTC 

[PATCH] inbox: cloneurl: avoid undef to hash table value
 2021-09-26  1:42 UTC 

[PATCH] lei -f reply: fix Cc: header combining
 2021-09-26  1:42 UTC 

[PATCH 0/2] wwwlisting shows /all/
 2021-09-26  1:30 UTC  (2+ messages)
` [PATCH] www_listing: support /all/ search as a 302 redirect

[PATCH] lei note-event: ignore kw_changed exceptions
 2021-09-26  0:02 UTC 

[PATCH 0/2] www: shrink per-inbox hashtable slots
 2021-09-25 22:16 UTC  (3+ messages)
` [PATCH 1/2] extmsg: search_partial: use ->isrch if available
` [PATCH 2/2] search: avoid setting undef hashtable entries

[PATCH 0/3] lei *-external: split off into separate files
 2021-09-25  8:49 UTC  (4+ messages)
` [PATCH 1/3] lei forget-external: split into separate file
` [PATCH 2/3] lei add-external: "
` [PATCH 3/3] lei ls-external: "

[PATCH] doc: lei-rm: remove unnecessary -F values
 2021-09-25  7:08 UTC 

[PATCH] lei: make pkt_op easier-to-use and understand
 2021-09-25  6:17 UTC 

[PATCH 0/3] lei: some robustness fixes
 2021-09-25  5:49 UTC  (4+ messages)
` [PATCH 1/3] lei up: show timezone offset with localtime
` [PATCH 2/3] lei: restore old sigmask before daemon exit
` [PATCH 3/3] lei2mail: augment_inprogress: guard against closed FDs

[PATCH 0/5] clone|fetch: flesh out partial mirror support
 2021-09-25  3:21 UTC  (7+ messages)
` [PATCH 1/5] clone|--mirror: support --epoch=RANGE for partial clones
` [PATCH 2/5] fetch: fix skipping with multi-epoch inboxes
` [PATCH 3/5] clone|--mirror: fix and test against pre-manifest WWW
` [PATCH 4/5] clone|fetch|--mirror: cull manifest in partial mirrors
` [PATCH 5/5] fetch: support v2 w/o manifest on old WWW
` [PATCH 6/5] t/v2mirror: check dependencies for legacy test

[PATCH 0/4] doc: lei: some manpage updaets
 2021-09-24 12:51 UTC  (5+ messages)
` [PATCH 1/4] doc: lei blob+rediff+p2q: add notes about git directory
` [PATCH 2/4] doc: lei-overview: implicit stdin, correct Inline::C notes
` [PATCH 3/4] doc: lei-index: remove --stdin, reword -F
` [PATCH 4/4] doc: lei: manpages for export-kw and refresh-mail-sync

[PATCH] lei_xsearch: use localtime for user message
 2021-09-23 10:37 UTC 

[PATCH] lei: common --all[=remote|local] help message
 2021-09-23 10:36 UTC 


Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).