index
:
cgit
ch/cache
ch/for-jason
ch/git-2-11-0
flatten_tree
flyspray_integration
jd/link-back
jd/zx2c4-deployment
jk/collapsible-sections
lf/filter
lf/for-jason
lh/grep
lh/pretty-blob-view
lookshe/master
master
rm/namespace
wiki
copy of cgit repo
lookshe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
html.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-10-01
Simplify http_parse_querystring()
Lukas Fleischer
1
-56
/
+10
2016-01-14
ui-shared: prevent malicious filename from injecting headers
Jason A. Donenfeld
1
-0
/
+26
2015-08-14
html: remove html_status()
John Keeping
1
-7
/
+0
2015-08-13
Remove redundant includes
John Keeping
1
-6
/
+0
2015-03-09
html: avoid using a plain integer as a NULL pointer
John Keeping
1
-22
/
+32
2014-01-12
html: remove redundant htmlfd variable
John Keeping
1
-3
/
+1
2014-01-08
Update copyright information
Lukas Fleischer
1
-1
/
+1
2013-05-22
html.c: die when write fails
John Keeping
1
-1
/
+1
2013-04-08
html.c: add various strbuf and varadic helpers
John Keeping
1
-3
/
+50
2013-04-08
html.c: Replace strdup() with xstrdup()
Lukas Fleischer
1
-5
/
+2
2013-04-08
Always #include corresponding .h in .c files
John Keeping
1
-0
/
+1
2013-03-20
html: check return value of write
Jason A. Donenfeld
1
-2
/
+3
2013-03-04
Mark several functions/variables static
Lukas Fleischer
1
-3
/
+3
2013-03-04
White space around control verbs.
Jason A. Donenfeld
1
-7
/
+7
2013-03-04
Fix several whitespace errors
Lukas Fleischer
1
-39
/
+39
2011-07-21
html.c: avoid out-of-bounds access for url_escape_table
Eric Wong
1
-2
/
+2
2011-05-30
Properly escape ampersands inside HTML attributes
Lukas Fleischer
1
-1
/
+3
2011-05-23
Fix memory leak in http_parse_querystring().
Lukas Fleischer
1
-2
/
+3
2011-05-23
Fix escaping of paths with spaces
Jonathon Mah
1
-4
/
+6
2011-03-06
html.c: add html_intoption()
Lars Hjemli
1
-0
/
+8
2011-03-05
do not infloop on a query ending in %XY, for invalid hex X or Y
Jim Meyering
1
-1
/
+1
2010-11-10
html.c: use '+' to escape spaces in urls
Lars Hjemli
1
-2
/
+2
2010-09-04
prefer html_raw() to write()
Mark Lodato
1
-9
/
+9
2010-08-29
html: fix strcpy bug in convert_query_hexchar
Mark Lodato
1
-4
/
+5
2010-02-09
html: properly percent-escape URLs
Mark Lodato
1
-4
/
+32
2010-02-08
html: make all strings 'const char *'
Mark Lodato
1
-17
/
+17
2009-01-29
html.c: use correct escaping in html attributes
Lars Hjemli
1
-2
/
+4
2008-10-05
html.c: add html_url_path
Lars Hjemli
1
-0
/
+16
2008-10-05
html.c: add html_url_arg
Lars Hjemli
1
-0
/
+16
2008-08-06
Supply status description to html_status()
Lars Hjemli
1
-2
/
+2
2008-08-06
Implement plain view
Lars Hjemli
1
-0
/
+5
2008-08-06
Add support for cloning over http
Lars Hjemli
1
-0
/
+7
2008-04-29
Print an error if filename is not found in html_include.
Harley Laue
1
-1
/
+5
2008-04-08
Move cgit_parse_query() from parsing.c to html.c as http_parse_querystring()
Lars Hjemli
1
-0
/
+64
2008-03-18
Introduce html.h
Lars Hjemli
1
-19
/
+12
2008-02-23
Fix segfault
Hiroki Hattori
1
-15
/
+5
2007-11-11
Fix html error detected by test-suite
Lars Hjemli
1
-1
/
+1
2007-10-28
Add html_option() function
Lars Hjemli
1
-0
/
+12
2007-06-04
Rename dirlink to gitlink.
Jeffrey C. Ollie
1
-1
/
+1
2007-05-18
Add html_include()
Lars Hjemli
1
-0
/
+14
2007-05-11
Add submodule links in tree listing
Lars Hjemli
1
-1
/
+2
2006-12-28
Add generic support for search box in page header
Lars Hjemli
1
-0
/
+10
2006-12-28
Test for NULL-pointers in html_txt() and friends
Lars Hjemli
1
-4
/
+3
2006-12-22
Only show first 80 characters of commit subject in log and summary
Lars Hjemli
1
-0
/
+28
2006-12-17
Show list of modified files in ui-commit.c
Lars Hjemli
1
-0
/
+20
2006-12-10
Add license file and copyright notices
Lars Hjemli
1
-0
/
+8
2006-12-10
Add caching infrastructure
Lars Hjemli
1
-2
/
+4