aboutsummaryrefslogtreecommitdiffstats
path: root/ui-diff.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a wrapper for get_sha1 called cgit_get_sha1Richard Maw2016-07-131-2/+2
* ui-diff: action='.' is not correctJason A. Donenfeld2016-05-121-1/+1
* git: update to v2.7.0Christian Hesse2016-01-131-3/+3
* diff: move layout to page functionJohn Keeping2015-08-141-5/+14
* log: allow users to follow a fileJohn Keeping2015-08-121-0/+35
* Avoid signed bitfieldsJohn Keeping2015-03-091-1/+1
* Avoid non-ANSI function declarationsJohn Keeping2015-03-091-1/+1
* ui-diff: don't link to single file diff statJohn Keeping2014-12-301-0/+10
* ui-diff: add "stat only" diff typeJohn Keeping2014-12-131-0/+4
* Change "ss" diff flag to an enumJohn Keeping2014-12-131-3/+5
* ui-shared: remove toggle_ssdiff arg to cgit_diff_link()John Keeping2014-12-131-2/+2
* Switch to exclusively using global ctxLukas Fleischer2014-01-171-1/+1
* Update copyright informationLukas Fleischer2014-01-081-1/+1
* ui-diff: Use diff_tree_sha1() for raw diff formattingLukas Fleischer2013-09-141-2/+21
* ui-diff: Check the return value of get_sha1()Lukas Fleischer2013-08-201-14/+9
* Allow for creating raw diffs with cgit_print_diff()Lukas Fleischer2013-08-161-1/+9
* Convert cgit_print_error to a variadic functionJohn Keeping2013-04-081-4/+4
* Always #include corresponding .h in .c filesJohn Keeping2013-04-081-0/+1
* Mark several functions/variables staticLukas Fleischer2013-03-041-2/+3
* White space around control verbs.Jason A. Donenfeld2013-03-041-1/+1
* Format git diff headers correctly when adding or removing files.Michael Halstead2012-11-151-7/+10
* ui-ssdiff.c: set correct diffmode in "control panel"Tim Chen2012-01-031-3/+1
* Merge branch 'stable'Lars Hjemli2012-01-031-2/+1
|\
| * Fix diff mode switching when side-by-side-diffs=1Tim Chen2012-01-031-2/+1
* | Merge branch 'stable'Lars Hjemli2011-07-221-4/+6
|\|
| * Fix potential XSS vulnerability in rename hintLukas Fleischer2011-07-221-4/+6
* | Merge branch 'lh/panel'Lars Hjemli2011-05-231-29/+54
|\ \ | |/ |/|
| * ui-diff.c: create a control panel for diff optionsLars Hjemli2011-03-061-29/+54
* | Avoid null pointer dereference in cgit_print_diff().Lukas Fleischer2011-05-231-2/+6
|/
* ui-diff.c: avoid html injectionLukasz Janyst2011-03-051-2/+5
* ssdiff: anchors for ssdiffBernhard Reutner-Fischer2011-02-191-0/+12
* fix errors in printf-style format stringsMark Lodato2010-09-041-1/+1
* ui-diff: Add link to ignore/show whitespace changes in diffsJohan Herland2010-07-181-0/+5
* Add URL parameter 'ignorews' for optionally ignoring whitespace in diffsJohan Herland2010-07-181-4/+7
* ui-diff: Add links to increase/decrease number of context lines in diffsJohan Herland2010-06-191-1/+9
* Add URL parameter 'context' for changing the number of context lines in diffsJohan Herland2010-06-191-2/+2
* ui-diff: Teach diffstat to obey path limitJohan Herland2010-06-191-3/+5
* Fixed side-by-side diff bugs related to binary diff and more.Ragnar Ouchterlony2009-09-161-4/+10
* Polishing of how the side-by-side diff looks.Ragnar Ouchterlony2009-09-161-11/+16
* Add possibility to switch between unidiff and side-by-side-diff.Ragnar Ouchterlony2009-09-161-2/+20
* First version of side-by-side diff.Ragnar Ouchterlony2009-09-161-2/+13
* Handle binary files in diffsLars Hjemli2009-01-311-2/+24
* ui-diff: make diffstat header a link to the full diffLars Hjemli2008-09-231-1/+4
* ui-diff: fix links from diffstatLars Hjemli2008-09-231-4/+2
* Include commit-id in link from diff-statLars Hjemli2008-05-181-0/+1
* ui-diff: remove test on object typeLars Hjemli2008-04-241-6/+0
* Integrate diffstat with diffLars Hjemli2008-04-241-0/+145
* Add ui-shared.hLars Hjemli2008-03-241-0/+1
* Introduce html.hLars Hjemli2008-03-181-1/+1
* Introduce struct cgit_contextLars Hjemli2008-02-161-3/+3