summaryrefslogtreecommitdiffstatshomepage
path: root/parsing.c (follow)
Commit message (Expand)AuthorAgeLines
* parsing: fix header typoJason A. Donenfeld2014-01-10-1/+1
* Replace most uses of strncmp() with prefixcmp()Lukas Fleischer2014-01-10-6/+6
* Update copyright informationLukas Fleischer2014-01-08-1/+1
* Mark several functions/variables staticLukas Fleischer2013-03-04-3/+3
* White space around control verbs.Jason A. Donenfeld2013-03-04-2/+2
* do not write outside heap bufferJim Meyering2012-10-02-0/+2
* Remove dead initialization in cgit_parse_commit()Lukas Fleischer2011-07-22-1/+1
* Avoid null pointer dereference in reencode().Lukas Fleischer2011-05-23-1/+4
* fix two encoding bugsJulius Plenz2011-03-26-9/+15
* Reencode author and committerRémi Lagacé2010-07-13-0/+4
* parsing.c: enable builds with NO_ICONV definedLars Hjemli2008-12-05-0/+4
* parsing.c: be prepared for unexpected content in commit/tag objectsLars Hjemli2008-09-15-63/+96
* Move cgit_parse_query() from parsing.c to html.c as http_parse_querystring()Lars Hjemli2008-04-08-49/+0
* Move function for configfile parsing into configfile.[ch]Lars Hjemli2008-03-28-75/+0
* Add command dispatcherLars Hjemli2008-03-24-2/+2
* Move cgit_repo into cgit_contextLars Hjemli2008-02-16-8/+8
* Introduce struct cgit_contextLars Hjemli2008-02-16-4/+4
* Merge branch 'stable'Lars Hjemli2007-12-02-3/+3
|\
| * Handle missing timestamp in commit/tag objectsLars Hjemli2007-12-02-3/+3
* | Use utf8::reencode_string from gitLars Hjemli2007-11-05-60/+4
* | Convert subject and message with iconv_msg.Jonathan Bastien-Filiatrault2007-11-05-0/+14
* | Add iconv_msg function.Jonathan Bastien-Filiatrault2007-11-05-0/+58
* | Set msg_encoding according to the header.Jonathan Bastien-Filiatrault2007-11-05-0/+8
* | Add commit->msg_encoding, allocate msg dynamicly.Jonathan Bastien-Filiatrault2007-11-05-0/+1
|/
* cgit_parse_commit(): Add missing call to xstrdup()Lars Hjemli2007-10-27-2/+2
* Skip unknown header fields when parsing tags and commitsLars Hjemli2007-10-27-0/+6
* Add trim_end() and use it to remove trailing slashes from repo pathsLars Hjemli2007-06-26-1/+1
* Check for NULL commit buffer in cgit_parse_commit()Ondrej Jirman2007-05-31-0/+3
* Handle single-line and empty commit subjectsOndrej Jirman2007-05-31-3/+8
* Don't be fooled by trailing '/' in url-parameterLars Hjemli2007-05-18-1/+2
* Enable url=value querystring parameterLars Hjemli2007-05-18-0/+43
* Restrict deep nesting of configfilesLars Hjemli2007-05-15-4/+6
* Add include-parameter to config filesLars Hjemli2007-05-14-6/+8
* Update to libgit 1.5.2-rc2Lars Hjemli2007-05-08-3/+3
* Do not die if tag has no messageLars Hjemli2007-02-04-2/+2
* Add function cgit_parse_tag()Lars Hjemli2007-01-17-0/+47
* Handle empty/malformed commit messagesLars Hjemli2007-01-16-6/+13
* Handle %xx encoding in querystringLars Hjemli2007-01-04-0/+21
* Handle '+' in querystringLars Hjemli2006-12-28-0/+2
* Teach commit parser about author/committer email + timestampLars Hjemli2006-12-16-2/+10
* Add ui-commit.c + misc ui cleanupsLars Hjemli2006-12-16-0/+1
* Add a common commit parserLars Hjemli2006-12-15-0/+53
* Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.cLars Hjemli2006-12-11-0/+106