aboutsummaryrefslogtreecommitdiffstats
path: root/parsing.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add command dispatcherLars Hjemli2008-03-241-2/+2
* Move cgit_repo into cgit_contextLars Hjemli2008-02-161-8/+8
* Introduce struct cgit_contextLars Hjemli2008-02-161-4/+4
* Merge branch 'stable'Lars Hjemli2007-12-021-3/+3
|\
| * Handle missing timestamp in commit/tag objectsLars Hjemli2007-12-021-3/+3
* | Use utf8::reencode_string from gitLars Hjemli2007-11-051-60/+4
* | Convert subject and message with iconv_msg.Jonathan Bastien-Filiatrault2007-11-051-0/+14
* | Add iconv_msg function.Jonathan Bastien-Filiatrault2007-11-051-0/+58
* | Set msg_encoding according to the header.Jonathan Bastien-Filiatrault2007-11-051-0/+8
* | Add commit->msg_encoding, allocate msg dynamicly.Jonathan Bastien-Filiatrault2007-11-051-0/+1
|/
* cgit_parse_commit(): Add missing call to xstrdup()Lars Hjemli2007-10-271-2/+2
* Skip unknown header fields when parsing tags and commitsLars Hjemli2007-10-271-0/+6
* Add trim_end() and use it to remove trailing slashes from repo pathsLars Hjemli2007-06-261-1/+1
* Check for NULL commit buffer in cgit_parse_commit()Ondrej Jirman2007-05-311-0/+3
* Handle single-line and empty commit subjectsOndrej Jirman2007-05-311-3/+8
* Don't be fooled by trailing '/' in url-parameterLars Hjemli2007-05-181-1/+2
* Enable url=value querystring parameterLars Hjemli2007-05-181-0/+43
* Restrict deep nesting of configfilesLars Hjemli2007-05-151-4/+6
* Add include-parameter to config filesLars Hjemli2007-05-141-6/+8
* Update to libgit 1.5.2-rc2Lars Hjemli2007-05-081-3/+3
* Do not die if tag has no messageLars Hjemli2007-02-041-2/+2
* Add function cgit_parse_tag()Lars Hjemli2007-01-171-0/+47
* Handle empty/malformed commit messagesLars Hjemli2007-01-161-6/+13
* Handle %xx encoding in querystringLars Hjemli2007-01-041-0/+21
* Handle '+' in querystringLars Hjemli2006-12-281-0/+2
* Teach commit parser about author/committer email + timestampLars Hjemli2006-12-161-2/+10
* Add ui-commit.c + misc ui cleanupsLars Hjemli2006-12-161-0/+1
* Add a common commit parserLars Hjemli2006-12-151-0/+53
* Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.cLars Hjemli2006-12-111-0/+106