]> Sergey Matveev's repositories - public-inbox.git/shortlog
public-inbox.git
2018-04-03 Eric Wong ... nntp: make XOVER, XHDR, OVER, HDR and NEWNEWS faster
2018-04-03 Eric Wong ... rename+rewrite test using Benchmark module
2018-04-03 Eric Wong ... t/thread-all.t: modernize test to support modern inboxes
2018-04-02 Eric Wong ... over: speedup get_thread by avoiding JOIN
2018-04-02 Eric Wong ... www: rework query responses to avoid COUNT in SQLite
2018-04-02 Eric Wong ... t/over: test empty Subject: line matching
2018-04-02 Eric Wong ... v2writable: simplify barrier vs checkpoints
2018-04-02 Eric Wong ... replace Xapian skeleton with SQLite overview DB
2018-04-01 Eric Wong ... search: reduce columns stored in Xapian
2018-04-01 Eric Wong ... scripts/import_vger_from_mbox: set address properly
2018-04-01 Eric Wong ... truncate Message-IDs and References consistently
2018-04-01 Eric Wong ... v2writable: fix parallel termination
2018-04-01 Eric Wong ... v2: one file, really
2018-03-30 Eric Wong ... searchidx: correct warning for over-vivification
2018-03-30 Eric Wong ... v2: respect core.sharedRepository in git configs
2018-03-30 Eric Wong ... t/v2writable: use simplify permissions reading
2018-03-30 Eric Wong ... search: move permissions handling to InboxWritable
2018-03-30 Eric Wong ... convert: avoid redundant "done\n" statement for fast...
2018-03-30 Eric Wong ... msgtime: parse 3-digit years properly
2018-03-30 Eric Wong ... feed: optimize query for feeds, too
2018-03-30 Eric Wong ... view: drop load_results
2018-03-30 Eric Wong ... view: speed up homepage loading time with date clamp
2018-03-30 Eric Wong ... v2writable: go backwards through alternate Message-IDs
2018-03-30 Eric Wong ... wwwstream: flesh out clone instructions for v2
2018-03-30 Eric Wong ... v2writable: convert some fatal reindex errors to warnings
2018-03-30 Eric Wong ... v2writable: allow gaps in git partitions
2018-03-30 Eric Wong ... search: warn on reopens and die on total failure
2018-03-29 Eric Wong ... mda: support v2 inboxes
2018-03-29 Eric Wong ... public-inbox-compact: new tool for driving xapian-compact
2018-03-29 Eric Wong ... v2writable: initializing an existing inbox is idempotent
2018-03-29 Eric Wong ... import: run_die supports redirects as spawn does
2018-03-29 Eric Wong ... search: retry_reopen on first_smsg_by_mid
2018-03-29 Eric Wong ... view: get rid of some unnecessary imports
2018-03-29 Eric Wong ... www: cleanup expensive fallback for legacy URLs
2018-03-29 Eric Wong ... mbox: avoid extracting Message-ID for linkification
2018-03-29 Eric Wong ... v2writable: cleanup: get rid of unused fields
2018-03-29 Eric Wong ... search: move find_doc_ids to searchidx
2018-03-29 Eric Wong ... search: get rid of most lookup_* subroutines
2018-03-29 Eric Wong ... search: cleanup uniqueness checking
2018-03-29 Eric Wong ... v2writable: support purging messages from git entirely
2018-03-29 Eric Wong ... public-inbox-convert: tool for converting old to new...
2018-03-29 Eric Wong ... searchmsg: document why we store To: and Cc: for NNTP
2018-03-29 Eric Wong ... www: fix attachment downloads for conflicted Message-IDs
2018-03-29 Eric Wong ... lookup by Message-ID favors the "primary" one
2018-03-29 Eric Wong ... v2writable: append, instead of prepending generated...
2018-03-29 Eric Wong ... www: remove unnecessary ghost checks
2018-03-27 Eric Wong ... www: support cloning individual v2 git partitions
2018-03-27 Eric Wong ... githttpbackend: avoid infinite loop on generic PSGI...
2018-03-27 Eric Wong ... http: fix modification of read-only value
2018-03-27 Eric Wong ... view: depend on SearchMsg for Message-ID
2018-03-27 Eric Wong ... searchview: remove unnecessary imports from MID module
2018-03-27 Eric Wong ... www: get rid of unnecessary 'inbox' name reference
2018-03-27 Eric Wong ... v2writable: warn on unseen deleted files
2018-03-27 Eric Wong ... searchidx: warn about vivifying multiple ghosts
2018-03-27 Eric Wong ... view: permalink (per-message) view shows multiple messages
2018-03-23 Eric Wong ... feed: fix new.html for v2
2018-03-23 Eric Wong ... t/psgi_v2: minimal test for Atom feed and t.mbox.gz
2018-03-23 Eric Wong ... search: reopen DB if each_smsg_by_mid fails
2018-03-23 Eric Wong ... www: $MESSAGE_ID/raw endpoint supports "duplicates"
2018-03-22 Eric Wong ... import: consolidate mid prepend logic, here
2018-03-22 Eric Wong ... feed: $INBOX/new.atom endpoint supports v2 inboxes
2018-03-22 Eric Wong ... v2writable: DEBUG_DIFF respects $TMPDIR
2018-03-22 Eric Wong ... v2writable: clarify header cleanups
2018-03-22 Eric Wong ... v2writable: add NNTP article number regeneration support
2018-03-22 Eric Wong ... t/altid.t: extra tests for mid_set
2018-03-22 Eric Wong ... v2writable: support reindexing Xapian
2018-03-22 Eric Wong ... fix syntax warnings
2018-03-22 Eric Wong ... msgmap: add tmp_clone to create an anonymous copy
2018-03-22 Eric Wong ... use both Date: and Received: times
2018-03-20 Eric Wong ... InboxWritable: add mbox/maildir parsing + import logic
2018-03-20 Eric Wong ... import: discard all the same headers as MDA
2018-03-20 Eric Wong ... introduce InboxWritable class
2018-03-20 Eric Wong ... content_id: do not take Message-Id into account
2018-03-19 Eric Wong ... v2writable: remove "resent" message for duplicate Messa...
2018-03-19 Eric Wong ... v2writable: add DEBUG_DIFF env support
2018-03-19 Eric Wong ... scripts/import_vger_from_mbox: filter out same headers...
2018-03-19 Eric Wong ... v2writable: allow disabling parallelization
2018-03-19 Eric Wong ... searchidxpart: s/barrier/remote_barrier/
2018-03-19 Eric Wong ... watchmaildir: support v2 repositories
2018-03-19 Eric Wong ... v2writable: ensure ->done is idempotent
2018-03-19 Eric Wong ... t/watch_maildir: note the reason for FIFO creation
2018-03-19 Eric Wong ... Lock: new base class for writable lockers
2018-03-19 Eric Wong ... index: s/GIT_DIR/REPO_DIR/
2018-03-19 Eric Wong ... import: enable locking under v2
2018-03-19 Eric Wong ... v2writable: test for idempotent removals
2018-03-19 Eric Wong ... import: switch to URL-safe Base64 for Message-IDs
2018-03-19 Eric Wong ... import: force Message-ID generation for v1 here
2018-03-19 Eric Wong ... watchmaildir: use content_digest to generate Message-Id
2018-03-19 Eric Wong ... mid: mid_mime uses v2-compatible mids function
2018-03-19 Eric Wong ... import: implement barrier operation for v1 repos
2018-03-19 Eric Wong ... import: (v2): write deletes to a separate '_' subdirectory
2018-03-19 Eric Wong ... import: (v2) delete writes the blob into history in...
2018-03-19 Eric Wong ... skeleton: barrier init requires a lock
2018-03-19 Eric Wong ... v2writable: implement remove correctly
2018-03-19 Eric Wong ... search: allow ->reopen to be chainable
2018-03-19 Eric Wong ... searchidx: do not delete documents while iterating
2018-03-19 Eric Wong ... v2writable: remove unnecessary idx_init call
2018-03-19 Eric Wong ... use string ref for Email::Simple->new
2018-03-19 Eric Wong ... v2writable: support "barrier" operation to avoid reforking
2018-03-19 Eric Wong ... content_id: use Sender header if From is not available
next