summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* clar: refactor explicitly run test behaviorEdward Thomson2018-09-061-11/+44
* Merge pull request #4727 from libgit2/cmn/null-oid-existing-treeEdward Thomson2018-08-262-0/+16
|\
| * tree: rename from_tree to validate and clarify the tree in the testcmn/null-oid-existing-treeCarlos Martín Nieto2018-07-271-0/+1
| * tree: accept null ids in existing trees when updatingCarlos Martín Nieto2018-07-182-0/+15
* | Merge pull request #4374 from pks-t/pks/pack-file-verifyEdward Thomson2018-08-262-10/+68
|\ \
| * | tests: indexer: add test to exercise our connectivity checkingPatrick Steinhardt2018-06-221-0/+58
| * | indexer: introduce options struct to `git_indexer_new`Patrick Steinhardt2018-06-222-10/+10
* | | Merge pull request #4776 from pks-t/pks/test-index-invalid-filemodeEdward Thomson2018-08-241-0/+42
|\ \ \
| * | | tests: verify adding index conflicts with invalid filemodes failsPatrick Steinhardt2018-08-241-0/+42
* | | | Merge pull request #4769 from tiennou/fix/worktree-unlockPatrick Steinhardt2018-08-241-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | worktree: unlock should return 1 when the worktree isn't lockedEtienne Samson2018-08-171-2/+2
* | | | Merge pull request #4754 from libgit2/ethomson/threadsEdward Thomson2018-08-192-11/+21
|\ \ \ \ | |/ / / |/| | |