]> granicus.if.org Git - cgit/shortlog
cgit
2016-11-23 Jason A. DonenfeldBump version. v1.1
2016-11-23 Christian Hessecss: highlight even table rows and skip empty rows
2016-11-06 Christian Hessegit: update to v2.10.2
2016-10-12 Christian Hesseui-blog: fix oid handling
2016-10-12 Christian Hesseshared: remove unused function strlpart()
2016-10-12 Christian Hesseshared: remove unused function strrpart()
2016-10-12 Christian Hesseui-repolist: fix memory leak
2016-10-12 Lukas FleischerUse skip_prefix() to get rid of magic constants
2016-10-12 John Keepingpatch: reapply path limit
2016-10-07 Christian Hesseui-repolist: fix memory leak
2016-10-04 Christian Hessegit: update to v2.10.1
2016-10-04 Christian Hesseui-tree: replace 'unsigned char sha1[20]' with 'struct...
2016-10-04 Christian Hesseui-tag: replace 'unsigned char sha1[20]' with 'struct...
2016-10-04 Christian Hesseui-snapshot: replace 'unsigned char sha1[20]' with...
2016-10-04 Christian Hesseui-shared: replace 'unsigned char sha1[20]' with 'struc...
2016-10-04 Christian Hesseui-plain: replace 'unsigned char sha1[20]' with 'struct...
2016-10-04 Christian Hesseui-patch: replace 'unsigned char sha1[20]' with 'struct...
2016-10-04 Christian Hesseui-log: replace get_sha1() with get_oid()
2016-10-04 Christian Hesseui-commit: replace 'unsigned char sha1[20]' with 'struc...
2016-10-04 Christian Hesseui-blob: replace 'unsigned char sha1[20]' with 'struct...
2016-10-04 Christian Hessecgit: replace 'unsigned char sha1[20]' with 'struct...
2016-10-01 Jason A. DonenfeldMakefile: remove extra space
2016-10-01 Lukas FleischerSimplify http_parse_querystring()
2016-10-01 John Keepingui-tree: remove a fixed size buffer
2016-10-01 John Keepingui-tag: clean up taginfo
2016-10-01 John Keepingshared: make cgit_free_taginfo() public
2016-10-01 John Keepingshared: remove return value from cgit_free_commitinfo()
2016-10-01 John Keepingtree: allow skipping through single-child trees
2016-10-01 John Keepingui-ssdiff: fix decl-after-statement warnings
2016-10-01 John Keepingui-shared: fix decl-after-statement warnings
2016-10-01 John Keepingconfigfile: fix EOF handling
2016-09-04 Christian Hessegit: update to v2.10.0
2016-07-11 Richard MawFix qry.head leak on error
2016-07-11 Christian Hessegit: update to v2.9.1
2016-07-06 Peter ColbergLink with -ldl on GNU/kFreeBSD
2016-07-06 Peter ColbergFix spelling in man page
2016-07-06 Eric Wongui-shared: fix segfault when defbranch is NULL
2016-07-05 Christian Hessecss: consistent use of empty lines
2016-07-05 Christian Hesseui-log: color line changes
2016-07-05 Lukas FleischerAvoid ambiguities when prettifying snapshot names
2016-06-17 Christian Hessegit: update to v2.9.0
2016-06-17 Kylie McClaincgit.mk: Use $PKG_CONFIG
2016-06-17 Jason A. Donenfeldmd2html: use utf-8 and flush output buffer
2016-06-07 Jason A. DonenfeldHosted on HTTPS now
2016-06-07 Jason A. DonenfeldBump version. v1.0
2016-05-20 Christian Hessegit: update to v2.8.3
2016-05-12 Jason A. Donenfeldui-diff: action='.' is not correct
2016-05-12 Jason A. Donenfeldforms: action should not be empty
2016-05-12 Juuso Lapinlampiui-shared: Remove a name attribute with an empty value
2016-05-12 Juuso Lapinlampiui-shared: HTML-ize DOCTYPE and <html>
2016-05-12 Juuso Lapinlampiui-shared: Simplify cgit_print_error_page() logic
2016-05-12 Christian Hessegit: update to v2.8.2
2016-05-12 Tim Nordellui-log: Simplify decoration code
2016-05-12 Tim Nordellui-log: Do not always emit decoration span
2016-03-08 Matt CombenRenamed repo-specific configuration for enable-html...
2016-02-26 Jason A. Donenfeldui-shared: redirect should not exit early for cache
2016-02-26 Jason A. Donenfeldabout: path_info might not be valid
2016-02-23 Jason A. Donenfeldtabs: do not use target=_blank
2016-02-23 Jason A. Donenfeldcss: fix indentation
2016-02-23 Christian Hessecss: use less blurry icon for external link
2016-02-23 Jason A. Donenfeldmd2html: Do syntax highlighting too
2016-02-23 Christian Hessegit: update to v2.7.2
2016-02-22 Joe Anakataui-plain: fix to show a repo's root directory listing...
2016-02-22 Jason A. Donenfeldcmd: redirect empty about/ to homepage or summary
2016-02-22 Jason A. Donenfeldui-shared: add homepage to tabs
2016-02-08 John Keepingui-atom: avoid DATE_STRFTIME
2016-02-08 John KeepingAvoid DATE_STRFTIME for long/short dates
2016-02-08 John Keepingui-stats: cast pointer before checking for zero
2016-02-08 Jason A. Donenfeldui-stats: if we're going to abuse void*, do it safely
2016-02-08 Christian Hessegit: update to v2.7.1
2016-02-08 John Keepingui-shared: remove cgit_print_date()
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
next