summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | repo: understand the `objectformat` extensionEdward Thomson2023-02-122-5/+46
| * | oid: provide type lookups by enum value or nameEdward Thomson2023-02-091-0/+41
* | | Merge pull request #6455 from libgit2/ethomson/sysdirEdward Thomson2023-02-1410-384/+408
|\ \ \
| * | | Set all SSH hostkey preferences that are availableEric Huss2023-02-091-43/+42
| * | | core: allow users to configure home directoryEdward Thomson2023-02-091-0/+19
| * | | config: use home directory for `~` includesEdward Thomson2023-02-092-3/+3
| * | | attr: use home directory for `~` includesEdward Thomson2023-02-091-1/+1
| * | | ssh: give a realistic error messageEdward Thomson2023-02-091-2/+2
| * | | ssh: support windows `known_hosts` filesEdward Thomson2023-02-091-8/+8
| * | | sysdir: provide actual home directoryEdward Thomson2023-02-092-10/+58
| * | | sysdir: move windows sysdir functions out of shared utilEdward Thomson2023-02-095-317/+275
| |/ /
* | | Merge pull request #6376 from bzEq/bzEq/aix-int64Edward Thomson2023-02-141-0/+2
|\ \ \
| * | | Revert "Include <stdint.h>"Kai Luo2022-09-221-1/+2
| * | | Include <stdint.h>Kai Luo2022-09-221-2/+1
| * | | On AIX, `off64_t` is equivalent to `long long`.Kai Luo2022-08-091-0/+2
| | |/ | |/|
* | | Merge pull request #6423 from cavaquinho/fix/6422-revwalk_push_glob-dangling-refEdward Thomson2023-02-141-1/+5
|\ \ \
| * | | #6422: handle dangling symbolic refs gracefullyMiguel Arroz2022-11-031-1/+5
* | | | Merge branch 'revparse'Edward Thomson2023-02-141-1/+10
|\ \ \ \
| * | | | revparse: comment reflog HEAD@{n} parsingEdward Thomson2023-02-141-5/+10
| * | | | Fix parsing rev with reflog of HEAD (e.g., HEAD@{3})Sven Strickroth2023-02-141-1/+5
| | |_|/ | |/| |
* | | | Merge pull request #6374 from vicr123/embed-sshEdward Thomson2023-02-142-11/+4
|\ \ \ \
| * | | | Fix EMBED_SSH_PATHVictor Tran2022-08-082-11/+4
| | |_|/ | |/| |
* | | | Merge pull request #6475 from jorio/fix_diff_empty_untracked_fileEdward Thomson2023-02-141-0/+7
|\ \ \ \
| * | | | diff_file: don't mmap/readbuffer empty filesIliyas Jorio2023-02-131-0/+7
| | |/ / | |/| |
* | | | openssl: support OpenSSL 3 in dynamic modeEdward Thomson2023-02-102-6/+11
* | | | openssl: retry initialization on failureEdward Thomson2023-02-101-1/+1
|/ / /
* | | Add OpenSSL deprection warningEdward Thomson2023-02-021-0/+2
* | | Merge pull request #6444 from abizjak/mainEdward Thomson2023-01-261-1/+1
|\ \ \
| * | | Use `git_clone__submodule` to avoid file checks in workdirAleš Bizjak2023-01-051-1/+1
* | | | hash: drop all declarations from hmacEdward Thomson2023-01-241-114/+0
* | | | src: hide unused hmac() prototypeThomas Klausner2023-01-241-0/+2
* | | | push: use resolved oid as the sourceEdward Thomson2023-01-201-1/+1
* | | | Merge pull request #6362 from sven-of-cord/mainEdward Thomson2023-01-201-3/+10
|\ \ \ \
| * | | | push: revparse refspec source, so you can push things that are not refsSven Over2022-07-201-3/+10
| | |/ / | |/| |
* | | | Merge pull request #6432 from libgit2/ethomson/noop_argsEdward Thomson2023-01-202-19/+21
|\ \ \ \
| * | | | thread: avoid warnings when building without threadsEdward Thomson2022-11-232-19/+21
* | | | | Merge pull request #6435 from russell/capabilities-typoEdward Thomson2023-01-201-2/+2
|\ \ \ \ \
| * | | | | transport: fix capabilities calculationRussell Sim2022-11-251-2/+2
| |/ / / /
* | | | | Merge commit 'e33d7c068' into ssh_key_checkingEdward Thomson2023-01-201-91/+326
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | ssh: look for a key in known_hosts to set the key type for the handshakeCarlos Martín Nieto2022-11-041-53/+153
| * | | | ssh: verify the remote's host key against known_hosts if it existsCarlos Martín Nieto2022-11-021-87/+222
| | |_|/ | |/| |
* | | | submodule: Do not try to update a missing submoduletagesuhu2022-11-251-1/+5
| |/ / |/| |
* | | Merge pull request #6326 from libgit2/ethomson/url_parseEdward Thomson2022-11-232-84/+332
|\ \ \
| * | | url: only allow @s in usernames for ssh urlsEdward Thomson2022-06-171-3/+10
| * | | url_parse: introduce our own url parsingEdward Thomson2022-06-172-84/+325
* | | | Merge pull request #6429 from csware/safe.directory-wildcardEdward Thomson2022-11-231-1/+3
|\ \ \ \
| * | | | Add support for "safe.directory *"Sven Strickroth2022-11-191-1/+3
* | | | | Merge pull request #6416 from slackner/httpclient_update_optionsEdward Thomson2022-11-233-7/+27
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | http: Update httpclient options when reusing an existing connection.Sebastian Lackner2022-10-203-7/+27
| | |/ / | |/| |
* | | | Merge pull request #6421 from julianmesa-gitkraken/fix-leak-git_tag_create_fr...Edward Thomson2022-11-181-2/+7
|\ \ \ \