]> granicus.if.org Git - cgit/shortlog
cgit
2016-02-08 John Keepingui-atom: use show_date directly for atom dates
2016-02-08 John Keepingui-shared: use show_date for footer timestamp
2016-02-08 John Keepingui: show ages in the originator's timezone
2016-02-08 John Keepingui-{commit,tag}: show dates in originator's timezone
2016-02-08 John Keepingui-shared: add cgit_date_mode()
2016-02-08 John Keepingparsing: add timezone to ident structures
2016-02-08 John Keepingui-shared: remove "format" from cgit_print_age()
2016-01-18 Jason A. Donenfeldui-tree: put reverse path in title
2016-01-18 Jason A. Donenfeldsyntax-highlighting: always use utf-8 to avoid ascii...
2016-01-17 John Keepingcache: don't check for match with no key
2016-01-17 John Keepingcache: use size_t for string lengths
2016-01-17 John Keepingui-log: handle parse_commit() errors
2016-01-14 Jason A. DonenfeldBump version v0.12
2016-01-14 Jason A. Donenfeldui-plain: add enable-html-serving flag
2016-01-14 Jason A. Donenfeldui-blob: set CSP just in case
2016-01-14 Jason A. Donenfeldui-blob: always use generic mimetypes
2016-01-14 Jason A. Donenfeldui-blob: Do not accept mimetype from user
2016-01-14 Jason A. Donenfeldui-shared: prevent malicious filename from injecting...
2016-01-14 Jason A. Donenfeldui-shared: Avoid new line injection into redirect header
2016-01-14 Peter ColbergFix missing prototype declarations
2016-01-13 Peter Colbergui-repolist: return HTTP 404 if no repositories found
2016-01-13 Peter Colbergui-repolist: extract repo visibility criteria to separa...
2016-01-13 Lukas FleischerFix segmentation fault in hc()
2016-01-13 Christian Hessegit: update to v2.7.0
2016-01-13 Christian Hesseui-repolist: initialize char *buf to NULL
2015-11-24 Jason A. Donenfeldfilter: avoid integer overflow in authenticate_post
2015-11-12 Jason A. Donenfeldabout-formatting.sh: comment text out of date
2015-10-12 Christian Hessefilters: port syntax-highlighting.py to python 3.x
2015-10-12 Jason A. Donenfeldmd2html: the default of stdin works fine
2015-10-12 Jason A. Donenfeldfilters: misc cleanups
2015-10-12 Jason A. Donenfeldmd2html: use pure python
2015-10-10 Christian Hessecache: fix resource leak: close file handle before...
2015-10-10 Christian Hesseui-atom: fix resource leak: free allocation from cgit_p...
2015-10-10 Christian Hesseui-atom: fix resource leak: free before return
2015-10-10 Christian Hesseui-atom: fix resource leak: free allocation from cgit_r...
2015-10-10 Christian Hesseui-blob: fix resource leak: free before return
2015-10-10 Christian Hesseui-blob: fix resource leak: free before return
2015-10-09 Christian Hesseui-plain: fix resource leak: free before assigning...
2015-10-09 Christian Hesseui-plain: fix resource leak: free before return
2015-10-09 Christian Hesseui-repolist: fix resource leak: free allocation from...
2015-10-09 Christian Hesseui-repolist: fix resource leak: free before return
2015-10-09 Jason A. Donenfeldfilters: Simplify converters
2015-10-09 Christian Hesseui-shared: fix resource leak: free allocation from...
2015-10-09 Christian Hesseui-shared: return value of cgit_hosturl is not const
2015-10-09 Christian Hessecmd: fix resource leak: free allocation from cgit_curre...
2015-10-09 Christian Hesseui-shared: fix resource leak: free allocation from...
2015-10-09 Christian Hesseui-shared: return value of cgit_currenturl is not const
2015-10-09 Christian Hesseui-shared: fix resource leak: free allocation from...
2015-10-09 Christian Hesseui-ssdiff: fix resource leak: free allocation from...
2015-10-09 Christian Hesseui-tree: fix resource leak: free before return
2015-10-09 Jason A. DonenfeldAvoid use of non-reentrant functions
2015-10-09 John KeepingMakefile: fix MAKEFLAGS tests with multiple flags
2015-10-09 John Keepingui-refs: remove useless null check
2015-10-09 John Keepingui-blob: remove useless null check
2015-10-09 John Keepingscan-tree: remove useless strdup()
2015-10-09 John Keepingcgit.c: remove useless null check
2015-10-06 Christian Hessegit: update to v2.6.1
2015-08-17 Jason A. Donenfeldmime: rewrite detection function
2015-08-17 Christian Hesseui-summary: send images plain for about page
2015-08-17 Christian Hesserefactor get_mimetype_from_file() to get_mimetype_for_f...
2015-08-17 Christian Hessemove get_mimetype_from_file() to shared
2015-08-14 John Keepingcmd: fix command definition
2015-08-14 Jason A. Donenfeldcmd: no need for pre function hook now
2015-08-14 John Keepingui-shared: cache errors for "dynamic TTL"
2015-08-14 John Keepingcmd: remove "want_layout" field
2015-08-14 John Keepingtree: move layout into page function
2015-08-14 John Keepingtag: move layout into page function
2015-08-14 John Keepingsummary: move layout into page function
2015-08-14 John Keepingstats: move layout into page function
2015-08-14 John Keepingrefs: move layout to page function
2015-08-14 John Keepinglog: move layout into page function
2015-08-14 John Keepingdiff: move layout to page function
2015-08-14 John Keepingcommit: move layout into page function
2015-08-14 John Keepingabout: move layout into page functions
2015-08-14 John Keepingui-shared: add cgit_print_layout_{start,end}()
2015-08-14 John Keepinghtml: remove html_status()
2015-08-14 John Keepingsnapshot: don't reimplement cgit_print_error_page()
2015-08-14 John Keepingsnapshot: use cgit_print_error_page() for HTTP status...
2015-08-14 John Keepingpatch: use cgit_print_error_page() for HTTP status...
2015-08-14 John Keepingblob: use cgit_print_error_page() to add HTTP headers
2015-08-14 John Keepingsnapshot: use cgit_print_error_page() instead of html_s...
2015-08-14 John Keepingplain: use cgit_print_error_page() instead of html_status()
2015-08-14 John Keepingclone: use cgit_print_error_page() instead of html_status()
2015-08-14 John Keepingcgit: use cgit_print_error_page() where appropriate
2015-08-14 John Keepingui-shared: add cgit_print_error_page() function
2015-08-14 Christian Hesseui-patch: make sure to send http headers
2015-08-13 John KeepingMakefile: make "git/config.mak.uname" inclusion optional
2015-08-13 John Keepingui-shared: show full date in tooltip if longer ago...
2015-08-13 John Keepingui-shared: use common function in print_rel_date()
2015-08-13 John Keepingui-shared: extract date formatting to a function
2015-08-13 John Keepingfilter: don't use dlsym unnecessarily
2015-08-13 John Keepingui-tree: use "sane" isgraph()
2015-08-13 John Keepingcgit.h: move stdbool.h from ui-shared.h
2015-08-13 John Keepingcache.c: fix header order
2015-08-13 John Keepingconfigfile.c: don't include system headers directly
2015-08-13 John KeepingRemove redundant includes
2015-08-13 John KeepingMakefile: include Git's config.mak.uname
2015-08-13 John Keepingtests: allow shell to be overridden
2015-08-13 Jason A. Donenfeldredirect: cleanliness
2015-08-13 Jason A. Donenfeldredirect: be more careful for different cgi setups
next