aboutsummaryrefslogtreecommitdiff
path: root/html.c
AgeCommit message (Expand)Author
2016-01-14ui-shared: prevent malicious filename from injecting headersJason A. Donenfeld
2015-08-14html: remove html_status()John Keeping
2015-08-13Remove redundant includesJohn Keeping
2015-03-09html: avoid using a plain integer as a NULL pointerJohn Keeping
2014-01-12html: remove redundant htmlfd variableJohn Keeping
2014-01-08Update copyright informationLukas Fleischer
2013-05-22html.c: die when write failsJohn Keeping
2013-04-08html.c: add various strbuf and varadic helpersJohn Keeping
2013-04-08html.c: Replace strdup() with xstrdup()Lukas Fleischer
2013-04-08Always #include corresponding .h in .c filesJohn Keeping
2013-03-20html: check return value of writeJason A. Donenfeld
2013-03-04Mark several functions/variables staticLukas Fleischer
2013-03-04White space around control verbs.Jason A. Donenfeld
2013-03-04Fix several whitespace errorsLukas Fleischer
2011-07-21Merge branch 'stable'Lars Hjemli
2011-07-21html.c: avoid out-of-bounds access for url_escape_tableEric Wong
2011-05-30Merge branch 'stable'Lars Hjemli
2011-05-30Properly escape ampersands inside HTML attributesLukas Fleischer
2011-05-23Merge branch 'lh/panel'Lars Hjemli
2011-05-23Fix memory leak in http_parse_querystring().Lukas Fleischer
2011-05-23Fix escaping of paths with spacesJonathon Mah
2011-03-06html.c: add html_intoption()Lars Hjemli
2011-03-05Merge branch 'stable'Lars Hjemli
2011-03-05do not infloop on a query ending in %XY, for invalid hex X or YJim Meyering
2010-11-10html.c: use '+' to escape spaces in urlsLars Hjemli
2010-09-04prefer html_raw() to write()Mark Lodato
2010-08-29Merge branch 'stable'Lars Hjemli
2010-08-29html: fix strcpy bug in convert_query_hexcharMark Lodato
2010-02-09html: properly percent-escape URLsMark Lodato
2010-02-08html: make all strings 'const char *'Mark Lodato
2009-01-29html.c: use correct escaping in html attributesLars Hjemli
2008-10-05html.c: add html_url_pathLars Hjemli
2008-10-05html.c: add html_url_argLars Hjemli
2008-08-06Supply status description to html_status()Lars Hjemli
2008-08-06Implement plain viewLars Hjemli
2008-08-06Add support for cloning over httpLars Hjemli
2008-04-29Print an error if filename is not found in html_include.Harley Laue
2008-04-08Merge branch 'lh/cleanup'Lars Hjemli
2008-04-08Move cgit_parse_query() from parsing.c to html.c as http_parse_querystring()Lars Hjemli
2008-03-18Introduce html.hLars Hjemli
2008-02-23Merge branch 'stable'Lars Hjemli
2008-02-23Fix segfaultHiroki Hattori
2007-11-11Fix html error detected by test-suiteLars Hjemli
2007-10-28Add html_option() functionLars Hjemli
2007-06-04Rename dirlink to gitlink.Jeffrey C. Ollie
2007-05-18Add html_include()Lars Hjemli
2007-05-11Add submodule links in tree listingLars Hjemli
2006-12-28Add generic support for search box in page headerLars Hjemli
2006-12-28Test for NULL-pointers in html_txt() and friendsLars Hjemli
2006-12-22Only show first 80 characters of commit subject in log and summaryLars Hjemli