user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
 messages from 2019-06-09 04:31:06 to 2019-06-27 22:51:49 UTC [more...]

[PATCH 0/4] www|nntp: optimize uses of Email::Simple
 2019-06-27 22:51 UTC  (5+ messages)
` [PATCH 1/4] nntp: rework and simplify art_lookup response
` [PATCH 2/4] mbox: use Email::Simple->new to do in-place modifications
` [PATCH 3/4] mbox: split header and body processing
` [PATCH 4/4] nntp: reduce syscalls for ARTICLE and BODY

RFC: marking spam via refs/notes/spam to hide it
 2019-06-27 20:18 UTC  (7+ messages)

[PATCH] watchmaildir: show the current path on spamcheck failures
 2019-06-26  9:00 UTC 

[PATCH] ds: share lazy rbuf handling between HTTP and NNTP
 2019-06-26  8:32 UTC 

[PATCH] certs/create-certs: create certs in 'certs/' directory
 2019-06-26  8:06 UTC 

[PATCH] ds: cleanup poll test and avoid clobbering imports
 2019-06-26  8:05 UTC 

[RFC] searchview: don't be too verbose about bad queries
 2019-06-26  6:35 UTC  (6+ messages)
    ` [PATCH] searchview: avoid displaying full paths on errors

Q: Did you do something to message number recently?
 2019-06-25 17:51 UTC  (9+ messages)
` [PATCH] msgmap: mid_insert: use plain "INSERT" to detect duplicates

[PATCH] listener: support publicinboxdaemon.multiaccept in config
 2019-06-25  6:41 UTC  (2+ messages)

nntp://news.public-inbox.org/ may be unstable
 2019-06-24 19:03 UTC  (2+ messages)
` TLS on news.public-inbox.org [was: may be unstable]

[PATCH 00/57] ds: shrink, TLS support, buffer writes to FS
 2019-06-24 18:28 UTC  (61+ 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
` [PATCH 39/57] daemon: map inherited sockets to well-known schemes
` [PATCH 40/57] ds|nntp: use CORE::close on socket
` [PATCH 41/57] nntp: call SSL_shutdown in normal cases
` [PATCH 42/57] t/nntpd-tls: slow client connection test
` [PATCH 43/57] daemon: use SSL_MODE_RELEASE_BUFFERS
` [PATCH 44/57] ds: allow ->write callbacks to syswrite directly
` [PATCH 45/57] nntp: reduce allocations for greeting
` [PATCH 46/57] ds: always use EV_ADD with EV_SET
` [PATCH 47/57] nntp: simplify long response logic and fix nesting
` [PATCH 48/57] ds: flush_write runs ->write callbacks even if closed
` [PATCH 49/57] nntp: lazily allocate and stash rbuf
` [PATCH 50/57] ci: require IO::KQueue on FreeBSD, for now
` [PATCH 51/57] nntp: send greeting immediately for plain sockets
` [PATCH 52/57] daemon: set TCP_DEFER_ACCEPT on everything but NNTP
` [PATCH 53/57] daemon: use FreeBSD accept filters on non-NNTP
` [PATCH 54/57] ds: split out IO::KQueue-specific code
` [PATCH 55/57] ds: reimplement IO::Poll support to look like epoll
` [PATCH 56/57] Revert "ci: require IO::KQueue on FreeBSD, for now"
` [PATCH 57/57] ds: reduce overhead of tempfile creation
` [PATCH 58/57] Makefile: skip DSKQXS in global syntax check
` [PATCH 59/57] ds: ->write must not clobber empty wbuf array

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

[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  (21+ messages)
` [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)

how's memory usage on public-inbox-httpd?
 2019-06-12 17:08 UTC  (10+ 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  (5+ messages)
` [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)


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