summaryrefslogtreecommitdiff
path: root/parsing.c
AgeCommit message (Expand)Author
snapshot2015-03-03Simplify commit and tag parsingLukas Fleischer
snapshot2014-12-24Use split_ident_line() in parse_user()Lukas Fleischer
snapshot2014-07-28git: update to v2.0.3John Keeping
snapshot2014-07-28parsing.c: make commit buffer constJohn Keeping
snapshot2014-06-28git: update for git 2.0Christian Hesse
snapshot2014-04-05Fix cgit_parse_url when a repo url is contained in another repo urlJulian Maurice
snapshot2014-01-16parsing.c: Remove leading space from committerLukas Fleischer
snapshot2014-01-10parsing: fix header typoJason A. Donenfeld
snapshot2014-01-10Replace most uses of strncmp() with prefixcmp()Lukas Fleischer
snapshot2014-01-08Update copyright informationLukas Fleischer
snapshot2013-03-04Mark several functions/variables staticLukas Fleischer
snapshot2013-03-04White space around control verbs.Jason A. Donenfeld
snapshot2012-10-02do not write outside heap bufferJim Meyering
snapshot2011-07-22Remove dead initialization in cgit_parse_commit()Lukas Fleischer
snapshot2011-05-23Avoid null pointer dereference in reencode().Lukas Fleischer
snapshot2011-03-26fix two encoding bugsJulius Plenz
snapshot2010-07-13Reencode author and committerRémi Lagacé
snapshot2008-12-05parsing.c: enable builds with NO_ICONV definedLars Hjemli
snapshot2008-09-15parsing.c: be prepared for unexpected content in commit/tag objectsLars Hjemli
snapshot2008-04-08Move cgit_parse_query() from parsing.c to html.c as http_parse_querystring()Lars Hjemli
snapshot2008-03-28Move function for configfile parsing into configfile.[ch]Lars Hjemli
snapshot2008-03-24Add command dispatcherLars Hjemli
snapshot2008-02-16Move cgit_repo into cgit_contextLars Hjemli
snapshot2008-02-16Introduce struct cgit_contextLars Hjemli
snapshot2007-12-02Merge branch 'stable'Lars Hjemli
snapshot2007-12-02Handle missing timestamp in commit/tag objectsLars Hjemli
snapshot2007-11-05Use utf8::reencode_string from gitLars Hjemli
snapshot2007-11-05Convert subject and message with iconv_msg.Jonathan Bastien-Filiatrault
snapshot2007-11-05Add iconv_msg function.Jonathan Bastien-Filiatrault
snapshot2007-11-05Set msg_encoding according to the header.Jonathan Bastien-Filiatrault
snapshot2007-11-05Add commit->msg_encoding, allocate msg dynamicly.Jonathan Bastien-Filiatrault
snapshot2007-10-27cgit_parse_commit(): Add missing call to xstrdup()Lars Hjemli
snapshot2007-10-27Skip unknown header fields when parsing tags and commitsLars Hjemli
snapshot2007-06-26Add trim_end() and use it to remove trailing slashes from repo pathsLars Hjemli
snapshot2007-05-31Check for NULL commit buffer in cgit_parse_commit()Ondrej Jirman
snapshot2007-05-31Handle single-line and empty commit subjectsOndrej Jirman
snapshot2007-05-18Don't be fooled by trailing '/' in url-parameterLars Hjemli
snapshot2007-05-18Enable url=value querystring parameterLars Hjemli
snapshot2007-05-15Restrict deep nesting of configfilesLars Hjemli
snapshot2007-05-14Add include-parameter to config filesLars Hjemli
snapshot2007-05-08Update to libgit 1.5.2-rc2Lars Hjemli
snapshot2007-02-04Do not die if tag has no messageLars Hjemli
snapshot2007-01-17Add function cgit_parse_tag()Lars Hjemli
snapshot2007-01-16Handle empty/malformed commit messagesLars Hjemli
snapshot2007-01-04Handle %xx encoding in querystringLars Hjemli
snapshot2006-12-28Handle '+' in querystringLars Hjemli
snapshot2006-12-16Teach commit parser about author/committer email + timestampLars Hjemli
snapshot2006-12-16Add ui-commit.c + misc ui cleanupsLars Hjemli
snapshot2006-12-15Add a common commit parserLars Hjemli
snapshot2006-12-11Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.cLars Hjemli