summaryrefslogtreecommitdiffstatshomepage
path: root/ui-ssdiff.c (unfollow)
Commit message (Expand)AuthorLines
2019-06-05ui-ssdiff: ban strncat()Christian Hesse-3/+5
2019-02-23ui-ssdiff: resolve HTML5 validation errorsChris Mayo-4/+6
2018-09-11ui-ssdiff: ban strcat()Christian Hesse-2/+4
2018-09-11ui-ssdiff: ban strncpy()Christian Hesse-2/+1
2018-07-04Fix gcc 8.1.1 compiler warningsJason A. Donenfeld-5/+7
2016-10-01ui-ssdiff: fix decl-after-statement warningsJohn Keeping-2/+2
2016-09-04git: update to v2.10.0Christian Hesse-2/+2
2015-10-09ui-ssdiff: fix resource leak: free allocation from cgit_fileurlChristian Hesse-2/+6
2015-03-09Avoid non-ANSI function declarationsJohn Keeping-8/+8
2014-01-08Reduce line number bloat, fix hover effectPeter Wu-4/+4
2013-04-08Always #include corresponding .h in .c filesJohn Keeping-1/+1
2013-02-01ssdiff: correctly manage tab expansionJulius Plenz-2/+1
2012-11-15ssdiff: point line links at exact blob by prepending "id="Julius Plenz-2/+2
2012-03-18use correct type for sizeofJamie Couture-1/+1
2012-01-08ui-ssdiff.c: correct length check for LCS tableEric Wong-4/+2
2012-01-03ui-ssdiff: move LCS table away from the stackJamie Couture-2/+31
2011-02-19ssdiff: anchors for ssdiffBernhard Reutner-Fischer-10/+24
2009-11-07In side-by-side diff, add support for marking individual characters.Ragnar Ouchterlony-25/+120
2009-09-16Fixed side-by-side diff bugs related to binary diff and more.Ragnar Ouchterlony-2/+6
2009-09-16Polishing of how the side-by-side diff looks.Ragnar Ouchterlony-12/+18
2009-09-16First version of side-by-side diff.Ragnar Ouchterlony-0/+264