summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* badssl: RC4 should not fail with ECERTIFICATEcmn/rc4Edward Thomson2020-12-141-4/+2
* badssl: re-enable RC4 testCarlos Martín Nieto2020-12-131-3/+0
* threads: git_tls_data to git_tlsdataEdward Thomson2020-12-081-0/+65
* threads: rename thread files to thread.[ch]Edward Thomson2020-12-061-1/+1
* threads: rename git_atomic to git_atomic32Edward Thomson2020-12-061-9/+9
* tests: ifdef out unused function in no-thread buildsEdward Thomson2020-12-051-0/+2
* Make the pack and mwindow implementations data-race-freelhchavez2020-11-282-0/+61
* midx: Support multi-pack-index files in odb_pack.clhchavez2020-11-271-0/+16
* path: remove unused git_path_topdirEdward Thomson2020-11-271-27/+1
* Merge pull request #5580 from libgit2/ethomson/win32_leakcheckEdward Thomson2020-11-212-45/+44
|\
| * cmake: rename MSVC_CRTDBG to WIN32_LEAKCHECKEdward Thomson2020-11-212-7/+7
| * win32: "crtdbg" is now "leakcheck"Edward Thomson2020-11-211-38/+37
* | Merge pull request #5692 from rbmclean/masterEdward Thomson2020-11-211-0/+12
|\ \ | |/ |/|
| * Apply suggestions from code reviewEdward Thomson2020-11-212-1/+1
| * worktree: change test to invalidate worktree via filesystemReginald McLean2020-11-072-4/+2
| * worktree: Demonstrate missing worktree checkReginald McLean2020-11-061-0/+14
* | Add git_tag_name_is_validSven Strickroth2020-10-251-0/+17
* | Add git_branch_name_is_validSven Strickroth2020-10-251-0/+17
* | remote: use git_remote_name_is_validEdward Thomson2020-10-251-8/+15
* | refspec: return GIT_EINVALIDSPEC for invalid specsEdward Thomson2020-10-251-1/+1
* | refs: use git_reference_name_is_validEdward Thomson2020-10-252-23/+32
|/
* Merge pull request #5546 from libgit2/ethomson/initEdward Thomson2020-10-143-3/+8
|\
| * runtime: move init/shutdown into the "runtime"Edward Thomson2020-10-111-1/+0
| * thread: restore the git_thread_exit testsEdward Thomson2020-10-111-1/+7
| * settings: localize global dataEdward Thomson2020-10-111-1/+1
* | Make the Windows leak detection more robustlhchavez2020-10-112-93/+101
|/
* clone: test that the origin HEAD is createdEdward Thomson2020-10-061-1/+6
* multipack: Introduce a parser for multi-pack-index fileslhchavez2020-10-052-0/+29
* Merge pull request #5494 from kevinjswinton/masterEdward Thomson2020-10-042-4/+2
|\
| * Fix binary diff showing /dev/nullKevin Swinton2020-04-182-4/+2
* | Merge pull request #5581 from libgit2/ethomson/mainbranchEdward Thomson2020-10-042-0/+33
|\ \
| * | clone: respect init.defaultBranch when emptyEdward Thomson2020-08-031-0/+17
| * | repo: honor the init.defaultBranch settingEdward Thomson2020-08-031-0/+16
* | | Merge pull request #5620 from dlax/parse-patch-add-delete-no-indexEdward Thomson2020-10-041-0/+23
|\ \ \
| * | | patch_parse: handle absence of "index" header for new/deleted casesDenis Laxalde2020-08-291-0/+23
| |/ /
* | | Merge pull request #5626 from csware/parse_boolEdward Thomson2020-10-041-0/+76
|\ \ \
| * | | Improve formattingSven Strickroth2020-09-091-1/+10
| * | | Add boolean tests for "on" and "off"Sven Strickroth2020-09-091-1/+7
| * | | Support empty values for git_config_get_mapped and git_config_lookup_map_valueSven Strickroth2020-09-091-1/+3
| * | | Fix parsing boolean config values when using git_config_get_mapped and git_co...Sven Strickroth2020-09-091-0/+59
| |/ /
* | | Merge pull request #5629 from csware/config-multiline-parseEdward Thomson2020-10-042-0/+15
|\ \ \
| * | | Fix config file parsing with multi line values containing quoted partsSven Strickroth2020-09-182-0/+15
| |/ /
* | | Merge pull request #5619 from ddevault/diffstat-segfaultEdward Thomson2020-09-171-0/+35
|\ \ \
| * | | diff stats: fix segfaults with new filesDrew DeVault2020-09-161-0/+35
| |/ /
* | | Removed FreeBSD-related macros.Philipp2020-09-141-7/+1
* | | Fixed includes for FreeBSD.Philipp2020-09-091-1/+7
|/ /
* | Merge pull request #5563 from pks-t/pks/worktree-headsEdward Thomson2020-08-033-37/+30
|\ \
| * | tests: verify renaming branch really updates worktree HEADPatrick Steinhardt2020-07-121-1/+4
| * | repository: retrieve worktree HEAD via refdbPatrick Steinhardt2020-07-121-1/+4
| * | repository: remove function to iterate over HEADsPatrick Steinhardt2020-07-121-43/+0