summaryrefslogtreecommitdiff
path: root/tests/libgit2
Commit message (Expand)AuthorAgeFilesLines
* Added missing is_prunable testReginald McLean2023-05-161-0/+13
* clone: skip timeout tests on WinHTTPethomson/timeoutsEdward Thomson2023-05-131-0/+16
* streams: sockets are non-blocking and can timeoutEdward Thomson2023-05-132-1/+61
* net: move rfc2818 hostname / wildcard matching to utilEdward Thomson2023-05-131-13/+0
* Merge pull request #6557 from libgit2/ethomson/shallowEdward Thomson2023-05-096-2/+670
|\
| * fetch: remove `unshallow` optionEdward Thomson2023-05-091-1/+1
| * oid: use an oid array instead of shallowarrayEdward Thomson2023-05-093-68/+117
| * shallow: cleanup whitespace in testsEdward Thomson2023-05-081-16/+16
| * grafts: handle SHA256 graft filesEdward Thomson2023-05-082-2/+2
| * transport: transports understand oid typeEdward Thomson2023-04-251-2/+2
| * shallow: move tests to onlineEdward Thomson2023-04-241-12/+4
| * shallow: remove feature flagEdward Thomson2023-04-243-16/+0
| * Merge remote-tracking branch 'origin/main' into shallow-clone-networkEdward Thomson2023-04-2234-134/+1488
| |\
| * \ Merge commit 'd066d0d95c43e97df6624292f3f527f9372ca8fe'lmcglash2023-03-1050-1901/+1821
| |\ \
| * | | refactor grafts testsYuang Li2022-09-063-9/+9
| * | | remove unused statementsYuang Li2022-09-051-1/+0
| * | | fix seg faultsYuang Li2022-09-052-1/+3
| * | | fix free errorYuang Li2022-08-311-2/+0
| * | | fix shallowarray testYuang Li2022-08-311-3/+3
| * | | support fetch unshallow option on shallow reposyuangli2022-08-092-0/+93
| * | | edit tests for shallow clonesyuangli2022-08-021-10/+38
| * | | fix clone::shallow test behaviouryuangli2022-07-291-1/+1
| * | | eliminate build warningsyuangli2022-07-291-0/+105
| * | | Merge branch 'mw_dev' into shallow-clone-localYuang Li2022-07-29168-1123/+1738
| |\ \ \
| * | | | eliminate build warningsyuangli2022-07-273-0/+418
* | | | | sha256: wrap_odb supports SHA256Edward Thomson2023-05-063-3/+4
* | | | | odb: test object lookups from git_repository_wrap_odbEdward Thomson2023-05-061-1/+20
| |_|_|/ |/| | |
* | | | Merge pull request #6549 from libgit2/ethomson/sha256_experimentalEdward Thomson2023-04-2228-124/+1344
|\ \ \ \
| * | | | commit graph: support sha256Edward Thomson2023-04-101-2/+15
| * | | | midx: support sha256Edward Thomson2023-04-101-1/+6
| * | | | diff: parse patches with sha256Edward Thomson2023-04-1012-73/+97
| * | | | index: add sha256 supportEdward Thomson2023-04-1014-48/+1226
* | | | | config: return `GIT_ENOTFOUND` for missing programdataEdward Thomson2023-04-111-0/+11
|/ / / /
* | | | repo: honor GIT_CONFIG_* environment variablesEdward Thomson2023-04-041-0/+52
* | | | repo: honor GIT_COMMON_DIR when respecting envEdward Thomson2023-04-041-0/+20
* | | | repo: honor GIT_WORK_TREE environment variableEdward Thomson2023-04-041-0/+20
* | | | repo: free data in the discovery testsEdward Thomson2023-04-041-0/+3
* | | | Merge pull request #6505 from libgit2/ethomson/extension_madnessEdward Thomson2023-03-271-6/+23
|\ \ \ \
| * | | | repo: don't allow repeated extensionsEdward Thomson2023-02-251-6/+23
* | | | | http: introduce schannel streams for windowsEdward Thomson2023-03-212-4/+15
| |_|_|/ |/| | |
* | | | index: test `git_index_add_all` with forceEdward Thomson2023-03-021-0/+23
* | | | index: test `git_index_add_all` with ignored folderEdward Thomson2023-03-021-0/+23
* | | | odb: restore `git_odb_open`Edward Thomson2023-03-011-0/+34
* | | | Merge pull request #6512 from libgit2/ethomson/odb_looseEdward Thomson2023-02-271-0/+43
|\ \ \ \
| * | | | odb: test git_odb_backend_looseEdward Thomson2023-02-271-0/+43
| |/ / /
* | | | Revert "tests: validate host and port for ssh tests when non-standard"Edward Thomson2023-02-271-11/+1
|/ / /
* | | tests: validate host and port for ssh tests when non-standardEdward Thomson2023-02-241-1/+11
* | | tests: always unset HTTP_PROXY before starting testsEdward Thomson2023-02-231-21/+15
* | | #6491: Sets oid_type on repos open with git_repository_open_bareMiguel Arroz2023-02-171-0/+3
* | | Merge pull request #6330 from gitkraken-jacobw/partial-stashingEdward Thomson2023-02-162-0/+42
|\ \ \