Age | Commit message (Expand) | Author | Files | Lines |
2016-02-08 | ui: show ages in the originator's timezone | John Keeping | 1 | -1/+1 |
2016-02-08 | ui-shared: remove "format" from cgit_print_age() | John Keeping | 1 | -1/+1 |
2016-01-13 | ui-repolist: return HTTP 404 if no repositories found | Peter Colberg | 1 | -3/+17 |
2016-01-13 | ui-repolist: extract repo visibility criteria to separate function | Peter Colberg | 1 | -3/+10 |
2016-01-13 | ui-repolist: initialize char *buf to NULL | Christian Hesse | 1 | -1/+1 |
2015-10-09 | ui-repolist: fix resource leak: free allocation from cgit_currenturl | Christian Hesse | 1 | -1/+3 |
2015-10-09 | ui-repolist: fix resource leak: free before return | Christian Hesse | 1 | -1/+3 |
2015-08-14 | about: move layout into page functions | John Keeping | 1 | -1/+4 |
2015-08-13 | Remove redundant includes | John Keeping | 1 | -1/+0 |
2015-08-12 | log: allow users to follow a file | John Keeping | 1 | -1/+1 |
2015-03-09 | ui-repolist: make sortcolumn definitions 'static const' | John Keeping | 1 | -2/+2 |
2015-03-09 | Avoid non-ANSI function declarations | John Keeping | 1 | -3/+3 |
2015-03-03 | Make root handling sane again. | Jason A. Donenfeld | 1 | -1/+1 |
2015-03-03 | ui-shared: Add current url helper function. | Jason A. Donenfeld | 1 | -2/+2 |
2015-03-03 | ui-repolist: use ctx.qry.url instead of rooturl, in case we're filtering | Jason A. Donenfeld | 1 | -2/+2 |
2015-03-03 | ui-repolist: use correct owner query link | Jason A. Donenfeld | 1 | -1/+1 |
2015-01-29 | Add repo.hide and repo.ignore | Lukas Fleischer | 1 | -0/+2 |
2014-12-24 | repolist: add owner-filter | Chris Burroughs | 1 | -7/+13 |
2014-12-24 | git: update to v2.2.1 | Christian Hesse | 1 | -3/+4 |
2014-06-28 | git: update for git 2.0 | Christian Hesse | 1 | -1/+1 |
2014-01-17 | repolist: make owner clickable to search | Jason A. Donenfeld | 1 | -0/+6 |
2014-01-17 | Switch to exclusively using global ctx | Lukas Fleischer | 1 | -3/+3 |
2014-01-14 | filter: return on null filter from open and close | Jason A. Donenfeld | 1 | -4/+2 |
2014-01-12 | ui-repolist: HTML-escape cgit_rooturl() response | John Keeping | 1 | -1/+3 |
2014-01-12 | filter: pass extra arguments via cgit_open_filter | John Keeping | 1 | -7/+3 |
2014-01-08 | Update copyright information | Lukas Fleischer | 1 | -2/+1 |
2013-05-25 | ui-summary: Pass filename to about-filter | Jason A. Donenfeld | 1 | -2/+6 |
2013-04-08 | use struct strbuf instead of static buffers | John Keeping | 1 | -12/+16 |
2013-04-08 | Always #include corresponding .h in .c files | John Keeping | 1 | -0/+1 |
2013-03-20 | Convert pager navigation into a unordered list | Lukas Fleischer | 1 | -2/+4 |
2013-03-05 | Mark several functions/variables static | Lukas Fleischer | 1 | -7/+7 |
2013-03-04 | White space around control verbs. | Jason A. Donenfeld | 1 | -2/+2 |
2013-03-04 | Fix several whitespace errors | Lukas Fleischer | 1 | -3/+3 |
2013-02-01 | Make "owner" column on index page configurable | Florian Pritz | 1 | -7/+12 |
2012-10-17 | ui-repolist: Add "section-sort" flag to control section sorting. | Tobias Bieniek | 1 | -1/+1 |
2012-10-17 | ui: Remember to print ampersand as proper html entities. | William Bell | 1 | -1/+1 |
2012-10-16 | ui-repolist: Rename section-sort to repository-sort. | Jason A. Donenfeld | 1 | -1/+1 |
2012-10-09 | ui-repolist: do not use agefile if it's date could not be parsed | Ferry Huberts | 1 | -2/+4 |
2012-10-08 | ui-repolist: Bold the currently viewed page. | Jamie Couture | 1 | -4/+7 |
2012-07-12 | Update copyright headers to have latest dates. | Jason A. Donenfeld | 1 | -0/+1 |
2012-07-12 | ui-repolist: Case insensitive sorting and age sort | Jason A. Donenfeld | 1 | -4/+18 |
2012-03-18 | Merge branch 'jp/defbranch' | Lars Hjemli | 1 | -1/+2 |
2012-01-03 | Merge branch 'stable' | Lars Hjemli | 1 | -3/+3 |
2012-01-03 | Add sort parameter to pager of repo list | Tobias Grimm | 1 | -3/+3 |
2011-07-19 | ui-repolist.c: fallback to "master" if no default branch is specified | Lars Hjemli | 1 | -1/+2 |
2011-06-14 | cgit.c: always setup cgit repo environment variables | Lars Hjemli | 1 | -1/+1 |
2011-05-30 | ui_repolist: get modtime from packed-refs as fallback | Ferry Huberts | 1 | -3/+12 |
2011-05-23 | Merge branch 'fh/filter-api' | Lars Hjemli | 1 | -1/+1 |
2011-05-23 | ui-repolist.c: do not return random/stale data from read_agefile | Lars Hjemli | 1 | -1/+1 |
2011-03-26 | cgit_open_filter: also take the repo as a parameter | Ferry Huberts | 1 | -1/+1 |