about summary refs log tree commit homepage
DateCommit message (Expand)
2016-05-30script/*{mda,learn}: no strict params for Email::MIME::ContentType
2016-05-30www: remove a few more Plack::Request dependencies
2016-05-30www: remove gratuitous use of Plack::Request methods
2016-05-30git-http-backend: remove dependency on Plack::Request
2016-05-29nntp: fix for missing articles/bodies/heads
2016-05-29inbox: drop references ASAP for search and msgmap
2016-05-29searchmsg: all timestamps stored in Xapian are UTC
2016-05-29INSTALL: note Debian bug #808610 corruption
2016-05-29txt2pre: remove CGI.pm dependency
2016-05-28remove redundant NewsGroup class
2016-05-28config: remove try_cat
2016-05-28www: remove footer_html support
2016-05-28examples: config no longer supports atomUrl
2016-05-28Makefile.PL: allow N to be overridden
2016-05-28http: clarify comments about layering violation
2016-05-28t/plack: ensure we can cascade on common endpoints
2016-05-27config: fix NewsWWW fallback for newsgroups in HTTP URLs
2016-05-27git-http-backend: close pipe for generic PSGI on errors
2016-05-27git-http-backend: move real close to GetlineBody
2016-05-27httpd/async: do not needlessly weaken
2016-05-27git-http-backend: fix aborts for generic PSGI clone
2016-05-27http: avoid circular reference for getline responses
2016-05-27httpd/async: prevent circular reference
2016-05-25remove Email::Address dependency
2016-05-24git-http-backend: use qspawn to limit running processes
2016-05-24http: fix various race conditions
2016-05-24standardize timer-related event-loop code
2016-05-23http: avoid uninitialized variable
2016-05-23http: chunk in the server, not middleware
2016-05-23git-http-backend: refactor to support cleanup
2016-05-23git-http-backend: avoid Plack::Request parsing body
2016-05-23TODO: update linkification notes
2016-05-23git-http-backend: cleanup vestigial the process limiter code
2016-05-23config: use popen_rd when spawning `git config'
2016-05-23t/config.t: remove GIT_DIR usage in test
2016-05-23daemon: ignore SIGWINCH when connected to terminal
2016-05-22spawn: note we do not use absolute paths within our code
2016-05-22www: avoid warnings on bad offsets for Xapian
2016-05-22git-http-backend: switch to async_pass
2016-05-22http: rework async_pass support
2016-05-22git-http-backend: simplify dumb serving
2016-05-22git-http-backend: remove process limit
2016-05-22t/spawn.t: additional tests for popen_rd
2016-05-22http: pass reference to Danga::Socket::write
2016-05-22http: fix typo: write_buf => write_buf_size
2016-05-22http: async getline supports push_back_read
2016-05-21http: support async_pass for Danga::Socket
2016-05-21import: avoid needless git update-server-info
2016-05-21daemon: simplify forking
2016-05-21localize $/ in more places to avoid potential problems