]> git.cameronkatri.com Git - cgit.git/history - parsing.c
Revert part of "Makefile: add support for DESTDIR"
[cgit.git] / parsing.c
2007-09-03 Lars HjemliMerge branch 'jo/dirlink'
2007-06-29 Lars HjemliMerge branch 'lh/menu'
2007-06-26 Lars HjemliAdd trim_end() and use it to remove trailing slashes...
2007-05-31 Ondrej JirmanCheck for NULL commit buffer in cgit_parse_commit()
2007-05-31 Ondrej JirmanHandle single-line and empty commit subjects
2007-05-20 Lars HjemliMerge branch 'repogroups'
2007-05-20 Lars HjemliMerge branch 'virtual-url'
2007-05-18 Lars HjemliDon't be fooled by trailing '/' in url-parameter
2007-05-18 Lars HjemliEnable url=value querystring parameter
2007-05-15 Lars HjemliRestrict deep nesting of configfiles
2007-05-14 Lars HjemliAdd include-parameter to config files
2007-05-08 Lars HjemliUpdate to libgit 1.5.2-rc2
2007-02-04 Lars HjemliDo not die if tag has no message
2007-01-17 Lars HjemliAdd function cgit_parse_tag()
2007-01-16 Lars HjemliHandle empty/malformed commit messages
2007-01-04 Lars HjemliHandle %xx encoding in querystring
2006-12-28 Lars HjemliHandle '+' in querystring
2006-12-16 Lars HjemliTeach commit parser about author/committer email +...
2006-12-15 Lars HjemliAdd ui-commit.c + misc ui cleanups
2006-12-15 Lars HjemliAdd a common commit parser
2006-12-11 Lars HjemliRename config.c to parsing.c + move cgit_parse_query...