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