Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.zx2c4.com/cgit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/html.c
AgeCommit message (Expand)Author
2022-12-19html: fix handling of null bytePeter Prohaska
2017-10-03html: html_ntxt with no ellipsisJeff Smith
2016-10-01Simplify http_parse_querystring()Lukas Fleischer
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-21html: check return value of writeJason A. Donenfeld
2013-03-05Mark 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-31Merge branch 'stable'Lars Hjemli
2011-05-31Properly escape ampersands inside HTML attributesLukas Fleischer
2011-05-24Merge branch 'lh/panel'Lars Hjemli
2011-05-24Fix memory leak in http_parse_querystring().Lukas Fleischer
2011-05-24Fix escaping of paths with spacesJonathon Mah
2011-03-07html.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-09html: make all strings 'const char *'Mark Lodato
2009-01-30html.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-07Supply 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-19Add html_include()Lars Hjemli
2007-05-11Add submodule links in tree listingLars Hjemli