aboutsummaryrefslogtreecommitdiff
path: root/parsing.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-20global: replace hard coded hash lengthChristian Hesse1-3/+2
2020-10-20global: replace references to 'sha1' with 'oid'Christian Hesse1-3/+3
2019-11-08git: update to v2.24.0Christian Hesse1-1/+1
2018-10-12git: update to v2.19.1Christian Hesse1-1/+1
2018-09-11parsing: ban sprintf()Christian Hesse1-1/+1
2018-09-11parsing: ban strncpy()Christian Hesse1-2/+1
2018-06-27git: update to v2.18.0Christian Hesse1-1/+1
2017-10-14parsing: don't clear existing state with empty inputJohn Keeping1-2/+1
2017-08-10parsing: clear query path before startingJohn Keeping1-1/+1
2016-02-08parsing: add timezone to ident structuresJohn Keeping1-4/+6
2016-01-13git: update to v2.7.0Christian Hesse1-2/+2
2015-03-05Drop return value from parse_user()Lukas Fleischer1-11/+7
2015-03-05Remove leading newline characters from tag messagesLukas Fleischer1-0/+3
2015-03-03Simplify commit and tag parsingLukas Fleischer1-72/+42
2014-12-24Use split_ident_line() in parse_user()Lukas Fleischer1-28/+17
2014-07-28git: update to v2.0.3John Keeping1-1/+2
2014-07-28parsing.c: make commit buffer constJohn Keeping1-4/+4
2014-06-28git: update for git 2.0Christian Hesse1-6/+6
2014-04-05Fix cgit_parse_url when a repo url is contained in another repo urlJulian Maurice1-9/+14
2014-01-16parsing.c: Remove leading space from committerLukas Fleischer1-1/+1
2014-01-10parsing: fix header typoJason A. Donenfeld1-1/+1
2014-01-10Replace most uses of strncmp() with prefixcmp()Lukas Fleischer1-6/+6
2014-01-08Update copyright informationLukas Fleischer1-1/+1
2013-03-04Mark several functions/variables staticLukas Fleischer1-3/+3
2013-03-04White space around control verbs.Jason A. Donenfeld1-2/+2
2012-10-02do not write outside heap bufferJim Meyering1-0/+2
2011-07-22Remove dead initialization in cgit_parse_commit()Lukas Fleischer1-1/+1
2011-05-23Avoid null pointer dereference in reencode().Lukas Fleischer1-1/+4
2011-03-26fix two encoding bugsJulius Plenz1-9/+15
2010-07-13Reencode author and committerRémi Lagacé1-0/+4
2008-12-05parsing.c: enable builds with NO_ICONV definedLars Hjemli1-0/+4
2008-09-15parsing.c: be prepared for unexpected content in commit/tag objectsLars Hjemli1-63/+96
2008-04-08Move cgit_parse_query() from parsing.c to html.c as http_parse_querystring()Lars Hjemli1-49/+0
2008-03-28Move function for configfile parsing into configfile.[ch]Lars Hjemli1-75/+0
2008-03-24Add command dispatcherLars Hjemli1-2/+2
2008-02-16Move cgit_repo into cgit_contextLars Hjemli1-8/+8
2008-02-16Introduce struct cgit_contextLars Hjemli1-4/+4
2007-12-02Merge branch 'stable'Lars Hjemli1-3/+3
2007-12-02Handle missing timestamp in commit/tag objectsLars Hjemli1-3/+3
2007-11-05Use utf8::reencode_string from gitLars Hjemli1-60/+4
2007-11-05Convert subject and message with iconv_msg.Jonathan Bastien-Filiatrault1-0/+14
2007-11-05Add iconv_msg function.Jonathan Bastien-Filiatrault1-0/+58
2007-11-05Set msg_encoding according to the header.Jonathan Bastien-Filiatrault1-0/+8
2007-11-05Add commit->msg_encoding, allocate msg dynamicly.Jonathan Bastien-Filiatrault1-0/+1
2007-10-27cgit_parse_commit(): Add missing call to xstrdup()Lars Hjemli1-2/+2
2007-10-27Skip unknown header fields when parsing tags and commitsLars Hjemli1-0/+6
2007-06-26Add trim_end() and use it to remove trailing slashes from repo pathsLars Hjemli1-1/+1
2007-05-31Check for NULL commit buffer in cgit_parse_commit()Ondrej Jirman1-0/+3
2007-05-31Handle single-line and empty commit subjectsOndrej Jirman1-3/+8
2007-05-18Don't be fooled by trailing '/' in url-parameterLars Hjemli1-1/+2