about summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
| * | Fix memory leak in http_parse_querystring().Lukas Fleischer2011-05-23
| * | Remove unused variable from cgit_diff_tree().Lukas Fleischer2011-05-23
| * | shared.c: do not modify const memoryLars Hjemli2011-05-23
| * | tests: add tests for links with space in path and/or argsLars Hjemli2011-05-23
| * | tests/setup.sh: add support for known bugsLars Hjemli2011-05-23
| * | Fix escaping of paths with spacesJonathon Mah2011-05-23
* | | Merge branch 'dm/disable-clone'Lars Hjemli2011-05-14
|\ \ \
| * | | Return 404 on command not foundDan McGee2011-02-19
| * | | Allow disabling of HTTP clone URLsDan McGee2011-02-19
| * | | Add is_clone flag to available commandsDan McGee2011-02-19
* | | | Merge branch 'stable'Lars Hjemli2011-03-26
|\ \ \ \ | | |/ / | |/| |
| * | | Add advice about scan-path in cgitrc.5.txtJulius Plenz2011-03-26
| * | | fix two encoding bugsJulius Plenz2011-03-26
* | | | make enable-log-linecount independent of -filecountJulius Plenz2011-03-26
|/ / /
* | | new_filter: correctly initialise all arguments for a new filterFerry Huberts2011-03-26
* | | source_filter: fix a memory leakFerry Huberts2011-03-26
* | | cgitrc.5: tar.xz is a supported snapshot formatLars Hjemli2011-03-26
* | | Fix crash when projectsfile cannot be openedStefan Gehn2011-03-26
| |/ |/|
* | CGIT 0.9Lars Hjemli2011-03-05
* | Update READMELars Hjemli2011-03-05
* | ui-diff.c: avoid html injectionLukasz Janyst2011-03-05
* | Merge branch 'stable'Lars Hjemli2011-03-05
|\ \
| * | CGIT 0.8.3.5Lars Hjemli2011-03-05
| * | Avoid trailing slash in virtual-rootLars Hjemli2011-03-05
| * | do not infloop on a query ending in %XY, for invalid hex X or YJim Meyering2011-03-05
| * | ui-shared: silence warningBernhard Reutner-Fischer2011-02-19
| * | Makefile: Make `make get-git` work under OpenBSD.Lukas Fleischer2011-02-19
* | | Merge branch 'br/misc'Lars Hjemli2011-02-19
|\ \ \
| * | | Use transparent background for the cgit logoBernhard Reutner-Fischer2011-02-19
| * | | ssdiff: anchors for ssdiffBernhard Reutner-Fischer2011-02-19
| * | | implement repo.logo and repo.logo-linkBernhard Reutner-Fischer2011-02-19
| | |/ | |/|
* | | Merge branch 'jh/scan-path'Lars Hjemli2011-02-19
|\ \ \
| * | | scan_path(): Do not recurse into hidden directories by defaultJohan Herland2011-02-19
| * | | scan_path(): Improve handling of inaccessible directoriesJohan Herland2010-11-16
| |/ /
* | | Merge branch 'jh/graph'Lars Hjemli2011-02-19
|\ \ \
| * | | ui-log: Move 'Age' column when commit graph is presentJohan Herland2010-11-16
| * | | ui-log: Line-wrap long commit subjects when showmsg is enabledJohan Herland2010-11-16
| * | | ui-log: Colorize commit graphJohan Herland2010-11-16
| * | | ui-log: Implement support for commit graphsJohan Herland2010-11-16
| * | | ui-log: Change display of full commit messages (and notes)Johan Herland2010-11-16
* | | | Merge branch 'lh/improve-range-search'Lars Hjemli2011-02-19
|\| | |
| * | | html.c: use '+' to escape spaces in urlsLars Hjemli2010-11-10
| * | | ui-log.c: improve handling of range-search argumentLars Hjemli2010-11-10
| * | | Add vector utility functionsLars Hjemli2010-11-10
* | | | Use GIT-1.7.4Lars Hjemli2011-02-19
| |/ / |/| |
* | | ui-stats: Remove unnecessary #includeJohan Herland2010-11-16
* | | Merge branch 'tz/make-improvements'Lars Hjemli2010-11-10
|\ \ \ | |/ / |/| |
| * | Use example.com in documentation, per RFC 2606Todd Zullinger2010-09-19
| * | cgit.css: Add syntax highlighting entriesTodd Zullinger2010-09-19
| * | Install filter scriptsTodd Zullinger2010-09-19
e8f5692117d6f3ea0801c0ca2ec7aa8f6f3b&follow=1'>t0001: ignore ".dirty" suffix on Git versionJohn Keeping When testing modifications in Git that affect CGit, it is annoying to have t0001 failing simply because the Git version has a ".dirty" suffix when the version of Git there does indeed match that specified in the CGit makefile. Stop this by stripping the ".dirty" suffix from the GIT_VERSION variable. Note that this brings the "Git version" behaviour in line with the "submodule version" case which does not check if the working tree in git/ is modified. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-04-15tests: set TEST_OUTPUT_DIRECTORY to the CGit test directoryJohn Keeping By default, Git's test suite puts the trash directories and test-results directory into its own directory, not that containing the tests being run. This is less convenient for inspecting test failures, so set the output directory to CGit's tests/ directory instead. Note that there is currently a bug in Git whereby it will create the trash directories in our tests/ directory regardless of the value of TEST_OUTPUT_DIRECTORY, and then fail to remove them once the tests are done. This change does currently affect the location of the test-results/ directory though. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-04-15t0109: test more URLsJohn Keeping In order to ensure that we don't access $HOME at some point after initial startup when rendering a specific view, run the strace test on a range of different pages. This ensures that we don't end up reading a configuration later for some specific view. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-04-10cgitrc.5.txt: Specify when scan-path must be defined before.Jason A. Donenfeld Several options must be specified prior to scan-path. This is consistant source of user confusion. Document these facts. Suggested-by: Lukas Fleischer <cgit@cryptocrack.de> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2013-04-10ui-snapshot.c: Prepend "V" when guessing ref namesLukas Fleischer In cgit_print_snapshot_links() we strip leading "v" and "V", while we currently only prepend a lower case "v" when parsing a snapshot file name. This results in broken snapshot links for tags that start with an upper case "V". Avoid this by prepending a "V" as a fallback. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-10t0107: Skip ZIP tests if unzip(1) isn't availableLukas Fleischer Note that we cannot use skip_all here since some tests have already been executed when ZIP tests are reached. Use test prerequisites to skip everything using unzip(1) if the binary is not available instead. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-10tests/: Do not use `sed -i`Lukas Fleischer "-i" isn't part of the POSIX standard and doesn't work on several platforms such as OpenBSD. Use a temporary file instead. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-10Add branch-sort and repo.branch-sort options.Jason A. Donenfeld When set to "name", branches are sorted by name, which is the current default. When set to "age", branches are sorted by the age of the repository. This feature was requested by Konstantin Ryabitsev for use on kernel.org. Proposed-by: Konstantin Ryabitsev <mricon@kernel.org> 2013-04-10t0109: chain operations with &&John Keeping Without '&&' between operations, we will not detect if strace or cgit exit with an error status, which would cause a false positive test status in this case. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-04-10cgit.c: Do not restore unset environment variablesLukas Fleischer getenv() returns a NULL pointer if the specified variable name cannot be found in the environment. However, some setenv() implementations crash if a NULL pointer is passed as second argument. Only restore variables that are not NULL. See commit d96d2c98ebc4c2d3765f5b35c4142e0e828a421b for a related patch. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-09t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer