summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6478 from libgit2/ethomson/v1.4.6v1.4.6maint/v1.4Edward Thomson2023-02-144-4/+17
|\
| * meta: add changelog for v1.4.6Edward Thomson2023-02-141-0/+13
| * meta: update version numbers to 1.4.6Edward Thomson2023-02-143-4/+4
|/
* Merge pull request #6476 from libgit2/ethomson/v1.4.6Edward Thomson2023-02-1414-113/+401
|\
| * test: isolate home directory separately from global configEdward Thomson2023-02-146-23/+66
| * Set all SSH hostkey preferences that are availableEric Huss2023-02-141-43/+42
| * ci: convert PATH correctly to Cygwin format on WindowsEdward Thomson2023-02-142-4/+28
| * ci: limit test runner to build pathEdward Thomson2023-02-141-2/+20
| * ci: run clone tests in onlineEdward Thomson2023-02-141-1/+1
| * tests: known_hosts manipulating ssh clone testsEdward Thomson2023-02-142-22/+145
| * ci: compile against libssh2 on windowsEdward Thomson2023-02-142-2/+35
| * ssh: give a realistic error messageEdward Thomson2023-02-141-2/+2
| * ssh: support windows `known_hosts` filesEdward Thomson2023-02-141-8/+8
| * sysdir: provide actual home directoryEdward Thomson2023-02-142-10/+58
|/
* Merge pull request #6449 from libgit2/1.4_sshv1.4.5Edward Thomson2023-01-207-97/+348
|\
| * meta: add changelog for v1.4.5Edward Thomson2023-01-181-0/+11
| * meta: update version numbers to 1.4.5Edward Thomson2023-01-183-4/+4
| * ssh: look for a key in known_hosts to set the key type for the handshakeCarlos Martín Nieto2023-01-181-53/+153
| * tests: move online::clone::ssh_auth_methods into the ssh test suiteCarlos Martín Nieto2023-01-181-2/+2
| * tests: append the github.com ssh keys so we have access during testsCarlos Martín Nieto2023-01-181-0/+5
| * ssh: verify the remote's host key against known_hosts if it existsCarlos Martín Nieto2023-01-181-87/+222
|/
* meta: add changelog for v1.4.4v1.4.4Edward Thomson2022-07-121-0/+15
* meta: update version numbers to 1.4.4Edward Thomson2022-07-123-4/+4
* zlib: Silence some warnings from Visual Studio C.Mark Adler2022-07-072-5/+5
* zlib: slide_hash: add MSAN annotation to suppress known read from uninitialis...Andrzej Hunt2022-07-071-0/+5
* zlib: declare prototypes for new functionsEdward Thomson2022-07-072-1/+10
* zlib: updated bundled zlib to v1.2.12Edward Thomson2022-07-0615-959/+10735
* repo: allow users running with sudo to access their repositoriesEdward Thomson2022-07-063-16/+45
* repo: validate gitdir and gitlink ownershipEdward Thomson2022-07-061-30/+77
* repo: allow admin owned configs by admin usersEdward Thomson2022-07-062-1/+18
* fs: allow ownership match if user is in admin groupEdward Thomson2022-07-062-7/+26
* fs: refactor file ownership checksEdward Thomson2022-07-063-103/+53
* fs: remove mock naming from change ownership constantsEdward Thomson2022-07-063-28/+41
* repo: add tests for bare repo permissionsEdward Thomson2022-07-061-0/+67
* ci: update dockerfiles for mbedTLS new urlEdward Thomson2022-07-063-11/+11
* actions: pass UID and GID to PR builds of dockerfilesEdward Thomson2022-07-061-1/+5
* ci: updates for CIEdward Thomson2022-07-0614-20/+170
* revparse: Remove error-prone, redundant testCarl Dong2022-07-061-1/+0
* Merge pull request #6273 from apnadkarni/describe-crash-fixEdward Thomson2022-04-181-1/+1
|\
| * Makes sense.apnadkarni2022-04-141-2/+1
| * Bug #6272 - fix crash in git_describe_commit.Ashok P. Nadkarni2022-04-131-2/+3
* | Merge pull request #6270 from libgit2/ethomson/v1.4.3v1.4.3Edward Thomson2022-04-124-4/+24
|\ \
| * | meta: changelog for v1.4.3Edward Thomson2022-04-121-0/+20
| * | meta: update version numbers for v1.4.3Edward Thomson2022-04-123-4/+4
* | | Merge pull request #6269 from libgit2/ethomson/14_backportsEdward Thomson2022-04-128-7/+87
|\ \ \ | |/ / |/| |
| * | Update src/libgit2/diff_print.cEdward Thomson2022-04-121-3/+2
| * | diff_delta_format_path: handle null filenameIliyas Jorio2022-04-121-0/+6
| * | test: add test that regenerates patches with spaces in filenameIliyas Jorio2022-04-122-0/+35
| * | [midx] Fix an undefined behavior (left-shift signed overflow)lhchavez2022-04-122-3/+8
| * | fetch: support OID refspec without dstEdward Thomson2022-04-123-4/+39
|/ /