Age | Commit message (Expand) | Author |
2017-10-03 | ui-tree: move set_title_from_path to ui-shared | Jeff Smith |
2017-10-03 | html: html_ntxt with no ellipsis | Jeff Smith |
2017-10-03 | cache: flush stdio before restoring FDs | John Keeping |
2017-09-22 | Use https for submodule | Daniel M. Weeks |
2017-08-10 | ui-plain: print symlink content | John Keeping |
2017-08-10 | cgit: don't set vpath unless repo is set | John Keeping |
2017-08-10 | parsing: clear query path before starting | John Keeping |
2017-08-10 | ui-shared: don't print path crumbs without a repo | John Keeping |
2017-08-10 | ui-atom: properly escape delimiter in page link | John Keeping |
2017-08-10 | git: update to v2.14 | Jeff Smith |
2017-08-10 | git: update to v2.13.4 | Christian Hesse |
2017-07-27 | Update .mailmap with my new email address | Lukas Fleischer |
2017-04-05 | Remove unused variable from sort_section() | Lukas Fleischer |
2017-03-30 | ui-repolist: properly sort by age | Jason A. Donenfeld |
2017-01-23 | ui-patch: fix crash when using path limit | Lukas Fleischer |
2017-01-22 | syntax-highlighting: replace invalid unicode with ? | Jason A. Donenfeld |
2016-11-30 | git: update to v2.11.0 | Christian Hesse |
2016-11-25 | Link with -ldl on GNU Hurd | Peter Colberg |
2016-11-24 | git: update to v2.10.2 again | John Keeping |
2016-11-23 | Bump version.v1.1 | Jason A. Donenfeld |
2016-11-23 | css: highlight even table rows and skip empty rows | Christian Hesse |
2016-11-06 | git: update to v2.10.2 | Christian Hesse |
2016-10-12 | ui-blog: fix oid handling | Christian Hesse |
2016-10-12 | shared: remove unused function strlpart() | Christian Hesse |
2016-10-12 | shared: remove unused function strrpart() | Christian Hesse |
2016-10-12 | ui-repolist: fix memory leak | Christian Hesse |
2016-10-12 | Use skip_prefix() to get rid of magic constants | Lukas Fleischer |
2016-10-12 | patch: reapply path limit | John Keeping |
2016-10-08 | ui-repolist: fix memory leak | Christian Hesse |
2016-10-04 | git: update to v2.10.1 | Christian Hesse |
2016-10-04 | ui-tree: replace 'unsigned char sha1[20]' with 'struct object_id oid' | Christian Hesse |
2016-10-04 | ui-tag: replace 'unsigned char sha1[20]' with 'struct object_id oid' | Christian Hesse |
2016-10-04 | ui-snapshot: replace 'unsigned char sha1[20]' with 'struct object_id oid' | Christian Hesse |
2016-10-04 | ui-shared: replace 'unsigned char sha1[20]' with 'struct object_id oid' | Christian Hesse |
2016-10-04 | ui-plain: replace 'unsigned char sha1[20]' with 'struct object_id oid' | Christian Hesse |
2016-10-04 | ui-patch: replace 'unsigned char sha1[20]' with 'struct object_id oid' | Christian Hesse |
2016-10-04 | ui-log: replace get_sha1() with get_oid() | Christian Hesse |
2016-10-04 | ui-commit: replace 'unsigned char sha1[20]' with 'struct object_id oid' | Christian Hesse |
2016-10-04 | ui-blob: replace 'unsigned char sha1[20]' with 'struct object_id oid' | Christian Hesse |
2016-10-04 | cgit: replace 'unsigned char sha1[20]' with 'struct object_id oid' | Christian Hesse |
2016-10-02 | Makefile: remove extra space | Jason A. Donenfeld |
2016-10-01 | Simplify http_parse_querystring() | Lukas Fleischer |
2016-10-01 | ui-tree: remove a fixed size buffer | John Keeping |
2016-10-01 | ui-tag: clean up taginfo | John Keeping |
2016-10-01 | shared: make cgit_free_taginfo() public | John Keeping |
2016-10-01 | shared: remove return value from cgit_free_commitinfo() | John Keeping |
2016-10-01 | tree: allow skipping through single-child trees | John Keeping |
2016-10-01 | ui-ssdiff: fix decl-after-statement warnings | John Keeping |
2016-10-01 | ui-shared: fix decl-after-statement warnings | John Keeping |
2016-10-01 | configfile: fix EOF handling | John Keeping |