summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* credential: change git_cred to git_credentialethomson/credtypeEdward Thomson2020-01-263-65/+65
* ci: add NTLM testsEdward Thomson2020-01-241-7/+8
* tests: allow users to use expect/continueEdward Thomson2020-01-242-0/+14
* tests: support CLAR_TRACE_LEVELEdward Thomson2020-01-241-15/+0
* net: introduce git_net_url_joinpathEdward Thomson2020-01-241-0/+194
* net: refactor gitno redirect handlingEdward Thomson2020-01-241-10/+10
* tests: test that clone returns 4321Edward Thomson2020-01-241-2/+2
* ci: perform SPNEGO testsEdward Thomson2020-01-241-6/+7
* merge: update enum type name for consistencyEdward Thomson2020-01-181-1/+1
* Merge pull request #5361 from csware/no-return-freed_objectPatrick Steinhardt2020-01-171-0/+2
|\
| * Do not return free'd git_repository object on errorSven Strickroth2020-01-161-0/+2
* | refs: refuse to delete HEADJosh Bleecher Snyder2020-01-155-10/+23
|/
* win32: fix relative symlinks pointing into dirsPatrick Steinhardt2020-01-101-0/+27
* netops: handle intact query parameters in service_suffix removalJosh Bleecher Snyder2020-01-091-0/+16
* tests: pack: add missing asserts around `git_packbuilder_write`Patrick Steinhardt2020-01-091-5/+5
* tests: submodule: verify setup of relative URLsPatrick Steinhardt2020-01-061-0/+21
* Merge pull request #5300 from tiennou/fix/branch-documentationPatrick Steinhardt2019-12-131-0/+44
|\
| * refs: rename git_reference__set_name to git_reference__reallocEtienne Samson2019-12-131-0/+44
* | Merge pull request #5333 from lrm29/attr_binary_macroPatrick Steinhardt2019-12-131-4/+6
|\ \
| * | attr: Update definition of binary macroLaurence McGlashan2019-12-121-4/+6
| |/
* | path: support non-ascii drive letters on dosEdward Thomson2019-12-101-0/+11
* | index: ensure that we respect core.protectNTFS=falseEdward Thomson2019-12-101-0/+20
* | tree: ensure we protect NTFS paths everywhereEdward Thomson2019-12-101-5/+3
* | path: protect NTFS everywhereEdward Thomson2019-12-101-0/+15
* | test: ensure we can't add a protected pathEdward Thomson2019-12-101-0/+56
* | test: improve badname verification testEdward Thomson2019-12-101-9/+9
* | test: ensure treebuilder validate new protection rulesEdward Thomson2019-12-101-0/+1
* | test: ensure index adds validate new protection rulesEdward Thomson2019-12-101-0/+3
* | test: improve badname verification testEdward Thomson2019-12-101-12/+12
* | path: also guard `.gitmodules` against NTFS Alternate Data StreamsJohannes Schindelin2019-12-101-0/+1
* | Disallow NTFS Alternate Data Stream attacks, even on Linux/macOSJohannes Schindelin2019-12-105-0/+11
* | Protect against 8.3 "short name" attacks also on Linux/macOSJohannes Schindelin2019-12-101-2/+1
* | cl_git_fail: do not report bogus error messageJohannes Schindelin2019-12-101-1/+1
|/
* Merge pull request #5312 from pks-t/pks/patch-base85-overflowEdward Thomson2019-12-012-0/+15
|\
| * patch_parse: fix out-of-bounds reads caused by integer underflowPatrick Steinhardt2019-11-282-0/+15
* | Merge pull request #5311 from pks-t/pks/clar-trace-warningEdward Thomson2019-11-291-10/+16
|\ \
| * | tests: fix compiler warning if tracing is disabledPatrick Steinhardt2019-11-281-10/+16
| |/
* | tests: config: only test parsing huge file with GITTEST_INVASIVE_SPEEDPatrick Steinhardt2019-11-281-0/+3
|/
* Merge pull request #5306 from herrerog/patchidPatrick Steinhardt2019-11-283-0/+77
|\
| * diff: make patchid computation work with all types of commits.Gregory Herrero2019-11-282-0/+65
| * patch_parse: correct parsing of patch containing not shown binary data.Gregory Herrero2019-11-192-0/+12
* | Merge pull request #5243 from pks-t/pks/config-optimize-memPatrick Steinhardt2019-11-282-0/+40020
|\ \
| * | config_entries: micro-optimize storage of multivarsPatrick Steinhardt2019-11-052-0/+40020
* | | Merge pull request #5309 from libgit2/ethomson/tracePatrick Steinhardt2019-11-281-9/+33
|\ \ \
| * | | tests: optionally show test execution tracingethomson/traceEdward Thomson2019-11-271-1/+9
| * | | tests: display trace level with prefix in testsEdward Thomson2019-11-271-8/+24
* | | | Merge pull request #5123 from libgit2/ethomson/off_tPatrick Steinhardt2019-11-283-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | internal: use off64_t instead of git_off_tethomson/off_tEdward Thomson2019-11-253-3/+3
| | |/ | |/|
* | | test: add an azure repos testEdward Thomson2019-11-241-0/+6
|/ /
* | patch_parse: use paths from "---"/"+++" lines for binary patchesPatrick Steinhardt2019-11-102-0/+26