aboutsummaryrefslogtreecommitdiffstats
path: root/ui-blob.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-10ui-blob: fix resource leak: free before returnChristian Hesse1-0/+1
2015-10-10ui-blob: fix resource leak: free before returnChristian Hesse1-0/+1
2015-10-09ui-blob: remove useless null checkJohn Keeping1-1/+1
2015-08-14blob: use cgit_print_error_page() to add HTTP headersJohn Keeping1-4/+8
2015-03-09Avoid signed bitfieldsJohn Keeping1-2/+2
2015-02-08git: update for v2.3.0Christian Hesse1-4/+4
2014-04-17remove trailing whitespaces from source filesChristian Hesse1-1/+1
2014-01-17Switch to exclusively using global ctxLukas Fleischer1-1/+1
2014-01-08Update copyright informationLukas Fleischer1-2/+1
2013-05-26readme: use string_list instead of space deliminationsJason A. Donenfeld1-27/+34
2013-05-25readme: Accept multiple candidates and test them.Jason A. Donenfeld1-1/+27
2013-04-08Convert cgit_print_error to a variadic functionJohn Keeping1-4/+4
2013-04-08Always #include corresponding .h in .c filesJohn Keeping1-0/+1
2013-04-07ui-blob: don't segfault when no path is givenJohn Keeping1-1/+1
2013-03-04ui-blob.c: Use a context structure in walk_tree()Lukas Fleischer1-16/+26
2013-03-04White space around control verbs.Jason A. Donenfeld1-4/+4
2013-03-04Fix several whitespace errorsLukas Fleischer1-5/+5
2013-03-02Update git to v1.7.6.5John Keeping1-4/+18
2010-09-04prefer html_raw() to write()Mark Lodato1-2/+2
2010-08-20Support refspecs in about-filter.Jason A. Donenfeld1-1/+34
2009-12-12Fix segfault on ppc when browsing treeMartins Polakovs1-1/+1
2009-07-25ui-blob: return 'application/octet-stream' for binary blobsLars Hjemli1-1/+7
2008-07-21Adjust to new calling convention for read_tree_recursive()Lars Hjemli1-2/+3
2008-06-24allow specification of directly linked blobs mimetypesMichael Krelin1-1/+1
2008-06-24allow blob extract blobs by head/path combinationMichael Krelin1-4/+33
2008-04-08Don't specify mimetype in ui-blob.cLars Hjemli1-1/+1
2008-03-24Add ui-shared.hLars Hjemli1-0/+1
2008-03-24Remove obsolete cacheitem parameter to ui-functionsLars Hjemli1-1/+1
2008-03-24Add struct cgit_page to cgit_contextLars Hjemli1-1/+3
2008-03-18Introduce html.hLars Hjemli1-0/+9
2007-05-09Add support for downloading single blobsLars Hjemli1-0/+31