user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
 messages from 2015-08-17 03:38:24 to 2015-09-15 01:08:54 UTC [more...]

[PATCH 0/5] introduce SQLite message map
 2015-09-15  1:08 UTC  (6+ messages)
` [PATCH 1/5] msgmap: add message mapping via SQLite
` [PATCH 2/5] searchidx: hoist out rlog code
` [PATCH 3/5] searchidx: sync Msgmap database along with Xapian
` [PATCH 4/5] extmsg: wire up to use msgmap for prefixes
` [PATCH 5/5] INSTALL: document DBD::SQLite and DBI dependencies

[PATCH] searchview: do not link Atom feed by relevance
 2015-09-14  0:10 UTC 

[PATCH 0/4] minor navigation tweaks
 2015-09-13 23:35 UTC  (5+ messages)
` [PATCH 1/4] view: extra Atom feed link in standalone message view
` [PATCH 2/4] view: use header_obj to avoid extra method calls
` [PATCH 3/4] view: do not show References unless a message has them
` [PATCH 4/4] view: jump to anchor of current message on References

[PATCH 1/3] feed: consolidate updated tag generation
 2015-09-13 23:19 UTC  (5+ messages)
` [PATCH 2/3] searchview: implement Atom feed for search results
` [PATCH 3/3] view: add Atom links in headers for per-message links
` [PATCH 0/3] expand Atom feeds to search results
  ` [REJECT 4/3] searchview: implement flat view for full message

[PATCH 0/3] enhance search results
 2015-09-12  1:23 UTC  (4+ messages)
` [PATCH 1/3] view: more consistent prefix for ghost links
` [PATCH 2/3] searchview: hoist out subroutines for clarity
` [PATCH 3/3] searchview: support displaying entire threads

[PATCH] examples/public-inbox.psgi: optional deflater
 2015-09-11  5:44 UTC 

[PATCH] constent X?HTML MIME type filtering
 2015-09-10  0:59 UTC 

[PATCH] view: change References link to expand thread
 2015-09-07  7:07 UTC 

[PATCH 1/2] Makefile.PL: conform to naming conventions
 2015-09-06  9:26 UTC  (2+ messages)
` [PATCH 2/2] update copyright headers and email addresses

[PATCH] public-inbox-init: use absolute path
 2015-09-06  9:22 UTC 

[PATCH 0/6] another round of search updates
 2015-09-05  9:18 UTC  (9+ messages)
` [PATCH 1/6] searchview: factor out dump_mset subroutine
` [PATCH 2/6] search: use relevance as secondary sort by default
` [PATCH 3/6] searchview: error description for invalid queries
` [PATCH 4/6] search: note why we do not support FLAG_PURE_NOT
` [PATCH 5/6] search: tweak parsing for internal queries
` [PATCH 6/6] extmsg: fall back to partial Message-ID matching
    ` [PATCH] extmsg: add note about the deficiency of the implementation

[PATCH] searchview: link users to permalink instead of thread
 2015-09-05  9:08 UTC 

[PATCH] searchview: improve footer navigation
 2015-09-05  6:19 UTC 

[PATCH] view: preliminary HTML search interface
 2015-09-05  3:02 UTC  (2+ messages)

[PATCH 0/9] another round of updates
 2015-09-04  8:58 UTC  (10+ messages)
` [PATCH 1/9] view: eliminate redundant [threaded|flat] link
` [PATCH 2/9] view: one line for thread subjects
` [PATCH 3/9] view: adjust spacing and indentation of index threads
` [PATCH 4/9] view: add missing newline to inline dump
` [PATCH 5/9] view: reduce redundant attributions in permalink refs
` [PATCH 6/9] view: indentation adjustments for collapsed headers
` [PATCH 7/9] view: thread view expands focused message
` [PATCH 8/9] www: extra redirects for the '/'-challenged
` [PATCH 9/9] view: fix broken link to ghost fallback

[PATCH 0/7] new index and misc fixes
 2015-09-04  2:37 UTC  (9+ messages)
` [PATCH 1/7] doc: design_www: more accessibility guidelines
` [PATCH 2/7] index: use message threading if search is available
` [PATCH 3/7] consolidate thread sorting in view
` [PATCH 4/7] extmsg: close HTML tag in response
` [PATCH 5/7] view: avoid attempting to find "subject dummy"
` [PATCH 6/7] SearchMsg: avoid encoding Message-IDs
` [PATCH 7/7] view: do not generate anchors in thread views

[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  (2+ messages)
` [PATCH 9/9] search: apply mid_compression to subject paths, too


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