about summary refs log tree commit
path: root/html.c
DateCommit message (Expand)
2019-04-22use buffered stdio (lightly tested)
2019-04-22ui-diff: preserve spaces w/o CSS on context lines
2017-10-03html: html_ntxt with no ellipsis
2016-10-01Simplify http_parse_querystring()
2016-01-14ui-shared: prevent malicious filename from injecting headers
2015-08-14html: remove html_status()
2015-08-13Remove redundant includes
2015-03-09html: avoid using a plain integer as a NULL pointer
2014-01-12html: remove redundant htmlfd variable
2014-01-08Update copyright information
2013-05-22html.c: die when write fails
2013-04-08html.c: add various strbuf and varadic helpers
2013-04-08html.c: Replace strdup() with xstrdup()
2013-04-08Always #include corresponding .h in .c files
2013-03-20html: check return value of write
2013-03-04Mark several functions/variables static
2013-03-04White space around control verbs.
2013-03-04Fix several whitespace errors
2011-07-21Merge branch 'stable'
2011-07-21html.c: avoid out-of-bounds access for url_escape_table
2011-05-30Merge branch 'stable'
2011-05-30Properly escape ampersands inside HTML attributes
2011-05-23Merge branch 'lh/panel'
2011-05-23Fix memory leak in http_parse_querystring().
2011-05-23Fix escaping of paths with spaces
2011-03-06html.c: add html_intoption()
2011-03-05Merge branch 'stable'
2011-03-05do not infloop on a query ending in %XY, for invalid hex X or Y
2010-11-10html.c: use '+' to escape spaces in urls
2010-09-04prefer html_raw() to write()
2010-08-29Merge branch 'stable'
2010-08-29html: fix strcpy bug in convert_query_hexchar
2010-02-09html: properly percent-escape URLs
2010-02-08html: make all strings 'const char *'
2009-01-29html.c: use correct escaping in html attributes
2008-10-05html.c: add html_url_path
2008-10-05html.c: add html_url_arg
2008-08-06Supply status description to html_status()
2008-08-06Implement plain view
2008-08-06Add support for cloning over http
2008-04-29Print an error if filename is not found in html_include.
2008-04-08Merge branch 'lh/cleanup'
2008-04-08Move cgit_parse_query() from parsing.c to html.c as http_parse_querystring()
2008-03-18Introduce html.h
2008-02-23Merge branch 'stable'
2008-02-23Fix segfault
2007-11-11Fix html error detected by test-suite
2007-10-28Add html_option() function
2007-06-04Rename dirlink to gitlink.
2007-05-18Add html_include()