]> git.ipfire.org Git - thirdparty/public-inbox.git/shortlog
thirdparty/public-inbox.git
2019-02-01  Eric Wongviewdiff: escape HTML ampersand for renames
2019-02-01  Eric Wongviewvcs: allow '0' as a valid filename for blob downloads
2019-02-01  Eric Wonglinkify: support proto://hostname without trailing...
2019-02-01  Eric Wongview: simplify quote splitting
2019-02-01  Eric Wongview: fix broken hunk header hrefs in Atom feeds
2019-02-01  Eric Wongview: diffstat anchors for multi-message/attachment...
2019-02-01  Eric Wongviewdiff: diffstat links to diff anchors
2019-02-01  Eric Wonghval: routines for attribute escaping
2019-01-31  Eric WongMerge remote-tracking branch 'origin/purge'
2019-01-31  Eric Wongdoc: remove completed TODO items
2019-01-31  Eric Wongdoc/config: document "replyto" configuration knob
2019-01-31  Eric Wongdoc/config: user documentation for limiters
2019-01-31  Eric Wongconfig: tiny cleanup to use _array() sub
2019-01-31  Eric Wongqspawn: documentation updates
2019-01-31  Eric Wonginbox: drop psgi.url_scheme requirement from base_url
2019-01-31  Eric Wongviewvcs: support streaming large blobs
2019-01-31  Eric Wongsolvergit: allow shorter-than-necessary OIDs from user
2019-01-31  Eric Wongsolvergit: allow searching on longer-than-needed OIDs
2019-01-31  Eric Wonginbox: perform cleanup of Git objects for coderepos
2019-01-30  Eric Wongt/config.t: test PublicInbox::Git sharing between inboxes
2019-01-30  Eric Wongdoc/config: document coderepo and css bits
2019-01-30  Eric Wongsolvergit: don't confuse Xapian with ".." in filenames
2019-01-30  Eric Wonggit: use "git rev-parse --git-path"
2019-01-30  Eric WongMerge remote-tracking branch 'origin/viewvcs' into...
2019-01-30  Eric Wongview: remove unused _msg_date sub
2019-01-30  Eric Wonghttpd: a few comments about some fields we set
2019-01-30  Eric Wongsolvergit: deal with alternative diff prefixes
2019-01-30  Eric Wongsolvergit: extract mode from diff headers properly
2019-01-30  Eric Wongsolvergit: avoid "Wide character" warnings
2019-01-30  Eric Wongsolvergit: do not show full path names to "git apply"
2019-01-29  Eric Wongcss/216dark: add comments and tweak highlight colors
2019-01-29  Eric Wongviewvcs: avoid segfault with highlight.pm at shutdown
2019-01-29  Eric Wongsolvergit: do not solve blobs twice
2019-01-29  Eric Wongt/check-www-inbox: disable history
2019-01-29  Eric Wongt/check-www-inbox: don't follow mboxes
2019-01-29  Eric Wongt/check-www-inbox: replace IPC::Run with PublicInbox...
2019-01-29  Eric Wongmid: filter out 'y', 'n', and email addresses from...
2019-01-28  Eric Wonghval: add src_escape for highlight post-processing
2019-01-27  Eric Wongviewvcs: wire up syntax-highlighting for blobs
2019-01-27  Eric Wonghlmod: disable enclosing <pre> tag
2019-01-27  Eric Wongt/hl_mod: extra check to ensure we escape HTML
2019-01-27  Eric Wongwwwhighlight: read_in_full returns undef on errors
2019-01-27  Eric Wongsolver: crank up max patches to 9999
2019-01-27  Eric Wongviewvcs: do not show final error message twice
2019-01-27  Eric Wongqspawn: decode $? for user-friendliness
2019-01-27  Eric Wongsolver: reduce "git apply" invocations
2019-01-27  Eric Wongsolver: hold patches in temporary directory
2019-01-26  Eric Wongsolver: rewrite to use Qspawn->psgi_qx and pi-httpd...
2019-01-26  Eric Wongview: swap CRLF for LF in HTML output
2019-01-26  Eric Wongt/qspawn.t: psgi_qx stderr test
2019-01-22  Eric Wongqspawn: implement psgi_qx
2019-01-22  Eric Wonghttpd/async: stop running command if client disconnects
2019-01-22  Eric Wongqspawn|httpd/async: improve and fix out-of-date comments
2019-01-22  Eric Wongqspawn|getlinebody: support streaming filters
2019-01-22  Eric Wongqspawn: implement psgi_return and use it for githttpbackend
2019-01-22  Eric Wonghttpd/async: remove needless sysread wrapper
2019-01-21  Eric Wongt/check-www-inbox: trap SIGINT for File::Temp destruction
2019-01-21  Eric Wonghval: split out escape sequences to a separate table
2019-01-21  Eric Wonghighlight: initial wrapper and PSGI service
2019-01-21  Eric Wongt/check-www-inbox: warn on missing Content-Type
2019-01-20  Eric Wongconfig: each_inbox iteration preserves config order
2019-01-20  Eric Wongsolver: remove extra "^index $OID..$OID" line
2019-01-20  Eric Wongsolver: force quoted-printable bodies to LF
2019-01-20  Eric Wongviewvcs: disable white-space prewrap in blob view
2019-01-20  Eric Wongviewdiff: do not link to 0{7,40} blobs (again)
2019-01-20  Eric Wongextmsg: don't bother partial matching with <16 chars
2019-01-20  Eric Wongt/check-www-inbox: use xmlstarlet to validate Atom...
2019-01-20  Eric Wongviewdiff: quote attributes for Atom feed
2019-01-20  Eric Wongviewdiff: cleanup state transitions a bit
2019-01-20  Eric Wongviewdiff: support diff-highlighting w/o coderepo
2019-01-20  Eric Wong$INBOX/_/text/color/ and sample user-side CSS
2019-01-20  Eric Wongwww: admin-configurable CSS via "publicinbox.css"
2019-01-20  Eric Wongsolver: restore diagnostics and deal with CRLF
2019-01-20  Eric Wongview: enforce trailing slash for /$INBOX/$OID/s/ endpoints
2019-01-20  Eric Wongsolver: add a TODO note about making this fully evented
2019-01-20  Eric Wongsolver: note the synchronous nature of index preparation
2019-01-20  Eric Wongsolver: break @todo loop into a callback
2019-01-20  Eric Wongsolver: simplify control flow for initial loop
2019-01-20  Eric Wongsolver: switch patch application to use a callback
2019-01-20  Eric Wongsolver: break up patch application steps
2019-01-20  Eric Wongsolver: more verbose blob resolution
2019-01-20  Eric Wonggit: support 'ambiguous' result from --batch-check
2019-01-20  Eric Wongview: enable naming hints for raw blob downloads
2019-01-19  Eric Wongsolver: operate directly on git index
2019-01-19  Eric Wonggit: disable abbreviations with cat-file hints
2019-01-19  Eric Wongview: wire up diff and vcs viewers with solver
2019-01-19  Eric Wongsolver: various bugfixes and cleanups
2019-01-19  Eric Wonggit: check saves error on disambiguation
2019-01-19  Eric Wonggit: add git_quote
2019-01-19  Eric Wonggit: support multiple URL endpoints
2019-01-19  Eric Wongsolver: initial Perl implementation
2019-01-19  Eric Wongt/perf-msgview: add test to check msg_html performance
2019-01-19  Eric Wonghval: force monospace for <form> elements, too
2019-01-19  Eric Wongview: disable bold in topic display
2019-01-18  Eric Wongt/git.t: do not pass "-b" to git-repack(1)
2019-01-18  Eric Wonggit: git_unquote handles double-quote and backslash
2019-01-18  Eric Wongt/git.t: avoid passing read-only value to git_unquote
2019-01-16  Eric Wongnntp: header responses use CRLF consistently
2019-01-15  Eric Wongconfig: inbox name checking matches git.git more closely
2019-01-15  Eric Wonggit_unquote: perform modifications in-place
next