about summary refs log tree commit
path: root/ui-blob.c
DateCommit message (Expand)
2018-10-12git: update to v2.19.1
2018-06-27git: update to v2.18.0
2017-08-10git: update to v2.14
2017-08-10git: update to v2.13.4
2016-10-12ui-blog: fix oid handling
2016-10-04ui-blob: replace 'unsigned char sha1[20]' with 'struct object_id oid'
2016-01-14ui-blob: set CSP just in case
2016-01-14ui-blob: always use generic mimetypes
2016-01-14ui-blob: Do not accept mimetype from user
2015-10-10ui-blob: fix resource leak: free before return
2015-10-10ui-blob: fix resource leak: free before return
2015-10-09ui-blob: remove useless null check
2015-08-14blob: use cgit_print_error_page() to add HTTP headers
2015-03-09Avoid signed bitfields
2015-02-08git: update for v2.3.0
2014-04-17remove trailing whitespaces from source files
2014-01-17Switch to exclusively using global ctx
2014-01-08Update copyright information
2013-05-26readme: use string_list instead of space deliminations
2013-05-25readme: Accept multiple candidates and test them.
2013-04-08Convert cgit_print_error to a variadic function
2013-04-08Always #include corresponding .h in .c files
2013-04-07ui-blob: don't segfault when no path is given
2013-03-04ui-blob.c: Use a context structure in walk_tree()
2013-03-04White space around control verbs.
2013-03-04Fix several whitespace errors
2013-03-02Update git to v1.7.6.5
2010-09-04prefer html_raw() to write()
2010-08-20Support refspecs in about-filter.
2009-12-12Fix segfault on ppc when browsing tree
2009-07-25ui-blob: return 'application/octet-stream' for binary blobs
2008-07-21Adjust to new calling convention for read_tree_recursive()
2008-06-24allow specification of directly linked blobs mimetypes
2008-06-24allow blob extract blobs by head/path combination
2008-04-08Don't specify mimetype in ui-blob.c
2008-03-24Add ui-shared.h
2008-03-24Remove obsolete cacheitem parameter to ui-functions
2008-03-24Add struct cgit_page to cgit_context
2008-03-18Introduce html.h
2007-05-09Add support for downloading single blobs