summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remote: deprecate resolve_url callbackethomson/custom_urlEdward Thomson2021-08-293-3/+34
* remote: introduce git_remote_ready_cbEdward Thomson2021-08-294-4/+72
* remote: introduce set_instance_urlEdward Thomson2021-08-273-3/+102
* Merge pull request #6008 from boretrk/arrayEdward Thomson2021-08-271-8/+8
|\
| * git_array_alloc: return objects of correct typePeter Pettersson2021-08-251-8/+8
* | Merge pull request #5747 from lhchavez/atomic-testsEdward Thomson2021-08-275-52/+234
|\ \
| * | Homogenize semantics for atomic-related functionslhchavez2021-08-265-52/+234
* | | Merge pull request #6010 from A-Ovchinnikov-mx/a-ovchin/remote-head-branch-cloneEdward Thomson2021-08-262-44/+33
|\ \ \ | |/ / |/| |
| * | Check if default branch matches refspecAlexander Ovchinnikov2021-08-261-0/+3
| * | clone: set refs/remotes/origin/HEAD to default branch when branch is specifie...Alexander Ovchinnikov2021-08-262-7/+22
| * | Revert "Merge pull request #5775 from libgit2/ethomson/clone_branch"Alexander Ovchinnikov2021-08-262-50/+21
|/ /
* | Merge pull request #6007 from boretrk/arrayEdward Thomson2021-08-253-8/+9
|\ \ | |/
| * array: fix dereference from void * typePeter Pettersson2021-08-252-4/+5
| * array: make gcc keep the type of the NULL return valuePeter Pettersson2021-08-251-4/+4
* | Merge pull request #6006 from boretrk/c11-warningsEdward Thomson2021-08-254-15/+16
|\ \ | |/ |/|
| * win32: name the dummy union in GIT_REPARSE_DATA_BUFFERPeter Pettersson2021-08-253-15/+15
| * enable gcc warnings for C11 specific extensionsPeter Pettersson2021-08-251-0/+1
* | Merge pull request #5802 from lhchavez/git-warn-unused-resultEdward Thomson2021-08-2514-35/+65
|\ \
| * | formattinglhchavez2021-08-081-4/+4
| * | Get Win32 builds to buildlhchavez2021-08-082-19/+18
| * | Move GIT_WARN_UNUSED_RESULT from the public to the private APIlhchavez2021-08-082-18/+18
| * | Handle one more unused variable introduced since the PR startedlhchavez2021-08-081-1/+7
| * | Add guidelines for the GIT_WARN_UNUSED_RESULT annotationlhchavez2021-08-081-1/+12
| * | Be a little bit less aggressive GIT_WARN_UNUSED_RESULTlhchavez2021-08-081-9/+6
| * | Proof-of-concept for a more aggressive GIT_UNUSED()lhchavez2021-08-088-18/+22
| * | Introduce GIT_WARN_UNUSED_RESULTlhchavez2021-08-085-21/+34
* | | Merge pull request #5950 from boretrk/posixtestEdward Thomson2021-08-2513-21/+44
|\ \ \ | |_|/ |/| |
| * | bugfix: don't generate paths with empty segmentsPeter Pettersson2021-08-082-5/+6
| * | tests: don't generate false positives on empty path segmentsPeter Pettersson2021-08-085-15/+16
| * | tests: optional test for p_open() with empty path segmentsPeter Pettersson2021-08-086-1/+22
| |/
* | Merge pull request #6005 from boretrk/c11-warningsEdward Thomson2021-08-253-6/+7
|\ \
| * | c90/c99: name the unnamed union in git_hash_ctxPeter Pettersson2021-08-252-6/+6
| * | enable warnings for C11 specific extensionsPeter Pettersson2021-08-251-0/+1
|/ /
* | Merge pull request #5974 from libgit2/ethomson/dlopen_sslEdward Thomson2021-08-2431-546/+1852
|\ \
| * | ci: run dynamically loaded openssl workflows nightlyethomson/dlopen_sslEdward Thomson2021-08-241-0/+35
| * | openssl: lazily load libraries when dynamically loadingEdward Thomson2021-08-241-6/+53
| * | openssl: dynamically load on macOSEdward Thomson2021-08-241-0/+2
| * | tests: show errors when libgit2_init failsEdward Thomson2021-08-241-1/+3
| * | ntlmclient: update to ntlmclient 0.9.1Edward Thomson2021-08-2417-346/+623
| * | valgrind: suppress leaks in dlopen and newer librariesEdward Thomson2021-08-241-0/+64
| * | openssl: dynamically load libssl and symbols (optionally)Edward Thomson2021-08-2411-84/+902
| * | openssl: separate legacy apiEdward Thomson2021-08-243-188/+249
|/ /
* | Merge pull request #6000 from libgit2/ethomson/ciEdward Thomson2021-08-237-0/+8
|\ \
| * | ci: update container versionsEdward Thomson2021-08-236-0/+6
| * | ci: tag new containers with the latest tagEdward Thomson2021-08-231-0/+2
|/ /
* | Merge pull request #5995 from libgit2/ethomson/centos_ciEdward Thomson2021-08-212-1/+5
|\ \
| * | ci: update centos to find libssh2ethomson/centos_ciEdward Thomson2021-08-212-1/+5
* | | Merge pull request #5999 from libgit2/ethomson/openssl_valgrindEdward Thomson2021-08-211-5/+10
|\ \ \ | |/ / |/| |
| * | openssl: don't fail when we can't customize allocatorsethomson/openssl_valgrindEdward Thomson2021-08-211-5/+10
|/ /
* | Merge pull request #5997 from boretrk/sha1_endianEdward Thomson2021-08-181-2/+0
|\ \