about summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* | Add cgit_diff_link()Lars Hjemli2007-06-17
* | ui-commit: use cgit_commit_link() for parent linksLars Hjemli2007-06-17
* | ui-log: honor id=sha1 on querystringLars Hjemli2007-06-17
* | Add cgit_commit_link() + support for id=sha1 to commit viewLars Hjemli2007-06-17
* | Add git_log_link() and fix bug in generic repolink functionLars Hjemli2007-06-17
* | ui-tree: html/css cleanupLars Hjemli2007-06-17
* | ui-shared: use strcmp() to compare stringsLars Hjemli2007-06-17
* | Add and use cgit_tree_link()Lars Hjemli2007-06-17
* | ui-tree: make blob viewer generate valid htmlLars Hjemli2007-06-16
* | ui-tree: unify with ui-view, use path to select tree/blobLars Hjemli2007-06-16
* | cgit.css: make it validateLars Hjemli2007-06-07
* | ui-diff: close td/tr/table properlyLars Hjemli2007-06-06
* | ui-diff: emit table/tr/td at better locationsLars Hjemli2007-06-05
|/
* Implemented configurable HEAD shortlog on summary page.Ondrej Jirman2007-05-31
* Check for NULL commit buffer in cgit_parse_commit()Ondrej Jirman2007-05-31
* Add option to disable pager to cgit_print_log().Ondrej Jirman2007-05-31
* Handle single-line and empty commit subjectsOndrej Jirman2007-05-31
* Use & instead of & in URLs.Ondrej Jirman2007-05-31
* Fixed unexpected tags in html output.Ondrej Jirman2007-05-31
* cgit v0.5Lars Hjemli2007-05-24
* Bad html: it's nice to add alt-attributesLars Hjemli2007-05-24
* Bad html: <form> should have an action-attributeLars Hjemli2007-05-24
* Close a <tr> properlyLars Hjemli2007-05-24
* Add repo.readme parameterLars Hjemli2007-05-23
* Remove unused variable from ui-repolist.c:read_agefile()Lars Hjemli2007-05-23
* Show time since last change on index pageLars Hjemli2007-05-22
* Use cgit_print_age() on summary and log pagesLars Hjemli2007-05-22
* Add cgit_print_age() functionLars Hjemli2007-05-22
* css: make column headings boldLars Hjemli2007-05-21
* Make frontpage friendlierLars Hjemli2007-05-21
* Merge branch 'repogroups'Lars Hjemli2007-05-20
|\
| * Adjust apperance of repogroup headersLars Hjemli2007-05-20
| * Don't highlight repogroup headingsLars Hjemli2007-05-18
| * Teach cgit how to group repositories by categoryLars Hjemli2007-05-18
* | Merge branch 'virtual-url'Lars Hjemli2007-05-20
|\ \
| * | Don't be fooled by trailing '/' in url-parameterLars Hjemli2007-05-18
| * | cache_safe_filename() needs more buffersLars Hjemli2007-05-18
| * | Enable url=value querystring parameterLars Hjemli2007-05-18
| * | Add lookup-function for valid repo commandsLars Hjemli2007-05-18
| * | Move cgit_get_repoinfo into shared.cLars Hjemli2007-05-18
| |/
* | Merge branch 'index-header'Lars Hjemli2007-05-20
|\ \
| * | Teach cgit howto include an external file on index page.Lars Hjemli2007-05-19
| * | Add html_include()Lars Hjemli2007-05-18
| |/
* / Use git-1.5.2Lars Hjemli2007-05-20
|/
* Remove unused extern declarations from cgit.hLars Hjemli2007-05-18
* Add knobs to enable/disable files/lines changed in log viewLars Hjemli2007-05-18
* Restrict length of repo description on repolist pageLars Hjemli2007-05-16
* Don't die when diffing trees with subprojectsLars Hjemli2007-05-16
* Do not wrap filemode column in diffstat tableLars Hjemli2007-05-16
* Add C D L and T links to index pageLars Hjemli2007-05-16
mark strcat() as banned 1b11b64b815db62f93a04242e4aed5687a448748 To avoid compiler warnings from gcc 8.1.x we get the hard way. Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11ui-patch: ban sprintf()Christian Hesse Git upstream bans sprintf() with commit: banned.h: mark sprintf() as banned cc8fdaee1eeaf05d8dd55ff11f111b815f673c58 Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11ui-log: ban strncpy()Christian Hesse Git upstream bans strncpy() with commit: banned.h: mark strncpy() as banned e488b7aba743d23b830d239dcc33d9ca0745a9ad Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11ui-log: ban strcpy()Christian Hesse Git upstream bans strcpy() with commit: automatically ban strcpy() c8af66ab8ad7cd78557f0f9f5ef6a52fd46ee6dd Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11parsing: ban sprintf()Christian Hesse Git upstream bans sprintf() with commit: banned.h: mark sprintf() as banned cc8fdaee1eeaf05d8dd55ff11f111b815f673c58 Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11parsing: ban strncpy()Christian Hesse Git upstream bans strncpy() with commit: banned.h: mark strncpy() as banned e488b7aba743d23b830d239dcc33d9ca0745a9ad Signed-off-by: Christian Hesse <mail@eworm.de> 2018-08-28filters: generate anchor links from markdownChristian Hesse This makes the markdown filter generate anchor links for headings. Signed-off-by: Christian Hesse <mail@eworm.de> Tested-by: jean-christophe manciot <actionmystique@gmail.com> 2018-08-03Bump version.Jason A. Donenfeld Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2018-08-03clone: fix directory traversalJason A. Donenfeld This was introduced in the initial version of this code, way back when in 2008. $ curl http://127.0.0.1/cgit/repo/objects/?path=../../../../../../../../../etc/passwd root:x:0:0:root:/root:/bin/sh ... Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Reported-by: Jann Horn <jannh@google.com> 2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev