summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: propagate environment variablesethomson/arm-actionsEdward Thomson2020-11-201-0/+1
* ci: supply a token for self-hosted runnersEdward Thomson2020-11-201-2/+3
* ci: supply a token for self-hosted runnersEdward Thomson2020-11-201-1/+3
* Merge pull request #5700 from libgit2/ethomson/arm-actionsEdward Thomson2020-11-201-0/+5
|\
| * ci: GitHub Actions for arm64Edward Thomson2020-11-201-0/+5
|/
* Merge pull request #5697 from libgit2/ethomson/actionsEdward Thomson2020-11-1818-24/+217
|\
| * coverityethomson/actionsEdward Thomson2020-11-181-0/+30
| * ci: use GitHub Actions for nightly buildsEdward Thomson2020-11-181-0/+163
| * ci: stop using deprecated set-env in GitHub ActionsEdward Thomson2020-11-1816-24/+24
|/
* Merge pull request #5659 from libgit2/ethomson/name_is_validEdward Thomson2020-11-0720-105/+365
|\
| * changelog: include new reference validity functionsethomson/name_is_validEdward Thomson2020-10-251-0/+15
| * Add git_tag_name_is_validSven Strickroth2020-10-253-0/+54
| * Add git_branch_name_is_validSven Strickroth2020-10-253-0/+58
| * remote: deprecate git_remote_is_valid_nameEdward Thomson2020-10-253-16/+35
| * remote: use git_remote_name_is_validEdward Thomson2020-10-252-10/+19
| * refs: introduce git_remote_name_is_validEdward Thomson2020-10-252-7/+34
| * refspec: return GIT_EINVALIDSPEC for invalid specsEdward Thomson2020-10-253-10/+7
| * refs: deprecate git_reference_is_valid_nameEdward Thomson2020-10-253-28/+36
| * refs: use git_reference_name_is_validEdward Thomson2020-10-255-32/+50
| * refs: introduce git_reference_name_is_validEdward Thomson2020-10-253-2/+29
| * refs: error checking in internal name validationEdward Thomson2020-10-253-36/+64
|/
* Merge pull request #5685 from staticfloat/sf/mbedtls_inc_fixEdward Thomson2020-10-211-0/+1
|\
| * Include `${MBEDTLS_INCLUDE_DIR}` when compiling `crypt_mbedtls.c`Elliot Saba2020-10-201-0/+1
|/
* Merge pull request #5668 from libgit2/ethomson/tlsdataEdward Thomson2020-10-141-1/+1
|\
| * threadstate: rename tlsdata when building w/o threadsEdward Thomson2020-10-141-1/+1
|/
* Merge pull request #5546 from libgit2/ethomson/initEdward Thomson2020-10-1440-493/+588
|\
| * Move libgit2 settings into libgit2.cethomson/initEdward Thomson2020-10-113-331/+331
| * Rename global.c to libgit2.cEdward Thomson2020-10-111-0/+0
| * runtime: move init/shutdown into the "runtime"Edward Thomson2020-10-1127-226/+262
| * thread: don't use the global tlsdata for thread exitEdward Thomson2020-10-112-11/+18
| * thread: restore the git_thread_exit testsEdward Thomson2020-10-111-1/+7
| * global: separate global state from thread-local stateEdward Thomson2020-10-117-239/+258
| * global init: check error message buffer allocationEdward Thomson2020-10-111-2/+5
| * mwindow: localize mutexEdward Thomson2020-10-115-18/+15
| * settings: localize global dataEdward Thomson2020-10-117-20/+39
| * win32: teach the allocator to deal with crtdbgEdward Thomson2020-10-113-15/+21
| * init: move thread init to git_global_threads_initEdward Thomson2020-10-115-5/+7
* | Merge pull request #5661 from lhchavez/windows-leak-detection-deflakeEdward Thomson2020-10-143-94/+102
|\ \
| * | Make the Windows leak detection more robustlhchavez2020-10-113-94/+102
| |/
* | Merge pull request #5664 from lhchavez/define-non-threadsafe-git-loadEdward Thomson2020-10-141-0/+5
|\ \
| * | Define `git___load` when building with `-DTHREADSAFE=OFF`lhchavez2020-10-131-0/+5
* | | Merge pull request #5658 from libgit2/ethomson/ntlm_htonllEdward Thomson2020-10-145-42/+23
|\ \ \ | |/ / |/| |
| * | ntlm: update ntlm dependency for htonllethomson/ntlm_htonllEdward Thomson2020-10-115-42/+23
| |/
* | Merge pull request #5660 from libgit2/ethomson/v1.1v1.1.0Edward Thomson2020-10-124-5/+94
|\ \ | |/ |/|
| * Release v1.1ethomson/v1.1Edward Thomson2020-10-123-5/+5
| * changelog: document changes since v1.1Edward Thomson2020-10-121-0/+89
|/
* Merge pull request #5649 from libgit2/ethomson/pcreEdward Thomson2020-10-115-26/+130
|\
| * pcre: upgrade to 8.44ethomson/pcreEdward Thomson2020-10-045-25/+26
| * pcre: upgrade to 8.43Edward Thomson2020-10-044-12/+22
| * pcre: include the licenseEdward Thomson2020-10-041-0/+93