messages from 2014-12-29 19:25:47 to 2015-09-03 08:32:26 UTC [more...]
[PATCH 1/3] examples/public-inbox.psgi: update with middlewares
2015-09-03 8:32 UTC (3+ messages)
` [PATCH 2/3] feed: use application/atom+xml for Content-Type
` [PATCH 3/3] www: move fallback after legacy matches
[PATCH] www: attempt to handle Message-IDs with slashes
2015-09-03 7:41 UTC (2+ messages)
` [PATCH 2/1] "
[PATCH 0/3] improve external Message-ID handling
2015-09-03 2:04 UTC (5+ messages)
` [PATCH 1/3] view: include ghost messages in thread views
` [PATCH 2/3] search: disable Message-ID compression in Xapian
` [PATCH 3/3] ExtMsg: 300 to external mailing list archives
[PATCH 0/7] improved thread views and 404 reductions
2015-09-02 6:59 UTC (8+ messages)
` [PATCH 1/7] view: close possible race condition in thread view
` [PATCH 2/7] view: optional flat view for recent messages
` [PATCH 3/7] view: account for missing In-Reply-To header
` [PATCH 4/7] view: simplify parent anchoring code
` [PATCH 5/7] view: pre-anchor entries for flat view
` [PATCH 6/7] view: avoid links to unknown compressed Message-IDs
` [PATCH 7/7] implement external Message-ID finder
[PATCH] view: change wording to include "thread" in footer
2015-09-01 20:33 UTC
[PATCH] feed: extra newline after nav footer if list footer exists
2015-09-01 20:33 UTC
[PATCH] view: purge email address cache after rendering thread
2015-09-01 20:33 UTC
[PATCH 01/11] search: reduce redundant doc data
2015-09-01 9:30 UTC (13+ messages)
` [PATCH 02/11] search: allow querying all mail with ''
` [PATCH 03/11] search: show newest results first
` [PATCH 04/11] feed: use updated date based on git commit date
` [PATCH 05/11] feed: extract atom header generation
` [PATCH 06/11] implement per-thread Atom feeds
` [13/11 PATCH] feed: fix <updated> tag in Atom feed
` [PATCH 07/11] www: compile mbox regexp only once
` [PATCH 08/11] www: root atom feed is "new.atom" and not "atom.xml"
` [PATCH 09/11] completely revamp URL structure to shorten permalinks
` [PATCH 10/11] view: drop extra '</a>' tag
` [PATCH 11/11] view: more robust link generation
` [PATCH 12/11] view: add missing space
[PATCH] www: avoid BEGIN block for config loading
2015-08-30 10:16 UTC
[PATCH] view: avoid broken parent link in per-message view
2015-08-30 10:12 UTC
[PATCH] view: remove "threadlink" from thread view
2015-08-30 1:54 UTC
[PATCH] view: remove "threadlink" name in per-message view
2015-08-30 1:48 UTC
[PATCH] mid2path: clean MID of angle brackets '<>'
2015-08-30 1:34 UTC
[PATCH] search: do not index references and inreplyto terms
2015-08-30 1:10 UTC
[PATCH] public-inbox-index: resolve git directory if run inside one
2015-08-30 1:04 UTC
[PATCH] view: display thread outline in single-message view
2015-08-30 0:29 UTC
[PATCH] view: update linkification regexp to be more domain sensitive
2015-08-30 0:29 UTC
[PATCH] view: remove dead commented line
2015-08-29 21:40 UTC
[PATCH] avoid length in boolean context
2015-08-29 21:36 UTC
[PATCH] public-inbox-init: make executable
2015-08-29 7:09 UTC
[PATCH] search: do not iterate through entire termlist
2015-08-28 0:57 UTC
[PATCH] search: do not load type into metadata
2015-08-28 0:53 UTC
[PATCH] GitCatFile: remove unnecessary FD_CLOEXEC setting
2015-08-28 0:50 UTC
[PATCH] ssoma_repository: document header usage/removal
2015-08-27 23:06 UTC
[PATCH] filter: reject bad attachments outright
2015-08-27 7:03 UTC
[PATCH 0/5] prefer shorter, less-ambiguous URLs
2015-08-27 4:34 UTC (6+ messages)
` [PATCH 1/5] www: minor cleanups to shorten code
` [PATCH 2/5] wire up shorter, less ambiguous URLs
` [PATCH 3/5] mid: extract Message-ID from inside '<>'
` [PATCH 4/5] wire up to display non-suffixed Message-ID links
` [PATCH 5/5] implement legacy redirects for old URLs
[PATCH] www: reduce unused arguments in internal API
2015-08-26 2:37 UTC
[PATCH] mbox: close file handle for single mbox
2015-08-26 2:37 UTC
[PATCH] feed: fix "created" vs "updated" diff in topics
2015-08-25 9:42 UTC
[PATCH] feed: merge subjects regardless of "[PATCH vN]"
2015-08-25 9:05 UTC
[PATCH] filter: loosen regexp on type matches
2015-08-25 9:04 UTC
[PATCH] search: implement subject summarization
2015-08-25 3:56 UTC (2+ messages)
[PATCH] Makefile.PL: add "syntax" target to check syntax
2015-08-25 2:03 UTC
[PATCH] mid: mid_compressed => mid_compress
2015-08-25 2:03 UTC
[PATCH] search: only sort by relevance if requested
2015-08-25 1:43 UTC (2+ messages)
` [PATCH v2] "
[PATCH] view: refactor $state as a hash
2015-08-24 9:29 UTC
[PATCH] view: simplify root filtering in followup display
2015-08-23 22:35 UTC
[PATCH] cleanup calls to header_obj
2015-08-23 22:35 UTC
[PATCH] view: case-insensitive "Re:" check for replies
2015-08-23 22:35 UTC
[PATCH] hopefully fix broken permissions for search
2015-08-23 19:43 UTC
[PATCH] mda: remove unnecessary import
2015-08-23 18:51 UTC
[PATCH] search: respect core.sharedRepository in for Xapian DB
2015-08-23 18:14 UTC
[PATCH] GitCatFile: use offset for read instead of appending
2015-08-23 2:40 UTC
[PATCH] feed: r= parameter supports "HEAD" as a revision
2015-08-23 2:40 UTC
[PATCH] mbox: clarify our use of the the mboxrd variant
2015-08-23 1:55 UTC
[PATCH] mbox: use mboxrd quoting rules
2015-08-23 0:02 UTC
[PATCH] .txt links return an mbox instead
2015-08-23 0:02 UTC
[PATCH 1/6] search: split search indexing to a separate file
2015-08-22 11:41 UTC (6+ messages)
` [PATCH 2/6] view: misc cleanups and simplifications
` [PATCH 3/6] view: reference total followups
` [PATCH 4/6] search: consistently pass options and flags
` [PATCH 5/6] mbox: support uncompressed mbox
` [PATCH 6/6] view: wire up mbox.gz links
[PATCH] view: prevent 'once' warnings for sub ref
2015-08-22 8:10 UTC
[PATCH] remove XML::Atom::SimpleFeed dependency
2015-08-22 8:03 UTC (2+ messages)
` [PATCH v2] "
[PATCH] cgi: remove static file generation support for now
2015-08-22 5:09 UTC
[PATCH] INSTALL: document IO::Compress::Gzip dependency
2015-08-22 5:09 UTC
[PATCH] www: enable and expand preload from mod_perl2
2015-08-22 5:09 UTC
[PATCH] mbox: drop unnecessary imports
2015-08-21 23:35 UTC
[PATCH] mbox: stream entire thread, regardless of size
2015-08-21 23:31 UTC
[PATCH] switch to gzipped mboxes
2015-08-21 23:31 UTC
[PATCH] support dumping thread as an mbox
2015-08-21 10:26 UTC
[PATCH] view: cleanup and reduce duplication
2015-08-21 1:49 UTC
[PATCH] view: "next" link in thread view goes to next Subject line
2015-08-21 1:49 UTC
[PATCH] feed: fix extra, unnecessary quote
2015-08-20 19:15 UTC
[PATCH 1/4] dead code cleanup
2015-08-20 10:20 UTC (4+ messages)
` [PATCH 2/4] view: simplify message threading dumpers
` [PATCH 3/4] avoid using header_raw for Message-ID retrieval
` [PATCH 4/4] search: preserve References: order in document data
[PATCH] www: remove useless no-op assignment statement
2015-08-20 6:23 UTC
[PATCH] replace references to lynx
2015-08-20 4:17 UTC
[PATCH] misc documentation updates
2015-08-20 4:17 UTC
[PATCH 01/11] feed: remove threading from index
2015-08-20 2:57 UTC (11+ messages)
` [PATCH 02/11] feed: move timestamp parsing to view
` [PATCH 03/11] use tables for rendering comment nesting
` [PATCH 04/11] view: avoid nesting <a> tags from auto-linkification
` [PATCH 05/11] index: simplify main landing page if search-enabled
` [PATCH 06/11] search: avoid needless decode
` [PATCH 07/11] search: reject ghosts in all cases
` [PATCH 08/11] view: reduce memory usage when displaying large threads
` [PATCH 09/11] search: bump schema version to 5 for subject_path
` [PATCH 10/11] index: layout fix + title and Atom feed links at top
` [PATCH 11/11] view: do not fold top-level messages in thread
[PATCH] view: return empty string to avoid undefined values
2015-08-19 19:51 UTC
[PATCH] www: redirect /f/$MESSAGE_ID.txt links to /m/$MESSAGE_ID.txt
2015-08-19 19:51 UTC
[PATCH] view: fix spacing on missing ghosts
2015-08-19 19:32 UTC
[PATCH] search: index_sync allows specifying alternate HEAD
2015-08-18 6:23 UTC
[PATCH] public-inbox-index: exit with usage if not given an arg
2015-08-18 3:17 UTC
[PATCH] view: close anchor tag correctly before starting another
2015-08-18 3:17 UTC
[PATCH] thread: workaround for another Mail::Thread bug
2015-08-18 2:15 UTC (2+ messages)
` [PATCH] thread: another workaround for a "
libmail-thread-perl: [PATCH] avoid failing grouping by subject with missing references
2015-08-18 1:29 UTC (3+ messages)
` [rt.cpan.org #106498] AutoReply: "
` Bug#795913: Acknowledgement (libmail-thread-perl: [PATCH] avoid failing grouping by subject with missing references)
[PATCH 1/5] view: cleaner Message-ID filtering for References
2015-08-18 1:21 UTC (5+ messages)
` [PATCH 2/5] search: avoid creating ghosts for circular References
` [PATCH 3/5] search: common Subject: normalization for Re: prefixes
` [PATCH 4/5] search: expose $PublicInbox::Search::LANG variable
` [PATCH 5/5] search: bump SCHEMA_VERSION to 4
[PATCH] view: do not recompress already-compressed MID for anchors
2015-08-17 20:17 UTC
[PATCH] search: simplify indexing operation
2015-08-17 17:48 UTC
[PATCH] public-inbox-{learn,mda}: automatically sync index
2015-08-17 8:52 UTC (2+ messages)
` [PATCH v2] "
[PATCH] view: always compress Message-IDs for anchors
2015-08-17 8:06 UTC
[PATCH] mid: compress Message-IDs with '%' in them
2015-08-17 8:00 UTC (2+ messages)
` [PATCH] search: bump schema version for '%' compression change
[PATCH 0/9] search pushed and deployed to master
2015-08-17 3:38 UTC (10+ messages)
` [PATCH 1/9] feed: remove unnecesary time paramenter in index state
` [PATCH 2/9] favor /t/ to /s/, since subjects may change mid-thread
` [PATCH 3/9] WWW: eliminate "top" parameter for feeds
` [PATCH 4/9] www: simplify parameter passing to feed
` [PATCH 5/9] terminology: replies => followups
` [PATCH 6/9] search: use raw headers without MIME decoding
` [PATCH 7/9] feed: disable the generator statement
` [PATCH 8/9] drop bodies and messages ASAP after processing
` [PATCH 9/9] search: apply mid_compression to subject paths, too
[PATCH] skip search test if search support is missing
2015-08-16 20:53 UTC
[PATCH] view: cleaner killing of leading/trailing whitespace
2015-08-16 20:52 UTC (2+ messages)
` [PATCH] view: kill leading empty lines correctly
[RFC 0/11] work-in-progress search branch updated
2015-08-16 9:23 UTC (14+ messages)
` [RFC 01/11] search: implement index_sync to fixup indexer
` [RFC 02/11] extract redundant Message-ID handling code
` [RFC 03/11] search: make search results more OO
` [RFC 04/11] view: display replies in per-message view
` [RFC 05/11] thread: common sorting code
` [RFC 06/11] view: reply threading adjustment
` [RFC 07/11] view: hoist out index_walk function
` [RFC 08/11] www: /t/$MESSAGE_ID.html for threads
` [RFC 09/11] search: remove unnecessary xpfx export
` [RFC 10/11] implement /s/$SUBJECT_PATH.html lookups
` [RFC 11/11] SearchMsg: ensure metadata for ghost messages mid
` [RFC 12/11] view: deduplicate common code for loading search results
[PATCH] extract redundant Message-ID handling code
2015-08-15 8:15 UTC (2+ messages)
` [PATCH v2] "
[PATCH] view: consistent ordering of Cc: addresses
2015-08-12 22:41 UTC
[PATCH] initial search backend implementation
2015-08-12 1:28 UTC
[PATCH] view: remove unused $enc_mime Encoding object
2015-08-05 23:38 UTC
[PATCH] view: pass fallback encoding to enc_for
2015-08-05 23:29 UTC
[PATCH] public-inbox-learn: preserve headers for ham injection
2015-08-02 6:37 UTC
[PATCH] view: simplify timestamp generation
2015-07-29 18:11 UTC
[PATCH] feed: extract subroutines for threading
2015-07-20 21:53 UTC
[PATCH] scripts/dc-dlvr.pre: ensure stderr gets back to the MTA
2015-07-14 21:10 UTC
[PATCH] reject HTML loudly and automatically
2015-07-14 21:02 UTC
[PATCH] feed: compile regexps only once
2015-07-14 20:59 UTC
[PATCH] feed: compile regexps only once
2015-07-06 21:22 UTC
[PATCH] view: reduce empty <a>, use "id" instead of "name" attributes
2015-07-06 20:54 UTC
[PATCH] feed: close body tag correctly in index
2015-07-06 20:11 UTC
[PATCH] public-inbox-mda: preserve SpamAssassin headers in spam
2015-06-05 17:46 UTC
[PATCH] view: fix linkification and quote-folding conflicts
2015-03-04 20:52 UTC
[PATCH] view: generate links for common protocols in browsers
2015-02-09 22:33 UTC
[PATCH 0/4] misc import_slrnspool improvements
2015-01-12 2:30 UTC (5+ messages)
` [PATCH 1/4] import_slrnspool: make filtering optional
` [PATCH 2/4] import_slrnspool: graceful exit for interruptibility
` [PATCH 3/4] import_slrnspool: load private config key
` [PATCH 4/4] import_slrnspool: fork a process for each message
[PATCH] import_slrnspool: use ssoma-mda instead
2015-01-11 11:07 UTC
[PATCH] INSTALL: add missing reference to IPC::Run
2015-01-11 10:51 UTC
[PATCH 1/3] set author info on git commits
2015-01-11 10:48 UTC
[PATCH] filter: handle missing Content-Type
2015-01-11 10:46 UTC
[PATCH 2/3] Ssoma::Git: hoist out ensure_sha1 function
2015-01-11 10:43 UTC (2+ messages)
` [PATCH 3/3] ssoma-mda: Use the email subject as the commit message
[PATCH 1/2] import_slrnspool: fix off-by-one error
2015-01-11 4:47 UTC (2+ messages)
` [PATCH 2/2] *slrnspool* old gmane archives set Original-To
[PATCH] scripts/import_slrnspool: new incremental importer
2015-01-11 4:32 UTC
[PATCH] doc/design_www: remove item for auto-generated links
2014-12-29 19:25 UTC
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).