Commit Graph

57 Commits (824138e59194acaf5efe53690d4ef6eaf38e1549)

Author SHA1 Message Date
Christian Hesse 255b78ff52 git: update to v2.18.0
7 years ago
John Keeping 9d751e7eec parsing: don't clear existing state with empty input
8 years ago
John Keeping c699866699 parsing: clear query path before starting
8 years ago
John Keeping 45c87ca1c3 parsing: add timezone to ident structures
9 years ago
Christian Hesse 559ab5ecc4 git: update to v2.7.0
10 years ago
Lukas Fleischer 3cb8e76278 Drop return value from parse_user()
10 years ago
Lukas Fleischer 4d8ed337cb Remove leading newline characters from tag messages
10 years ago
Lukas Fleischer 936295c4e4 Simplify commit and tag parsing
10 years ago
Lukas Fleischer 6f9e8a9659 Use split_ident_line() in parse_user()
11 years ago
John Keeping 865afe0eb1 git: update to v2.0.3
11 years ago
John Keeping 93d8ef8f1d parsing.c: make commit buffer const
11 years ago
Christian Hesse 79c985e13c git: update for git 2.0
11 years ago
Julian Maurice 10451797fa Fix cgit_parse_url when a repo url is contained in another repo url
11 years ago
Lukas Fleischer 2a7dd4bf67 parsing.c: Remove leading space from committer
12 years ago
Jason A. Donenfeld d01a6eec43 parsing: fix header typo
12 years ago
Lukas Fleischer 36bdb2171f Replace most uses of strncmp() with prefixcmp()
12 years ago
Lukas Fleischer f7f26f8875 Update copyright information
12 years ago
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
18 years ago
Lars Hjemli d14d77fe95 Introduce struct cgit_context
18 years ago
Lars Hjemli dabb34af76 Merge branch 'stable'
18 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
19 years ago
Lars Hjemli a69061fdb7 Add function cgit_parse_tag()
19 years ago