]> Sergey Matveev's repositories - public-inbox.git/history - lib
TODO: note IO::KQueue for the ticket
[public-inbox.git] / lib /
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-12 Eric Wongdaemon: set $now time for NNTP shutdown
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-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 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 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 Wongimport: hoist out _check_path function
2016-09-08 Eric Wongview: handle missing Content-Type in message
2016-09-07 Eric Wongdoc: new docs for user-level commands
2016-09-02 Eric Wongconfig: use "publicinboxlimiter" prefix
2016-09-01 Eric Wongwatch: use "publicinboxwatch" namespace
2016-08-23 Eric Wongwww: give tor2web some exposure, too
2016-08-18 Eric Wongsearchview: link to internal help text
2016-08-18 Eric Wongwww: implement generic help text
2016-08-18 Eric Wonglinkify: be stricter about matching RFC 3986
2016-08-18 Eric Wongview: try assuming UTF-8 for bogus charsets
2016-08-18 Eric Wongview: try to display bogus charsets for text/plain
2016-08-18 Eric Wongview: attach_link uses string concatentation
2016-08-16 Eric Wongsearch: add YYYYMMDD search range via "d:" prefix
2016-08-16 Eric Wongsearch: drop pointless range processors for Unix timestamp
2016-08-15 Eric Wongimport: use common address parsing to drop unnecessary...
2016-08-14 Eric Wongwww: do not double-clean Message-IDs from internal DBs
2016-08-14 Eric Wongwww: do not unecessarily escape some chars in paths
2016-08-14 Eric Wongwww: ensure XML validity for some odd ASCII chars
2016-08-14 Eric Wongmid: no wide characters for sha1_hex
2016-08-14 Eric Wongsearch: gracefully handle lookup_message failure
2016-08-14 Eric Wongview: remove redundant pre closing tag
2016-08-14 Eric Wongview: allow for missing In-Reply-To mapping
2016-08-14 Eric Wongsearchidx: do not release Xapian lock while (only)...
2016-08-14 Eric Wongnewswww: include body text in 404 response
2016-08-13 Eric Wongextmsg: reorder and add a more Message-ID lookup services
2016-08-12 Eric Wongwatch: respect altid for incremental watch changes
2016-08-12 Eric Wongwww: allow including links to NNTP sites in HTML footer
2016-08-12 Eric Wongconfig: do not nest multi-value altid arrays
2016-08-11 Eric Wongsearch: support alt-ID for mapping legacy serial numbers
2016-08-10 Eric Wongsearchidx: allow searching Message-IDs in free-form...
2016-08-09 Eric Wongwww: avoid misinterpreting '&' and ';' in query parameters
2016-08-09 Eric Wongsearchidx: avoid holding Xapian lock in cat-file
2016-08-09 Eric Wongsearchidx: release Xapian FDs before spawning git log
2016-08-09 Eric Wongsearchidx: persist the PublicInbox::Git object
2016-08-09 Eric Wongsearchidx: remove unused $git parameters
2016-08-06 Eric Wongwww: use <hr> to delimit messages in /new.html view...
2016-08-06 Eric Wongmbox: be fair to other HTTP clients
2016-08-06 Eric Wongview: do not introduce excessive </pre> in $MID/t/...
2016-08-05 Eric Wongsearch: disable batching in newer versions of Xapian...
2016-08-05 Eric Wongview: use <hr> to delineate in /$MID/T/ view
2016-08-05 Eric Wonghttp: do not allow bad getline+close responses to kill us
2016-08-05 Eric Wongthread: avoid recursion in Mail::Thread::recurse_down
2016-08-04 Eric Wongview: do not fail on empty In-Reply-To
2016-08-04 Eric Wongsearchmsg: add git object ID to doc_data
next