about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2019-05-22git: workaround old git-rev-parse(1) (--git-path)
2019-05-21Merge remote-tracking branch 'origin/xap-optional' into master
2019-05-21searchidx: remove unused Compress::Zlib import
2019-05-17PublicInbox::Import::add: Consolidate subject handling
2019-05-16www: unescape '+' => ' ' before general URI unescape
2019-05-16Revert "view: perform highlighting for space-prefixed diffs"
2019-05-16search: disable phrase searching, for now
2019-05-16view: perform highlighting for space-prefixed diffs
2019-05-15remove hard Devel::Peek dependency and lazy load for daemons
2019-05-15inbox: remove POSIX strftime import
2019-05-15admin: improve warnings and errors for missing modules
2019-05-15searchidx: do not create empty Xapian partitions for basic
2019-05-15lazy load Xapian and make it optional for v2
2019-05-15www: use Inbox->over where appropriate
2019-05-15nntp: use Inbox->over directly
2019-05-15inbox: add ->over method to ease access
2019-05-14searchidx: fix incremental index with indexlevel=basic on v1
2019-05-14v2writable: allow setting nproc via creat options
2019-05-14v1writable: new wrapper which is closer to v2writable
2019-05-08Merge remote-tracking branch 'origin/danga-bundle'
2019-05-08DS: epoll: fix misordered EPOLL_CTL_DEL call
2019-05-08DS: drop unused "_undef" sub
2019-05-08syscall: drop readahead wrapper
2019-05-08DS: handle EINTR in IO::Poll path, too
2019-05-08nntp: avoid uninitialized variable from blank requests
2019-05-07wwwstream: do not load URI.pm
2019-05-07spawn (Inline::C): fix off-by-one error
2019-05-06index: warn with info about the message as context
2019-05-05Merge remote-tracking branch 'origin/wwwlisting'
2019-05-05DS: workaround IO::Kqueue EINTR (mis-)handling
2019-05-05DS: drop profiling support
2019-05-05DS: remove unused fields and functions
2019-05-05listener: use EPOLLEXCLUSIVE for listen sockets
2019-05-04bundle Danga::Socket and Sys::Syscall
2019-05-04wwwstream: drop tor2web URL
2019-04-27extmsg: escape ampersands in @EXT_URL array
2019-04-26viewdiff: do not break out of DSTATE_CTX on /^$/
2019-04-25cgit: improve handling of cgit data path
2019-04-24wwwhighlight: deal with no-op highlight
2019-04-24wwwhighlight: do linkification, too
2019-04-23view: avoid "1+ messages" in per-message footer of /t/ and /T/
2019-04-19www: support listing of inboxes
2019-04-19start depending on Perl 5.10.1+
2019-04-18linkify: require parentheses pairs in URLs
2019-04-18view: show "(no subject)" consistently in HTML
2019-04-18linkify: don't get confused by URLs in Perl code, at least
2019-04-18inbox: add `modified' sub
2019-04-18git: calculate modified time of repository
2019-04-18config: use '$ibx' instead of '$rv' to denote Inbox objects
2019-04-16import: prefix 'inbox' with '-' to denote Inbox ref