about summary refs log tree commit diff
Commit message (Expand)AuthorAge
* html: remove redundant htmlfd variableJohn Keeping2014-01-12
* tests: add Valgrind supportJohn Keeping2014-01-12
* cache: don't leave cache_slot fields uninitializedJohn Keeping2014-01-12
* filter: split filter functions into their own fileJason A. Donenfeld2014-01-10
* filter: make exit status localJason A. Donenfeld2014-01-10
* parsing: fix header typoJason A. Donenfeld2014-01-10
* cgit.c: Fix comment on bit mask hackLukas Fleischer2014-01-10
* cgit.c: Use "else" for mutually exclusive branchesLukas Fleischer2014-01-10
* ui-snapshot.c: Do not reinvent suffixcmp()Lukas Fleischer2014-01-10
* Refactor cgit_parse_snapshots_mask()Lukas Fleischer2014-01-10
* Disallow use of undocumented snapshot delimitersLukas Fleischer2014-01-10
* Replace most uses of strncmp() with prefixcmp()Lukas Fleischer2014-01-10
* README: Fix dependenciesLukas Fleischer2014-01-09
* README: Spelling and formatting fixesLukas Fleischer2014-01-08
* Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch2014-01-08
* Add a suggestion to the manpagePřemysl Janouch2014-01-08
* Fix the example configurationPřemysl Janouch2014-01-08
* Fix about-formatting.shPřemysl Janouch2014-01-08
* Fix some spelling errorsPřemysl Janouch2014-01-08
* filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Huberts2014-01-08
* Add AUTHORS fileLukas Fleischer2014-01-08
* Update copyright informationLukas Fleischer2014-01-08
* git: update to 1.8.5Christian Hesse2014-01-08
* Reduce line number bloat, fix hover effectPeter Wu2014-01-08
* plain: don't append charset for binary MIME typesJohn Keeping2014-01-08
* ui-log.c: Several simplificationsLukas Fleischer2014-01-08
* Use argv_array in place of vectorLukas Fleischer2014-01-08
* ui-stats.c: Remove unused macroLukas Fleischer2014-01-08
* scan-tree.c: Remove unused macroLukas Fleischer2014-01-08
* ui-shared: Drop filepair_cb_raw() and helperLukas Fleischer2013-09-14
* ui-diff: Use diff_tree_sha1() for raw diff formattingLukas Fleischer2013-09-14
* tests/: Add t0110-rawdiff.shLukas Fleischer2013-08-26
* t0108: Add tests for revision rangesLukas Fleischer2013-08-26
* t0108: Compare output with git-format-patch(1)Lukas Fleischer2013-08-26
* ui-patch.c: Add additional newline after each patchLukas Fleischer2013-08-26
* ui-patch.c: Fix signature delimiterLukas Fleischer2013-08-26
* t0108: Avoid unnecessary fork()Lukas Fleischer2013-08-26
* git: update to 1.8.4John Keeping2013-08-26
* ui-patch.c: Fix formatting for merge commitsLukas Fleischer2013-08-22
* ui-patch: Rename variablesLukas Fleischer2013-08-20
* Allow for creating patch seriesLukas Fleischer2013-08-20
* ui-patch.c: Use log_tree_commit() to generate diffsLukas Fleischer2013-08-20
* ui-diff: Check the return value of get_sha1()Lukas Fleischer2013-08-20
* cmd.c: Add a "rawdiff" commandLukas Fleischer2013-08-16
* Allow for creating raw diffs with cgit_print_diff()Lukas Fleischer2013-08-16
* Extract filepair_cb from ui-patch.cLukas Fleischer2013-08-16
* Fix silly spelling error.Jason A. Donenfeld2013-08-16
* Fix section-from-path > 1Lukas Fleischer2013-08-12
* Makefile: Change default prefix to "/usr/local"Lukas Fleischer2013-08-12
* Use strbuf for reading configuration filesLukas Fleischer2013-08-12
>ui-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