about summary refs log tree commit
path: root/ui-plain.c
DateCommit message (Expand)
2018-10-12git: update to v2.19.1
2018-06-27git: update to v2.18.0
2017-08-10ui-plain: print symlink content
2017-08-10git: update to v2.14
2016-10-04ui-plain: replace 'unsigned char sha1[20]' with 'struct object_id oid'
2016-02-22ui-plain: fix to show a repo's root directory listing in plain view
2016-01-14ui-plain: add enable-html-serving flag
2016-01-13git: update to v2.7.0
2015-10-09ui-plain: fix resource leak: free before assigning NULL
2015-10-09ui-plain: fix resource leak: free before return
2015-08-17refactor get_mimetype_from_file() to get_mimetype_for_filename()
2015-08-17move get_mimetype_from_file() to shared
2015-08-14plain: use cgit_print_error_page() instead of html_status()
2015-08-13Remove redundant includes
2015-02-08git: update for v2.3.0
2014-01-17Switch to exclusively using global ctx
2014-01-08Update copyright information
2014-01-08plain: don't append charset for binary MIME types
2013-04-08use struct strbuf instead of static buffers
2013-04-08Remove redundant calls to fmt("%s", ...)
2013-04-08Mark char* fields in struct cgit_page as const
2013-04-08Always #include corresponding .h in .c files
2013-03-04ui-plain.c: Use a context structure in walk_tree()
2013-03-04ui-plain.c: Do not access match variable in print_*()
2013-03-02Update git to v1.7.6.5
2012-03-18Merge branch 'fh/mimetypes'
2011-07-19ui_plain: automatically lookup mimetype when mimetype-file is set
2011-06-15ui-plain.c: add support for path-selected submodule links
2011-06-12ui-plain.c: fix html and links generated by print_dir() and print_dir_entry()
2010-08-22Use GIT-1.7.2.2
2010-01-31ui-plain: print directory listings
2010-01-31ui-plain: more efficient walk_tree()
2010-01-30ui-plain: remove unused curr_rev variable
2009-12-12Fix segfault on ppc when browsing tree
2009-09-06Merge branch 'stable'
2009-09-06ui-plain.c: only return the blob with the specified path
2009-07-25Add support for mime type registration and lookup
2009-07-25Merge branch 'plain-etag'
2009-07-25ui-plain: Return 'application/octet-stream' for binary files.
2009-02-19Add support for ETag in 'plain' view
2008-11-06Fix some warnings to allow -Werror
2008-09-02ui-plain: handle subdirectories
2008-08-06Supply status description to html_status()
2008-08-06Implement plain view