user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
 messages from 2019-06-04 11:27:48 to 2019-06-24 02:56:51 UTC [more...]

[PATCH 00/57] ds: shrink, TLS support, buffer writes to FS
 2019-06-24  2:52 UTC  (39+ messages)
` [PATCH 01/57] ds: get rid of {closed} field
` [PATCH 02/57] ds: get rid of more unused debug instance methods
` [PATCH 03/57] ds: use and export monotonic now()
` [PATCH 04/57] AddTimer: avoid clock_gettime for the '0' case
` [PATCH 05/57] ds: get rid of on_incomplete_write wrapper
` [PATCH 06/57] ds: lazy initialize wbuf_off
` [PATCH 07/57] ds: split out from ->flush_write and ->write
` [PATCH 08/57] ds: lazy-initialize wbuf
` [PATCH 09/57] ds: don't pass `events' arg to EPOLL_CTL_DEL
` [PATCH 10/57] ds: remove support for DS->write(undef)
` [PATCH 11/57] http: favor DS->write(strref) when reasonable
` [PATCH 12/57] ds: share send(..., MSG_MORE) logic
` [PATCH 13/57] ds: switch write buffering to use a tempfile
` [PATCH 14/57] ds: get rid of redundant and unnecessary POLL* constants
` [PATCH 15/57] syscall: get rid of unused EPOLL* constants
` [PATCH 16/57] syscall: get rid of unnecessary uname local vars
` [PATCH 17/57] ds: set event flags directly at initialization
` [PATCH 18/57] ds: import IO::KQueue namespace
` [PATCH 19/57] ds: share watch_chg between watch_read/watch_write
` [PATCH 20/57] ds: remove IO::Poll support (for now)
` [PATCH 21/57] ds: get rid of event_watch field
` [PATCH 22/57] httpd/async: remove EINTR check
` [PATCH 23/57] spawn: remove `Blocking' flag handling
` [PATCH 24/57] qspawn: describe where `$rpipe' come from
` [PATCH 25/57] http|nntp: favor "$! == EFOO" over $!{EFOO} checks
` [PATCH 26/57] ds: favor `delete' over assigning fields to `undef'
` [PATCH 27/57] http: don't pass extra args to PublicInbox::DS::close
` [PATCH 28/57] ds: pass $self to code references
` [PATCH 29/57] evcleanup: replace _run_asap with `event_step' callback
` [PATCH 30/57] ds: remove pointless exit calls
` [PATCH 31/57] http|nntp: be explicit about bytes::length on rbuf
` [PATCH 32/57] ds: hoist out do_read from NNTP and HTTP
` [PATCH 33/57] nntp: simplify re-arming/requeue logic
` [PATCH 34/57] allow use of PerlIO layers for filesystem writes
` [PATCH 35/57] ds: deal better with FS-related errors IO buffers
` [PATCH 36/57] nntp: wait for writability before sending greeting
` [PATCH 37/57] nntp: NNTPS and NNTP+STARTTLS working
` [PATCH 38/57] certs/create-certs.perl: fix cert validity on 32-bit

Setting descriptions in manifest.js
 2019-06-23 17:42 UTC  (3+ messages)
` [PATCH] manifest: v2 epoch descriptions based on inbox->description

nntp://news.public-inbox.org/ may be unstable
 2019-06-21 17:21 UTC 

[PATCH] t/httpd-corner: ensure chunk payload read doesn't overreach
 2019-06-20  1:16 UTC 

[PATCH] t/httpd-corner.t: fix braino :x
 2019-06-20  0:23 UTC 

[PATCH] ds: stop distinguishing event read and write callbacks
 2019-06-16 17:45 UTC 

[PATCH] t/replace.t: fix SKIP label for testing w/o Xapian
 2019-06-16  3:22 UTC 

[WIP] searchidx: use "++" overloading in Search::Xapian::PostingIterator
 2019-06-16  1:50 UTC 

[PATCH] xcpdb: don't warn on --jobs != --reshard
 2019-06-16  1:41 UTC 

[PATCH] t/psgi_search.t: use higher-level APIs
 2019-06-16  0:57 UTC 

public-inbox-httpd feature request: sort oldest-first
 2019-06-15 20:37 UTC  (4+ messages)

[PATCH 0/2] support reversing search results
 2019-06-15 20:23 UTC  (3+ messages)
` [PATCH 1/2] searchview: support negative offsets to reverse ordering
` [PATCH 2/2] searchview: add link at bottom to reverse results

