]> Sergey Matveev's repositories - public-inbox.git/history - t
www: use WwwStream for dumping thread and search views
[public-inbox.git] / t /
2016-06-30 Eric Wongwww: implement hybrid flat+thread conversation view
2016-06-25 Eric Wongview: safer and optional quoting for --in-reply-to arg
2016-06-25 Eric Wongaddress: remove Address::from_name
2016-06-25 Eric Wongaddress: beef up the module with name list extaction
2016-06-24 Eric Wongwatch_maildir: implement optional spam checking
2016-06-24 Eric Wongdocument Filesys::Notify::Simple dependency
2016-06-24 Eric Wongsplit out spamcheck/spamc to its own module.
2016-06-20 Eric Wonginbox: move field population logic to initializer
2016-06-20 Eric Wongfeed: various object-orientation cleanups
2016-06-19 Eric Wongwatch_maildir: tighten up path checks
2016-06-19 Eric Wongwatch_maildir: spam removal support
2016-06-18 Eric Wongwatch_maildir: add scan test
2016-06-18 Eric Wongspawn: try to keep signals blocked in spawned child
2016-06-18 Eric Wongview: introduce WwwStream interface
2016-06-17 Eric Wongremove dependency on IPC::Run
2016-06-15 Eric Wonginbox: allow undef return value for base_url
2016-06-15 Eric Wongmda: hook up new filter functionality
2016-06-15 Eric Wongemergency: implement new emergency Maildir delivery
2016-06-15 Eric Wongfilter: begin work on a new filter API
2016-06-15 Eric Wongmda: precheck no longer depends on Email::Filter
2016-06-15 Eric Wongt/mda: use only Maildir for testing
2016-06-15 Eric Wongt/mda.t: remove senseless use of Email::Filter
2016-06-15 Eric Wongt/feed.t: make IPC::Run usage optional
2016-06-14 Eric Wongnntp: do not double-encode UTF-8 body
2016-06-13 Eric Wongview: msg_html uses getline body to reduce latency
2016-06-07 Eric WongMerge branch 'unsubscribe'
2016-06-07 Eric Wongview: escape From name properly for title
2016-06-05 Eric Wongview: inline message reply into message view
2016-05-30 Eric Wonggit-http-backend: remove dependency on Plack::Request
2016-05-29 Eric Wongnntp: fix for missing articles/bodies/heads
2016-05-28 Eric Wongremove redundant NewsGroup class
2016-05-28 Eric Wongt/plack: ensure we can cascade on common endpoints
2016-05-27 Eric Wongconfig: fix NewsWWW fallback for newsgroups in HTTP...
2016-05-25 Eric Wongremove Email::Address dependency
2016-05-24 Eric Wonggit-http-backend: use qspawn to limit running processes
2016-05-23 Eric Wonghttp: chunk in the server, not middleware
2016-05-23 Eric Wongt/config.t: remove GIT_DIR usage in test
2016-05-22 Eric Wongt/spawn.t: additional tests for popen_rd
2016-05-21 Eric Wonglocalize $/ in more places to avoid potential problems
2016-05-19 Eric Wongwww: tighten up allowable filenames for attachments
2016-05-19 Eric Wongwww: validate and check filenames in URLs
2016-05-19 Eric Wongmsg_iter: workaround broken Email::MIME versions
2016-05-19 Eric Wongswitch read-only uses of walk_parts to msg_iter
2016-05-19 Eric Wongmsg_iter: new internal API for iterating through MIME
2016-05-18 Eric Wongnntpd: reject control characters entirely
2016-05-18 Eric Wongtests: add check-www-inbox script
2016-05-16 Eric Wongwww: fix for running under mount paths
2016-05-16 Eric Wongdeclare Inbox object for reusability
2016-05-14 Eric Wongrename most instances of "list" to "inbox"
2016-05-14 Eric Wongt/nntpd: test for wide characters and UTF-8 mangling
2016-05-14 Eric Wongt/nntpd: avoid fork+exec for search indexing
2016-05-05 Eric Wongt/view: note possibly invalid test...
2016-05-03 Eric Wonggit-http-backend: reduce memory use for clone/fetch
2016-05-02 Eric Wongt/*.t: reduce -mda calls
2016-05-02 Eric Wongt/nntpd.t: stop hard coding message :bytes into test
2016-05-02 Eric Wongnntp: append Archived-At and List-Archive headers
2016-04-30 Eric Wongdaemon: graceful shutdown warning and limit removal
2016-04-30 Eric Wongsearchmsg: ensure long subject lines are not broken
2016-04-29 Eric Wonghttp: avoid corking on "Content-Length: 0" response
2016-04-28 Eric Wonggithttpbackend: clamp to one smart HTTP request at...
2016-04-28 Eric Wonggithttpbackend: fall back to dumb if smart HTTP is off
2016-04-27 Eric Wongimport: document API for public consumption
2016-04-25 Eric Wongt/feed.t: run properly without ssoma installed
2016-04-25 Eric Wongremove GIT_DIR env usage in favor of --git-dir
2016-04-25 Eric Wongremove ssoma dependency
2016-04-15 Eric Wongwww: redirect /$MESSAGE_ID/f/ endpoints
2016-04-14 Eric Wongview: drop vestigial elements of quote folding
2016-04-13 Eric Wongwww: stop generating /$MESSAGE_ID/f/ links
2016-04-11 Eric Wongimport: initial module + test case
2016-04-11 Eric Wonggit: add support for qx wrapper
2016-04-09 Eric Wongfilter: preserve Mail-Followup-To and Mail-Reply-To
2016-03-12 Eric Wonghttp: use Plack::HTTPParser for HTTP parsing
2016-03-06 Eric Wonghttp: reject excessively large HTTP request bodies
2016-03-06 Eric Wonghttp: reject excessive headers
2016-03-05 Eric Wongdaemon: sockname detects listeners correctly
2016-03-05 Eric Wongdaemon: document optional Net::Server dependency
2016-03-05 Eric Wongt/httpd-corner: avoid clobbering existing FDs after...
2016-03-05 Eric Wongt/httpd-corner: additional callback test
2016-03-04 Eric Wongdaemon: support listening on Unix domain sockets
2016-03-03 Eric Wongdaemon: introduce host_with_port for identifying sockets
2016-03-03 Eric Wongt/*.t: use identifiable tempdir names
2016-03-01 Eric Wonglinkify: do not capture trailing '.' or ';' in URLs
2016-02-29 Eric Wongfixup Plack-related requires
2016-02-29 Eric Wongt/init.t: avoid spewing directory names in output
2016-02-29 Eric Wongt/search.t: use transactions to reduce I/O load
2016-02-28 Eric Wonghttp: support graceful shutdown like nntp
2016-02-28 Eric Wongt/: remove unnecessary Dumper use
2016-02-27 Eric Wonggit: use built-in spawn implementation for vfork
2016-02-27 Eric Wonginitial spawn implementation using vfork
2016-02-23 Eric Wongt/httpd-corner: test HTTP chunking with curl
2016-02-23 Eric Wonginitial public-inbox-httpd implemenation
2016-02-04 Eric Wongt/cgi.t: fix broken test for dumb HTTP
2016-02-02 Eric Wongwww: support git cloning via dumb HTTP
2016-01-09 Eric Wongwww: fix redirection loops
2015-12-27 Eric Wongt/plack.t: fix test *with* plack installed... oops
2015-12-26 e@80x24.orgtests: fixup requirements for tests
2015-12-25 Eric Wongexamples/public-inbox.psgi: make output chunky by default
2015-12-22 Eric Wongrename 'GitCatFile' package to 'Git'
2015-12-22 Eric Wonggit: cat-file wrapper enhancements
2015-10-02 Eric Wongrename mid_compress to id_compress
next