summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! ci: run the no-keep-alive testsethomson/keepaliveEdward Thomson2023-03-301-1/+1
* httpclient: return GIT_RETRY to indicate keep-alive retryEdward Thomson2023-03-303-23/+64
* ci: run the no-keep-alive testsEdward Thomson2023-03-301-1/+3
* http: ensure that we can handle broken keep-alivesEdward Thomson2023-03-301-0/+13
* Merge pull request #6505 from libgit2/ethomson/extension_madnessEdward Thomson2023-03-272-11/+56
|\
| * repo: don't allow repeated extensionsEdward Thomson2023-02-252-11/+56
* | Merge pull request #6533 from libgit2/ethomson/schannel-2Edward Thomson2023-03-2733-248/+1453
|\ \
| * | http: add SSPI authentication on WindowsEdward Thomson2023-03-215-9/+350
| * | utf8: add conversion with size and refactor namesEdward Thomson2023-03-2112-120/+185
| * | http: refactor GSSAPI / negotiate / NTLM authEdward Thomson2023-03-213-46/+46
| * | http: introduce schannel streams for windowsEdward Thomson2023-03-2116-80/+879
* | | Merge pull request #6534 from libgit2/ethomson/v1.6.3v1.6.3Edward Thomson2023-03-214-4/+27
|\ \ \ | |/ / |/| |
| * | v1.6.3: update changelogEdward Thomson2023-03-211-0/+23
| * | v1.6.3: update version numbersEdward Thomson2023-03-213-4/+4
|/ /
* | Merge pull request #6530 from libgit2/cmn/pack-index-64Edward Thomson2023-03-161-5/+4
|\ \
| * | pack: cast to uint64_t when calculating index size insteadCarlos Martín Nieto2023-03-161-4/+3
| * | pack: use 64 bits for the number of objectsCarlos Martín Nieto2023-03-141-4/+4
|/ /
* | Merge pull request #6529 from libgit2/ethomson/include_sanityEdward Thomson2023-03-113-3/+0
|\ \
| * | cmake: don't include `include/git2`Edward Thomson2023-03-103-3/+0
|/ /
* | Merge pull request #6527 from Batchyx/batchyx/wchar-fixesEdward Thomson2023-03-081-0/+2
|\ \
| * | sysdir: Do not declare win32 functions on non-win32 platformsNicolas Cavallari2023-03-081-0/+2
|/ /
* | Merge pull request #6521 from libgit2/ethomson/weird_ignoreEdward Thomson2023-03-032-1/+48
|\ \
| * | index: support `git_index_add_all` directories with forceEdward Thomson2023-03-021-1/+2
| * | index: test `git_index_add_all` with forceEdward Thomson2023-03-021-0/+23
| * | index: test `git_index_add_all` with ignored folderEdward Thomson2023-03-021-0/+23
|/ /
* | Merge pull request #6520 from libgit2/ethomson/git_odb_openEdward Thomson2023-03-022-0/+53
|\ \
| * | odb: restore `git_odb_open`Edward Thomson2023-03-012-0/+53
* | | Merge pull request #6513 from libgit2/ethomson/util_test_rootEdward Thomson2023-03-011-1/+5
|\ \ \
| * | | fs_path: let root run the ownership testsEdward Thomson2023-02-271-1/+5
* | | | Merge pull request #6518 from georgthegreat/patch-1Edward Thomson2023-03-011-2/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove unused wditer variableYuriy Chernyshov2023-02-281-2/+0
|/ / /
* | | v1.6.2: update changelogv1.6.2Edward Thomson2023-02-281-0/+20
* | | v1.6.2: update version numbersEdward Thomson2023-02-283-4/+4
* | | Merge pull request #6514 from libgit2/ethomson/libgit2_pcEdward Thomson2023-02-271-2/+2
|\ \ \
| * | | meta: configure pkg-config .pc correctlyEdward Thomson2023-02-271-2/+2
| |/ /
* | | Merge pull request #6512 from libgit2/ethomson/odb_looseEdward Thomson2023-02-272-0/+77
|\ \ \
| * | | odb: test git_odb_backend_looseEdward Thomson2023-02-271-0/+43
| * | | odb: add back git_odb_backend_looseEdward Thomson2023-02-271-0/+34
| |/ /
* | | Merge pull request #6511 from libgit2/ethomson/hostandportEdward Thomson2023-02-272-22/+4
|\ \ \ | |/ / |/| |
| * | Revert "tests: validate host and port for ssh tests when non-standard"Edward Thomson2023-02-271-11/+1
| * | Revert "Pass hostkey & port to host verify callback"Edward Thomson2023-02-271-11/+3
| |/
* | Merge pull request #6506 from libgit2/ethomson/zero_update_tipsEdward Thomson2023-02-271-1/+1
|\ \ | |/ |/|
| * remote: always populate old id in update tipsEdward Thomson2023-02-251-1/+1
|/
* v1.6.1: correct missing version number updatesv1.6.1Edward Thomson2023-02-254-5/+5
* Merge pull request #6501 from libgit2/ethomson/v1.6Edward Thomson2023-02-255-5/+104
|\
| * v1.6: update version numbersEdward Thomson2023-02-244-5/+5
| * v1.6: update the changelogEdward Thomson2023-02-241-0/+99
|/
* Merge pull request #6503 from fxcoudert/hostandportEdward Thomson2023-02-244-15/+42
|\
| * tests: validate host and port for ssh tests when non-standardEdward Thomson2023-02-241-1/+11
| * Pass hostkey & port to host verify callbackFrancois-Xavier Coudert2023-02-241-3/+11