[PATCH] t/git-http-backend: explain purpose of test
 2019-06-15 17:38 UTC 

[PATCH 00/20] v2: use consistent terminology
 2019-06-15  8:47 UTC  (21+ messages)
` [PATCH 01/20] doc: rename our Xapian "partitions" to "shards"
` [PATCH 02/20] v2writable: update comments regarding xcpdb --reshard
` [PATCH 03/20] admin|xapcmd: user-facing messages say "shard"
` [PATCH 04/20] rename reference to git epochs as "partitions"
` [PATCH 05/20] searchidxpart: start using "shard" in user-visible places
` [PATCH 06/20] v2writable: count_partitions => count_shards
` [PATCH 07/20] v2writable: rename {partitions} field to {shards}
` [PATCH 08/20] tests: change messages to use "shard" instead of partition
` [PATCH 09/20] inboxwritable: s/partitions/shards/ in local var
` [PATCH 10/20] v2: rename SearchIdxPart => SearchIdxShard
` [PATCH 11/20] xapcmd: update comments referencing "partitions"
` [PATCH 12/20] search*: rename {partition} => {shard}
` [PATCH 13/20] v2writable: avoid "part" in internal subs and fields
` [PATCH 14/20] v2writable: rename local vars to match Xapian terminology
` [PATCH 15/20] adminedit: "part" => "shard" for local variables
` [PATCH 16/20] v2writable: use "epoch" consistently when referring to git repos
` [PATCH 17/20] search: use "shard" for local variable
` [PATCH 18/20] xapcmd: favor 'shard' over 'part' in local variables
` [PATCH 19/20] t/xcpdb-reshard: use 'shard' term "
` [PATCH 20/20] comments: replace "partition" with "shard"

[PATCH] v2writable: fix brainfart when capping NPROC_MAX_DEFAULT
 2019-06-14 21:45 UTC 

[PATCH] Makefile.PL: add test scripts to syntax checks
 2019-06-14 17:26 UTC 

[PATCH 0/2] search*: require Inbox refs for ->new
 2019-06-14 17:17 UTC  (3+ messages)
` [PATCH 1/2] searchidx: require PublicInbox::Inbox (or InboxWritable) ref
` [PATCH 2/2] search: require PublicInbox::Inbox ref here

[PATCH] t/www_listing: favor HTTP::Tiny over Net::HTTP
 2019-06-14 16:47 UTC 

[PATCH 0/4] xcpdb: support resharding Xapian DBs
 2019-06-14  3:03 UTC  (5+ messages)
` [PATCH 1/4] v2writable: use a smaller default for Xapian partitions
` [PATCH 2/4] xapcmd: preserve indexlevel based on the destination
` [PATCH 3/4] xcpdb: use destination shard as progress prefix
` [PATCH 4/4] xcpdb: support resharding v2 repos

[PATCH] nntp: filter out duplicate Message-IDs for leafnode
 2019-06-14  0:53 UTC 

interop with leafnode
 2019-06-13 20:46 UTC  (4+ messages)
    ` [PATCH] nntp: ensure Message-ID is not folded for leafnode

[PATCH] nntp: add Path: header for leafnode
 2019-06-13 17:53 UTC  (2+ messages)

[PATCH] git: remove cat_file sub callback interface
 2019-06-13  8:10 UTC 

[PATCH 00/11] v2: implement message editing
 2019-06-13  8:07 UTC  (31+ 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] Makefile.PL: "dsyn" target to check syntax of changed files
 2019-06-13  3:44 UTC 

[PATCH] doc: update dependencies for CentOS 7.x
 2019-06-13  2:26 UTC 

[PATCH] t/common.perl: fix error message for git requirements
 2019-06-13  1:53 UTC 

[PATCH] searchmsg: remove unused ->get subroutine
 2019-06-13  1:52 UTC 

[RFC][PATCH] Config.pm: Add support for mailing list information
 2019-06-13  0:45 UTC  (4+ messages)

[RFC] searchview: don't be too verbose about bad queries
 2019-06-12 17:18 UTC  (3+ messages)

how's memory usage on public-inbox-httpd?
 2019-06-12 17:08 UTC  (11+ messages)
            ` [RFC] optionally support glibc malloc_info via SIGCONT

error: failed to run repack
 2019-06-12 17:02 UTC  (4+ messages)

[RFC] v2writable: use a smaller default for Xapian partitions
 2019-06-12 16:50 UTC 

[PATCH] edit: fix portability of editor invocation
 2019-06-10 23:53 UTC 

[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 


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).