summaryrefslogtreecommitdiff
path: root/tests
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 `gitno` buffer to `staticstr`Edward Thomson2023-05-132-2/+0
* net: move rfc2818 hostname / wildcard matching to utilEdward Thomson2023-05-132-13/+13
* util: make monotonic time fn return msEdward Thomson2023-05-133-10/+10
* Merge pull request #6557 from libgit2/ethomson/shallowEdward Thomson2023-05-0935-2/+692
|\
| * 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-22117-139/+1572
| |\
| * \ Merge commit 'd066d0d95c43e97df6624292f3f527f9372ca8fe'lmcglash2023-03-10212-709/+4981
| |\ \
| * | | 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-9/+9
| * | | Merge branch 'transportPR' into shallow-clone-networkyuangli2022-07-291-0/+105
| |\ \ \
| | * | | add test for shallow repo depth 1yuangli2022-07-191-11/+49
| | * | | enable cloning of shallow repoyuangli2022-07-191-9/+16
| | * | | rewrite shallow_rootyuangli2022-07-071-3/+7
| | * | | attempt to buildyuangli2022-07-053-245/+2
| | * | | Merge branch 'pr/tiennou/4747' into transportPRyuangli2022-07-043-0/+299
| * | | | Merge branch 'mw_dev' into shallow-clone-localYuang Li2022-07-29169-1125/+1760
| |\ \ \ \
| * | | | | eliminate build warningsyuangli2022-07-273-0/+0
| * | | | | Merge branch 'pr/pks-t/5254' into shallow-clone-localyuangli2022-07-2632-0/+440
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | disable shallow clone feature flag in test cleanupYuang Li2022-06-282-0/+2
| | * | | | enable shallow clone support in tests when necessaryYuang Li2022-06-282-0/+2
| | * | | | move feature flag tests to tests/grafts/shallow.cYuang Li2022-06-272-11/+10
| | * | | | add test for shallow feature flagYuang Li2022-06-271-0/+11
| | * | | | Merge branch 'main' into pr/pks-t/5254Yuang Li2022-06-24148-1018/+5179
| | |\ \ \ \
| | * | | | | repository: do not expose grafting mechanismPatrick Steinhardt2020-06-271-26/+27
| | * | | | | repository: reuse grafts for shallow rootsPatrick Steinhardt2020-06-271-9/+12
| | * | | | | grafts: move parsing into grafts modulePatrick Steinhardt2020-06-271-0/+149
| | * | | | | grafts: make the structure self-contained and opaquePatrick Steinhardt2020-06-271-9/+8
| | * | | | | tests: graft commitsEtienne Samson2020-06-2732-39/+274
* | | | | | | 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-22109-124/+1423
|\ \ \ \ \ \
| * | | | | | 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