index
:
cgit
local
master
working
origin/ch/about-link
origin/ch/clang-filter
origin/ch/default-pages
origin/ch/dynamic-aging
origin/ch/for-jason
origin/ch/highlight-line
origin/ch/log-commit-message
origin/jd/render-filter
origin/jd/zx2c4-deployment
origin/jk/collapsible-sections
origin/lf/filter
origin/lf/for-jason
origin/lh/grep
origin/lh/pretty-blob-view
origin/master
origin/rm/namespace
origin/wiki
This website
Florian Pritz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui-tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-08
use struct strbuf instead of static buffers
John Keeping
1
-16
/
+17
2013-04-08
Convert cgit_print_error to a variadic function
John Keeping
1
-8
/
+5
2013-04-08
Always #include corresponding .h in .c files
John Keeping
1
-0
/
+1
2013-03-05
cgit_print_tree(): Free curr_rev after usage
Lukas Fleischer
1
-2
/
+6
2013-03-04
ui-tree.c: Use a context structure in walk_tree()
Lukas Fleischer
1
-22
/
+29
2013-03-04
ui-tree.c: Drop the header variable
Lukas Fleischer
1
-6
/
+2
2013-03-04
ui-tree.c: Declare the state variable globally
Lukas Fleischer
1
-1
/
+2
2013-03-04
ui-tree.c: Pass current revision to print_object()
Lukas Fleischer
1
-3
/
+3
2013-03-04
White space around control verbs.
Jason A. Donenfeld
1
-1
/
+1
2013-03-04
Fix several whitespace errors
Lukas Fleischer
1
-2
/
+2
2013-03-02
Update git to v1.7.6.5
John Keeping
1
-3
/
+13
2011-06-15
ui-tree.c: add support for path-selected submodule links
Lars Hjemli
1
-9
/
+4
2011-06-14
cgit.c: always setup cgit repo environment variables
Lars Hjemli
1
-1
/
+1
2011-05-23
Merge branch 'fh/filter-api'
Lars Hjemli
1
-1
/
+1
2011-03-26
source_filter: fix a memory leak
Ferry Huberts
1
-0
/
+2
2011-03-26
cgit_open_filter: also take the repo as a parameter
Ferry Huberts
1
-1
/
+1
2010-09-04
prefer html_raw() to write()
Mark Lodato
1
-1
/
+1
2010-09-04
fix errors in printf-style format strings
Mark Lodato
1
-2
/
+2
2010-06-19
ui-tree: Remove unnecessary path breadcrumb navigation
Johan Herland
1
-13
/
+2
2010-02-28
ui-tree: add link to plain view for blobs in tree listing
Lars Hjemli
1
-0
/
+2
2009-12-12
Merge branch 'stable'
Lars Hjemli
1
-1
/
+1
2009-12-12
Fix segfault on ppc when browsing tree
Martins Polakovs
1
-1
/
+1
2009-11-28
"max-blob-size" config var to limit generated HTML size
Georg Lukas
1
-0
/
+6
2009-08-21
Rename "linenumbers" to "enable-tree-linenumbers", change default to "1"
Lars Hjemli
1
-1
/
+1
2009-08-21
Add 'linenumbers' config option
Florian Pritz
1
-11
/
+16
2009-08-21
ui-tree.c: show line numbers when highlighting
Florian Pritz
1
-9
/
+11
2009-08-09
Merge branch 'lh/plugins'
Lars Hjemli
1
-4
/
+14
2009-08-09
Add support for repo.commit-filter and repo.source-filter
Lars Hjemli
1
-4
/
+4
2009-08-08
Expose file extension in tree lists as class to allow nicer tree styling
Martin Szulecki
1
-1
/
+7
2009-07-31
ui-tree: add support for source-filter option
Lars Hjemli
1
-4
/
+14
2009-03-15
fix segfault when displaying empty blobs
Eric Wong
1
-5
/
+8
2009-02-12
ui-tree: escape ascii-text properly in hexdump view
Lars Hjemli
1
-4
/
+9
2009-01-31
ui-tree: show hexdump of binary blobs
Lars Hjemli
1
-23
/
+48
2009-01-27
Merge branch 'og/tree-view-selection'
Lars Hjemli
1
-15
/
+16
2009-01-27
Merge branch 'lh/stats'
Lars Hjemli
1
-0
/
+3
2009-01-10
changed objects are outputted, allowing for selections of code only
Onne Gorter
1
-15
/
+16
2009-01-06
Merge branch 'stable'
Lars Hjemli
1
-2
/
+4
2009-01-06
ui-tree.c: do not add blank line when displaying blobs
Lars Hjemli
1
-2
/
+4
2008-12-07
ui-tree: add link to stats page per path
Lars Hjemli
1
-0
/
+3
2008-11-29
ui-log: add support for showing the full commit message
Lars Hjemli
1
-1
/
+1
2008-08-06
ui-tree: link to plain view instead of blob view
Lars Hjemli
1
-4
/
+4
2008-07-21
Adjust to new calling convention for read_tree_recursive()
Lars Hjemli
1
-5
/
+7
2008-05-20
ui-tree.c: avoid peeking at GITLINK objects
Lars Hjemli
1
-6
/
+8
2008-04-08
Don't specify mimetype in ui-blob.c
Lars Hjemli
1
-1
/
+2
2008-03-24
Add ui-shared.h
Lars Hjemli
1
-0
/
+1
2008-03-18
Introduce html.h
Lars Hjemli
1
-1
/
+2
2008-02-16
Move cgit_repo into cgit_context
Lars Hjemli
1
-1
/
+1
2008-02-16
Introduce struct cgit_context
Lars Hjemli
1
-10
/
+10
2007-11-11
Fix html error detected by test-suite
Lars Hjemli
1
-3
/
+3
2007-11-03
Add search parameters to cgit_log_link
Lars Hjemli
1
-1
/
+1
[next]