about summary refs log tree commit diff
Commit message (Expand)AuthorAge
* Add NO_OPENSSL optionMikhail Gusarov2009-11-07
* Merge branch 'stable'Lars Hjemli2009-11-07
|\
| * Close fd on error in readfile()Rys Sommefeldt2009-11-07
| * Nov is the correct abbreviationDanijel Tašov2009-11-07
* | ui-shared.c: prettify download links when generated from tag pageLars Hjemli2009-10-16
* | ui-tag: make output more similar to commit viewLars Hjemli2009-10-06
* | ui-tag: add snapshot linksAlexey Nezhdanov2009-10-06
* | Skip leading "/" in url querystring valueStefan Bühler2009-10-06
|/
* Fix repolist search links with virtual rootGeoff Johnstone2009-09-20
* cgitrc.5.txt: Change repo.group to section in example config.Loui Chang2009-09-14
* cgitrc.5.txt: Add mansource and manmanual.Loui Chang2009-09-14
* CGIT 0.8.3Lars Hjemli2009-09-13
* Merge branch 'stable'Lars Hjemli2009-09-13
|\
| * CGIT 0.8.2.2Lars Hjemli2009-09-13
* | Merge branch 'lh/repo-scan'Lars Hjemli2009-09-13
|\ \
| * | cgit.c: respect repo-local 'snapshots' option for --scan-pathLars Hjemli2009-08-24
| * | cgit.c: only print first line of repo.desc in print_repo()Lars Hjemli2009-08-24
| * | Add and use cgit_find_stats_periodname() in print_repo()Lars Hjemli2009-08-24
| * | cgit.c: generate repo.snapshots in print_repo()Lars Hjemli2009-08-24
| * | cgit.c: add missing options to print_repo()Lars Hjemli2009-08-24
| * | shared.c: initialize cgit_repo structs properlyLars Hjemli2009-08-24
| * | Add config option 'enable-filter-overrides'Lars Hjemli2009-08-24
| * | cgitrc.5.txt: fix markup errorsLars Hjemli2009-08-24
| * | ui-repolist: handle empty sections similar to NULL sectionsLars Hjemli2009-08-24
| * | Add support for repo-local cgitrc fileLars Hjemli2009-08-24
| * | cgit.c: refactor repo_config() from config_cb()Lars Hjemli2009-08-24
| * | ui-repolist.c: sort by section name, repo name as defaultLars Hjemli2009-08-24
| * | Add config option 'repo.section'Lars Hjemli2009-08-24
| * | Introduce 'section' as canonical spelling for 'repo.group'Lars Hjemli2009-08-24
| * | Add support for --scan-path command line optionLars Hjemli2009-08-24
| * | Rename 'repo.scan' to 'scan-path'Lars Hjemli2009-08-24
| * | cgitrc.5.txt: document repo.scan and cache-scanrc-ttlLars Hjemli2009-08-24
| * | cgit.c: add support for caching autodetected repositoriesLars Hjemli2009-08-24
| * | cgit.c: make print_repolist() and print_repo() reusable for cachingLars Hjemli2009-08-24
| * | cache.h: export hash_str()Lars Hjemli2009-08-24
| * | cgit.c: add support for cgitrc option 'repo.scan'Lars Hjemli2009-08-24
| * | scan-tree: detect non-bare repository and stop scanning earlyLars Hjemli2009-08-24
* | | Merge branch 'fp/linenumbers'Lars Hjemli2009-09-13
|\ \ \
| * | | cgit.css: make the blob display in tree view a bit prettierLars Hjemli2009-08-21
| * | | Rename "linenumbers" to "enable-tree-linenumbers", change default to "1"Lars Hjemli2009-08-21
| * | | Add 'linenumbers' config optionFlorian Pritz2009-08-21
| * | | ui-tree.c: show line numbers when highlightingFlorian Pritz2009-08-21
* | | | Use GIT-1.6.4.3Lars Hjemli2009-09-13
* | | | Merge branch 'stable'Lars Hjemli2009-09-06
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | ui-plain.c: only return the blob with the specified pathLars Hjemli2009-09-06
* | | cgitrc.5.txt: fix description and markup for 'snapshots' optionLars Hjemli2009-08-24
| |/ |/|
* | scan-tree: split the pw_gecos field at the ',' to get the real nameStefan Naewe2009-08-20
* | cgit.c: fix caching keyed on PATH_INFO with no QUERY_STRINGLars Hjemli2009-08-20
* | Add and use a common readfile() functionLars Hjemli2009-08-18
* | Merge branch 'stable'Lars Hjemli2009-08-18
|\|
86bcc7b2ce6cad68ba1a48a528e380c6126705e) * archive.c: avoid access to the_index (b612ee202a48f129f81f8f6a5af6cf71d1a9caef) * for_each_*_object: move declarations to object-store.h (0889aae1cd18c1804ba01c1a4229e516dfb9fe9b) Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11ui-ssdiff: ban strcat()Christian Hesse Git upstream bans strcat() with commit: banned.h: mark strcat() as banned 1b11b64b815db62f93a04242e4aed5687a448748 Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11ui-ssdiff: 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-shared: ban strcat()Christian Hesse Git upstream bans strcat() with commit: banned.h: 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