]> Sergey Matveev's repositories - public-inbox.git/shortlog
public-inbox.git
2020-01-06 Eric Wonghval: export prurl and add prototype
2020-01-06 Eric Wongt/nntp.t: fix parse_time test for non-GMT local time
2020-01-06 Eric Wongwwwstatic: use sprintf for Perl <5.22 compatibility
2020-01-05 Eric Wongview: msg_html: reduce memory use on reused MIDs
2020-01-05 Eric Wongtests: remove some "git config" calls after "git init"
2020-01-05 Eric Wongsearch: remove lookup_article
2020-01-04 Eric Wongtests: fix running without SQLite or Xapian
2020-01-04 Eric Wongviewdiff: do not anchor spaces after filenames in diffstat
2020-01-04 Eric Wongsearchidx: remove_message: pedantic fix for v1
2020-01-04 Eric Wongsearchidx: index_text: use Xapian parameter names
2020-01-04 Eric Wongsearchidx: simplify quote-splitting in index_body
2020-01-04 Eric Wongsearchidx: add_message: fix and make use of prototypes
2020-01-04 Eric Wongsearchidx: split off index_xapian for msg_iter
2020-01-04 Eric Wongsearchidx: index_diff: allow /^$/ line as diff context
2020-01-04 Eric Wongsolver: allow literal '\r' character in diff lines
2020-01-04 Eric Wongsolver: minor cleanups to diff extraction
2020-01-04 Eric Wongsolver: do not enforce order on extended headers
2020-01-04 Eric Wongxt/solver.t: real-world regression tests
2020-01-03 Eric Wongqspawn: use per-call quiet flag for solver
2020-01-03 Eric Wongsolver: extract_diff: deal with missing "diff --git...
2020-01-03 Eric Wongsolver: try the next patch on apply failures
2020-01-03 Eric Wongbuild: allow "check" to work in non-git subdirs of...
2020-01-03 Eric Wongexamples: add empty "lib" dir to placate plackup
2020-01-02 Eric Wongconfig: support multi-value inbox.*.*url
2020-01-02 Eric Wongwwwlisting: show configured "infourl" properly
2020-01-02 Eric Wongdoc: fix a few spelling errors in user-facing docs
2020-01-02 Eric Wongbuild: fix xapian-* manpage generation
2020-01-02 Eric Wongdoc/txt2pre: flush output before utime()
2020-01-02 Eric Wongdoc: release notes: set Date for 1.2.0, start 1.3.0
2020-01-02 Eric Wongbuild: remove NEWS from dist-git target
2020-01-02 Eric Wongdoc: allow NEWS file to be built without Plack::Util
2020-01-01 Eric Wongwwwstatic: add directory listing + index.html support
2020-01-01 Eric Wongwwwstatic: avoid TOCTTOU for FIFO check
2020-01-01 Eric Wongwwwstatic: do not open() files for HEAD requests
2020-01-01 Eric Wongwwwstatic: move r(...) functions here
2020-01-01 Eric Wongwww: move more logic into path_info_raw
2020-01-01 Eric Wongwwwstatic: implement Last-Modified and If-Modified...
2020-01-01 Eric Wongcgit: type declaration for PublicInbox::Git
2020-01-01 Eric Wongfilter/base: export REJECT as a constant
2020-01-01 Eric Wonggithttpbackend: remove ancient compatibility check
2020-01-01 Eric Wonghttp: update comment about psgix.io usage
2020-01-01 Eric Wongwwwstatic: getline: die on missing psgix.io
2020-01-01 Eric Wongspamcheck/spamc: pass GLOB handles instead of FD numbers
2020-01-01 Eric Wongnntp: handle 2-digit year "70" properly
2019-12-30 Eric Wongspawn: better error handling
2019-12-30 Eric Wongspawn: support chdir via -C option
2019-12-30 Eric Wongspawn: allow passing GLOB handles for redirects
2019-12-29 Eric Wongsearch: load_xapian: return true on success
2019-12-28 Eric WongMerge branch 'no-closure'
2019-12-28 Eric Wongds: use MSG_MORE when wbuf is empty during long responses
2019-12-28 Eric Wongsearch: retry_reopen passes user arg to callback
2019-12-28 Eric Wongsolvergit: allow passing arg to user-supplied callback
2019-12-27 Eric Wongviewvcs: avoid anonymous sub for HTML response
2019-12-27 Eric Wongwwwattach: avoid anonymous sub for msg_iter
2019-12-27 Eric Wongview: msg_iter calls add_body_text directly
2019-12-27 Eric Wongsearchview: remove anonymous sub when sorting threads...
2019-12-27 Eric Wongview: thread_html: pass named sub to WwwStream
2019-12-27 Eric Wongsearchview: pass named subs to Www*Stream
2019-12-27 Eric Wongwwwtext: avoid anonymous sub in response
2019-12-27 Eric Wongcontentid: no anonymous sub
2019-12-27 Eric Wongview: msg_html: stop using an anonymous sub
2019-12-27 Eric Wongview: avoid anon sub in stream_thread
2019-12-27 Eric Wongconfig: each_inbox: pass user arg to callback
2019-12-27 Eric Wongfeed: avoid anonymous subs
2019-12-27 Eric Wongmboxgz: pass $ctx to callback to avoid anon subs
2019-12-27 Eric Wongwww: lazy load Plack::Util
2019-12-27 Eric Wonggithttpbackend: split out wwwstatic
2019-12-26 Eric Wongqspawn: psgi_return: allow non-anon parse_hdr callback
2019-12-26 Eric Wongqspawn: drop "qspawn.filter" support, for now
2019-12-26 Eric Wongqspawn: psgi_qx: eliminate anonymous subs
2019-12-26 Eric Wongqspawn: psgi_return_start: hoist out from psgi_return
2019-12-26 Eric Wongqspawn: psgi_return: initial cb can be named
2019-12-26 Eric Wonghttpd/async: get rid of ephemeral main_cb
2019-12-26 Eric Wongqspawn: reduce local vars, de-anonymize rd_hdr
2019-12-26 Eric Wongmsg_iter: provide means to stop using anonymous subs
2019-12-26 Eric Wongqspawn: replace anonymous $end callbacks w/ event_step
2019-12-26 Eric Wongqspawn: disambiguate command vs PSGI env
2019-12-26 Eric Wongqspawn: remove some anonymous subs for psgi_qx
2019-12-26 Eric Wonghttpd/async: support passing arg to callbacks
2019-12-26 Eric Wonggit: allow async_cat to pass arg to callback
2019-12-26 Eric Wongwwwlisting: do not rely on $? after ProcessPipe::CLOSE
2019-12-26 Eric Wongt/solver_git: test with -httpd, too
2019-12-26 Eric Wongt/www_listing: test "all" HTML listing
2019-12-26 Eric Wongt/www_listing: quiet down stderr in -httpd
2019-12-25 Eric Wongt/psgi_v2: test search results Atom feed endpoint
2019-12-24 Eric Wongt/search.t: update permissions check for OpenBSD
2019-12-24 Eric Wongsearch: support SWIG-generated Xapian.pm
2019-12-24 Eric Wongsearchidx: call "++" on PostingIterator instead of...
2019-12-24 Eric Wongtestcommon: add require_mods method and use it
2019-12-24 Eric Wongremove "no warnings 'once'" in a few places
2019-12-22 Eric Wongnntp: cmd_xover: use named sub for long_response
2019-12-22 Eric Wongnntp: hdr_msg_id: use named sub for long_response
2019-12-22 Eric Wongnntp: cmd_newnews: use named sub for long_response
2019-12-22 Eric Wongnntp: cmd_listgroup: use named subs for long_response
2019-12-22 Eric Wongnntp: cmd_xrover: use named sub for long_response
2019-12-22 Eric Wongnntp: hdr_searchmsg: use named sub for numeric range...
2019-12-22 Eric Wongnntp: remove cyclic refs from long_response
2019-12-22 Eric Wongnntp: get_range: return scalarref for $beg
2019-12-22 Eric Wonghttp: avoid anonymous sub for getline callback
2019-12-22 Eric Wonghttp: get rid of anonymous subs for write/close
next