aboutsummaryrefslogtreecommitdiffstats
path: root/ui-blob.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ui-blob: set CSP just in caseJason A. Donenfeld2016-01-141-0/+3
* ui-blob: always use generic mimetypesJason A. Donenfeld2016-01-141-6/+4
* ui-blob: Do not accept mimetype from userJason A. Donenfeld2016-01-141-1/+0
* ui-blob: fix resource leak: free before returnChristian Hesse2015-10-101-0/+1
* ui-blob: fix resource leak: free before returnChristian Hesse2015-10-101-0/+1
* ui-blob: remove useless null checkJohn Keeping2015-10-091-1/+1
* blob: use cgit_print_error_page() to add HTTP headersJohn Keeping2015-08-141-4/+8
* Avoid signed bitfieldsJohn Keeping2015-03-091-2/+2
* git: update for v2.3.0Christian Hesse2015-02-081-4/+4
* remove trailing whitespaces from source filesChristian Hesse2014-04-171-1/+1
* Switch to exclusively using global ctxLukas Fleischer2014-01-171-1/+1
* Update copyright informationLukas Fleischer2014-01-081-2/+1
* readme: use string_list instead of space deliminationsJason A. Donenfeld2013-05-261-27/+34
* readme: Accept multiple candidates and test them.Jason A. Donenfeld2013-05-251-1/+27
* Convert cgit_print_error to a variadic functionJohn Keeping2013-04-081-4/+4
* Always #include corresponding .h in .c filesJohn Keeping2013-04-081-0/+1
* ui-blob: don't segfault when no path is givenJohn Keeping2013-04-071-1/+1
* ui-blob.c: Use a context structure in walk_tree()Lukas Fleischer2013-03-041-16/+26
* White space around control verbs.Jason A. Donenfeld2013-03-041-4/+4
* Fix several whitespace errorsLukas Fleischer2013-03-041-5/+5
* Update git to v1.7.6.5John Keeping2013-03-021-4/+18
* prefer html_raw() to write()Mark Lodato2010-09-041-2/+2
* Support refspecs in about-filter.Jason A. Donenfeld2010-08-201-1/+34
* Fix segfault on ppc when browsing treeMartins Polakovs2009-12-121-1/+1
* ui-blob: return 'application/octet-stream' for binary blobsLars Hjemli2009-07-251-1/+7
* Adjust to new calling convention for read_tree_recursive()Lars Hjemli2008-07-211-2/+3
* allow specification of directly linked blobs mimetypesMichael Krelin2008-06-241-1/+1
* allow blob extract blobs by head/path combinationMichael Krelin2008-06-241-4/+33
* Don't specify mimetype in ui-blob.cLars Hjemli2008-04-081-1/+1
* Add ui-shared.hLars Hjemli2008-03-241-0/+1
* Remove obsolete cacheitem parameter to ui-functionsLars Hjemli2008-03-241-1/+1
* Add struct cgit_page to cgit_contextLars Hjemli2008-03-241-1/+3
* Introduce html.hLars Hjemli2008-03-181-0/+9
* Add support for downloading single blobsLars Hjemli2007-05-091-0/+31