summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: don't run buf::oom on 32-bit systemsEdward Thomson2018-10-211-5/+9
* Merge pull request #4852 from libgit2/ethomson/unc_pathsEdward Thomson2018-10-201-1/+50
|\
| * win32: more tests for `git_win32_remove_path`Edward Thomson2018-10-191-0/+28
| * win32: rename `git_win32__canonicalize_path`Edward Thomson2018-10-191-5/+5
| * Fix comment style and update test codeGabriel DeBacker2018-10-041-4/+7
| * Fix issue with path canonicalization for Win32 pathsGabriel DeBacker2018-09-301-0/+18
* | Merge pull request #4840 from libgit2/cmn/validity-tree-from-unowned-indexEdward Thomson2018-10-204-0/+24
|\ \
| * | checkout: fix test fixture missing objectscmn/validity-tree-from-unowned-indexEdward Thomson2018-10-203-0/+0
| * | index: add failing test for writing an invalid tree from an unowned indexCarlos Martín Nieto2018-10-081-0/+24
* | | Merge branch 'issue-4203'Edward Thomson2018-10-201-0/+29
|\ \ \
| * | | tests: add test case for index reloads on mergeEtiene Dalcol2017-11-111-0/+29
* | | | config: add failing test for no newline after section headerCarlos Martín Nieto2018-10-151-0/+30
* | | | Merge pull request #4842 from nelhage/fuzz-config-memoryPatrick Steinhardt2018-10-121-3/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | config: Refactor `git_config_backend_from_string` to take a lengthNelson Elhage2018-10-091-3/+4
* | | | Merge pull request #4828 from csware/git_futils_rmdir_r_failingEdward Thomson2018-10-071-0/+22
|\ \ \ \
| * | | | tests: sanitize file hierarchy after running rmdir testsPatrick Steinhardt2018-10-051-0/+6
| * | | | tests: Add some more tests for git_futils_rmdir_rSven Strickroth2018-10-051-0/+16
| | |_|/ | |/| |
* | | | Merge pull request #4830 from pks-t/pks/diff-stats-rename-commonEdward Thomson2018-10-0713-1/+27
|\ \ \ \
| * | | | diff_stats: use git's formatting of renames with common directoriesPatrick Steinhardt2018-10-041-1/+1
| * | | | tests: verify diff stats with renames in subdirectoryPatrick Steinhardt2018-10-0413-1/+27
| |/ / /
* | | | Merge pull request #4837 from pks-t/cmn/reject-option-submodule-url-pathPatrick Steinhardt2018-10-051-0/+80
|\ \ \ \
| * | | | submodule: add failing test for option-injection protection in url and pathCarlos Martín Nieto2018-10-051-0/+80
| |/ / /
* | | | Merge pull request #4836 from pks-t/pks/smart-packetsPatrick Steinhardt2018-10-051-0/+340
|\ \ \ \
| * | | | smart_pkt: reorder and rename parameters of `git_pkt_parse_line`Patrick Steinhardt2018-10-031-12/+12
| * | | | smart_pkt: fix buffer overflow when parsing "ok" packetsPatrick Steinhardt2018-10-031-7/+4
| * | | | smart_pkt: fix buffer overflow when parsing "ACK" packetsPatrick Steinhardt2018-10-031-16/+11
| * | | | tests: verify parsing logic for smart packetsPatrick Steinhardt2018-10-031-0/+348
| |/ / /
* | | | Merge pull request #4832 from pks-t/pks/config-includes-null-derefPatrick Steinhardt2018-10-051-2/+40
|\ \ \ \ | |_|/ / |/| | |
| * | | config_file: properly ignore includes without "path" valuePatrick Steinhardt2018-10-051-0/+10
| * | | tests: always unlink created config filesPatrick Steinhardt2018-10-051-2/+30
| |/ /
* | | tests: fix warning for implicit conversion of integer to pointerPatrick Steinhardt2018-10-051-2/+2
|/ /
* | Merge pull request #4812 from libgit2/ethomson/ci-refactorEdward Thomson2018-09-291-19/+5
|\ \
| * | Revert "clar: introduce CLAR_XML option"Edward Thomson2018-09-101-19/+5
* | | Merge pull request #4767 from pks-t/pks/config-memCarlos Martín Nieto2018-09-283-7/+144
|\ \ \
| * | | config: introduce new read-only in-memory backendPatrick Steinhardt2018-09-281-0/+138
| * | | config: rename "config_file.h" to "config_backend.h"Patrick Steinhardt2018-09-282-7/+6
| |/ /
* | | Merge pull request #4784 from tiennou/fix/warningsPatrick Steinhardt2018-09-281-0/+9
|\ \ \
| * | | path: fix "comparison always true" warningEtienne Samson2018-09-251-0/+9
* | | | Merge pull request #4803 from tiennou/fix/4802Patrick Steinhardt2018-09-281-0/+19
|\ \ \ \ | |/ / / |/| | |
| * | | vector: do not malloc 0-length vectors on dupEtienne Samson2018-09-261-0/+19
| |/ /
* | | online::clone: free url and username before resettingethomson/test_leakEdward Thomson2018-09-221-0/+6
|/ /
* | clar: iterate errors in report_all / report_errorsEdward Thomson2018-09-081-19/+15
* | ci: use more compatible strftime formatsEdward Thomson2018-09-061-1/+1
* | clar: remove globals; error-check fprintf/fcloseEdward Thomson2018-09-062-44/+87
* | clar: introduce CLAR_XML optionEdward Thomson2018-09-061-5/+19
* | clar: accept a value for the summary filenameEdward Thomson2018-09-062-12/+25
* | clar: don't use a variable named `time`Edward Thomson2018-09-061-4/+4
* | Barebones JUnit XML outputEtienne Samson2018-09-062-1/+111
* | DocumentationEtienne Samson2018-09-061-0/+2
* | Isolate test reportsEtienne Samson2018-09-063-36/+82