]> Sergey Matveev's repositories - public-inbox.git/history - t
view: drop load_results
[public-inbox.git] / t /
2016-08-16 Eric Wongsearch: add YYYYMMDD search range via "d:" prefix
2016-08-15 Eric Wongimport: use common address parsing to drop unnecessary...
2016-08-14 Eric Wongwww: do not unecessarily escape some chars in paths
2016-08-12 Eric Wongwww: allow including links to NNTP sites in HTML footer
2016-08-12 Eric Wongconfig: do not nest multi-value altid arrays
2016-08-11 Eric Wongsearch: support alt-ID for mapping legacy serial numbers
2016-08-09 Eric Wongsearchidx: release Xapian FDs before spawning git log
2016-08-05 Eric Wonghttp: do not allow bad getline+close responses to kill us
2016-07-30 Eric Wongt/config_limiter: fix check for identical Git object
2016-07-26 Eric Wonglearn: fix uninitialized variable
2016-07-26 Eric Wongmda: fix address matching in address lists
2016-07-09 Eric Wongwww: add configurable limiters
2016-07-09 Eric Wongqspawn: allow configurable limiters
2016-07-07 Eric Wongwww: remove old footer generation code and normalize...
2016-07-07 Eric Wongt/git-http-backend: check BSD::Resource availability
2016-07-06 Eric Wongaddress: attempt to handle comments somewhat
2016-07-02 Eric Wongnntp: respect 3 minute idle time for shutdown
2016-07-02 Eric Wongwww: remove Plack::Request dependency entirely
2016-07-02 Eric Wonginbox: base_url method takes PSGI env hashref instead
2016-07-01 Eric Wongaddress: filter out domain from address-as-name idents
2016-07-01 Eric Wongt/watch_maildir: quiet down spam check warning
2016-06-30 Eric Wongwww_stream: add response wrapper sub
2016-06-30 Eric Wongwww: reinstate old thread view as an option
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...
next