summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* stream registration: take an enum typeEdward Thomson2018-11-281-4/+31
* stream: provide generic registration APIEdward Thomson2018-11-281-2/+61
* tests: optionally ignore https cert validationEdward Thomson2018-11-281-0/+18
* tls: introduce a wrap functionEdward Thomson2018-11-281-2/+18
* proxy tests: rename credential callbackEdward Thomson2018-11-281-2/+2
* proxy tests: support self-signed proxy certEdward Thomson2018-11-281-0/+30
* tests: support optional PROXY_SCHEMEEdward Thomson2018-11-281-3/+12
* tests: PROXY_URL is more accurately PROXY_HOSTEdward Thomson2018-11-281-9/+9
* Merge pull request #4884 from libgit2/ethomson/index_iteratorPatrick Steinhardt2018-11-211-3/+90
|\
| * index: introduce git_index_iteratorethomson/index_iteratorEdward Thomson2018-11-141-3/+90
* | Merge branch 'tiennou/fix/logallrefupdates-always'Edward Thomson2018-11-181-0/+22
|\ \
| * | refs: add support for core.logAllRefUpdates=alwaysEtienne Samson2018-11-181-0/+22
* | | Merge pull request #4847 from noahp/noahp/null-arg-fixesEdward Thomson2018-11-181-1/+2
|\ \ \ | |/ / |/| |
| * | tests: address two null argument instancesNoah Pendleton2018-11-131-1/+2
* | | Merge pull request #4713 from libgit2/ethomson/win_symlinksEdward Thomson2018-11-156-145/+262
|\ \ \
| * | | symlink tests: test symbolic links on windowsethomson/win_symlinksEdward Thomson2018-10-204-66/+151
| * | | repo::init tests: refactor global config path overrideEdward Thomson2018-10-201-9/+14
| * | | tests: provide symlink support helper functionEdward Thomson2018-10-204-30/+17
| * | | checkout tests: ensure readlink succeedsEdward Thomson2018-10-201-1/+3
| * | | repo tests: ensure core.symlinks is set correctlyEdward Thomson2018-10-201-0/+13
| * | | checkout tests: test symlinks based on support, not platformEdward Thomson2018-10-203-72/+121
| * | | checkout tests: don't use GetFinalPathNameByHandleEdward Thomson2018-10-201-24/+0
* | | | strntol: fix out-of-bounds reads when parsing numbers with leading signPatrick Steinhardt2018-11-141-0/+10
* | | | Merge pull request #4885 from pks-t/pks/apply-test-fixupsEdward Thomson2018-11-133-6/+6
|\ \ \ \
| * | | | tests: apply: fix reference to deprecated `git_buf_free`Patrick Steinhardt2018-11-131-2/+2
| * | | | tests: apply: fix missing `cl_git_pass` wrappersPatrick Steinhardt2018-11-132-4/+4
* | | | | Merge pull request #4883 from pks-t/pks/signature-tz-oobPatrick Steinhardt2018-11-131-0/+20
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | signature: fix out-of-bounds read when parsing timezone offsetPatrick Steinhardt2018-11-091-0/+20
* | | | | Merge pull request #4667 from tiennou/feature/remote-create-apiPatrick Steinhardt2018-11-133-96/+388
|\ \ \ \ \
| * | | | | tests: unwarranted NULL-ificationEtienne Samson2018-11-021-1/+0
| * | | | | tests: remote/create: remove macro and unroll testsEtienne Samson2018-11-021-29/+63
| * | | | | remote: add a flag to prevent generation of the default fetchspecEtienne Samson2018-11-021-5/+1
| * | | | | remote: add a creation flag for ignoring url.insteadOfEtienne Samson2018-11-021-0/+17
| * | | | | remote: provide a generic API for creating remotesEtienne Samson2018-11-021-0/+152
| * | | | | tests: count config section helper already existsEtienne Samson2018-11-021-29/+12
| * | | | | tests: git_remote_create_detachedEtienne Samson2018-11-021-0/+30
| * | | | | tests: check what happens with the remote. section countsEtienne Samson2018-11-021-0/+29
| * | | | | tests: git_remote_create_anonymousEtienne Samson2018-11-021-0/+21
| * | | | | tests: git_remote_create_with_fetchspecEtienne Samson2018-11-021-0/+23
| * | | | | tests: consolidate all remote creation tests in one test suiteEtienne Samson2018-11-022-62/+70
| * | | | | tests: rename remote creation test suiteEtienne Samson2018-11-021-13/+13
* | | | | | Merge pull request #4818 from pks-t/pks/index-collisionPatrick Steinhardt2018-11-131-2/+49
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | index: fix adding index entries with conflicting filesPatrick Steinhardt2018-10-191-2/+49
| | |_|_|/ | |/| | |
* | | | | Merge pull request #4705 from libgit2/ethomson/applyEdward Thomson2018-11-1112-2/+2620
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | test: ensure applying a patch can't delete a file twiceethomson/applyEdward Thomson2018-11-052-0/+45
| * | | | apply: test re-adding a file after removing itEdward Thomson2018-11-052-0/+50
| * | | | apply: test modifying a file after renaming itEdward Thomson2018-11-052-0/+72
| * | | | apply: test renaming a file after modifying itEdward Thomson2018-11-052-5/+20
| * | | | apply: test that we can't rename a file after modifying itEdward Thomson2018-11-052-0/+36
| * | | | apply: test modify delta after rename deltaEdward Thomson2018-11-052-0/+50