Age | Commit message (Expand) | Author | Files | Lines |
2017-08-10 | parsing: clear query path before starting | John Keeping | 1 | -1/+1 |
2017-08-10 | ui-shared: don't print path crumbs without a repo | John Keeping | 1 | -1/+1 |
2017-08-10 | ui-atom: properly escape delimiter in page link | John Keeping | 1 | -1/+1 |
2017-08-10 | git: update to v2.14 | Jeff Smith | 14 | -42/+43 |
2017-08-10 | git: update to v2.13.4 | Christian Hesse | 4 | -5/+10 |
2017-07-27 | Update .mailmap with my new email address | Lukas Fleischer | 1 | -2/+2 |
2017-04-05 | Remove unused variable from sort_section() | Lukas Fleischer | 1 | -1/+0 |
2017-03-30 | ui-repolist: properly sort by age | Jason A. Donenfeld | 1 | -21/+17 |
2017-01-23 | ui-patch: fix crash when using path limit | Lukas Fleischer | 1 | -4/+3 |
2017-01-22 | syntax-highlighting: replace invalid unicode with ? | Jason A. Donenfeld | 1 | -2/+2 |
2016-11-30 | git: update to v2.11.0 | Christian Hesse | 3 | -2/+2 |
2016-11-25 | Link with -ldl on GNU Hurd | Peter Colberg | 1 | -1/+1 |
2016-11-24 | git: update to v2.10.2 again | John Keeping | 1 | -0/+0 |
2016-11-23 | Bump version.v1.1 | Jason A. Donenfeld | 2 | -1/+1 |
2016-11-23 | css: highlight even table rows and skip empty rows | Christian Hesse | 3 | -3/+24 |
2016-11-06 | git: update to v2.10.2 | Christian Hesse | 2 | -1/+1 |
2016-10-12 | ui-blog: fix oid handling | Christian Hesse | 1 | -5/+5 |
2016-10-12 | shared: remove unused function strlpart() | Christian Hesse | 2 | -17/+0 |
2016-10-12 | shared: remove unused function strrpart() | Christian Hesse | 2 | -16/+0 |
2016-10-12 | ui-repolist: fix memory leak | Christian Hesse | 1 | -1/+3 |
2016-10-12 | Use skip_prefix() to get rid of magic constants | Lukas Fleischer | 2 | -28/+34 |
2016-10-12 | patch: reapply path limit | John Keeping | 1 | -2/+8 |
2016-10-07 | ui-repolist: fix memory leak | Christian Hesse | 1 | -1/+4 |
2016-10-04 | git: update to v2.10.1 | Christian Hesse | 2 | -1/+1 |
2016-10-04 | ui-tree: replace 'unsigned char sha1[20]' with 'struct object_id oid' | Christian Hesse | 1 | -3/+3 |
2016-10-04 | ui-tag: replace 'unsigned char sha1[20]' with 'struct object_id oid' | Christian Hesse | 1 | -6/+6 |
2016-10-04 | ui-snapshot: replace 'unsigned char sha1[20]' with 'struct object_id oid' | Christian Hesse | 1 | -9/+9 |
2016-10-04 | ui-shared: replace 'unsigned char sha1[20]' with 'struct object_id oid' | Christian Hesse | 1 | -5/+5 |
2016-10-04 | ui-plain: replace 'unsigned char sha1[20]' with 'struct object_id oid' | Christian Hesse | 1 | -3/+3 |
2016-10-04 | ui-patch: replace 'unsigned char sha1[20]' with 'struct object_id oid' | Christian Hesse | 1 | -11/+11 |
2016-10-04 | ui-log: replace get_sha1() with get_oid() | Christian Hesse | 1 | -1/+1 |
2016-10-04 | ui-commit: replace 'unsigned char sha1[20]' with 'struct object_id oid' | Christian Hesse | 1 | -4/+4 |
2016-10-04 | ui-blob: replace 'unsigned char sha1[20]' with 'struct object_id oid' | Christian Hesse | 1 | -22/+22 |
2016-10-04 | cgit: replace 'unsigned char sha1[20]' with 'struct object_id oid' | Christian Hesse | 1 | -4/+5 |
2016-10-01 | Makefile: remove extra space | Jason A. Donenfeld | 1 | -1/+1 |
2016-10-01 | Simplify http_parse_querystring() | Lukas Fleischer | 2 | -57/+11 |
2016-10-01 | ui-tree: remove a fixed size buffer | John Keeping | 1 | -6/+9 |
2016-10-01 | ui-tag: clean up taginfo | John Keeping | 1 | -2/+4 |
2016-10-01 | shared: make cgit_free_taginfo() public | John Keeping | 2 | -1/+2 |
2016-10-01 | shared: remove return value from cgit_free_commitinfo() | John Keeping | 2 | -3/+2 |
2016-10-01 | tree: allow skipping through single-child trees | John Keeping | 1 | -2/+68 |
2016-10-01 | ui-ssdiff: fix decl-after-statement warnings | John Keeping | 1 | -2/+2 |
2016-10-01 | ui-shared: fix decl-after-statement warnings | John Keeping | 1 | -5/+7 |
2016-10-01 | configfile: fix EOF handling | John Keeping | 1 | -1/+3 |
2016-09-04 | git: update to v2.10.0 | Christian Hesse | 9 | -62/+62 |
2016-07-12 | Fix qry.head leak on error | Richard Maw | 1 | -4/+4 |
2016-07-12 | git: update to v2.9.1 | Christian Hesse | 2 | -1/+1 |
2016-07-06 | Link with -ldl on GNU/kFreeBSD | Peter Colberg | 1 | -2/+2 |
2016-07-06 | Fix spelling in man page | Peter Colberg | 1 | -2/+2 |
2016-07-06 | ui-shared: fix segfault when defbranch is NULL | Eric Wong | 1 | -1/+1 |