]> Sergey Matveev's repositories - public-inbox.git/shortlog
public-inbox.git
2022-10-24 Eric Wongtreewide: replace /^I: / prefix with /^# /
2022-10-24 Eric Wonggithttpbackend: remove unused $BIN variable
2022-10-24 Eric Wonganother step towards git SHA-256 support
2022-10-24 Eric Wongclone|fetch: preserve mtime of modified manifest.js.gz
2022-10-17 Eric Wongsigfd: set SIGWINCH for MIPS and PA-RISC on Linux
2022-10-17 Eric Wongsyscall: avoid needless string comparison on x86-64
2022-10-17 Nicolás Ojeda BärSIGWINCH is 28 on Darwin-based OSes
2022-10-11 Eric Wongdskqxs: fix loop to allow `next'
2022-10-10 Eric Wongwww: viewvcs: display annotated tags as discreet objects
2022-10-10 Eric Wongxt/solver: skip on missing publicinbox.git.coderepo
2022-10-10 Eric Wongviewvcs: avoid one ascii_html call
2022-10-09 Eric Wongwww_coderepo: allow searching one extindex|inbox
2022-10-09 Eric Wongwww: cgit: fix fallback to WwwCoderepo on array responses
2022-10-09 Eric Wongwww_coderepo: update blurb on the goal/purpose of this
2022-10-09 Eric Wongwww_coderepo: wire up snapshots from summary
2022-10-09 Eric Wongconfig: remove {-cgitrc_unparsed} field
2022-10-07 Eric Wongwww: support publicinbox.cgit knob
2022-10-07 Eric Wongwww: cgit: fall back to WwwCoderepo on 404s
2022-10-07 Eric Wongwww: do not call ->coderepo->srv on sub ref
2022-10-05 Eric Wongwww_coderepo: start a top nav bar in summary view
2022-10-05 Eric Wongwww_stream: use git->pub_urls for coderepo links
2022-10-05 Eric Wongwww_coderepo: wire up snapshot support
2022-10-05 Eric Wonggit: allow ->local_nick to return undef
2022-10-05 Eric Wongwww_coderepo: wire up /$CODEREPO/$OID/s/ endpoint
2022-10-05 Eric Wongwww_coderepo: an alternative to cgit
2022-10-05 Eric Wonggit: move cloneurl + description reading here
2022-10-05 Eric Wonggit: hoist out description
2022-10-05 Eric Wongcgit: use Perl 5.10-isms, optimize, and golf
2022-10-05 Eric Wongtests: use test_httpd consistently
2022-10-02 Eric Wongviewdiff: fix parts of diff being appended after signature
2022-10-01 Eric Wongwww_stream: use DESTROY to cleanup temporary gits
2022-10-01 Eric Wonglei: force --jobs=1,1 for SQLite < 3.8.3
2022-10-01 Eric Wonggit_async_cat: automatically cleanup temporary gits
2022-09-30 Eric Wongt/altid_v2: improve test style
2022-09-30 Eric Wonglei_to_mail: propagate errors to script/lei
2022-09-30 Eric Wongt/lei-up: improve diagnostics for this test
2022-09-30 Eric Wongtests: favor 3 argument `open' with interopolation
2022-09-29 Eric Wongwww: remove "1\n" lines in $MSGID/t/ view
2022-09-29 Eric Wongtests: no IPv6 on old Net::NNTP, Mail::IMAPClient,...
2022-09-29 Eric Wonggcf2: fix syntax error and require PublicInbox::Git
2022-09-29 Eric Wongtreewide: use --globoff with curl(1)
2022-09-29 Eric Wongsyscall: initialize buffer for vec()
2022-09-26 Eric Wonggit: reduce early bare-bones memory use
2022-09-26 Eric Wongviewvcs: load blobs asynchronously
2022-09-26 Eric Wonggcf2: support worktree $GIT_DIR
2022-09-26 Eric Wongviewdiff: save memory by eliminating two captures
2022-09-21 Eric Wongt/pop3d: skip all tests if no certs are found
2022-09-12 Eric Wongwww: viewdiff: fix UTF-8 names inside mbox attachments
2022-09-12 Eric Wonggit_async_cat: don't use Gcf2 for temporary git dirs
2022-09-11 Eric Wongsolver: do not show redundant URLs in log
2022-09-11 Eric Wongview: fix solver links with multiple messages
2022-09-10 Eric Wongviewvcs: switch to `print $zfh'
2022-09-10 Eric Wongwww_listing: switch to `print $zfh'
2022-09-10 Eric Wongmbox*: use multi-arg ->translate and ->write
2022-09-10 Eric Wongfeed: new_html_i: switch from zmore to `print $zfh'
2022-09-10 Eric Wonggzip_filter: write: use multi-arg translate
2022-09-10 Eric Wongtranslate: support multiple buffer args
2022-09-10 Eric Wonghttpd/async: describe which ->write subs it can call
2022-09-10 Eric Wongwww_static: switch to `print $zfh', and optimize
2022-09-10 Eric Wongviewdiff: diff_header: shorten function, slightly
2022-09-10 Eric Wongviewdiff: diff_before_or_after: avoid extra capture
2022-09-10 Eric Wongwww: use PerlIO::scalar (zfh) for buffering
2022-09-10 Eric Wongwww: switch to zadd for the majority of buffering
2022-09-10 Eric Wongwww: drop {obuf} use entirely, for now
2022-09-10 Eric Wongview: switch a few things to ctx->zmore
2022-09-10 Eric Wongviewdiff: diff_hunk: shorten conditionals, slightly
2022-09-10 Eric Wongview: html_footer: avoid escaping " in a few places
2022-09-10 Eric Wongview: html_footer: remove obuf dependency
2022-09-10 Eric Wongview: html_footer: golf out a few lines
2022-09-10 Eric Wongview: reduce ascii_html calls and {obuf} use
2022-09-10 Eric Wongview: _th_index_lite: use `//' defined-or op
2022-09-10 Eric Wongview: _th_index_lite: avoid one s///, improve symmetry
2022-09-10 Eric Wongviewdiff: reuse existing string in diff_before_or_after
2022-09-10 Eric Wongview: attach_link: reduce obuf manipulation
2022-09-10 Eric Wongview: reduce subroutine calls for submsg_hdr
2022-09-10 Eric Wongview: remove multipart_text_as_html
2022-09-10 Eric Wonggzip_filter: ->translate can reuse zmore/zflush
2022-09-10 Eric Wongview: eml_entry: reduce manipulation of ctx->{obuf}
2022-09-10 Eric Wongview: simplify _parent_headers
2022-09-10 Eric Wongwww: viewdiff: use return value for diff_hunk
2022-09-10 Eric Wongwww_listing: avoid unnecessary work for common cases
2022-09-10 Eric Wongwww_listing: consolidate some ->zmore dispatches
2022-09-10 Eric Wongviewvcs: use shorter and simpler ctx->html_done
2022-09-10 Eric Wongwww_text: reduce parameter passing for response header
2022-09-10 Eric Wongwww_stream: aresponse assumes 200, too
2022-09-10 Eric Wongwww_atom_stream: require 200 response
2022-09-10 Eric Wongview: rework single message page to compress earlier
2022-09-10 Eric Wongwww: gzip_filter: implicitly flush {obuf} on zmore...
2022-09-10 Eric Wongxt: fold perf-obfuscate into perf-msgview, future-proof
2022-09-10 Eric Wonglei: fix --help for --jobs with `up' and `q'
2022-09-10 Eric Wonglei: bail out earlier on IMAP writer failures
2022-09-09 Eric Wongdoc: document --jobs for `lei q' and `lei up'
2022-09-08 Ricardo RibaldaGcf2: Create cache folder if missing
2022-09-08 Eric Wongt/v2mirror: increase timeout for plackup bind+listen
2022-09-08 Eric Wongview: drop unnecessary comma in date range note
2022-09-04 Eric Wongimport: pass --quiet to `git gc' if STDERR isn't a tty
2022-09-04 Eric Wonglei/store: do not write info/refs file
2022-09-04 Eric Wongprepare HTML rendering maintainer tests for upcoming...
2022-09-02 Eric Wongsolver: do not count duplicates in patch count
2022-09-02 Eric Wongsolver: handle copies properly
next