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