user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
 messages from 2016-08-18 01:39:41 to 2017-01-10 22:07:19 UTC [more...]

[PATCH] introduce PublicInbox::MIME wrapper class
 2017-01-10 22:07 UTC 

[PATCH 0/9] misc cleanups and trimming
 2017-01-07  2:12 UTC  (11+ messages)
` [PATCH 1/9] qspawn: prepare to support runtime reloading of Limiter
` [PATCH 2/9] config: always use namespaced "publicinboxlimiter"
` [PATCH 3/9] config: remove unused get() method
` [PATCH 4/9] inbox: describe the full key name
` [PATCH 5/9] inbox: eliminate weaken usage entirely
  ` [PATCH 10/9] inbox: properly register cleanup timer for git processes
` [PATCH 6/9] config: allow per-inbox nntpserver
` [PATCH 7/9] remove incorrect comment about strftime + locales
` [PATCH 8/9] searchmsg: favor direct hash access over accessor methods
` [PATCH 9/9] search: remove subject_summary

[PATCH 0/3] http: circular reference avoidance cleanups
 2017-01-04 11:20 UTC  (4+ messages)
` [PATCH 1/3] http: fix spelling error
` [PATCH 2/3] httpd/async: remove weaken usage
` [PATCH 3/3] http: remove weaken usage, reduce anonsub capture scope

[PATCH] watch: watchspam affects all configured inboxes
 2017-01-04 10:51 UTC 

[PATCH] doc: minor updates to design notes
 2016-12-26 21:41 UTC 

[PATCH] evcleanup: ensure deferred close from timers are handled ASAP
 2016-12-26  3:05 UTC 

[PATCH 0/4] various cleanups around http
 2016-12-25 10:36 UTC  (5+ messages)
` [PATCH 1/4] githttpbackend: minor readability improvement
` [PATCH 2/4] githttpbackend: simplify compatibility code
` [PATCH 3/4] githttpbackend: minor cleanups to improve readability
` [PATCH 4/4] httpd/async: improve variable naming

[PATCH] avoid IO::File for anonymous temporary files
 2016-12-25  9:40 UTC  (2+ messages)
` [PATCH 2/1] http: fix clobbering of $null_io

[PATCH 0/4] HTML micro-optimizations
 2016-12-24 11:52 UTC  (5+ messages)
` [PATCH 1/4] view: remove unused parameter
` [PATCH 2/4] view: stop chomping off whitespace at ends of messages
` [PATCH 3/4] view: do not modify array during iteration
` [PATCH 4/4] linkify: modify argument in place

[PATCH] search: lookup_mail handles modified DBs
 2016-12-22  8:00 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] doc: various comments on async handling
 2016-12-22  7:56 UTC 

[PATCH 0/2] searchthread: minor cleanups and API change
 2016-12-21  7:36 UTC  (3+ messages)
` [PATCH 1/2] searchthread: update comment about loop prevention
` [PATCH 2/2] searchthread: simplify API and remove needless OO

[PATCH 0/2] improve threading performance
 2016-12-20  3:03 UTC  (3+ messages)
` [PATCH 1/2] tests: add thread-all testing for benchmarking
` [PATCH 2/2] searchmsg: remove ensure_metadata

[PATCH 0/2] searchmsg: ->date correctness
 2016-12-17 11:53 UTC  (3+ messages)
` [PATCH 1/2] searchmsg: remove locale-dependency for ->date
` [PATCH 2/2] searchmsg: do not memoize {date} field

[PATCH] feed: support publicinbox.<name>.feedmax
 2016-12-17  5:41 UTC  (2+ messages)

[RFC] atom: implement message threading per RFC 4685
 2016-12-14 21:04 UTC  (2+ messages)
