]> git.cameronkatri.com Git - cgit.git/history - parsing.c
Add support for automatic and custom clone urls
[cgit.git] / parsing.c
2007-12-02 Lars HjemliMerge branch 'stable'
2007-12-02 Lars HjemliHandle missing timestamp in commit/tag objects
2007-11-09 Lars HjemliMerge branch 'stable'
2007-11-08 Lars HjemliMerge branch 'stable'
2007-11-05 Lars HjemliMerge branch 'iconv-rebased' of http://x2a.org/pub...
2007-11-05 Lars HjemliUse utf8::reencode_string from git
2007-11-05 Jonathan Bastien... Convert subject and message with iconv_msg.
2007-11-05 Jonathan Bastien... Add iconv_msg function.
2007-11-05 Jonathan Bastien... Set msg_encoding according to the header.
2007-11-05 Jonathan Bastien... Add commit->msg_encoding, allocate msg dynamicly.
2007-10-27 Lars HjemliMerge branch 'stable'
2007-10-27 Lars Hjemlicgit_parse_commit(): Add missing call to xstrdup()
2007-10-27 Lars HjemliMerge branch 'stable'
2007-10-27 Lars HjemliSkip unknown header fields when parsing tags and commits
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...