summaryrefslogtreecommitdiff
path: root/html.c
AgeCommit message (Expand)Author
2011-07-21html.c: avoid out-of-bounds access for url_escape_tableEric Wong
2011-05-30Properly escape ampersands inside HTML attributesLukas Fleischer
2011-05-23Fix memory leak in http_parse_querystring().Lukas Fleischer
2011-05-23Fix escaping of paths with spacesJonathon Mah
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-09html.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-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-21Only show first 80 characters of commit subject in log and summaryLars Hjemli
2006-12-17Show list of modified files in ui-commit.cLars Hjemli
2006-12-10Add license file and copyright noticesLars Hjemli
2006-12-10Add caching infrastructureLars Hjemli
2006-12-09Import cgit prototype from git treeLars Hjemli