about summary refs log tree commit
DateCommit message (Expand)
2017-01-22syntax-highlighting: replace invalid unicode with ?
2016-11-30git: update to v2.11.0
2016-11-25Link with -ldl on GNU Hurd
2016-11-24git: update to v2.10.2 again
2016-11-23Bump version.
2016-11-23css: highlight even table rows and skip empty rows
2016-11-06git: update to v2.10.2
2016-10-12ui-blog: fix oid handling
2016-10-12shared: remove unused function strlpart()
2016-10-12shared: remove unused function strrpart()
2016-10-12ui-repolist: fix memory leak
2016-10-12Use skip_prefix() to get rid of magic constants
2016-10-12patch: reapply path limit
2016-10-07ui-repolist: fix memory leak
2016-10-04git: update to v2.10.1
2016-10-04ui-tree: replace 'unsigned char sha1[20]' with 'struct object_id oid'
2016-10-04ui-tag: replace 'unsigned char sha1[20]' with 'struct object_id oid'
2016-10-04ui-snapshot: replace 'unsigned char sha1[20]' with 'struct object_id oid'
2016-10-04ui-shared: replace 'unsigned char sha1[20]' with 'struct object_id oid'
2016-10-04ui-plain: replace 'unsigned char sha1[20]' with 'struct object_id oid'
2016-10-04ui-patch: replace 'unsigned char sha1[20]' with 'struct object_id oid'
2016-10-04ui-log: replace get_sha1() with get_oid()
2016-10-04ui-commit: replace 'unsigned char sha1[20]' with 'struct object_id oid'
2016-10-04ui-blob: replace 'unsigned char sha1[20]' with 'struct object_id oid'
2016-10-04cgit: replace 'unsigned char sha1[20]' with 'struct object_id oid'
2016-10-01Makefile: remove extra space
2016-10-01Simplify http_parse_querystring()
2016-10-01ui-tree: remove a fixed size buffer
2016-10-01ui-tag: clean up taginfo
2016-10-01shared: make cgit_free_taginfo() public
2016-10-01shared: remove return value from cgit_free_commitinfo()
2016-10-01tree: allow skipping through single-child trees
2016-10-01ui-ssdiff: fix decl-after-statement warnings
2016-10-01ui-shared: fix decl-after-statement warnings
2016-10-01configfile: fix EOF handling
2016-09-04git: update to v2.10.0
2016-07-12Fix qry.head leak on error
2016-07-12git: update to v2.9.1
2016-07-06Link with -ldl on GNU/kFreeBSD
2016-07-06Fix spelling in man page
2016-07-06ui-shared: fix segfault when defbranch is NULL
2016-07-05css: consistent use of empty lines
2016-07-05ui-log: color line changes
2016-07-05Avoid ambiguities when prettifying snapshot names
2016-06-17git: update to v2.9.0
2016-06-17cgit.mk: Use $PKG_CONFIG
2016-06-17md2html: use utf-8 and flush output buffer
2016-06-07Hosted on HTTPS now
2016-06-07Bump version.
2016-05-20git: update to v2.8.3