aboutsummaryrefslogtreecommitdiffstats
path: root/ui-tree.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-19ui-tree: show symlink targets in tree listingJune McEnroe1-2/+20
2022-12-19ui-tree,ui-blame: bail from blame if blob is binaryJune McEnroe1-2/+4
2021-06-08git: update to v2.32.0Christian Hesse1-13/+8
2020-03-13global: use proper accessors for maybe_treeJason A. Donenfeld1-3/+5
2019-06-25ui-tree: allow per repository override for enable-blameChristian Hesse1-2/+2
2019-06-05git: update to v2.21.0Christian Hesse1-4/+6
2019-06-05global: make 'char *path' const where possibleChristian Hesse1-2/+2
2018-10-12git: update to v2.19.1Christian Hesse1-2/+2
2018-06-27git: update to v2.18.0Christian Hesse1-21/+21
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-04cgit_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-13cgit.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
2008-04-08Don't specify mimetype in ui-blob.cLars Hjemli1-1/+2
2008-03-24Add ui-shared.hLars Hjemli1-0/+1
2008-03-18Introduce html.hLars Hjemli1-1/+2
2008-02-16Move cgit_repo into cgit_contextLars Hjemli1-1/+1
2008-02-16Introduce struct cgit_contextLars Hjemli1-10/+10
2007-11-11Fix html error detected by test-suiteLars Hjemli1-3/+3
2007-11-03Add search parameters to cgit_log_linkLars Hjemli1-1/+1
2007-09-20Remove a few compiler warningsLars Hjemli1-1/+1
2007-09-20ui-tree: show last line of blobLars Hjemli1-2/+5
2007-09-19ui-tree: specify parameter position for all htmlf formatsLars Hjemli1-1/+1
2007-09-03Merge branch 'jo/dirlink'Lars Hjemli1-2/+2
2007-07-23Add support for line number in url fragmentLars Hjemli1-1/+1
2007-07-21link raw blob from tree file viewMichael Krelin1-0/+4
2007-06-29Add ofs argument to cgit_log_link and use it in ui-log.cLars Hjemli1-1/+1
2007-06-18Change S/L/T to summary/log/treeLars Hjemli1-1/+1
2007-06-17Add cgit_commit_link() + support for id=sha1 to commit viewLars Hjemli1-1/+0
2007-06-17Add git_log_link() and fix bug in generic repolink functionLars Hjemli1-8/+4
2007-06-17ui-tree: html/css cleanupLars Hjemli1-10/+8
2007-06-17Add and use cgit_tree_link()Lars Hjemli1-15/+18
2007-06-16ui-tree: make blob viewer generate valid htmlLars Hjemli1-1/+0
2007-06-16ui-tree: unify with ui-view, use path to select tree/blobLars Hjemli1-42/+152
2007-06-04Rename dirlink to gitlink.Jeffrey C. Ollie1-2/+2
2007-05-31Use & instead of & in URLs.Ondrej Jirman1-3/+3
2007-05-31Fixed unexpected tags in html output.Ondrej Jirman1-1/+1
2007-05-16Add support for tree listing via h parameterLars Hjemli1-0/+10
2007-05-14Add log filtering by path and link to it from tree viewLars Hjemli1-6/+19
2007-05-11Add submodule links in tree listingLars Hjemli1-9/+10
2007-05-08Update to libgit 1.5.2-rc2Lars Hjemli1-11/+13
2007-02-21Layout updateLars Hjemli1-1/+0
2007-01-28Cleanup table listingsLars Hjemli1-1/+1
2007-01-12WIP: add paths/backlinks to tree/blobviewLars Hjemli1-3/+9
2006-12-17Use html_filemode in ui-tree.cLars Hjemli1-4/+7
2006-12-16Add ui-commit.c + misc ui cleanupsLars Hjemli1-3/+3
2006-12-13Add display of tree content w/ui-tree.cLars Hjemli1-0/+70