about summary refs log tree commit homepage
path: root/lib/PublicInbox/ViewVCS.pm
DateCommit message (Expand)
2024-04-03treewide: avoid getpid() for OnDestroy checks
2024-03-12www: use a dedicated limiter for blob solver
2024-02-13viewvcs: HTML fixes for commits
2024-02-13viewvcs: parallelize commit display
2024-01-10www: use autodie in more coderepo places
2023-11-03move read_all, try_cat, and poll_in to PublicInbox::IO
2023-10-25viewvcs: psgi_yield
2023-10-18use read_all in more places to improve safety
2023-10-09www_coderepo: fix handling of non-UTF-8 git data
2023-10-01git: use Unix stream sockets for `cat-file --batch-*'
2023-05-31www: more restrictive query string parsing
2023-04-08viewvcs: avoid uninitialized var on unusable filenames
2023-02-21viewvcs: handle non-UTF-8 commit message
2023-01-24viewvcs: improve tree glossary view
2023-01-24viewvcs: show message for 404||500 errors
2023-01-24viewvcs: expand on path names being "non-authoritative"
2023-01-24www_coderepo: eliminate debug log footer
2023-01-24www_coderepo: show /$INBOX/?t=$DATE link for commits
2023-01-24viewvcs: prepopulate search bar with dfpost + dfn
2023-01-24viewvcs: add path name hint based on `b=' query param
2023-01-13coderepo: consolidate git --batch-check users
2023-01-13viewvcs: use git(1) for coderepo access
2023-01-13www_coderepo: tree: do not break #n$LINENO
2023-01-13www_stream: coderepo-specific top bar
2023-01-11config: use inbox names to map inboxes <-> coderepos
2023-01-11viewvcs: update comment about show_other_result
2023-01-11www_coderepo: show tree root as "(root)"
2023-01-03githttpbackend: avoid copying PSGI env
2022-10-10www: viewvcs: display annotated tags as discreet objects
2022-10-10viewvcs: avoid one ascii_html call
2022-10-09www_coderepo: allow searching one extindex|inbox
2022-10-05www_coderepo: wire up /$CODEREPO/$OID/s/ endpoint
2022-10-01www_stream: use DESTROY to cleanup temporary gits
2022-09-26viewvcs: load blobs asynchronously
2022-09-10viewvcs: switch to `print $zfh'
2022-09-10www: drop {obuf} use entirely, for now
2022-09-10viewvcs: use shorter and simpler ctx->html_done
2022-09-10www: gzip_filter: implicitly flush {obuf} on zmore/zflush
2022-08-29viewvcs: show "blob $OID" rather than "$OID blob"
2022-08-29viewvcs: add glossary for commit
2022-08-29viewvcs: reduce hash assignments for commit info
2022-08-29viewvcs: add tree view
2022-08-29viewvcs: author date links to contemporary messages
2022-08-29viewvcs: add patch download link for single-parent commits
2022-08-29viewvcs: use array for highlighted blob display
2022-08-29www: allow html_oneshot to take an array arg
2022-08-29viewvcs: delay stringification of solver debug log
2022-08-29viewvcs: share File::Temp::Dir with solver
2022-08-23viewvcs: don't wait on slow disks for git commit titles
2022-08-23viewvcs: separate email and date with spaces