about summary refs log tree commit homepage
DateCommit message (Expand)
2020-01-27t/plack.t: modernize and unindent
2020-01-27view: start performing buffering into {obuf}
2020-01-27wwwstream: discard single-use $ctx fields after use
2020-01-27view: simplify duplicate Message-ID handling
2020-01-27view: thread_skel: drop constant tpfx parameter
2020-01-27view: reduce parameters for html_footer
2020-01-27searchview: keep $noop sub private to the package
2020-01-27view: improve readability around walk_thread
2020-01-27www: use "skel" terminology consistently
2020-01-27www*stream: favor \&close instead of *close
2020-01-27xapcmd: increase scope of lock
2020-01-27search: {version} => {ibx_ver}
2020-01-27inbox: add ->version method
2020-01-27switch to sysseek + sysread for serving static files
2020-01-25s/news.gmane.org/news.gmane.io/
2020-01-25wwwstatic: wire up buffer bypass for -httpd
2020-01-25ds: tmpio: store offsets per-buffer
2020-01-25wwwstatic: offload error handling to PSGI server
2020-01-25http: eliminate short-lived cyclic ref for psgix.io
2020-01-25spelling: favor `publicly' over `publically'
2020-01-25website: omit technical/ and other subdirs
2020-01-25doc: INSTALL describe required deps for released versions
2020-01-25website: re-add top-level files
2020-01-25doc: avoid needless rebuilds of NEWS
2020-01-25mbox: handle empty subjects after dropping "Re:" prefix
2020-01-24contentid: ignore duplicate References: headers
2020-01-24wwwstream: shorten cloneurl uniquification
2020-01-24mid: shorten uniq_mids logic
2020-01-24inbox: simplify filtering for duplicate NNTP URLs
2020-01-24nntp: simplify setting X-Alt-Message-ID
2020-01-24contentid: use map to generate %seen for Message-Ids
2020-01-23hval: from_attr: move to unit test
2020-01-23hval: to_attr: support wide characters
2020-01-19doc: some 1.3.0 release notes updates
2020-01-13sigfd: simplify loop and improve documentation
2020-01-13ds: flatten $EXPMAP, delete entries on close
2020-01-13ds: rely on autovivification for $later_queue
2020-01-13ds: rely on autovivication for waitpid bits
2020-01-13ds: rely on autovivification for nextq
2020-01-13ds|http|nntp: simplify {wbuf} population
2020-01-13ds: guard ToClose against DESTROY side-effects
2020-01-13ds: remove Timer->cancel and Timer class+bless
2020-01-13ds: add an in_loop() function for Inbox.pm use
2020-01-13ds: add_timer: rename from AddTimer, remove a parameter
2020-01-13ds: new: avoid redundant check, make clobbering fatal
2020-01-13use popen_rd for bidirectional pipes
2020-01-13t/solver_git: avoid uninitialized warnings in hostname generation
2020-01-13xt/git_async_cmp: do not slurp large OID list into memory
2020-01-13xapcmd: use popen_rd for running xapian-compact
2020-01-13cgit: drop cgit_parse_hdr wrapper