about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2016-08-11search: support alt-ID for mapping legacy serial numbers
2016-08-10searchidx: allow searching Message-IDs in free-form text
2016-08-09www: avoid misinterpreting '&' and ';' in query parameters
2016-08-09searchidx: avoid holding Xapian lock in cat-file
2016-08-09searchidx: release Xapian FDs before spawning git log
2016-08-09searchidx: persist the PublicInbox::Git object
2016-08-09searchidx: remove unused $git parameters
2016-08-06www: use <hr> to delimit messages in /new.html view, too
2016-08-06mbox: be fair to other HTTP clients
2016-08-06view: do not introduce excessive </pre> in $MID/t/ view
2016-08-05search: disable batching in newer versions of Xapian, for now
2016-08-05view: use <hr> to delineate in /$MID/T/ view
2016-08-05http: do not allow bad getline+close responses to kill us
2016-08-05thread: avoid recursion in Mail::Thread::recurse_down
2016-08-04view: do not fail on empty In-Reply-To
2016-08-04searchmsg: add git object ID to doc_data
2016-08-02search: improve reindexing behavior
2016-08-02wwwstream: prioritize search in top title bar
2016-08-02daemon: do not chdir unless daemonizing
2016-07-31search: support reindexing existing search indices
2016-07-31msgmap: fix use of transactions
2016-07-29daemon: re-enable SIGWINCH without setsid
2016-07-27localize $/ when using chomp
2016-07-26mda: fix address matching in address lists
2016-07-21www: redefinable project name and URL
2016-07-21www: a note .onion URLs require the usage of Tor
2016-07-21view: split up --cc args for git-send-email
2016-07-21www: label sections and hopefully improve navigation
2016-07-17extmsg: favor user-provided URL on partial matches
2016-07-10view: conditionally anchor to thread skeleton
2016-07-09view: add "infourl" for reply information
2016-07-09view: show most recently updated topics, first
2016-07-09view: improve grouping for topic view
2016-07-09httpd/async: reinstate D::S timer usage for cleanup
2016-07-09httpd/async: do not attempt future writes on closed sockets
2016-07-09www: add configurable limiters
2016-07-09qspawn: allow configurable limiters
2016-07-09cleanup some unnecessary use/requires
2016-07-09feed: remove dead code and unneeded use
2016-07-09www: cleanup parameter passing
2016-07-09www: drop unused constants
2016-07-09nntp: return if a client drops on us
2016-07-08http: drop extra newline in error message
2016-07-07http: additional info for write failures
2016-07-07nntpd: avoid exiting subroutine via next
2016-07-07view: per-message view links to real previous sibling
2016-07-07view: preserve attribution for current message
2016-07-07view: reduce visual noise in conversation view
2016-07-07www: remove old footer generation code and normalize new.html
2016-07-07inbox: cleanup and consolidate object weakening