| Commit message (Expand) | Author | Age | Files | Lines |
| * | html: fix handling of null byte |  Peter Prohaska | 2022-12-19 | 1 | -1/+1 |
| * | html: html_ntxt with no ellipsis |  Jeff Smith | 2017-10-03 | 1 | -21/+11 |
| * | Simplify http_parse_querystring() |  Lukas Fleischer | 2016-10-01 | 1 | -56/+10 |
| * | ui-shared: prevent malicious filename from injecting headers |  Jason A. Donenfeld | 2016-01-14 | 1 | -0/+26 |
| * | html: remove html_status() |  John Keeping | 2015-08-14 | 1 | -7/+0 |
| * | Remove redundant includes |  John Keeping | 2015-08-13 | 1 | -6/+0 |
| * | html: avoid using a plain integer as a NULL pointer |  John Keeping | 2015-03-09 | 1 | -22/+32 |
| * | html: remove redundant htmlfd variable |  John Keeping | 2014-01-12 | 1 | -3/+1 |
| * | Update copyright information |  Lukas Fleischer | 2014-01-08 | 1 | -1/+1 |
| * | html.c: die when write fails |  John Keeping | 2013-05-22 | 1 | -1/+1 |
| * | html.c: add various strbuf and varadic helpers |  John Keeping | 2013-04-08 | 1 | -3/+50 |
| * | html.c: Replace strdup() with xstrdup() |  Lukas Fleischer | 2013-04-08 | 1 | -5/+2 |
| * | Always #include corresponding .h in .c files |  John Keeping | 2013-04-08 | 1 | -0/+1 |
| * | html: check return value of write |  Jason A. Donenfeld | 2013-03-20 | 1 | -2/+3 |
| * | Mark several functions/variables static |  Lukas Fleischer | 2013-03-04 | 1 | -3/+3 |
| * | White space around control verbs. |  Jason A. Donenfeld | 2013-03-04 | 1 | -7/+7 |
| * | Fix several whitespace errors |  Lukas Fleischer | 2013-03-04 | 1 | -39/+39 |
| * | Merge branch 'stable' |  Lars Hjemli | 2011-07-21 | 1 | -2/+2 |
| |\ |
|
| | * | html.c: avoid out-of-bounds access for url_escape_table |  Eric Wong | 2011-07-21 | 1 | -2/+2 |
| * | | Merge branch 'stable' |  Lars Hjemli | 2011-05-30 | 1 | -1/+3 |
| |\| |
|
| | * | Properly escape ampersands inside HTML attributes |  Lukas Fleischer | 2011-05-30 | 1 | -1/+3 |
| * | | Merge branch 'lh/panel' |  Lars Hjemli | 2011-05-23 | 1 | -0/+8 |
| |\ \
| |/
|/| |
|
| | * | html.c: add html_intoption() |  Lars Hjemli | 2011-03-06 | 1 | -0/+8 |
| * | | Fix memory leak in http_parse_querystring(). |  Lukas Fleischer | 2011-05-23 | 1 | -2/+3 |
| * | | Fix escaping of paths with spaces |  Jonathon Mah | 2011-05-23 | 1 | -4/+6 |
| |/ |
|
| * | Merge branch 'stable' |  Lars Hjemli | 2011-03-05 | 1 | -1/+1 |
| |\ |
|
| | * | do not infloop on a query ending in %XY, for invalid hex X or Y |  Jim Meyering | 2011-03-05 | 1 | -1/+1 |
| * | | html.c: use '+' to escape spaces in urls |  Lars Hjemli | 2010-11-10 | 1 | -2/+2 |
| * | | prefer html_raw() to write() |  Mark Lodato | 2010-09-04 | 1 | -9/+9 |
| * | | Merge branch 'stable' |  Lars Hjemli | 2010-08-29 | 1 | -4/+5 |
| |\| |
|
| | * | html: fix strcpy bug in convert_query_hexchar |  Mark Lodato | 2010-08-29 | 1 | -4/+5 |
| * | | html: properly percent-escape URLs |  Mark Lodato | 2010-02-09 | 1 | -4/+32 |
| * | | html: make all strings 'const char *' |  Mark Lodato | 2010-02-08 | 1 | -17/+17 |
| |/ |
|
| * | html.c: use correct escaping in html attributes |  Lars Hjemli | 2009-01-29 | 1 | -2/+4 |
| * | html.c: add html_url_path |  Lars Hjemli | 2008-10-05 | 1 | -0/+16 |
| * | html.c: add html_url_arg |  Lars Hjemli | 2008-10-05 | 1 | -0/+16 |
| * | Supply status description to html_status() |  Lars Hjemli | 2008-08-06 | 1 | -2/+2 |
| * | Implement plain view |  Lars Hjemli | 2008-08-06 | 1 | -0/+5 |
| * | Add support for cloning over http |  Lars Hjemli | 2008-08-06 | 1 | -0/+7 |
| * | Print an error if filename is not found in html_include. |  Harley Laue | 2008-04-29 | 1 | -1/+5 |
| * | Merge branch 'lh/cleanup' |  Lars Hjemli | 2008-04-08 | 1 | -19/+76 |
| |\ |
|
| | * | Move cgit_parse_query() from parsing.c to html.c as http_parse_querystring() |  Lars Hjemli | 2008-04-08 | 1 | -0/+64 |
| | * | Introduce html.h |  Lars Hjemli | 2008-03-18 | 1 | -19/+12 |
| * | | Merge branch 'stable' |  Lars Hjemli | 2008-02-23 | 1 | -15/+5 |
| |\ \
| |/
|/| |
|
| | * | Fix segfault |  Hiroki Hattori | 2008-02-23 | 1 | -15/+5 |
| * | | Fix html error detected by test-suite |  Lars Hjemli | 2007-11-11 | 1 | -1/+1 |
| |/ |
|
| * | Add html_option() function |  Lars Hjemli | 2007-10-28 | 1 | -0/+12 |
| * | Rename dirlink to gitlink. |  Jeffrey C. Ollie | 2007-06-04 | 1 | -1/+1 |
| * | Add html_include() |  Lars Hjemli | 2007-05-18 | 1 | -0/+14 |
| * | Add submodule links in tree listing |  Lars Hjemli | 2007-05-11 | 1 | -1/+2 |