Commit Graph

40 Commits (7fb12a8ee0789e3eab2680ae6c3fde0f0f233d22)

Author SHA1 Message Date
Lukas Fleischer bafab423f2 Mark several functions/variables static 12 years ago
Jason A. Donenfeld bdae1d8a8d White space around control verbs. 12 years ago
Jim Meyering 61d4147ea2 do not write outside heap buffer 13 years ago
Lukas Fleischer 1e25ac5b8f Remove dead initialization in cgit_parse_commit() 14 years ago
Lukas Fleischer a0bf375a1a Avoid null pointer dereference in reencode(). 14 years ago
Julius Plenz 0a799424f6 fix two encoding bugs 14 years ago
Rémi Lagacé 73ac0fb6f2 Reencode author and committer 15 years ago
Lars Hjemli 14b4e108a7 parsing.c: enable builds with NO_ICONV defined 17 years ago
Lars Hjemli a8305a9543 parsing.c: be prepared for unexpected content in commit/tag objects 17 years ago
Lars Hjemli e87e896333 Move cgit_parse_query() from parsing.c to html.c as http_parse_querystring() 17 years ago
Lars Hjemli 20a33548b9 Move function for configfile parsing into configfile.[ch] 17 years ago
Lars Hjemli e0e4478e7b Add command dispatcher 17 years ago
Lars Hjemli d1f3bbe9d2 Move cgit_repo into cgit_context 17 years ago
Lars Hjemli d14d77fe95 Introduce struct cgit_context 17 years ago
Lars Hjemli fc4c4ba3a9 Handle missing timestamp in commit/tag objects 18 years ago
Lars Hjemli a2ebbd6948 Use utf8::reencode_string from git 18 years ago
Jonathan Bastien-Filiatrault 7858a309d7 Convert subject and message with iconv_msg. 18 years ago
Jonathan Bastien-Filiatrault af08198304 Add iconv_msg function. 18 years ago
Jonathan Bastien-Filiatrault aa5cc328f4 Set msg_encoding according to the header. 18 years ago
Jonathan Bastien-Filiatrault 3845e177e4 Add commit->msg_encoding, allocate msg dynamicly. 18 years ago
Lars Hjemli c61360fea0 cgit_parse_commit(): Add missing call to xstrdup() 18 years ago
Lars Hjemli 13d2b0b25c Skip unknown header fields when parsing tags and commits 18 years ago
Lars Hjemli 382805ee83 Add trim_end() and use it to remove trailing slashes from repo paths 18 years ago
Ondrej Jirman 6130231ed5 Check for NULL commit buffer in cgit_parse_commit() 18 years ago
Ondrej Jirman 3ce6fc16ef Handle single-line and empty commit subjects 18 years ago
Lars Hjemli 3de63b264c Don't be fooled by trailing '/' in url-parameter 18 years ago
Lars Hjemli 30ccdcaa74 Enable url=value querystring parameter 18 years ago
Lars Hjemli 47a81c77fd Restrict deep nesting of configfiles 18 years ago
Lars Hjemli 5ec6e02bd1 Add include-parameter to config files 18 years ago
Lars Hjemli 61c3ca978c Update to libgit 1.5.2-rc2 18 years ago
Lars Hjemli ebd7b0fbc3 Do not die if tag has no message 18 years ago
Lars Hjemli a69061fdb7 Add function cgit_parse_tag() 19 years ago
Lars Hjemli 66091f934a Handle empty/malformed commit messages 19 years ago
Lars Hjemli 52e605caf5 Handle %xx encoding in querystring 19 years ago
Lars Hjemli 05b13194b4 Handle '+' in querystring 19 years ago
Lars Hjemli 77078ba716 Teach commit parser about author/committer email + timestamp 19 years ago
Lars Hjemli 9a8f88658d Add ui-commit.c + misc ui cleanups 19 years ago
Lars Hjemli 2101e26fd6 Add a common commit parser 19 years ago
Lars Hjemli 51ada4fda2 Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.c 19 years ago
Lars Hjemli 7640d90b73 Add license file and copyright notices 19 years ago
Lars Hjemli 25105d7eca Add caching infrastructure 19 years ago
Lars Hjemli 0d169ada2b Import cgit prototype from git tree 19 years ago