` [RFC 2/1] wwwtext: link to RFC4685 (Atom Threading)

[PATCH] wwwtext: remove outdated comment
 2016-12-14 21:03 UTC 

[PATCH] t/thread-cycle: no need for Xapian to run this test
 2016-12-14 19:28 UTC 

[PATCH 0/3] misc minor fixups
 2016-12-13  3:48 UTC  (4+ messages)
` [PATCH 1/3] nntp: add test case for the "DATE" command
` [PATCH 2/3] nntp: avoid useless use of strftime
` [PATCH 3/3] searchmsg: remove unused EPOCH_822 constant

[PATCH] daemon: set $now time for NNTP shutdown
 2016-12-12 12:16 UTC 

[PATCH] doc: simplify makefile snippet
 2016-12-12 12:08 UTC 

[PATCH] init: preserve permissions of existing config file
 2016-12-12 12:02 UTC 

[PATCH] search: retry document loading from Xapian
 2016-12-10 23:35 UTC 

[PATCH 0/7] message threading fixes for WWW UI
 2016-12-10  3:43 UTC  (8+ messages)
` [PATCH 1/7] search: favor In-Reply-To over last References iff IRT exists
` [PATCH 2/7] view: favor SearchMsg for In-Reply-To over Email::MIME
` [PATCH 3/7] thread: fix comment describing its existence
` [PATCH 4/7] view: reduce indentation for skeleton generation
` [PATCH 5/7] view: skip ghosts with no direct children
` [PATCH 6/7] thread: last Reference always wins
` [PATCH 7/7] search: always sort thread results in ascending time order

[PATCH] linkify: implement Markdown link compatibility
 2016-12-06 23:42 UTC  (3+ messages)
  ` [PATCH] linkify: implement Markdown link compatibility (again)

[PATCH] atom: switch to getline/close for response bodies
 2016-12-03  1:50 UTC 

[PATCH] wwwstream: improve documentation and variable naming
 2016-12-03  0:29 UTC 

[PATCH] searchview: fix <title> tag in Atom feed
 2016-12-03  0:28 UTC 

[PATCH] note the source code is AGPL for cloning
 2016-11-29 22:57 UTC 

[PATCH] githttpbackend: error checking for input handling
 2016-11-26  8:55 UTC 

[PATCH] view: fix spaces in mailto: link
 2016-11-22  2:52 UTC 

[PATCH] index: allow indexing before configuration
 2016-11-04 21:11 UTC 

[PATCH] import: failed GC runs are non-fatal
 2016-10-16  0:38 UTC 

[PATCH 0/17] remove Mail::Thread dependency
 2016-10-14 21:17 UTC  (23+ messages)
` [PATCH 01/17] view: remove "subject dummy" references
` [PATCH 02/17] thread: remove Mail::Thread dependency
` [PATCH 03/17] thread: pass array refs instead of entire arrays
` [PATCH 04/17] thread: remove accessor usage in internals
` [PATCH 05/17] inbox: deal with ghost smsg
` [PATCH 06/17] thread: remove Email::Abstract wrapping
` [PATCH 07/17] thread: remove rootset accessor method
` [PATCH 08/17] thread: simplify
` [PATCH 09/17] thread: remove iterate_down
` [PATCH 10/17] thread: avoid incrementing undefined value
` [PATCH 11/17] thread: order_children no longer cares about depth
` [PATCH 12/17] thread: inline and remove recurse_down logic
` [PATCH 13/17] thread: fix sorting without topmost
  ` [PATCH] thread: reinstates stable ordering when ghosts are present
