]> Sergey Matveev's repositories - public-inbox.git/shortlog
public-inbox.git
2017-01-07 Eric Wongremove incorrect comment about strftime + locales
2017-01-07 Eric Wongconfig: allow per-inbox nntpserver
2017-01-07 Eric Wonginbox: eliminate weaken usage entirely
2017-01-07 Eric Wonginbox: describe the full key name
2017-01-07 Eric Wongconfig: remove unused get() method
2017-01-07 Eric Wongconfig: always use namespaced "publicinboxlimiter"
2017-01-07 Eric Wongqspawn: prepare to support runtime reloading of Limiter
2017-01-04 Eric Wonghttp: remove weaken usage, reduce anonsub capture scope
2017-01-04 Eric Wonghttpd/async: remove weaken usage
2017-01-04 Eric Wonghttp: fix spelling error
2017-01-02 Eric Wongwatch: watchspam affects all configured inboxes
2016-12-26 Eric Wongdoc: minor updates to design notes
2016-12-26 Eric Wongevcleanup: ensure deferred close from timers are handle...
2016-12-25 Eric Wonghttpd/async: improve variable naming
2016-12-25 Eric Wonggithttpbackend: minor cleanups to improve readability
2016-12-25 Eric Wonggithttpbackend: simplify compatibility code
2016-12-25 Eric Wonggithttpbackend: minor readability improvement
2016-12-25 Eric Wonghttp: fix clobbering of $null_io
2016-12-24 Eric Wonglinkify: modify argument in place
2016-12-24 Eric Wongview: do not modify array during iteration
2016-12-24 Eric Wongview: stop chomping off whitespace at ends of messages
2016-12-24 Eric Wongview: remove unused parameter
2016-12-22 Eric Wongsearch: lookup_mail handles modified DBs
2016-12-22 Eric Wongdoc: various comments on async handling
2016-12-21 Eric Wongsearchthread: simplify API and remove needless OO
2016-12-21 Eric Wongsearchthread: update comment about loop prevention
2016-12-20 Eric Wongsearchmsg: remove ensure_metadata
2016-12-20 Eric Wongtests: add thread-all testing for benchmarking
2016-12-17 Eric Wongsearchmsg: do not memoize {date} field
2016-12-17 Eric Wongsearchmsg: remove locale-dependency for ->date
2016-12-17 Eric Wongt/config.t: fix feedmax default
2016-12-17 Eric Wongwwwtext: link to RFC4685 (Atom Threading)
2016-12-17 Eric Wongatom: implement message threading per RFC 4685
2016-12-17 Eric Wongfeed: support publicinbox.<name>.feedmax
2016-12-14 Eric WongTODO: note IO::KQueue for the ticket
2016-12-14 Eric Wongt/thread-cycle: no need for Xapian to run this test
2016-12-14 Eric Wongwwwtext: remove outdated comment
2016-12-13 Eric Wongsearchmsg: remove unused EPOCH_822 constant
2016-12-13 Eric Wongnntp: avoid useless use of strftime
2016-12-13 Eric Wongnntp: add test case for the "DATE" command
2016-12-12 Eric Wongdaemon: set $now time for NNTP shutdown
2016-12-12 Eric Wongdoc: simplify makefile snippet
2016-12-12 Eric Wonginit: preserve permissions of existing config file
2016-12-10 Eric Wongsearch: retry document loading from Xapian
2016-12-10 Eric Wongsearch: always sort thread results in ascending time...
2016-12-10 Eric Wongthread: last Reference always wins
2016-12-10 Eric Wongview: skip ghosts with no direct children
2016-12-10 Eric Wongview: reduce indentation for skeleton generation
2016-12-10 Eric Wongthread: fix comment describing its existence
2016-12-10 Eric Wongview: favor SearchMsg for In-Reply-To over Email::MIME
2016-12-10 Eric Wongsearch: favor In-Reply-To over last References iff...
2016-12-06 Eric Wonglinkify: implement Markdown link compatibility (again)
2016-12-06 Eric WongRevert "linkify: implement Markdown link compatibility"
2016-12-06 Eric Wonglinkify: implement Markdown link compatibility
2016-12-03 Eric Wongatom: switch to getline/close for response bodies
2016-12-03 Eric Wongwwwstream: improve documentation and variable naming
2016-12-03 Eric Wongsearchview: fix <title> tag in Atom feed
2016-11-29 Eric Wongnote the source code is AGPL for cloning
2016-11-26 Eric Wongavoid IO::File for anonymous temporary files
2016-11-26 Eric Wonggithttpbackend: error checking for input handling
2016-11-22 Eric Wongview: fix spaces in mailto: link
2016-11-18 Eric Wongindex: allow indexing before configuration
2016-10-16 Eric Wongimport: failed GC runs are non-fatal
2016-10-14 Eric Wongthread: reinstates stable ordering when ghosts are...
2016-10-13 Eric Wongthread: fix parent/child relationships
2016-10-13 Eric Wongthread: reduce indentation level
2016-10-05 Eric Wongthread: remove weaken dependency
2016-10-05 Eric Wongt/thread-cycle: test self-referential messages
2016-10-05 Eric Wongview: remove redundant children array in thread views
2016-10-05 Eric Wongthread: use hash + array instead of hand-rolled linked...
2016-10-05 Eric Wongthread: fix sorting without topmost
2016-10-05 Eric Wongthread: inline and remove recurse_down logic
2016-10-05 Eric Wongthread: order_children no longer cares about depth
2016-10-05 Eric Wongthread: avoid incrementing undefined value
2016-10-05 Eric Wongthread: remove iterate_down
2016-10-05 Eric Wongthread: simplify
2016-10-05 Eric Wongthread: remove rootset accessor method
2016-10-05 Eric Wongthread: remove Email::Abstract wrapping
2016-10-05 Eric Wonginbox: deal with ghost smsg
2016-10-05 Eric Wongthread: remove accessor usage in internals
2016-10-05 Eric Wongthread: pass array refs instead of entire arrays
2016-10-05 Eric Wongthread: remove Mail::Thread dependency
2016-10-05 Eric Wongview: remove "subject dummy" references
2016-09-13 Eric Wonghelp: document new search prefixes
2016-09-09 Eric Wongnntp: cleanup: move use statements out of sub scope
2016-09-09 Eric WongTODO: updates for done items
2016-09-09 Eric Wongt/httpd-unix: warn about connection failure
2016-09-09 Eric Wongsearch: index attachment filenames
2016-09-09 Eric Wongsearch: match the behavior of WWW for indexing text
2016-09-09 Eric Wongsearch: avoid mindlessly calling body_set
2016-09-09 Eric Wongsearch: fix compatibility with Debian wheezy
2016-09-09 Eric Wongsearch: increase term positions for each quoted hunk
2016-09-09 Eric Wongsearch: match quote detection behavior of view
2016-09-09 Eric Wongsearch: fix space regressions from recent changes
2016-09-09 Eric Wongsearch: more granular message body searching
2016-09-09 Eric Wongsearch: drop longer subject: prefix for search
2016-09-09 Eric Wongsearch: allow searching user fields (To/Cc/From)
2016-09-08 Eric Wongimport: run "git gc --auto" when done
2016-09-08 Eric Wongimport: hoist out common run_die subroutine
2016-09-08 Eric Wongdoc: document PERL_INLINE_DIRECTORY usage
next