]> granicus.if.org Git - cgit/history - ui-shared.c
git: update to v2.33.0
[cgit] / ui-shared.c
2020-12-29 Christian Hessegit: update to v2.30.0
2020-10-20 Christian Hesseglobal: replace references to 'sha1' with 'oid'
2019-05-20 Jason A. Donenfeldui-shared: restrict to 15 levels
2019-01-02 Jason A. Donenfeldui-shared: fix broken sizeof in title setting and rewrite
2018-11-25 Jason A. Donenfeldauth-filter: pass url with query string attached
2018-09-11 Christian Hesseui-shared: ban strcat()
2018-07-04 Jason A. DonenfeldFix gcc 8.1.1 compiler warnings
2018-07-03 Christian Hessesnapshot: support tar signature for compressed tar
2018-07-03 Jason A. Donenfeldextra-head-content: introduce another option for meta...
2018-06-27 Christian Hesseglobal: remove functionality we deprecated for cgit...
2018-06-27 Christian Hessesnapshot: strip bit from struct cgit_snapshot_format
2018-06-27 John Keepingsnapshot: support archive signatures
2018-06-27 John Keepingui-shared: pass separator in to cgit_print_snapshot_links()
2018-06-27 John Keepingui-shared: use the same snapshot logic as ui-refs
2018-06-27 John Keepingui-shared: rename parameter to cgit_print_snapshot_links()
2018-06-27 John Keepingui-shared: remove unused parameter
2018-06-27 John KeepingAdd "snapshot-prefix" repo configuration
2018-06-27 John Keepingui-shared: pass repo object to print_snapshot_links()
2018-06-27 Christian Hesseprint git version string in footer
2018-06-27 Christian Hessegit: update to v2.17.1
2017-10-15 Ville Skyttäui-shared: use type='search' for the search box
2017-10-03 Jeff Smithui-tree: link to blame UI if enabled
2017-10-03 Jeff Smithui-shared: make a char* parameter const
2017-10-03 Jeff Smithui-tree: move set_title_from_path to ui-shared
2017-08-10 John Keepingui-shared: don't print path crumbs without a repo
2016-10-04 Christian Hesseui-shared: replace 'unsigned char sha1[20]' with 'struc...
2016-10-01 John Keepingui-shared: fix decl-after-statement warnings
2016-07-06 Eric Wongui-shared: fix segfault when defbranch is NULL
2016-07-05 Lukas FleischerAvoid ambiguities when prettifying snapshot names
2016-06-07 Jason A. DonenfeldHosted on HTTPS now
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-02-26 Jason A. Donenfeldui-shared: redirect should not exit early for cache
2016-02-23 Jason A. Donenfeldtabs: do not use target=_blank
2016-02-22 Jason A. Donenfeldui-shared: add homepage to tabs
2016-02-08 John KeepingAvoid DATE_STRFTIME for long/short dates
2016-02-08 John Keepingui-shared: remove cgit_print_date()
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-shared: add cgit_date_mode()
2016-02-08 John Keepingui-shared: remove "format" from cgit_print_age()
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-13 Lukas FleischerFix segmentation fault in hc()
2016-01-13 Christian Hessegit: update to v2.7.0
2015-10-09 Christian Hesseui-shared: fix resource leak: free allocation from...
2015-10-09 Christian Hesseui-shared: return value of cgit_hosturl is not const
2015-10-09 Christian Hesseui-shared: fix resource leak: free allocation from...
2015-10-09 Christian Hesseui-shared: return value of cgit_currenturl is not const
2015-10-09 Christian Hesseui-shared: fix resource leak: free allocation from...
2015-08-14 John Keepingui-shared: cache errors for "dynamic TTL"
2015-08-14 John Keepingui-shared: add cgit_print_layout_{start,end}()
2015-08-14 John Keepingui-shared: add cgit_print_error_page() function
2015-08-13 John Keepingui-shared: show full date in tooltip if longer ago...
2015-08-13 John Keepingui-shared: use common function in print_rel_date()
2015-08-13 John Keepingui-shared: extract date formatting to a function
2015-08-13 Jason A. Donenfeldredirect: cleanliness
2015-08-12 John Keepinglog: allow users to follow a file
2015-08-12 Jason A. Donenfeldabout: always ensure page has a trailing slash
2015-08-12 Christian Hessegit: update to v2.5.0
2015-03-18 Christian Hesseui-shared: allow remote refs in branch switcher
2015-03-13 Lukas FleischerRemove no-op link from submodule entries
2015-03-09 Jason A. Donenfeldui-shared: currenturl should take into account leading...
2015-03-09 John Keepingui-shared: don't use an integer as a NULL pointer
2015-03-09 John Keepingui-shared: avoid initializing static variable to zero
2015-03-09 John Keepingui-shared: make cgit_doctype 'static'
2015-03-09 John KeepingAvoid non-ANSI function declarations
2015-03-03 Jason A. DonenfeldMake root handling sane again.
2015-03-03 Jason A. Donenfeldui-shared: Add current url helper function.
2015-03-03 Jason A. Donenfeldui-shared: keep filter repolist page in pagination
2015-03-03 Jason A. Donenfeldui-repolist: use ctx.qry.url instead of rooturl, in...
2015-02-05 Lukas Fleischerui-shared.c: Refactor add_clone_urls()
2015-01-19 John Keepingtag: reference with "h" instead of "id"
2014-12-24 Jason A. Donenfeldfooter: link back to cgit home page
2014-12-24 John Keepingui-shared: show absolute time in tooltip for relative...
2014-12-24 John Keepingui-shared: add rel-vcs microformat links to HTML header
2014-12-24 John KeepingExtract clone URL printing to ui-shared.c
2014-12-13 John KeepingChange "ss" diff flag to an enum
2014-12-13 John Keepingui-shared: remove toggle_ssdiff arg to cgit_diff_link()
2014-12-13 John Keepingui-shared: remove toggle_ssdiff arg to cgit_commit_link()
2014-06-28 Christian Hessegit: update for git 2.0
2014-01-17 Jason A. Donenfeldui-shared: do not allow negative minutes
2014-01-17 Jason A. Donenfeldui-shared: move about tab all the way to the left
2014-01-16 Lukas FleischerSwitch to exclusively using global ctx
2014-01-16 Jason A. Donenfeldauth: have cgit calculate login address
2014-01-16 Jason A. Donenfeldauth: add basic authentication filter framework
2014-01-12 John Keepingui-shared: URL-escape script_name
2014-01-10 Lukas FleischerReplace most uses of strncmp() with prefixcmp()
2014-01-08 Lukas FleischerUpdate copyright information
2013-09-14 Lukas Fleischerui-shared: Drop filepair_cb_raw() and helper
2013-08-16 Lukas FleischerExtract filepair_cb from ui-patch.c
2013-05-26 Jason A. Donenfeldreadme: use string_list instead of space deliminations
2013-04-08 John Keepinguse struct strbuf instead of static buffers
2013-04-08 John KeepingConvert cgit_print_error to a variadic function
2013-04-08 John KeepingFix out-of-bounds memory accesses with virtual_root=""
2013-04-08 John KeepingAlways #include corresponding .h in .c files
2013-04-08 Lukas FleischerReturn const char * in cgit_{httpscheme, hosturl, rootu...
2013-03-20 Jason A. Donenfeldui-shared: squelch compiler warning.
next