aboutsummaryrefslogtreecommitdiffstats
path: root/ui-tree.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-13ui-tree: use "sane" isgraph()John Keeping1-1/+0
2015-08-12log: allow users to follow a fileJohn Keeping1-1/+1
2015-03-09Avoid non-ANSI function declarationsJohn Keeping1-2/+2
2015-02-08git: update for v2.3.0Christian Hesse1-10/+7
2014-01-12filter: pass extra arguments via cgit_open_filterJohn Keeping1-4/+3
2014-01-08Update copyright informationLukas Fleischer1-1/+1
2014-01-08Reduce line number bloat, fix hover effectPeter Wu1-2/+1
2013-04-08use struct strbuf instead of static buffersJohn Keeping1-16/+17
2013-04-08Convert cgit_print_error to a variadic functionJohn Keeping1-8/+5
2013-04-08Always #include corresponding .h in .c filesJohn Keeping1-0/+1
2013-03-05cgit_print_tree(): Free curr_rev after usageLukas Fleischer1-2/+6
2013-03-04ui-tree.c: Use a context structure in walk_tree()Lukas Fleischer1-22/+29
2013-03-04ui-tree.c: Drop the header variableLukas Fleischer1-6/+2
2013-03-04ui-tree.c: Declare the state variable globallyLukas Fleischer1-1/+2
2013-03-04ui-tree.c: Pass current revision to print_object()Lukas Fleischer1-3/+3
2013-03-04White space around control verbs.Jason A. Donenfeld1-1/+1
2013-03-04Fix several whitespace errorsLukas Fleischer1-2/+2
2013-03-02Update git to v1.7.6.5John Keeping1-3/+13
2011-06-15ui-tree.c: add support for path-selected submodule linksLars Hjemli1-9/+4
2011-06-14cgit.c: always setup cgit repo environment variablesLars Hjemli1-1/+1
2011-05-23Merge branch 'fh/filter-api'Lars Hjemli1-1/+1
2011-03-26source_filter: fix a memory leakFerry Huberts1-0/+2
2011-03-26cgit_open_filter: also take the repo as a parameterFerry Huberts1-1/+1
2010-09-04prefer html_raw() to write()Mark Lodato1-1/+1
2010-09-04fix errors in printf-style format stringsMark Lodato1-2/+2
2010-06-19ui-tree: Remove unnecessary path breadcrumb navigationJohan Herland1-13/+2
2010-02-28ui-tree: add link to plain view for blobs in tree listingLars Hjemli1-0/+2
2009-12-12Merge branch 'stable'Lars Hjemli1-1/+1
2009-12-12Fix segfault on ppc when browsing treeMartins Polakovs1-1/+1
2009-11-28"max-blob-size" config var to limit generated HTML sizeGeorg Lukas1-0/+6
2009-08-21Rename "linenumbers" to "enable-tree-linenumbers", change default to "1"Lars Hjemli1-1/+1
2009-08-21Add 'linenumbers' config optionFlorian Pritz1-11/+16
2009-08-21ui-tree.c: show line numbers when highlightingFlorian Pritz1-9/+11
2009-08-09Merge branch 'lh/plugins'Lars Hjemli1-4/+14
2009-08-09Add support for repo.commit-filter and repo.source-filterLars Hjemli1-4/+4
2009-08-08Expose file extension in tree lists as class to allow nicer tree stylingMartin Szulecki1-1/+7
2009-07-31ui-tree: add support for source-filter optionLars Hjemli1-4/+14
2009-03-15fix segfault when displaying empty blobsEric Wong1-5/+8
2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli1-4/+9
2009-01-31ui-tree: show hexdump of binary blobsLars Hjemli1-23/+48
2009-01-27Merge branch 'og/tree-view-selection'Lars Hjemli1-15/+16
2009-01-27Merge branch 'lh/stats'Lars Hjemli1-0/+3
2009-01-10changed objects are outputted, allowing for selections of code onlyOnne Gorter1-15/+16
2009-01-06Merge branch 'stable'Lars Hjemli1-2/+4
2009-01-06ui-tree.c: do not add blank line when displaying blobsLars Hjemli1-2/+4
2008-12-07ui-tree: add link to stats page per pathLars Hjemli1-0/+3
2008-11-29ui-log: add support for showing the full commit messageLars Hjemli1-1/+1
2008-08-06ui-tree: link to plain view instead of blob viewLars Hjemli1-4/+4
2008-07-21Adjust to new calling convention for read_tree_recursive()Lars Hjemli1-5/+7
2008-05-20ui-tree.c: avoid peeking at GITLINK objectsLars Hjemli1-6/+8