aboutsummaryrefslogtreecommitdiffstats
path: root/parsing.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: replace hard coded hash lengthChristian Hesse2020-10-201-3/+2
* global: replace references to 'sha1' with 'oid'Christian Hesse2020-10-201-3/+3
* git: update to v2.24.0Christian Hesse2019-11-081-1/+1
* git: update to v2.19.1Christian Hesse2018-10-121-1/+1
* parsing: ban sprintf()Christian Hesse2018-09-111-1/+1
* parsing: ban strncpy()Christian Hesse2018-09-111-2/+1
* git: update to v2.18.0Christian Hesse2018-06-271-1/+1
* parsing: don't clear existing state with empty inputJohn Keeping2017-10-141-2/+1
* parsing: clear query path before startingJohn Keeping2017-08-101-1/+1
* parsing: add timezone to ident structuresJohn Keeping2016-02-081-4/+6
* git: update to v2.7.0Christian Hesse2016-01-131-2/+2
* Drop return value from parse_user()Lukas Fleischer2015-03-051-11/+7
* Remove leading newline characters from tag messagesLukas Fleischer2015-03-051-0/+3
* Simplify commit and tag parsingLukas Fleischer2015-03-031-72/+42
* Use split_ident_line() in parse_user()Lukas Fleischer2014-12-241-28/+17
* git: update to v2.0.3John Keeping2014-07-281-1/+2
* parsing.c: make commit buffer constJohn Keeping2014-07-281-4/+4
* git: update for git 2.0Christian Hesse2014-06-281-6/+6
* Fix cgit_parse_url when a repo url is contained in another repo urlJulian Maurice2014-04-051-9/+14
* parsing.c: Remove leading space from committerLukas Fleischer2014-01-161-1/+1
* parsing: fix header typoJason A. Donenfeld2014-01-101-1/+1
* Replace most uses of strncmp() with prefixcmp()Lukas Fleischer2014-01-101-6/+6
* Update copyright informationLukas Fleischer2014-01-081-1/+1
* Mark several functions/variables staticLukas Fleischer2013-03-041-3/+3
* White space around control verbs.Jason A. Donenfeld2013-03-041-2/+2
* do not write outside heap bufferJim Meyering2012-10-021-0/+2
* Remove dead initialization in cgit_parse_commit()Lukas Fleischer2011-07-221-1/+1
* Avoid null pointer dereference in reencode().Lukas Fleischer2011-05-231-1/+4
* fix two encoding bugsJulius Plenz2011-03-261-9/+15
* Reencode author and committerRémi Lagacé2010-07-131-0/+4
* parsing.c: enable builds with NO_ICONV definedLars Hjemli2008-12-051-0/+4
* parsing.c: be prepared for unexpected content in commit/tag objectsLars Hjemli2008-09-151-63/+96
* Move cgit_parse_query() from parsing.c to html.c as http_parse_querystring()Lars Hjemli2008-04-081-49/+0
* Move function for configfile parsing into configfile.[ch]Lars Hjemli2008-03-281-75/+0
* 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