index
:
cgit
local
master
working
origin/ch/about-link
origin/ch/clang-filter
origin/ch/default-pages
origin/ch/dynamic-aging
origin/ch/for-jason
origin/ch/highlight-line
origin/ch/log-commit-message
origin/jd/render-filter
origin/jd/zx2c4-deployment
origin/jk/collapsible-sections
origin/lf/filter
origin/lf/for-jason
origin/lh/grep
origin/lh/pretty-blob-view
origin/master
origin/rm/namespace
origin/wiki
This website
Florian Pritz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
parsing.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-20
global: replace hard coded hash length
Christian Hesse
1
-3
/
+2
2020-10-20
global: replace references to 'sha1' with 'oid'
Christian Hesse
1
-3
/
+3
2019-11-08
git: update to v2.24.0
Christian Hesse
1
-1
/
+1
2018-10-12
git: update to v2.19.1
Christian Hesse
1
-1
/
+1
2018-09-11
parsing: ban sprintf()
Christian Hesse
1
-1
/
+1
2018-09-11
parsing: ban strncpy()
Christian Hesse
1
-2
/
+1
2018-06-27
git: update to v2.18.0
Christian Hesse
1
-1
/
+1
2017-10-14
parsing: don't clear existing state with empty input
John Keeping
1
-2
/
+1
2017-08-10
parsing: clear query path before starting
John Keeping
1
-1
/
+1
2016-02-08
parsing: add timezone to ident structures
John Keeping
1
-4
/
+6
2016-01-13
git: update to v2.7.0
Christian Hesse
1
-2
/
+2
2015-03-05
Drop return value from parse_user()
Lukas Fleischer
1
-11
/
+7
2015-03-05
Remove leading newline characters from tag messages
Lukas Fleischer
1
-0
/
+3
2015-03-03
Simplify commit and tag parsing
Lukas Fleischer
1
-72
/
+42
2014-12-24
Use split_ident_line() in parse_user()
Lukas Fleischer
1
-28
/
+17
2014-07-28
git: update to v2.0.3
John Keeping
1
-1
/
+2
2014-07-28
parsing.c: make commit buffer const
John Keeping
1
-4
/
+4
2014-06-28
git: update for git 2.0
Christian Hesse
1
-6
/
+6
2014-04-06
Fix cgit_parse_url when a repo url is contained in another repo url
Julian Maurice
1
-9
/
+14
2014-01-16
parsing.c: Remove leading space from committer
Lukas Fleischer
1
-1
/
+1
2014-01-10
parsing: fix header typo
Jason A. Donenfeld
1
-1
/
+1
2014-01-10
Replace most uses of strncmp() with prefixcmp()
Lukas Fleischer
1
-6
/
+6
2014-01-08
Update copyright information
Lukas Fleischer
1
-1
/
+1
2013-03-05
Mark several functions/variables static
Lukas Fleischer
1
-3
/
+3
2013-03-04
White space around control verbs.
Jason A. Donenfeld
1
-2
/
+2
2012-10-02
do not write outside heap buffer
Jim Meyering
1
-0
/
+2
2011-07-22
Remove dead initialization in cgit_parse_commit()
Lukas Fleischer
1
-1
/
+1
2011-05-23
Avoid null pointer dereference in reencode().
Lukas Fleischer
1
-1
/
+4
2011-03-26
fix two encoding bugs
Julius Plenz
1
-9
/
+15
2010-07-13
Reencode author and committer
Rémi Lagacé
1
-0
/
+4
2008-12-05
parsing.c: enable builds with NO_ICONV defined
Lars Hjemli
1
-0
/
+4
2008-09-15
parsing.c: be prepared for unexpected content in commit/tag objects
Lars Hjemli
1
-63
/
+96
2008-04-08
Move cgit_parse_query() from parsing.c to html.c as http_parse_querystring()
Lars Hjemli
1
-49
/
+0
2008-03-28
Move function for configfile parsing into configfile.[ch]
Lars Hjemli
1
-75
/
+0
2008-03-24
Add command dispatcher
Lars Hjemli
1
-2
/
+2
2008-02-16
Move cgit_repo into cgit_context
Lars Hjemli
1
-8
/
+8
2008-02-16
Introduce struct cgit_context
Lars Hjemli
1
-4
/
+4
2007-12-02
Merge branch 'stable'
Lars Hjemli
1
-3
/
+3
2007-12-02
Handle missing timestamp in commit/tag objects
Lars Hjemli
1
-3
/
+3
2007-11-06
Use utf8::reencode_string from git
Lars Hjemli
1
-60
/
+4
2007-11-06
Convert subject and message with iconv_msg.
Jonathan Bastien-Filiatrault
1
-0
/
+14
2007-11-06
Add iconv_msg function.
Jonathan Bastien-Filiatrault
1
-0
/
+58
2007-11-06
Set msg_encoding according to the header.
Jonathan Bastien-Filiatrault
1
-0
/
+8
2007-11-06
Add commit->msg_encoding, allocate msg dynamicly.
Jonathan Bastien-Filiatrault
1
-0
/
+1
2007-10-27
cgit_parse_commit(): Add missing call to xstrdup()
Lars Hjemli
1
-2
/
+2
2007-10-27
Skip unknown header fields when parsing tags and commits
Lars Hjemli
1
-0
/
+6
2007-06-26
Add trim_end() and use it to remove trailing slashes from repo paths
Lars Hjemli
1
-1
/
+1
2007-05-31
Check for NULL commit buffer in cgit_parse_commit()
Ondrej Jirman
1
-0
/
+3
2007-05-31
Handle single-line and empty commit subjects
Ondrej Jirman
1
-3
/
+8
2007-05-18
Don't be fooled by trailing '/' in url-parameter
Lars Hjemli
1
-1
/
+2
[next]