index
:
cgit
ch/about-link
ch/default-pages
ch/dynamic-aging
ch/for-jason
ch/git-2-41
ch/log-commit-message
jd/render-filter
jd/zx2c4-deployment
jk/collapsible-sections
lf/filter
lf/for-jason
lh/grep
lh/pretty-blob-view
master
rm/namespace
wiki
[no description]
nobody
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
parsing.c
Age
Commit message (
Expand
)
Author
2007-12-02
Handle missing timestamp in commit/tag objects
Lars Hjemli
2007-10-27
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-06-26
Add trim_end() and use it to remove trailing slashes from repo paths
Lars Hjemli
2007-05-31
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-18
Don't be fooled by trailing '/' in url-parameter
Lars Hjemli
2007-05-18
Enable url=value querystring parameter
Lars Hjemli
2007-05-15
Restrict deep nesting of configfiles
Lars Hjemli
2007-05-14
Add include-parameter to config files
Lars Hjemli
2007-05-08
Update to libgit 1.5.2-rc2
Lars Hjemli
2007-02-04
Do not die if tag has no message
Lars Hjemli
2007-01-17
Add function cgit_parse_tag()
Lars Hjemli
2007-01-16
Handle empty/malformed commit messages
Lars Hjemli
2007-01-04
Handle %xx encoding in querystring
Lars Hjemli
2006-12-28
Handle '+' in querystring
Lars Hjemli
2006-12-16
Teach commit parser about author/committer email + timestamp
Lars Hjemli
2006-12-15
Add ui-commit.c + misc ui cleanups
Lars Hjemli
2006-12-15
Add a common commit parser
Lars Hjemli
2006-12-11
Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.c
Lars Hjemli