messages from 2019-05-22 02:14:04 to 2019-06-12 16:50:31 UTC [more...]
[RFC] v2writable: use a smaller default for Xapian partitions
2019-06-12 16:50 UTC
error: failed to run repack
2019-06-12 13:05 UTC (3+ messages)
[RFC] searchview: don't be too verbose about bad queries
2019-06-12 8:36 UTC (2+ messages)
[PATCH 00/11] v2: implement message editing
2019-06-12 0:25 UTC (30+ messages)
` [PATCH 01/11] v2writable: consolidate overview and indexing call
` [PATCH 02/11] import: extract_author_info becomes extract_commit_info
` [PATCH 03/11] import: switch to "replace_oids" interface for purge
` [PATCH 04/11] v2writable: implement ->replace call
` [PATCH 05/11] admin: remove warning arg for unconfigured inboxes
` [PATCH 06/11] purge: start moving common options to AdminEdit module
` [PATCH 07/11] admin: beef up resolve_inboxes to handle purge options
` [PATCH 08/11] AdminEdit: move editability checks from -purge
` [PATCH 09/11] admin: expose ->config
` [PATCH 10/11] doc: document the --prune option for -index
` [PATCH 11/11] edit: new tool to perform edits
` [PATCH 12/11] edit|purge: improve output on rewrites
` [WIP] v2writable: support INBOX_DEBUG=replace
` [WIP] add more debug tracing around idx_init
` [PATCH] searchidx: improve error message when Xapian fails
` [PATCH 13/11] edit: drop unwanted headers before noop check
` [PATCH 14/11] v2writable: replace: kill git processes before reindexing
` [PATCH 15/11] edit: unlink temporary file when done
[PATCH] edit: fix portability of editor invocation
2019-06-10 23:53 UTC
how's memory usage on public-inbox-httpd?
2019-06-10 10:09 UTC (10+ messages)
` [RFC] optionally support glibc malloc_info via SIGCONT
[PATCH 0/4] grokmirror-compatible manifests
2019-06-10 6:21 UTC (6+ messages)
` [PATCH 1/4] wwwlisting: allow hiding entries from manifest
` [PATCH 2/4] wwwlisting: generate grokmirror-compatible manifest.js.gz
` [PATCH 3/4] www: wire up /$INBOX/manifest.js.gz, too
` [PATCH 4/4] www: support $INBOX/git/$EPOCH.git for v2 cloning
` [PATCH 5/4] git: ensure ->modified returns an integer
[PATCH 0/9] ds: Diet Socket
2019-06-10 5:18 UTC (10+ messages)
` [PATCH 1/9] ds: simplify write buffer accounting
` [PATCH 2/9] ds: cleanup Errno imports and favor constant comparisons
` [PATCH 3/9] ds: reduce Errno imports and drop ->close reason
` [PATCH 4/9] ds: remove {fd} field
` [PATCH 5/9] ds: remove steal_socket method
` [PATCH 6/9] nntp: use sysread to append to existing buffer
` [PATCH 7/9] ds: remove read method, here, too
` [PATCH 8/9] ds: do not distinguish between POLLHUP and POLLERR
` [PATCH 9/9] ds: stop caring about event flags set by epoll/poll/kqueue
[PATCH] doc: index.pod: fix mismatched =back
2019-06-10 2:44 UTC
[PATCH] doc: generate manpage and HTML from -convert POD
2019-06-09 9:10 UTC
[PATCH] doc: clean-doc target removes *.8 manpages
2019-06-09 9:10 UTC
[RFC] make external urls user configurable
2019-06-09 7:16 UTC (3+ messages)
[PATCH] scripts: add README to describe its purpose
2019-06-05 2:21 UTC
[PATCH 26/24] scripts: require ASCII digits in a few places
2019-06-05 2:18 UTC
[PATCH 00/24] fix IDN linkification, add paranoia
2019-06-05 2:18 UTC (26+ messages)
` [PATCH 01/24] linkify: support Internationalized Domain Names in URLs
` [PATCH 02/24] nntp: be explicit about ASCII digit matches
` [PATCH 03/24] nntp: ensure we only handle ASCII whitespace
` [PATCH 04/24] mid: id_compress requires ASCII-clean words
` [PATCH 05/24] feed: only accept ASCII digits for ref~$N
` [PATCH 06/24] http: require SERVER_PORT to be ASCII digit
` [PATCH 07/24] wwwlisting: require ASCII digit for port number
` [PATCH 08/24] wwwattach: only pass the charset through if ASCII
` [PATCH 09/24] www: only emit ASCII chars in attachment filenames
` [PATCH 10/24] www: require ASCII filenames in git blob downloads
` [PATCH 11/24] config: do not accept non-ASCII digits in cgitrc params
` [PATCH 12/24] newswww: only accept ASCII digits as article numbers
` [PATCH 13/24] view: require YYYYmmDD(HHMMSS) timestamps to be ASCII
` [PATCH 14/24] githttpbackend: require Range:, Status: to be ASCII digits
` [PATCH 15/24] searchview: do not allow non-ASCII offsets and limits
` [PATCH 16/24] msgtime: require ASCII digits for parsing dates
` [PATCH 17/24] filter/rubylang: require ASCII digit for mailcount
` [PATCH 18/24] inbox: require ASCII digits for feedmax var
` [PATCH 19/24] solver|viewdiff: restrict digit matches to ASCII
` [PATCH 20/24] www: require ASCII digit for git epoch
` [PATCH 21/24] require ASCII digits for local FS items
` [PATCH 22/24] githttpbackend: require ASCII in path
` [PATCH 23/24] www: require ASCII range for mbox downloads
` [PATCH 24/24] www: require ASCII word characters for CSS filenames
` [PATCH 25/24] tighten up digit matches to ASCII for git output
[PATCH] t: avoid "subtest" for Perl 5.10.1 compatibility
2019-06-04 11:36 UTC
[PATCH] examples: add sample nginx configuration
2019-06-04 10:24 UTC (2+ messages)
[PATCH 0/6] ds: less is more
2019-06-03 9:03 UTC (8+ messages)
` [PATCH 1/6] ds: drop more unused subs
` [PATCH 2/6] ds: add a note about planned future changes
` [PATCH 3/6] ds: drop set_writer_func support
` [PATCH 4/6] ds: drop checks for invalid descriptors
` [PATCH 5/6] ds: drop unused EVENT: label in epoll code path
` [PATCH 6/6] ds: drop write_set_watch field
` [PATCH 7/6] ds: remove PLCMap and per-socket PostLoopCallback
[PATCH] t/psgi_search.t: require DBD::SQLite
2019-06-03 1:40 UTC
[RFC] start depending on Perl 5.10.1+
2019-06-02 20:13 UTC (3+ messages)
[PATCH] ds: fix and test for FD leaks with kqueue on ->Reset
2019-06-01 22:26 UTC (2+ messages)
[PATCH] doc/v2: note that Xapian is now optional in v2
2019-06-01 7:38 UTC
[PATCH] ds: set close-on-exec flag on epoll descriptors
2019-06-01 3:46 UTC
[PATCH 0/2] git: a few minor cleanup tweaks to daemons
2019-06-01 3:37 UTC (3+ messages)
` [PATCH 1/2] git: unconditional expiry
` [PATCH 2/2] git: drop the deleted err_c file
[PATCH] TODO: add item for optional Cache::FastMmap
2019-05-31 17:23 UTC
[PATCH] viewdiff: avoid repeat variable expansion
2019-05-31 16:46 UTC
[PATCH] doc/hosted: drop some links and clarify wording
2019-05-30 7:11 UTC
[PATCH 0/4] v2writable: speedup no-op -index invocation
2019-05-30 6:52 UTC (5+ messages)
` [PATCH 1/4] v2writable: split off unindex_range mapping
` [PATCH 2/4] v2writable: hoist out index_epoch sub
` [PATCH 3/4] v2writable: avoid mm_tmp creation without regen
` [PATCH 4/4] v2writable: short-circuit is_ancestor check on equality
[PATCH 0/2] improve support for unconfigured inboxes
2019-05-29 20:56 UTC (3+ messages)
` [PATCH 1/2] index: remove warning on "
` [PATCH 2/2] searchidx: store indexlevel=medium as metadata
[PATCH 0/2] minor build/test tweaks
2019-05-29 8:45 UTC (3+ messages)
` [PATCH 1/2] Makefile.PL: allow `N' variable to be set in local config.mak
` [PATCH 2/2] Makefile.PL: enable prove warnings
[PATCH 00/10] index: support progress output
2019-05-29 8:29 UTC (11+ messages)
` [PATCH 01/10] v2writable: introduce $sync state and put mm_tmp in it
` [PATCH 02/10] v2writable: sync: move delete markers into $sync state
` [PATCH 03/10] v2writable: move {reindex} field to "
` [PATCH 04/10] v2writable: move {regen} into "
` [PATCH 05/10] v2writable: move {ranges} "
` [PATCH 06/10] v2writable: localize unindex-range.$EPOCH to "
` [PATCH 07/10] v2writable: use prototypes for internal subs
` [PATCH 08/10] v2writable: move index_sync options to sync state
` [PATCH 09/10] index: support --verbose option
` [PATCH 10/10] v2writable: show progress updates for index_sync
--reindex buggy wrt NNTP numbers, fixes coming
2019-05-27 18:45 UTC (5+ messages)
` [PATCH 0/3] fix --reindex skipping NNTP article numbers
` [PATCH 1/3] t/v1reindex.t: fix typo in setting `indexlevel'
` [PATCH 2/3] searchidx: fix obvious typo
` [PATCH 3/3] v2: fix reindex skipping NNTP article numbers
[PATCH] viewvcs: keep temporary Solver dir for large streams
2019-05-26 8:24 UTC
[PATCH] v2writable: fix assertions around reindexing
2019-05-25 19:19 UTC
[PATCH] contrib/css: mark as CC0 (public domain)
2019-05-25 19:13 UTC
[PATCH] t/indexlevels: fix indexlevel of ro_mirror
2019-05-25 9:42 UTC
[PATCH] v2writable: drop unused $last_commits var
2019-05-25 9:42 UTC
[PATCH] msgmap: remove double negative
2019-05-25 9:40 UTC
[PATCH] PublicInbox::Import Extend add with a optional raw message parameter
2019-05-24 11:44 UTC (7+ messages)
` TLS support and event loops
[PATCH] TODO: more stuff: bundles, synonyms, dogfooding
2019-05-24 9:33 UTC
[PATCH 0/7] various documentation fixes
2019-05-24 2:57 UTC (8+ messages)
` [PATCH 1/7] doc: index: fix miscapitalization of "SQLite"
` [PATCH 2/7] doc: daemon: fix manpage section for nginx
` [PATCH 3/7] doc: don't barf on missing `git set-file-times'
` [PATCH 4/7] doc: sync .txt mtime to .pod mtime
` [PATCH 5/7] doc: generate manpages for some Xapian commands
` [PATCH 6/7] doc: xcpdb: add switch documentation
` [PATCH 7/7] doc: add URLs for Xapian manpages
[PATCH] search: don't log all warnings on retry_reopen
2019-05-24 1:12 UTC
[PATCH 00/26] xcpdb: ease Xapian DB format migrations
2019-05-23 10:37 UTC (28+ messages)
` [PATCH 01/26] t/convert-compact: skip on missing xapian-compact(1)
` [PATCH 02/26] v1writable: retire in favor of InboxWritable
` [PATCH 03/26] doc: document the reason for --no-renumber
` [PATCH 04/26] search: reenable phrase search on non-chert Xapian
` [PATCH 05/26] xapcmd: new module for wrapping Xapian commands
` [PATCH 06/26] admin: hoist out resolve_inboxes for -compact and -index
` [PATCH 07/26] xapcmd: support spawn options
` [PATCH 08/26] xcpdb: new tool which wraps Xapian's copydatabase(1)
` [PATCH 09/26] xapcmd: do not cleanup on errors
` [PATCH 10/26] admin: move index_inbox over
` [PATCH 11/26] xcpdb: implement using Perl bindings
` [PATCH 12/26] xapcmd: xcpdb supports compaction
` [PATCH 13/26] v2writable: hoist out log_range sub for readability
` [PATCH 14/26] xcpdb: use fine-grained locking
` [PATCH 15/26] xcpdb: implement progress reporting
` [PATCH 16/26] xcpdb: cleanup error handling and diagnosis
` [PATCH 17/26] xapcmd: avoid EXDEV when finalizing changes
` [PATCH 18/26] doc: xcpdb: update to reflect the current state
` [PATCH 19/26] xapcmd: use "print STDERR" for progress reporting
` [PATCH 20/26] xcpdb: show re-indexing progress
` [PATCH 21/26] xcpdb: remove temporary directories on aborts
` [PATCH 22/26] compact: reuse infrastructure from xcpdb
` [PATCH 23/26] xcpdb|compact: support some xapian-compact switches
` [PATCH 24/26] xapcmd: cleanup on interrupted xcpdb "--compact"
` [PATCH 25/26] xcpdb|compact: support --jobs/-j flag like gmake(1)
` [PATCH 26/26] xapcmd: do not reset %SIG until last Xtmpdir is done
` [PATCH 27/26] doc: various updates to reflect current state
[PATCH 0/5] DS: drop more unused stuff
2019-05-22 21:46 UTC (6+ messages)
` [PATCH 1/5] DS: get rid of unused methods and aliases
` [PATCH 2/5] DS: remove support OtherFds code
` [PATCH 3/5] DS: drop $VERSION var
` [PATCH 4/5] DS: remove IPPROTO_TCP import
` [PATCH 5/5] DS: warn on deprecations
[PATCH] usercontent: stop relying on autodie
2019-05-22 7:29 UTC
[PATCH 0/5] fixes for CentOS 7
2019-05-22 2:14 UTC (3+ messages)
` [PATCH 4/5] t/search*: require DBI and DBD::SQLite, too
` [PATCH 5/5] ci: support CentOS-7
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).