about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2017-01-21repobrowse: git Atom feed uses Qspawn->psgi_return
2017-01-21repobrowse: git Atom feed uses Qspawn->psgi_qx
2017-01-21qspawn: better annotate where $qx_cb is called
2017-01-19watchmaildir: limit live importer processes
2017-01-18mime: avoid SUPER usage in Email::MIME subclass
2017-01-18repobrowse: expath is always defined
2017-01-18http: cast a wider net to prevent circular references
2017-01-18repobrowse: git snapshot waits for all commands asynchronously
2017-01-17qspawn: better description
2017-01-17repobrowse: verbose git tree display uses qspawn for ls-tree
2017-01-15repobrowse: use qspawn for plain tree views
2017-01-15repobrowse: git: drop unused diff parsing routines
2017-01-13httpd/async: stop running command if client disconnects
2017-01-13repobrowse: simplify conditional for cat-file input
2017-01-13rename "GitAsyncRd" to "GitAsync"
2017-01-13gitasyncrd: pass a reference to Danga::Socket::write
2017-01-13repobrowse: comment describing Git wrapper creation
2017-01-13repobrowse: port git log view to qspawn streaming interface
2017-01-11inbox: reinstate periodic cleanup of Xapian and SQLite objects
2017-01-11repobrowse: make git diff output use qspawn
2017-01-11diff: note the dangers of gigantic anchors hash
2017-01-11async: improve and fix out-of-date comments
2017-01-11repobrowse: qspawn + streaming for git commit display
2017-01-11qspawn: fix bad error reporting on errors
2017-01-10introduce PublicInbox::MIME wrapper class
2017-01-08githttpbackend: use psgi_return shortcut
2017-01-08httpd/async: remove needless sysread wrapper
2017-01-08Merge remote-tracking branch 'origin/master' into repobrowse
2017-01-07initial git async work
2017-01-07inbox: drop $ref arg for writing destination buffer
2017-01-07inbox: properly register cleanup timer for git processes
2017-01-07search: remove subject_summary
2017-01-07searchmsg: favor direct hash access over accessor methods
2017-01-07remove incorrect comment about strftime + locales
2017-01-07config: allow per-inbox nntpserver
2017-01-07inbox: eliminate weaken usage entirely
2017-01-07inbox: describe the full key name
2017-01-07config: remove unused get() method
2017-01-07config: always use namespaced "publicinboxlimiter"
2017-01-07qspawn: prepare to support runtime reloading of Limiter
2017-01-04http: remove weaken usage, reduce anonsub capture scope
2017-01-04httpd/async: remove weaken usage
2017-01-04http: fix spelling error
2017-01-02watch: watchspam affects all configured inboxes
2017-01-01repobrowse: avoid empty pathspecs for future git compatibility
2016-12-26spawn: remove non-blocking support, here
2016-12-26repobrowse: port git snapshot over to qspawn
2016-12-26repobrowse: port patch generation over to qspawn
2016-12-26git: lazy initialization of error output
2016-12-26Merge remote-tracking branch 'origin/master' into repobrowse