` [PATCH 14/17] thread: use hash + array instead of hand-rolled linked list
` [PATCH 15/17] view: remove redundant children array in thread views
` [PATCH 16/17] t/thread-cycle: test self-referential messages
` [PATCH 17/17] thread: remove weaken dependency
  ` [PATCH 0/2] thread: fix regressions from Mail::Thread removal
    ` [PATCH 1/2] thread: reduce indentation level
    ` [PATCH 2/2] thread: fix parent/child relationships

[PATCH] help: document new search prefixes
 2016-09-13  1:21 UTC 

[PATCH] nntp: cleanup: move use statements out of sub scope
 2016-09-09 20:38 UTC 

Working with public-inbox.org [Was: [PATCH] rev-parse: respect core.hooksPath in --git-path]
 2016-09-09 18:51 UTC  (46+ messages)
                ` Working with public-inbox.org
            ` Announcing Git User's Survey 2016 [was: Working with public-inbox.org]

[PATCH] TODO: updates for done items
 2016-09-09  9:10 UTC 

[PATCH 0/10] search: more mairix prefix compatibility
 2016-09-09  0:01 UTC  (11+ messages)
` [PATCH 01/10] search: allow searching user fields (To/Cc/From)
` [PATCH 02/10] search: drop longer subject: prefix for search
` [PATCH 03/10] search: more granular message body searching
` [PATCH 04/10] search: fix space regressions from recent changes
` [PATCH 05/10] search: match quote detection behavior of view
` [PATCH 06/10] search: increase term positions for each quoted hunk
` [PATCH 07/10] search: fix compatibility with Debian wheezy
` [PATCH 08/10] search: avoid mindlessly calling body_set
` [PATCH 09/10] search: match the behavior of WWW for indexing text
` [PATCH 10/10] search: index attachment filenames

[PATCH 0/2] import: run "git gc --auto"
 2016-09-08 22:46 UTC  (3+ messages)
` [PATCH 1/2] import: hoist out common run_die subroutine
` [PATCH 2/2] import: run "git gc --auto" when done

[PATCH] doc: document PERL_INLINE_DIRECTORY usage
 2016-09-08 20:23 UTC 

[PATCH] import: hoist out _check_path function
 2016-09-08 20:05 UTC 

[PATCH] view: handle missing Content-Type in message
 2016-09-08 19:53 UTC 

[PATCH] doc: flesh out public-inbox-index documentation
 2016-09-07 21:53 UTC 

Draft of Git Rev News edition 18
 2016-09-07  1:08 UTC  (5+ messages)

[PATCH] doc: new docs for user-level commands
 2016-09-07  0:49 UTC 

[PATCH] config: use "publicinboxlimiter" prefix
 2016-09-02 21:02 UTC 

[PATCH] init: enable pack bitmaps by default
 2016-09-02  2:04 UTC 

[PATCH] watch: use "publicinboxwatch" namespace
 2016-09-01 19:33 UTC 

[PATCH 0/3] documentation build changes
 2016-09-01 18:20 UTC  (4+ messages)
` [PATCH 1/3] txt2pre: use public-inbox internal APIs
` [PATCH 2/3] txt2pre: allow overriding title via env
` [PATCH 3/3] doc: set release and section properly for manpages

[PATCH 0/2] begin online help for each public-inbox
 2016-08-28  9:46 UTC  (7+ messages)
` [PATCH 1/2] www: implement generic help text
` [PATCH 2/2] searchview: link to internal "
` Favicon for (each) public-inbox

messages dropped in the public inbox ?
 2016-08-24 19:39 UTC  (3+ messages)

[PATCH] www: give tor2web some exposure, too
 2016-08-23 21:31 UTC 

Mail archives in Git using ssoma (Docker image)
 2016-08-21 21:14 UTC  (5+ messages)
    ` Mail archives in Git using ssoma

[PATCH 0/4] preliminary doc updates
 2016-08-21 11:47 UTC  (5+ messages)
` [PATCH 1/4] README: add link to source code mirrors
` [PATCH 2/4] doc: mda: remove vestigial pandoc comment
` [PATCH 3/4] avoid spaces after shell redirection operators
` [PATCH 4/4] doc: avoid conflicting with MakeMaker variable names

[PATCH] linkify: be stricter about matching RFC 3986
 2016-08-18  2:04 UTC 

[PATCH 0/3] attempt to display text/plain with bogus charsets
 2016-08-18  1:39 UTC  (3+ messages)
` [PATCH 2/3] view: try to display bogus charsets for text/plain
` [PATCH 3/3] view: try assuming UTF-8 for bogus charsets


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