user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
 messages from 2019-03-12 04:00:46 to 2019-05-23 09:37:10 UTC [more...]

[PATCH 00/26] xcpdb: ease Xapian DB format migrations
 2019-05-23  9:36 UTC  (17+ 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 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  (6+ messages)
` [PATCH 1/5] init: preserve permissions for git prior to 2.1.0
` [PATCH 2/5] t/watch_filter_rubylang: disable v2 test for git < 2.6
` [PATCH 3/5] git: workaround old git-rev-parse(1) (--git-path)
` [PATCH 4/5] t/search*: require DBI and DBD::SQLite, too
` [PATCH 5/5] ci: support CentOS-7

[PATCH 0/6] make Search::Xapian optional for v2, NNTP, etc
 2019-05-22  0:35 UTC  (8+ messages)
` [PATCH 1/6] inbox: add ->over method to ease access
` [PATCH 2/6] nntp: use Inbox->over directly
` [PATCH 3/6] www: use Inbox->over where appropriate
` [PATCH 4/6] lazy load Xapian and make it optional for v2
` [PATCH 5/6] searchidx: do not create empty Xapian partitions for basic
` [PATCH 6/6] admin: improve warnings and errors for missing modules

[PATCH] searchidx: remove unused Compress::Zlib import
 2019-05-21 11:35 UTC 

[PATCH] PublicInbox::Import Extend add with a optional raw message parameter
 2019-05-19 22:04 UTC  (6+ messages)

[RFC][PATCH] Config.pm: Add support for mailing list information
 2019-05-18 15:22 UTC  (3+ messages)

[PATCH] PublicInbox::Import::add: Consolidate subject handling
 2019-05-18  8:04 UTC  (2+ messages)

[PATCH] www: unescape '+' => ' ' before general URI unescape
 2019-05-16  7:24 UTC 

[PATCH] search: disable phrase searching, for now
 2019-05-16  3:47 UTC 

[PATCH] view: perform highlighting for space-prefixed diffs
 2019-05-16  1:29 UTC 

[PATCH] remove hard Devel::Peek dependency and lazy load for daemons
 2019-05-15 10:57 UTC 

[PATCH] inbox: remove POSIX strftime import
 2019-05-15 10:42 UTC 

[PATCH] doc: add marketing guide
 2019-05-15  9:04 UTC 

[PATCH 0/4] test loading cleanups
 2019-05-14  4:02 UTC  (6+ messages)
` [PATCH 1/4] tests: remove unnecessary loading of ::DS and Socket
` [PATCH 2/4] t/config.t: remove Data::Dumper dependency
` [PATCH 3/4] t/nntp.t: skip if Data::Dumper is missing
` [PATCH 4/4] tests: get rid of unnecessary Cwd module use
  ` [PATCH v2 "

[WIP] searchidx: support incremental indexing on indexlevel=basic
 2019-05-14  2:04 UTC  (5+ messages)
` [PATCH 0/3] incremental index fixes for indexlevel=basic
  ` [PATCH 1/3] v1writable: new wrapper which is closer to v2writable
  ` [PATCH 2/3] v2writable: allow setting nproc via creat options
  ` [PATCH 3/3] searchidx: fix incremental index with indexlevel=basic on v1

Random idea: Exporting GitHub to mailing lists
 2019-05-14  1:03 UTC  (6+ messages)

[PATCH] listener: support publicinboxdaemon.multiaccept in config
 2019-05-13  2:56 UTC 

[PATCH] INSTALL: fix Date::Parse dependency for Debian
 2019-05-10 20:23 UTC  (4+ messages)
` Date::Parse RPM dependency? [was: fix Date::Parse dependency for Debian]

[PATCH 0/9] install updates
 2019-05-09  7:51 UTC  (10+ messages)
` [PATCH 1/9] INSTALL: update with FreeBSD pkg names and reorder
` [PATCH 2/9] INSTALL: depend on Encode instead of Encode::MIME::Header
` [PATCH 3/9] INSTALL: note xapian-compact(1) tool
` [PATCH 4/9] t/purge.t: fix unreferenced variable
` [PATCH 5/9] doc: use bullet list for wwwlisting options
` [PATCH 6/9] doc: give txt files proper titles
` [PATCH 7/9] Makefile.PL: improve make(1) portability
` [PATCH 8/9] doc/include.mk: remove git use and redundant declarations
` [PATCH 9/9] ci: include some scripts to make CI easier

[PATCH 0/4] bundle Danga::Socket and Sys::Syscall
 2019-05-08 19:18 UTC  (12+ messages)
` [PATCH 1/4] "
  ` [PATCH 5/4] DS: workaround IO::Kqueue EINTR (mis-)handling
  ` [PATCH 6/4] DS: handle EINTR in IO::Poll path, too
` [PATCH 2/4] listener: use EPOLLEXCLUSIVE for listen sockets
` [PATCH 3/4] DS: remove unused fields and functions
` [PATCH 4/4] DS: drop profiling support
` [PATCH 0/4] Danga::Socket bundling cleanups
  ` [PATCH 1/4] build: do not manify DS and Syscall pods
  ` [PATCH 2/4] syscall: drop readahead wrapper
  ` [PATCH 3/4] DS: drop unused "_undef" sub
  ` [PATCH 4/4] DS: epoll: fix misordered EPOLL_CTL_DEL call

[PATCH] ci/deps.perl: WIP dependency testing
 2019-05-08  2:58 UTC  (2+ messages)
` [WIP] "

[PATCH] nntp: avoid uninitialized variable from blank requests
 2019-05-08  2:53 UTC 

[PATCH] wwwstream: do not load URI.pm
 2019-05-07  8:30 UTC 

[PATCH] spawn (Inline::C): fix off-by-one error
 2019-05-07  0:28 UTC 

[RFC] index: warn with info about the message as context
 2019-05-06 19:14 UTC  (2+ messages)
` [pushed] "

Some points on public-inbox
 2019-05-05 23:36 UTC  (4+ messages)
  ` [RFC] www: support listing of inboxes

interop with leafnode
 2019-05-05 21:40 UTC  (3+ messages)

[PATCH] t/search.t: fix permissions check on FreeBSD
 2019-05-05 21:33 UTC 

[PATCH] httpd: get rid of Deflater warning
 2019-05-05 21:28 UTC  (2+ messages)
` default PSGI middlewares (was: httpd: get rid of Deflater warning)

[PATCH] githttpbackend: support Last-Modified and If-Modified-Since
 2019-05-04 22:23 UTC 

[PATCH] wwwstream: drop tor2web URL
 2019-05-04 18:55 UTC 

[PATCH] TODO: add note for "IMAP IDLE"-like long-polling "git fetch"
 2019-05-02  9:42 UTC  (7+ messages)
`  "

[RFC] index: ensure git dumb HTTP works on mirrors
 2019-05-01 12:33 UTC 

[RFC] start depending on Perl 5.10.1+
 2019-04-29  1:54 UTC  (2+ messages)

[PATCH] doc/standards: add a link to PSGI specs
 2019-04-29  1:33 UTC 

RFE: default hooks for git repositories
 2019-04-29  0:33 UTC  (11+ messages)
                ` [PATCH] TODO: add an item for hooks support
                  ` update on grokmirror integration [was: [PATCH] TODO: add an item for hooks support]

[RFC] www: set "<!DOCTYPE html>" everywhere
 2019-04-28 22:32 UTC  (2+ messages)

[PATCH] extmsg: escape ampersands in @EXT_URL array
 2019-04-28 22:12 UTC 

[RFC] viewdiff: do not break out of DSTATE_CTX on /^$/
 2019-04-26  7:48 UTC 

[PATCH] cgit: improve handling of cgit data path
 2019-04-25  8:02 UTC 

[PATCH 0/5] cgit + WwwHighlight.pm integration
 2019-04-25  3:25 UTC  (8+ messages)
` [PATCH 1/5] wwwhighlight: do linkification, too
` [PATCH 2/5] examples/cgit-commit-filter: remove unused variable
` [PATCH 3/5] wwwhighlight: deal with no-op highlight
` [PATCH 4/5] examples: cgit filter for use with WwwHighlight
  ` [PATCH v2] "
` [PATCH 5/5] examples/cgit-commit-filter.lua: some doc updates

issue with emails sent by bugzilla
 2019-04-24 20:20 UTC  (5+ messages)

[PATCH] view: avoid "1+ messages" in per-message footer of /t/ and /T/
 2019-04-23  3:36 UTC 

[PATCH] doc: add standards reference
 2019-04-23  3:28 UTC 

[PATCH] t/hl_mod: workaround w3m not handling &apos;
 2019-04-19  8:13 UTC 

[PATCH] view: show "(no subject)" consistently in HTML
 2019-04-18 23:35 UTC 

[PATCH] doc: config: fix braino/typo :x
 2019-04-18 22:56 UTC 

[PATCH] linkify: don't get confused by URLs in Perl code, at least
 2019-04-18 22:47 UTC 

[RFC] inbox: add `modified' sub
 2019-04-18  8:07 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "

[PATCH] git: calculate modified time of repository
 2019-04-17 11:39 UTC 

[PATCH] www: remove unnecessary Git object reference
 2019-04-16  1:19 UTC 

[PATCH] INSTALL: document Crypt:CBC for PublicInbox::Unsubscribe
 2019-04-16  1:17 UTC 

[PATCH 0/2] naming consistency cleanups
 2019-04-16  1:10 UTC  (3+ messages)
` [PATCH 1/2] cleanup: use '$ibx' consistently when referring to Inbox refs
` [PATCH 2/2] import: prefix 'inbox' with '-' to denote Inbox ref

[PATCH] HACKING: stop advertising mailing list subscription info
 2019-04-15  7:32 UTC 

[PATCH 0/5] a few more cgit compatibility updates
 2019-04-15  6:53 UTC  (7+ messages)
` [PATCH 1/5] config: support cgit scan-path and scan-hidden-path
` [PATCH 2/5] cgit: serve static css, logo, favicon directly
` [PATCH 3/5] config: support more cgit directives for project lists
  ` [PATCH 6/5] config: fix regression in repo.path => coderepo.dir mapping
` [PATCH 4/5] doc/config: update cgit.cgi scan location
` [PATCH 5/5] viewdiff: document constants

[PATCH] doc: fix a few minor typos
 2019-04-11  4:26 UTC  (2+ messages)

repobrowse history and notes
 2019-04-04  9:55 UTC 

handling GDPR requests
 2019-04-03 21:21 UTC  (5+ messages)

"email bankruptcy"? [was: RFE: default hooks for git repositories]
 2019-04-02  8:00 UTC 

[PATCH] www: fix missing cgit fallback after legacy redirects
 2019-04-02  2:44 UTC 

[PATCH] viewvcs: check for premature EOF from git-cat-file
 2019-04-02  0:45 UTC 

[PATCH] githttpbackend: serve $GIT_DIR/info/attributes
 2019-04-01 23:54 UTC 

ActivityPub <=> email bridge?
 2019-03-30  1:49 UTC 

mailman mbox migration
 2019-03-21 16:05 UTC  (4+ messages)

Usage of public-inbox with maildirs
 2019-03-21  3:35 UTC  (2+ messages)

Threading in git repo?
 2019-03-18 23:04 UTC  (4+ messages)

public-inbox for individual mail
 2019-03-13  0:07 UTC 

[PATCH 00/13] support parsing cgitrc and spawning cgit
 2019-03-12  4:00 UTC  (9+ messages)
` [PATCH 06/13] githttpbackend: move more psgi.input handling into subroutine
` [PATCH 07/13] githttpbackend: check for other errors and relax CRLF check
` [PATCH 08/13] spawn: support absolute paths
` [PATCH 09/13] cgit: support running cgit as a standalone CGI
` [PATCH 10/13] www: wire up cgit as a 404 handler if cgitrc is configured
` [PATCH 11/13] qspawn: wire up RLIMIT_* handling to limiters
` [PATCH 12/13] cgit: use a dedicated named limiter
` [PATCH 13/13] spawn: require soft and hard vals for RLIMIT_* params


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