summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* yoethomson/ssh_exec_2Edward Thomson2023-04-113-76/+141
* process: test SIGTERM with catEdward Thomson2023-02-231-1/+1
* process: test SIGTERM detectionEdward Thomson2023-04-114-1/+79
* ci: split ssh into exec and libssh2Edward Thomson2023-04-111-8/+8
* ssh: introduce GIT_SSH_EXEC for external OpenSSHEdward Thomson2023-04-115-2/+302
* ssh: GIT_SSH_LIBSSH2 is now distinct from GIT_SSHEdward Thomson2023-04-118-25/+28
* ssh: refactor libssh2-specific bits into their own fileEdward Thomson2023-04-115-1108/+1161
* Introduce git_process class that invokes processesEdward Thomson2023-04-1110-0/+1560
* Merge pull request #6544 from libgit2/ethomson/repo_envEdward Thomson2023-04-084-286/+491
|\
| * repo: honor GIT_CONFIG_* environment variablesEdward Thomson2023-04-042-35/+146
| * repo: honor GIT_COMMON_DIR when respecting envEdward Thomson2023-04-042-10/+46
| * repo: honor GIT_WORK_TREE environment variableEdward Thomson2023-04-042-13/+62
| * env: remove the _from_env functionEdward Thomson2023-04-042-227/+233
| * repo: change error messageEdward Thomson2023-04-041-1/+1
| * repo: free data in the discovery testsEdward Thomson2023-04-041-0/+3
|/
* 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
|\ \ \ | |/ / |/| |