]> git.ipfire.org Git - thirdparty/public-inbox.git/shortlog
thirdparty/public-inbox.git
2016-04-06  Eric Wongrepobrowse: reduce checks for response fh
2016-04-06  Eric Wongrepobrowse: larger, short-lived buffer for reading...
2016-04-05  Eric Wongrepobrowse: reduce risk of callback reference cycles
2016-04-05  Eric Wongrepobrowse: snapshot support for cgit compatibility
2016-04-05  Eric Wongtest: disable warning for Plack::Test::Impl
2016-04-05  Eric Wongrepobrowse: avoid confusing linkification for "diff"
2016-04-05  Eric Wongrepobrowse: git commit view uses pi-httpd.async
2016-04-05  Eric Wongrepobrowse: more consistent variable naming for /commit/
2016-04-05  Eric Wongrepobrowse: show roughly equivalent "diff-tree" invocation
2016-04-05  Eric Wongrepobrowse: reduce local variables for state management
2016-04-05  Eric Wongrepobrowse: summary handles multiple README types
2016-04-05  Eric Wongrepobrowse: remove bold decorations from diff view
2016-04-05  Eric Wongrepobrowse: common git diff parsing code
2016-04-05  Eric Wongrepobrowse: implement diff view for compatibility
2016-04-05  Eric Wongexamples/repobrowse.psgi: disable Chunked response...
2016-04-05  Eric Wongexamples/repobrowse.psgi: consistent variable naming
2016-04-05  Eric Wongrepobrowse: remove unused params in git commit view
2016-04-05  Eric Wongtests: consolidate repobrowse + httpd integration
2016-04-05  Eric Wonggit-http-backend: check EINTR as well as EAGAIN
2016-04-05  Eric Wongrepobrowse: stream git patch output with Danga::Socket
2016-04-05  Eric Wongrepobrowse: improve API consistency, harder
2016-04-05  Eric Wongexamples/repobrowse.psgi: modernize w.r.t public-inbox...
2016-04-05  Eric Wongrepobrowse: standardize interface a bit
2016-04-05  Eric Wongrepobrowse: git fallback allows smart cloning
2016-04-05  Eric Wonggit-http-backend: fallback to dumb when smart is disabled
2016-04-05  Eric Wongrepobrowse: shorten env name to REPOBROWSE_CONFIG
2016-04-05  Eric Wongrepobrowse: git commit is more callback driven
2016-04-05  Eric Wonggit: support an error tmpfile for stashing stderr output
2016-04-05  Eric Wonggit: support arbitrary redirects and env settings on...
2016-04-05  Eric Wongrepobrowse: implement Atom feed
2016-04-05  Eric Wongrepobrowse: drop CGI support
2016-04-05  Eric Wongrepobrowse: commits with path redirect to root with...
2016-04-05  Eric Wongrepobrowse: fix redirects with query string
2016-04-05  Eric Wongrepobrowse: nofollow and noindex tree links
2016-04-05  Eric Wongrepobrowse: use filename anchors for commit views
2016-04-05  Eric Wongrepobrowse: display text/plain as UTF-8
2016-04-05  Eric Wonghval: routines for attribute escaping
2016-04-05  Eric Wongrepobrowse: use symbolic-ref instead of ugly rev-parse...
2016-04-05  Eric Wongrepobrowse: italicize removed lines in diffs
2016-04-05  Eric Wongrepobrowse: use 'raw' to link to the /plain/ endpoint
2016-04-05  Eric Wongrepobrowse: allow serving PDF files from the 'plain...
2016-04-05  Eric Wongrepobrowse: show repository index
2016-04-05  Eric Wongrename PI_REPO_CONFIG => PI_REPOBROWSE_CONFIG
2016-04-05  Eric Wonghonor core.abbrev from git-config(1)
2016-04-05  Eric Wongrepobrowse: eliminate oneline log view
2016-04-05  Eric Wongrepobrowse: redirect w/o trailing slashes for humans
2016-04-05  Eric Wongrepobrowse: implement preliminary summary page
2016-04-05  Eric Wongrepobrowse: queries are VCS-specific
2016-04-05  Eric Wongrepobrowse: change Perl capitalization to "Repobrowse"
2016-04-05  Eric Wongrepobrowse: start supporting a "tag" endpoint
2016-04-05  Eric Wongrepobrowse: common html_start method
2016-04-05  Eric Wongt/git.t: add tests for detecting failures
2016-04-05  Eric Wongrepobrowse: only show --combined diff for merges
2016-04-05  Eric Wongview: use inline style directly for feed display
2016-04-05  Eric Wongrepobrowse: use style for whitespace wrapping
2016-04-05  Eric Wongrepobrowse: log: trim down unnecessary links
2016-04-05  Eric Wongrepobrowse: commit view handles lack of commas in hunk...
2016-04-05  Eric Wongrepobrowse: tree: handle lack of trailing newline
2016-04-05  Eric Wongrepobrowse: tree view omits plain and log links
2016-04-05  Eric Wongrepobrowse: tree nav is consistent between blobs/trees
2016-04-05  Eric Wongrepobrowse: add "plain" endpoint for cgit URI compat
2016-04-05  Eric Wonggit: add support for qx wrapper
2016-04-05  Eric Wongrepobrowse: log display for parents includes commit...
2016-04-05  Eric Wongrepobrowse: git commit allows expanding combined diffs
2016-04-05  Eric Wongrepobrowse: log display tweaks
2016-04-05  Eric Wongcommit: stop using ins/del tags
2016-04-05  Eric Wonggit: local $/ for getline
2016-04-05  Eric Wongrepobrowse: log: create links for decorations
2016-04-05  Eric Wongrepobrowse: support --graph output in log
2016-04-05  Eric Wonghval: rename new_bin => utf8
2016-04-05  Eric Wongrepobrowse: add fallback module for git to serve static...
2016-04-05  Eric Wongrepobrowse: support raw blob display
2016-04-05  Eric Wonggit: factor out cat_file_begin and cat_file_finish
2016-04-05  Eric Wongrepobrowse: patch generation improvements
2016-04-05  Eric Wongrepobrowse: consolidate trailing slash handling
2016-04-05  Eric Wonggit: expand callback to support object ID and type
2016-04-05  Eric Wongrepobrowse: simplify merge display code
2016-04-05  Eric Wongrepobrowse: consolidate PublicInbox::Git initalization
2016-04-05  Eric Wongrepobrowse: blob view no longer displays line numbers
2016-04-05  Eric Wongrepobrowse: /commit/ forces everything to UTF-8
2016-04-05  Eric Wongrepobrowse: DRY-up query class and support id2
2016-04-05  Eric Wongrepobrowse: add /patch/ endpoint
2016-04-05  Eric Wongrepobrowse: git tree API modernizations
2016-04-05  Eric Wongrepobrowse: commit message page enhancements
2016-04-05  Eric Wongexamples/repobrowse.psgi: rename to eliminate the dash
2016-04-05  Eric Wongrepobrowse: linkify hunk headers
2016-04-05  Eric Wongrepobrowse: add git helper for unquoting
2016-04-05  Eric Wonghval: introduce new_bin for raw data
2016-04-05  Eric Wongrepobrowse: prefix VCS-specific modules
2016-04-05  Eric Wongrepobrowse: tree links mostly working
2016-04-05  Eric Wongrepobrowse: log: simplify by avoiding tables
2016-04-05  Eric Wongrepobrowse: convert to using PublicInbox::Hval::PRE
2016-04-05  Eric Wongrepobrowse: log + commit viewing working for git
2016-04-05  Eric Wongview: link restructuring for index view
2016-04-04  Eric Wonghttp: fix condition for detecting persistence
2016-04-02  Eric Wongwww: more explicit "git clone" usage
2016-04-02  Eric Wongwww: various style changes and comment updates
2016-03-31  Eric Wonghttpd: remove reference to callback during close
2016-03-17  Eric Wongdaemon: expand @ARGV paths for running in '/'
2016-03-12  Eric Wongfeed: fix brain farts in new_oneline removal
next