]> git.cameronkatri.com Git - cgit.git/history - cgit.h
Do not die if tag has no message
[cgit.git] / cgit.h
2007-01-28 Lars HjemliAdd parameter to adjust max message length in log listings
2007-01-17 Lars HjemliAdd function cgit_parse_tag()
2007-01-11 Lars HjemliWIP: add paths/backlinks to tree/blobview
2007-01-11 Lars HjemliRemove troublesome chars from cachefile names
2007-01-11 Lars HjemliMove cache_prepare() to cgit
2007-01-04 Lars HjemliHandle %xx encoding in querystring
2006-12-28 Lars HjemliAdd basic log filtering
2006-12-28 Lars HjemliAdd generic support for search box in page header
2006-12-21 Lars HjemliOnly show first 80 characters of commit subject in...
2006-12-20 Lars HjemliAdd basic diff view
2006-12-17 Lars HjemliShow list of modified files in ui-commit.c
2006-12-16 Lars HjemliAdd cgit_free_commitinfo() and use where needed
2006-12-16 Lars HjemliTeach commit parser about author/committer email +...
2006-12-16 Lars HjemliAdd argument parsing + switch for uncached operation
2006-12-15 Lars HjemliMove cgit_print_date into ui-shared, reuse in ui-summary
2006-12-15 Lars HjemliAdd ui-commit.c + misc ui cleanups
2006-12-15 Lars HjemliAdd a common commit parser
2006-12-13 Lars HjemliAdd simple pager to log page
2006-12-12 Lars HjemliAdd display of tree content w/ui-tree.c
2006-12-11 Lars HjemliDon't truncate valid cachefiles
2006-12-11 Lars HjemliMove global variables + callback functions into shared.c
2006-12-11 Lars HjemliMove functions for generic object output into ui-view.c
2006-12-11 Lars HjemliMove log-functions into ui-log.c
2006-12-11 Lars HjemliMove repo summary functions into ui-summary.c
2006-12-11 Lars HjemliMove functions for repolist output into ui-repolist.c
2006-12-11 Lars HjemliMove common output-functions into ui-shared.c
2006-12-11 Lars HjemliRename config.c to parsing.c + move cgit_parse_query...
2006-12-11 Lars HjemliAvoid infinite loops in caching layer
2006-12-11 Lars HjemliFix cache algorithm loophole
2006-12-10 Lars HjemliAdd caching infrastructure
2006-12-09 Lars HjemliImport cgit prototype from git tree