aboutsummaryrefslogtreecommitdiff
path: root/ui-plain.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-08git: update to v2.32.0Christian Hesse1-4/+3
2020-10-20global: replace references to 'sha1' with 'oid'Christian Hesse1-3/+3
2020-03-13global: use proper accessors for maybe_treeJason A. Donenfeld1-3/+4
2019-06-05git: update to v2.21.0Christian Hesse1-1/+2
2018-10-12git: update to v2.19.1Christian Hesse1-1/+1
2018-06-27git: update to v2.18.0Christian Hesse1-14/+14
2017-08-10ui-plain: print symlink contentJohn Keeping1-1/+1
2017-08-10git: update to v2.14Jeff Smith1-1/+1
2016-10-04ui-plain: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse1-3/+3
2016-02-22ui-plain: fix to show a repo's root directory listing in plain viewJoe Anakata1-1/+1
2016-01-14ui-plain: add enable-html-serving flagJason A. Donenfeld1-0/+10
2016-01-13git: update to v2.7.0Christian Hesse1-1/+1
2015-10-09ui-plain: fix resource leak: free before assigning NULLChristian Hesse1-1/+3
2015-10-09ui-plain: fix resource leak: free before returnChristian Hesse1-0/+1
2015-08-17refactor get_mimetype_from_file() to get_mimetype_for_filename()Christian Hesse1-22/+6
2015-08-17move get_mimetype_from_file() to sharedChristian Hesse1-40/+0
2015-08-14plain: use cgit_print_error_page() instead of html_status()John Keeping1-5/+5
2015-08-13Remove redundant includesJohn Keeping1-1/+0
2015-02-08git: update for v2.3.0Christian Hesse1-7/+6
2014-01-17Switch to exclusively using global ctxLukas Fleischer1-7/+7
2014-01-08Update copyright informationLukas Fleischer1-1/+1
2014-01-08plain: don't append charset for binary MIME typesJohn Keeping1-3/+8
2013-04-08use struct strbuf instead of static buffersJohn Keeping1-2/+4
2013-04-08Remove redundant calls to fmt("%s", ...)John Keeping1-1/+1
2013-04-08Mark char* fields in struct cgit_page as constJohn Keeping1-1/+2
2013-04-08Always #include corresponding .h in .c filesJohn Keeping1-0/+1
2013-03-04ui-plain.c: Use a context structure in walk_tree()Lukas Fleischer1-13/+20
2013-03-04ui-plain.c: Do not access match variable in print_*()Lukas Fleischer1-12/+14
2013-03-02Update git to v1.7.6.5John Keeping1-5/+12
2012-03-18Merge branch 'fh/mimetypes'Lars Hjemli1-1/+51
2011-07-19ui_plain: automatically lookup mimetype when mimetype-file is setFerry Huberts1-1/+51
2011-06-15ui-plain.c: add support for path-selected submodule linksLars Hjemli1-3/+6
2011-06-12ui-plain.c: fix html and links generated by print_dir() and print_dir_entry()Lars Hjemli1-19/+46
2010-08-22Use GIT-1.7.2.2Lars Hjemli1-1/+1
2010-01-31ui-plain: print directory listingsMark Lodato1-1/+47
2010-01-31ui-plain: more efficient walk_tree()Mark Lodato1-6/+14
2010-01-30ui-plain: remove unused curr_rev variableMark Lodato1-2/+0
2009-12-12Fix segfault on ppc when browsing treeMartins Polakovs1-1/+1
2009-09-06Merge branch 'stable'Lars Hjemli1-1/+2
2009-09-06ui-plain.c: only return the blob with the specified pathLars Hjemli1-1/+2
2009-07-25Add support for mime type registration and lookupLars Hjemli1-5/+15
2009-07-25Merge branch 'plain-etag'Lars Hjemli1-0/+1
2009-07-25ui-plain: Return 'application/octet-stream' for binary files.Remko Tronçon1-1/+4
2009-02-19Add support for ETag in 'plain' viewLars Hjemli1-0/+1
2008-11-06Fix some warnings to allow -WerrorRamsay Jones1-1/+1
2008-09-02ui-plain: handle subdirectoriesLars Hjemli1-4/+1
2008-08-06Supply status description to html_status()Lars Hjemli1-5/+5
2008-08-06Implement plain viewLars Hjemli1-0/+82