aboutsummaryrefslogtreecommitdiffstats
path: root/ui-tree.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-16ui-tree: free read_sha1_file() buffer after useAndy Green1-0/+2
2017-10-03ui-tree: link to blame UI if enabledJeff Smith1-1/+9
2017-10-03ui-tree: move set_title_from_path to ui-sharedJeff Smith1-33/+2
2017-08-10git: update to v2.14Jeff Smith1-9/+9
2016-10-04ui-tree: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse1-3/+3
2016-10-01ui-tree: remove a fixed size bufferJohn Keeping1-6/+9
2016-10-01tree: allow skipping through single-child treesJohn Keeping1-2/+68
2016-01-18ui-tree: put reverse path in titleJason A. Donenfeld1-0/+34
2016-01-13git: update to v2.7.0Christian Hesse1-1/+1
2015-10-09ui-tree: fix resource leak: free before returnChristian Hesse1-0/+1
2015-08-14tree: move layout into page functionJohn Keeping1-5/+18
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