about summary refs log tree commit
path: root/parsing.c
DateCommit message (Expand)
2018-10-12git: update to v2.19.1
2018-09-11parsing: ban sprintf()
2018-09-11parsing: ban strncpy()
2018-06-27git: update to v2.18.0
2017-10-14parsing: don't clear existing state with empty input
2017-08-10parsing: clear query path before starting
2016-02-08parsing: add timezone to ident structures
2016-01-13git: update to v2.7.0
2015-03-05Drop return value from parse_user()
2015-03-05Remove leading newline characters from tag messages
2015-03-03Simplify commit and tag parsing
2014-12-24Use split_ident_line() in parse_user()
2014-07-28git: update to v2.0.3
2014-07-28parsing.c: make commit buffer const
2014-06-28git: update for git 2.0
2014-04-05Fix cgit_parse_url when a repo url is contained in another repo url
2014-01-16parsing.c: Remove leading space from committer
2014-01-10parsing: fix header typo
2014-01-10Replace most uses of strncmp() with prefixcmp()
2014-01-08Update copyright information
2013-03-04Mark several functions/variables static
2013-03-04White space around control verbs.
2012-10-02do not write outside heap buffer
2011-07-22Remove dead initialization in cgit_parse_commit()
2011-05-23Avoid null pointer dereference in reencode().
2011-03-26fix two encoding bugs
2010-07-13Reencode author and committer
2008-12-05parsing.c: enable builds with NO_ICONV defined
2008-09-15parsing.c: be prepared for unexpected content in commit/tag objects
2008-04-08Move cgit_parse_query() from parsing.c to html.c as http_parse_querystring()
2008-03-28Move function for configfile parsing into configfile.[ch]
2008-03-24Add command dispatcher
2008-02-16Move cgit_repo into cgit_context
2008-02-16Introduce struct cgit_context
2007-12-02Merge branch 'stable'
2007-12-02Handle missing timestamp in commit/tag objects
2007-11-05Use utf8::reencode_string from git
2007-11-05Convert subject and message with iconv_msg.
2007-11-05Add iconv_msg function.
2007-11-05Set msg_encoding according to the header.
2007-11-05Add commit->msg_encoding, allocate msg dynamicly.
2007-10-27cgit_parse_commit(): Add missing call to xstrdup()
2007-10-27Skip unknown header fields when parsing tags and commits
2007-06-26Add trim_end() and use it to remove trailing slashes from repo paths
2007-05-31Check for NULL commit buffer in cgit_parse_commit()
2007-05-31Handle single-line and empty commit subjects
2007-05-18Don't be fooled by trailing '/' in url-parameter
2007-05-18Enable url=value querystring parameter
2007-05-15Restrict deep nesting of configfiles
2007-05-14Add include-parameter to config files