about summary refs log tree commit homepage
path: root/lib/PublicInbox/ViewDiff.pm
DateCommit message (Expand)
2023-10-09www_coderepo: fix handling of non-UTF-8 git data
2022-10-02viewdiff: fix parts of diff being appended after signature
2022-09-26viewdiff: save memory by eliminating two captures
2022-09-12www: viewdiff: fix UTF-8 names inside mbox attachments
2022-09-10viewdiff: diff_header: shorten function, slightly
2022-09-10viewdiff: diff_before_or_after: avoid extra capture
2022-09-10www: use PerlIO::scalar (zfh) for buffering
2022-09-10www: switch to zadd for the majority of buffering
2022-09-10view: switch a few things to ctx->zmore
2022-09-10viewdiff: diff_hunk: shorten conditionals, slightly
2022-09-10viewdiff: reuse existing string in diff_before_or_after
2022-09-10www: viewdiff: use return value for diff_hunk
2022-08-29viewvcs: add tree view
2022-08-29www: atom: fix "changed" href to nowhere
2022-08-23viewdiff: linkify diffstats for non-format-patch emails
2022-08-23view: generate query in single-message and commit views
2022-04-01viewdiff: use defined checks in more places
2021-05-28viewdiff: escape '{' and '}' for regexp
2021-05-28viewdiff: make $UNSAFE a variable
2021-04-28view_diff: minor coding style fixes
2021-04-27lei q + lcat: support --format=text output
2021-01-01update copyrights for 2021
2020-09-16treewide: relax allow >=40 chars for git OID
2020-05-09viewdiff: don't increment the reported hunk line number
2020-05-07viewdiff: stricter highlighting and linkification check
2020-05-07viewdiff: assume diffstat and diff order are identical
2020-04-05release large (non ref) scalars using `undef $sv'
2020-04-04viewdiff: reduce sub parameter count
2020-04-03quiet "Complex regular subexpression recursion limit" warnings
2020-03-20viewdiff: favor `qr' to precompile regexps
2020-03-20www: avoid `state' usage to perform allocations up-front
2020-02-24viewdiff: remove optional CR handling
2020-02-17viewdiff: do not generate "a=" parameter if "b=" matches
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-01-27viewdiff: rewrite and simplify
2020-01-27viewdiff: use autovivification for long_path hash
2020-01-27viewdiff: add "b=" param when missing "diff --git" line
2020-01-27viewdiff: add "b=" param with non-standard diff prefix
2020-01-27linkify: move to_html over from ViewDiff
2020-01-06treewide: "require" + "use" cleanup and docs
2020-01-04viewdiff: do not anchor spaces after filenames in diffstat
2019-07-05viewdiff: do not anchor using diffstat comments
2019-06-04solver|viewdiff: restrict digit matches to ASCII
2019-05-31viewdiff: avoid repeat variable expansion
2019-05-16Revert "view: perform highlighting for space-prefixed diffs"
2019-05-16view: perform highlighting for space-prefixed diffs
2019-04-26viewdiff: do not break out of DSTATE_CTX on /^$/
2019-04-15viewdiff: document constants
2019-02-04viewdiff: group path match to not be confused by "/dev/null"
2019-02-01viewdiff: support renames and long paths in diffstat anchors