| Commit message (Expand) | Author | Age |
* | parsing.c: Remove leading space from committer | Lukas Fleischer | 2014-01-16 |
* | parsing: fix header typo | Jason A. Donenfeld | 2014-01-10 |
* | Replace most uses of strncmp() with prefixcmp() | Lukas Fleischer | 2014-01-10 |
* | Update copyright information | Lukas Fleischer | 2014-01-08 |
* | Mark several functions/variables static | Lukas Fleischer | 2013-03-04 |
* | White space around control verbs. | Jason A. Donenfeld | 2013-03-04 |
* | do not write outside heap buffer | Jim Meyering | 2012-10-02 |
* | Remove dead initialization in cgit_parse_commit() | Lukas Fleischer | 2011-07-22 |
* | Avoid null pointer dereference in reencode(). | Lukas Fleischer | 2011-05-23 |
* | fix two encoding bugs | Julius Plenz | 2011-03-26 |
* | Reencode author and committer | Rémi Lagacé | 2010-07-13 |
* | parsing.c: enable builds with NO_ICONV defined | Lars Hjemli | 2008-12-05 |
* | parsing.c: be prepared for unexpected content in commit/tag objects | Lars Hjemli | 2008-09-15 |
* | Move cgit_parse_query() from parsing.c to html.c as http_parse_querystring() | Lars Hjemli | 2008-04-08 |
* | Move function for configfile parsing into configfile.[ch] | Lars Hjemli | 2008-03-28 |
* | Add command dispatcher | Lars Hjemli | 2008-03-24 |
* | Move cgit_repo into cgit_context | Lars Hjemli | 2008-02-16 |
* | Introduce struct cgit_context | Lars Hjemli | 2008-02-16 |
* | Merge branch 'stable' | Lars Hjemli | 2007-12-02 |
|\ |
|
| * | Handle missing timestamp in commit/tag objects | Lars Hjemli | 2007-12-02 |
* | | Use utf8::reencode_string from git | Lars Hjemli | 2007-11-05 |
* | | Convert subject and message with iconv_msg. | Jonathan Bastien-Filiatrault | 2007-11-05 |
* | | Add iconv_msg function. | Jonathan Bastien-Filiatrault | 2007-11-05 |
* | | Set msg_encoding according to the header. | Jonathan Bastien-Filiatrault | 2007-11-05 |
* | | Add commit->msg_encoding, allocate msg dynamicly. | Jonathan Bastien-Filiatrault | 2007-11-05 |
|/ |
|
* | cgit_parse_commit(): Add missing call to xstrdup() | Lars Hjemli | 2007-10-27 |
* | Skip unknown header fields when parsing tags and commits | Lars Hjemli | 2007-10-27 |
* | Add trim_end() and use it to remove trailing slashes from repo paths | Lars Hjemli | 2007-06-26 |
* | Check for NULL commit buffer in cgit_parse_commit() | Ondrej Jirman | 2007-05-31 |
* | Handle single-line and empty commit subjects | Ondrej Jirman | 2007-05-31 |
* | Don't be fooled by trailing '/' in url-parameter | Lars Hjemli | 2007-05-18 |
* | Enable url=value querystring parameter | Lars Hjemli | 2007-05-18 |
* | Restrict deep nesting of configfiles | Lars Hjemli | 2007-05-15 |
* | Add include-parameter to config files | Lars Hjemli | 2007-05-14 |
* | Update to libgit 1.5.2-rc2 | Lars Hjemli | 2007-05-08 |
* | Do not die if tag has no message | Lars Hjemli | 2007-02-04 |
* | Add function cgit_parse_tag() | Lars Hjemli | 2007-01-17 |
* | Handle empty/malformed commit messages | Lars Hjemli | 2007-01-16 |
* | Handle %xx encoding in querystring | Lars Hjemli | 2007-01-04 |
* | Handle '+' in querystring | Lars Hjemli | 2006-12-28 |
* | Teach commit parser about author/committer email + timestamp | Lars Hjemli | 2006-12-16 |
* | Add ui-commit.c + misc ui cleanups | Lars Hjemli | 2006-12-16 |
* | Add a common commit parser | Lars Hjemli | 2006-12-15 |
* | Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.c | Lars Hjemli | 2006-12-11 |