]> Sergey Matveev's repositories - public-inbox.git/shortlog
public-inbox.git
2020-02-24 Eric Wongviewdiff: remove optional CR handling
2020-02-24 Eric Wonghval: ascii_html: drop CRLF => LF conversion
2020-02-24 Eric Wongimport_vger_from_mbox: add --filter parameter
2020-02-24 Eric Wongimport_vger_from_mbox: drop redundant "use" statements
2020-02-24 Eric Wongsearchview: set obfuscation inbox properly
2020-02-24 Eric Wongdoc: technical: document data structures
2020-02-24 Eric WongINSTALL: s/repositories/inboxes/
2020-02-23 Eric Wongdoc: improve wording of "inbox" vs "repository"
2020-02-17 Eric Wongview: shorten life of MIME object for permalink
2020-02-17 Eric Wongdoc: design_www: document solver endpoint
2020-02-17 Eric Wongviewdiff: do not generate "a=" parameter if "b=" matches
2020-02-16 Eric Wongview: remove last Hval->new caller
2020-02-16 Eric Wongview: escape ampersand in Message-IDs
2020-02-16 Eric Wongview: escape Subject HTML directly
2020-02-16 Eric Wongview,searchview: avoid smsg method calls when using...
2020-02-16 Eric Wongview: cleanup topic accumulation and dumping
2020-02-16 Eric Wongview: dump_topics: better naming of top Subject
2020-02-16 Eric Wongview: single id="t" for multi-Subject messages
2020-02-16 Eric Wongview: remove mhref arg from multipart_text_as_html
2020-02-15 Eric Wongt/msg_iter: test for X-UNKNOWN charset from Alpine
2020-02-10 Eric Wongdoc: update v1.3.0.eml with actual headers, start v1.4.0
2020-02-10 Eric Wongpublic-inbox 1.3.0 v1.3.0
2020-02-08 Eric Wongt/multi-mid: skip properly w/o DBD::SQLite
2020-02-08 Eric Wongconvert: preserve indexlevel on conversions
2020-02-08 Eric Wongdoc: more 1.3.0 release notes updates
2020-02-08 Eric Wongdoc: mark some TODO items as done
2020-02-08 Eric Wongdoc: update copyright for standards.perl
2020-02-07 Eric Wongtests: switch to XML::TreePP for testing Atom feeds
2020-02-07 Eric Wongsyscall: support Linux x32 ABI
2020-02-06 Eric Wongtreewide: run update-copyrights from gnulib for 2019
2020-02-06 Eric WongMANIFEST: add flow.{ge,txt}
2020-02-06 Eric Wongdoc: v1: add a reference to git-filter-repo(1), too
2020-02-06 Eric Wongdoc: txt2pre: auto-linkify manpage references
2020-02-06 Eric Wongdoc: remove .x/ subdirectory for Xapian manpages
2020-02-06 Eric Wongdoc: add data flow diagram using Graph::Easy
2020-02-06 Eric Wongt/multi-mid: don't access ~/.public-inbox/config
2020-02-04 Eric Wongdoc: recommend -compact after --reindex
2020-02-04 Eric Wongover: simplify read-only vs read-write checking
2020-02-04 Eric Wonginbox: remove TODO item for msg_by_path
2020-02-04 Eric Wonginbox: simplify ->description and ->cloneurl
2020-02-04 Eric Wongwww: serve $INBOX_DIR/description as $INBOX_URL/description
2020-02-04 Eric Wongwww: stricter regexp for 405 errors
2020-02-04 Eric Wongdoc: spellling fixes for manpages
2020-02-02 Eric Wongspawn: actually die on (vfork|fork) failures
2020-02-02 Eric Wongv2writable: more ways to detect online CPU count
2020-02-02 Eric Wongdoc: -convert: document switches
2020-02-02 Eric Wongconvert: fix --no-index switch
2020-02-02 Eric Wongconvert: shift @ARGV explicitly
2020-02-02 Eric Wongsearchidxshard: rely on autoflush instead of ->flush
2020-02-02 Eric Wongconvert: remove unused variables capturing :from
2020-02-02 Eric Wongv2writable: do not clobber {shards} or {parallel} if...
2020-02-02 Eric Wongv2writable: nproc_shards: subtract 1 from given value
2020-02-02 Eric Wongt/multi-mid.t: extra test for -convert highwater mark
2020-02-01 Eric Wongdoc: more 1.3.0 release notes updates
2020-02-01 Eric Wongconfig: assume multiple cgit URLs, too
2020-02-01 Eric Wongsolver: join multiple URLs with "||"
2020-02-01 Eric Wongwwwtext: give "url" examples in sample config
2020-02-01 Eric Wongwwwtext: show multiple infourl values properly
2020-01-31 Eric Wongconvert: preserve highwater mark from v1 msgmap
2020-01-31 Eric Wongmboxgz: ensure gzipped mboxes always have filenames
2020-01-31 Eric Wongt/psgi_search: test for subject-free messages
2020-01-28 Eric Wongv2writable: newest epochs go first in alternates
2020-01-28 Eric WongINSTALL: fix Linux::Inotify2 package name
2020-01-28 Eric Wongt/v2reindex.t: 5.10.1 glob compatibility
2020-01-28 Eric Wongt/hl_mod: document IO::Handle for autoflush
2020-01-28 Eric Wongavoid relying on IO::Handle/IO::File autoload
2020-01-28 Eric Wongdaemon: provide TCP_DEFER_ACCEPT for Perl <5.14
2020-01-27 Eric Wongviewdiff: rewrite and simplify
2020-01-27 Eric Wongviewdiff: use autovivification for long_path hash
2020-01-27 Eric Wongviewdiff: add "b=" param when missing "diff --git"...
2020-01-27 Eric Wongviewdiff: add "b=" param with non-standard diff prefix
2020-01-27 Eric Wongsearchidx: don't assume "a/" and "b/" as prefixes
2020-01-27 Eric Wongsearchidx: skip filenames on "diff --git ..."
2020-01-27 Eric Wonglinkify: move to_html over from ViewDiff
2020-01-27 Eric Wonglinkify: compile $LINK_RE once
2020-01-27 Eric Wongview: inline and eliminate msg_html
2020-01-27 Eric Wongxt/perf-msgview: switch to multipart_text_as_html
2020-01-27 Eric Wongtests: move the majority of t/view.t into t/plack.t
2020-01-27 Eric Wonginit: use Import::run_die instead of system()
2020-01-27 Eric Wongt/plack.t: modernize and unindent
2020-01-27 Eric Wongview: start performing buffering into {obuf}
2020-01-27 Eric Wongwwwstream: discard single-use $ctx fields after use
2020-01-27 Eric Wongview: simplify duplicate Message-ID handling
2020-01-27 Eric Wongview: thread_skel: drop constant tpfx parameter
2020-01-27 Eric Wongview: reduce parameters for html_footer
2020-01-27 Eric Wongsearchview: keep $noop sub private to the package
2020-01-27 Eric Wongview: improve readability around walk_thread
2020-01-27 Eric Wongwww: use "skel" terminology consistently
2020-01-27 Eric Wongwww*stream: favor \&close instead of *close
2020-01-27 Eric Wongxapcmd: increase scope of lock
2020-01-27 Eric Wongsearch: {version} => {ibx_ver}
2020-01-27 Eric Wonginbox: add ->version method
2020-01-27 Eric Wongswitch to sysseek + sysread for serving static files
2020-01-25 Eric Wongs/news.gmane.org/news.gmane.io/
2020-01-25 Eric Wongwwwstatic: wire up buffer bypass for -httpd
2020-01-25 Eric Wongds: tmpio: store offsets per-buffer
2020-01-25 Eric Wongwwwstatic: offload error handling to PSGI server
2020-01-25 Eric Wonghttp: eliminate short-lived cyclic ref for psgix.io
2020-01-25 Eric Wongspelling: favor `publicly' over `publically'
2020-01-25 Eric Wongwebsite: omit technical/ and other subdirs
next