summaryrefslogtreecommitdiff
path: root/ui-diff.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix html error detected by test-suiteLars Hjemli2007-11-111-1/+1
* ui-diff: add links to pre- and postversion of blobsLars Hjemli2007-10-011-16/+26
* Add prefix parameter to cgit_print_diff()Lars Hjemli2007-10-011-2/+2
* Add prefix parameter to cgit_diff_tree()Lars Hjemli2007-10-011-2/+1
* Merge branch 'jo/dirlink'Lars Hjemli2007-09-031-4/+4
|\
| * Rename dirlink to gitlink.Jeffrey C. Ollie2007-06-041-4/+4
* | Add cgit_diff_link()Lars Hjemli2007-06-171-33/+31
* | ui-diff: close td/tr/table properlyLars Hjemli2007-06-061-0/+2
* | ui-diff: emit table/tr/td at better locationsLars Hjemli2007-06-051-9/+7
|/
* Fixed unexpected tags in html output.Ondrej Jirman2007-05-311-4/+5
* Don't die when diffing trees with subprojectsLars Hjemli2007-05-161-19/+43
* Add support for commitdiff via h parameterLars Hjemli2007-05-161-1/+13
* ui-diff: show /dev/null as filename for add/deleteLars Hjemli2007-05-151-1/+4
* cgit.css: try to make diffs look a little bit nicerLars Hjemli2007-05-141-6/+26
* Add commitdiff between commit and each of it's parentLars Hjemli2007-05-131-4/+41
* Simplify ui-diff.c using the new file-level diff interfaceLars Hjemli2007-05-131-86/+2
* Update to libgit 1.5.2-rc2Lars Hjemli2007-05-081-3/+2
* Layout updateLars Hjemli2007-02-211-1/+0
* Add basic diff viewLars Hjemli2006-12-201-0/+131
/td>1-5/+8 When size is zero, subtracting one from it turns it into ULONG_MAX which causes an out-of-bounds access on buf. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for HEAD requestsLars Hjemli2-0/+7 This is a quick 'n dirty hack which makes cgit honor HEAD requests. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for ETag in 'plain' viewLars Hjemli4-0/+5 When downloading a blob identified by its path, the client might want to know if the blob has been modified since a previous download of the same path. To this end, an ETag containing the blob SHA1 seems to be ideal. Todo: add support for HEAD requests... Suggested-by: Owen Taylor <otaylor@redhat.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli1-4/+9 Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12Makefile: add doc-related targetsLars Hjemli1-2/+17 Signed-off-by: Lars Hjemli <hjemli@gmail.com>