about summary refs log tree commit diff
path: root/ui-diff.c (follow)
Commit message (Expand)AuthorAge
* git: update to v2.14Jeff Smith2017-08-10
* git: update to v2.10.0Christian Hesse2016-09-04
* ui-diff: action='.' is not correctJason A. Donenfeld2016-05-12
* git: update to v2.7.0Christian Hesse2016-01-13
* diff: move layout to page functionJohn Keeping2015-08-14
* log: allow users to follow a fileJohn Keeping2015-08-12
* Avoid signed bitfieldsJohn Keeping2015-03-09
* Avoid non-ANSI function declarationsJohn Keeping2015-03-09
* ui-diff: don't link to single file diff statJohn Keeping2014-12-30
* ui-diff: add "stat only" diff typeJohn Keeping2014-12-13
* Change "ss" diff flag to an enumJohn Keeping2014-12-13
* ui-shared: remove toggle_ssdiff arg to cgit_diff_link()John Keeping2014-12-13
* Switch to exclusively using global ctxLukas Fleischer2014-01-17
* Update copyright informationLukas Fleischer2014-01-08
* ui-diff: Use diff_tree_sha1() for raw diff formattingLukas Fleischer2013-09-14
* ui-diff: Check the return value of get_sha1()Lukas Fleischer2013-08-20
* Allow for creating raw diffs with cgit_print_diff()Lukas Fleischer2013-08-16
* Convert cgit_print_error to a variadic functionJohn Keeping2013-04-08
* Always #include corresponding .h in .c filesJohn Keeping2013-04-08
* Mark several functions/variables staticLukas Fleischer2013-03-04
* White space around control verbs.Jason A. Donenfeld2013-03-04
* Format git diff headers correctly when adding or removing files.Michael Halstead2012-11-15
* ui-ssdiff.c: set correct diffmode in "control panel"Tim Chen2012-01-03
* Merge branch 'stable'Lars Hjemli2012-01-03
|\
| * Fix diff mode switching when side-by-side-diffs=1Tim Chen2012-01-03
* | Merge branch 'stable'Lars Hjemli2011-07-22
|\|
| * Fix potential XSS vulnerability in rename hintLukas Fleischer2011-07-22
* | Merge branch 'lh/panel'Lars Hjemli2011-05-23
|\ \ | |/ |/|
| * ui-diff.c: create a control panel for diff optionsLars Hjemli2011-03-06
* | Avoid null pointer dereference in cgit_print_diff().Lukas Fleischer2011-05-23
|/
* ui-diff.c: avoid html injectionLukasz Janyst2011-03-05
* ssdiff: anchors for ssdiffBernhard Reutner-Fischer2011-02-19
* fix errors in printf-style format stringsMark Lodato2010-09-04
* ui-diff: Add link to ignore/show whitespace changes in diffsJohan Herland2010-07-18
* Add URL parameter 'ignorews' for optionally ignoring whitespace in diffsJohan Herland2010-07-18
* ui-diff: Add links to increase/decrease number of context lines in diffsJohan Herland2010-06-19
* Add URL parameter 'context' for changing the number of context lines in diffsJohan Herland2010-06-19
* ui-diff: Teach diffstat to obey path limitJohan Herland2010-06-19
* Fixed side-by-side diff bugs related to binary diff and more.Ragnar Ouchterlony2009-09-16
* Polishing of how the side-by-side diff looks.Ragnar Ouchterlony2009-09-16
* Add possibility to switch between unidiff and side-by-side-diff.Ragnar Ouchterlony2009-09-16
* First version of side-by-side diff.Ragnar Ouchterlony2009-09-16
* Handle binary files in diffsLars Hjemli2009-01-31
* ui-diff: make diffstat header a link to the full diffLars Hjemli2008-09-23
* ui-diff: fix links from diffstatLars Hjemli2008-09-23
* Include commit-id in link from diff-statLars Hjemli2008-05-18
* ui-diff: remove test on object typeLars Hjemli2008-04-24
* Integrate diffstat with diffLars Hjemli2008-04-24
* Add ui-shared.hLars Hjemli2008-03-24
* Introduce html.hLars Hjemli2008-03-18
nce/commit/client.c?h=2.5&id=16ae4d6f42a8f3502e5c596568ec7a9bd69ce909&follow=1'>Use seprintf for snip, removing strlcpynJune McEnroe 2021-06-09Use seprintf for reserializeJune McEnroe 2021-06-09Use seprintf for capListJune McEnroe 2021-06-09Add seprintfJune McEnroe Based on seprint(2) from Plan 9. I'm not sure if my return value exactly matches Plan 9's in the case of truncation. seprint(2) is described only as returning a pointer to the terminating '\0', but if it does so even in the case of truncation, it is awkward for the caller to detect. This implementation returns end in the truncation case, so that (ptr == end) indicates truncation. 2021-05-27Add pounce-notify to README 2.4June McEnroe 2021-05-27Fix ENVIRONMENT formatting in pounce-notify(1)June McEnroe 2021-05-27Add note about Libera.Chat SASL-only rangesJune McEnroe 2021-05-25Add QUIRKS fileJune McEnroe 2021-05-19Replace freenode with tilde.chatJune McEnroe 2021-05-04notify: Reword pounce-notify manualJune McEnroe 2021-05-02Clean up Makefiles, configure scriptsJune McEnroe Default MANDIR to ${PREFIX}/man since it turns out man-db includes /usr/local/man by default. Add support for BINDIR. Separate libs out into LDADD variables. 2021-04-30palaver: Exit on getopt failureJune McEnroe Oops. 2021-04-30notify: Implement pounce-notifyJune McEnroe