Age | Commit message (Expand) | Author | Files | Lines |
2013-04-08 | Convert cgit_print_error to a variadic function | John Keeping | 1 | -4/+4 |
2013-04-08 | Always #include corresponding .h in .c files | John Keeping | 1 | -0/+1 |
2013-03-05 | Mark several functions/variables static | Lukas Fleischer | 1 | -2/+3 |
2013-03-04 | White space around control verbs. | Jason A. Donenfeld | 1 | -1/+1 |
2012-11-15 | Format git diff headers correctly when adding or removing files. | Michael Halstead | 1 | -7/+10 |
2012-01-03 | ui-ssdiff.c: set correct diffmode in "control panel" | Tim Chen | 1 | -3/+1 |
2012-01-03 | Merge branch 'stable' | Lars Hjemli | 1 | -2/+1 |
2012-01-03 | Fix diff mode switching when side-by-side-diffs=1 | Tim Chen | 1 | -2/+1 |
2011-07-22 | Merge branch 'stable' | Lars Hjemli | 1 | -4/+6 |
2011-07-22 | Fix potential XSS vulnerability in rename hint | Lukas Fleischer | 1 | -4/+6 |
2011-05-23 | Merge branch 'lh/panel' | Lars Hjemli | 1 | -29/+54 |
2011-05-23 | Avoid null pointer dereference in cgit_print_diff(). | Lukas Fleischer | 1 | -2/+6 |
2011-03-06 | ui-diff.c: create a control panel for diff options | Lars Hjemli | 1 | -29/+54 |
2011-03-05 | ui-diff.c: avoid html injection | Lukasz Janyst | 1 | -2/+5 |
2011-02-19 | ssdiff: anchors for ssdiff | Bernhard Reutner-Fischer | 1 | -0/+12 |
2010-09-04 | fix errors in printf-style format strings | Mark Lodato | 1 | -1/+1 |
2010-07-18 | ui-diff: Add link to ignore/show whitespace changes in diffs | Johan Herland | 1 | -0/+5 |
2010-07-18 | Add URL parameter 'ignorews' for optionally ignoring whitespace in diffs | Johan Herland | 1 | -4/+7 |
2010-06-19 | ui-diff: Add links to increase/decrease number of context lines in diffs | Johan Herland | 1 | -1/+9 |
2010-06-19 | Add URL parameter 'context' for changing the number of context lines in diffs | Johan Herland | 1 | -2/+2 |
2010-06-19 | ui-diff: Teach diffstat to obey path limit | Johan Herland | 1 | -3/+5 |
2009-09-16 | Fixed side-by-side diff bugs related to binary diff and more. | Ragnar Ouchterlony | 1 | -4/+10 |
2009-09-16 | Polishing of how the side-by-side diff looks. | Ragnar Ouchterlony | 1 | -11/+16 |
2009-09-16 | Add possibility to switch between unidiff and side-by-side-diff. | Ragnar Ouchterlony | 1 | -2/+20 |
2009-09-16 | First version of side-by-side diff. | Ragnar Ouchterlony | 1 | -2/+13 |
2009-01-31 | Handle binary files in diffs | Lars Hjemli | 1 | -2/+24 |
2008-09-23 | ui-diff: make diffstat header a link to the full diff | Lars Hjemli | 1 | -1/+4 |
2008-09-23 | ui-diff: fix links from diffstat | Lars Hjemli | 1 | -4/+2 |
2008-05-18 | Include commit-id in link from diff-stat | Lars Hjemli | 1 | -0/+1 |
2008-04-24 | ui-diff: remove test on object type | Lars Hjemli | 1 | -6/+0 |
2008-04-24 | Integrate diffstat with diff | Lars Hjemli | 1 | -0/+145 |
2008-03-24 | Add ui-shared.h | Lars Hjemli | 1 | -0/+1 |
2008-03-18 | Introduce html.h | Lars Hjemli | 1 | -1/+1 |
2008-02-16 | Introduce struct cgit_context | Lars Hjemli | 1 | -3/+3 |
2007-11-11 | Fix html error detected by test-suite | Lars Hjemli | 1 | -1/+1 |
2007-10-01 | ui-diff: add links to pre- and postversion of blobs | Lars Hjemli | 1 | -16/+26 |
2007-10-01 | Add prefix parameter to cgit_print_diff() | Lars Hjemli | 1 | -2/+2 |
2007-10-01 | Add prefix parameter to cgit_diff_tree() | Lars Hjemli | 1 | -2/+1 |
2007-09-03 | Merge branch 'jo/dirlink' | Lars Hjemli | 1 | -4/+4 |
2007-06-17 | Add cgit_diff_link() | Lars Hjemli | 1 | -33/+31 |
2007-06-06 | ui-diff: close td/tr/table properly | Lars Hjemli | 1 | -0/+2 |
2007-06-05 | ui-diff: emit table/tr/td at better locations | Lars Hjemli | 1 | -9/+7 |
2007-06-04 | Rename dirlink to gitlink. | Jeffrey C. Ollie | 1 | -4/+4 |
2007-05-31 | Fixed unexpected tags in html output. | Ondrej Jirman | 1 | -4/+5 |
2007-05-16 | Don't die when diffing trees with subprojects | Lars Hjemli | 1 | -19/+43 |
2007-05-16 | Add support for commitdiff via h parameter | Lars Hjemli | 1 | -1/+13 |
2007-05-15 | ui-diff: show /dev/null as filename for add/delete | Lars Hjemli | 1 | -1/+4 |
2007-05-14 | cgit.css: try to make diffs look a little bit nicer | Lars Hjemli | 1 | -6/+26 |
2007-05-13 | Add commitdiff between commit and each of it's parent | Lars Hjemli | 1 | -4/+41 |
2007-05-13 | Simplify ui-diff.c using the new file-level diff interface | Lars Hjemli | 1 | -86/+2 |