aboutsummaryrefslogtreecommitdiffstats
path: root/html.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-20html: check return value of writeJason A. Donenfeld1-2/+3
2013-03-05Mark several functions/variables staticLukas Fleischer1-3/+3
2013-03-04White space around control verbs.Jason A. Donenfeld1-7/+7
2013-03-04Fix several whitespace errorsLukas Fleischer1-39/+39
2011-07-21Merge branch 'stable'Lars Hjemli1-2/+2
2011-07-21html.c: avoid out-of-bounds access for url_escape_tableEric Wong1-2/+2
2011-05-30Merge branch 'stable'Lars Hjemli1-1/+3
2011-05-30Properly escape ampersands inside HTML attributesLukas Fleischer1-1/+3
2011-05-23Merge branch 'lh/panel'Lars Hjemli1-0/+8
2011-05-23Fix memory leak in http_parse_querystring().Lukas Fleischer1-2/+3
2011-05-23Fix escaping of paths with spacesJonathon Mah1-4/+6
2011-03-06html.c: add html_intoption()Lars Hjemli1-0/+8
2011-03-05Merge branch 'stable'Lars Hjemli1-1/+1
2011-03-05do not infloop on a query ending in %XY, for invalid hex X or YJim Meyering1-1/+1
2010-11-10html.c: use '+' to escape spaces in urlsLars Hjemli1-2/+2
2010-09-04prefer html_raw() to write()Mark Lodato1-9/+9
2010-08-29Merge branch 'stable'Lars Hjemli1-4/+5
2010-08-29html: fix strcpy bug in convert_query_hexcharMark Lodato1-4/+5
2010-02-09html: properly percent-escape URLsMark Lodato1-4/+32
2010-02-09html: make all strings 'const char *'Mark Lodato1-17/+17
2009-01-29html.c: use correct escaping in html attributesLars Hjemli1-2/+4
2008-10-05html.c: add html_url_pathLars Hjemli1-0/+16
2008-10-05html.c: add html_url_argLars Hjemli1-0/+16
2008-08-06Supply status description to html_status()Lars Hjemli1-2/+2
2008-08-06Implement plain viewLars Hjemli1-0/+5
2008-08-06Add support for cloning over httpLars Hjemli1-0/+7
2008-04-29Print an error if filename is not found in html_include.Harley Laue1-1/+5
2008-04-08Merge branch 'lh/cleanup'Lars Hjemli1-19/+76
2008-04-08Move cgit_parse_query() from parsing.c to html.c as http_parse_querystring()Lars Hjemli1-0/+64
2008-03-18Introduce html.hLars Hjemli1-19/+12
2008-02-23Merge branch 'stable'Lars Hjemli1-15/+5
2008-02-23Fix segfaultHiroki Hattori1-15/+5
2007-11-11Fix html error detected by test-suiteLars Hjemli1-1/+1
2007-10-28Add html_option() functionLars Hjemli1-0/+12
2007-06-04Rename dirlink to gitlink.Jeffrey C. Ollie1-1/+1
2007-05-18Add html_include()Lars Hjemli1-0/+14
2007-05-11Add submodule links in tree listingLars Hjemli1-1/+2
2006-12-28Add generic support for search box in page headerLars Hjemli1-0/+10
2006-12-28Test for NULL-pointers in html_txt() and friendsLars Hjemli1-4/+3
2006-12-22Only show first 80 characters of commit subject in log and summaryLars Hjemli1-0/+28
2006-12-17Show list of modified files in ui-commit.cLars Hjemli1-0/+20
2006-12-10Add license file and copyright noticesLars Hjemli1-0/+8
2006-12-10Add caching infrastructureLars Hjemli1-2/+4
2006-12-09Import cgit prototype from git treeLars Hjemli1-0/+100