summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | http: handle ipv6 addressesEdward Thomson2020-12-231-10/+30
| * | urlparse: use consistent ipv6 address rulesEdward Thomson2020-12-231-230/+109
| * | urlparse: Add IPv4 and IPv6 based testsPaul Wolfgang (DC-AE/ESF1)2020-12-231-0/+510
* | | Merge pull request #5750 from arroz/missing_hostkey_typesEdward Thomson2020-12-233-3/+29
|\ \ \ | |/ / |/| |
| * | Change libssh2 version to 1.9.0 on focalMiguel Arroz2020-12-211-3/+3
| * | Wrap newer hostkeys in #ifdefsMiguel Arroz2020-12-211-0/+6
| * | Add support for additional hostkey types.Miguel Arroz2020-12-212-0/+20
* | | Merge pull request #5749 from lhchavez/gcc-10Edward Thomson2020-12-233-8/+12
|\ \ \ | |/ / |/| |
| * | Fix the `-DENABLE_WERROR=ON` build for gcc 10.2lhchavez2020-12-213-8/+12
|/ /
* | Merge pull request #5746 from libgit2/ethomson/configmapcacheEdward Thomson2020-12-202-6/+9
|\ \
| * | config_cache: cleanup config map lookupEdward Thomson2020-12-201-5/+8
| * | repository: use intptr_t's in the config map cacheethomson/configmapcacheEdward Thomson2020-12-201-1/+1
* | | Merge pull request #5744 from lhchavez/last-multiply-int64-overflow-change-i-...Edward Thomson2020-12-203-5/+292
|\ \ \
| * | | Add tests for `git__multiply_int64_overflow`lhchavez2020-12-193-5/+292
|/ / /
* | | Merge pull request #5743 from lhchavez/fix-clang-32-bit-testsEdward Thomson2020-12-191-4/+11
|\ \ \
| * | | Third attempt to fix the 32-bit version of `git__multiply_int64_overflow`lhchavez2020-12-181-4/+11
|/ / /
* | | Merge pull request #5742 from lhchavez/fix-clang-32-bit-buildEdward Thomson2020-12-181-3/+10
|\ \ \
| * | | Avoid using `__builtin_mul_overflow` with the clang+32-bit combolhchavez2020-12-181-3/+10
* | | | ci: only run codeql nightlyEdward Thomson2020-12-181-4/+1
|/ / /
* | | Merge pull request #5709 from libgit2/ethomson/codeqlEdward Thomson2020-12-161-0/+39
|\ \ \ | |/ / |/| |
| * | ci: run codeqlethomson/codeqlEdward Thomson2020-12-161-0/+39
|/ /
* | Merge pull request #5740 from libgit2/ethomson/zlibEdward Thomson2020-12-161-4/+9
|\ \
| * | pack: continue zlib while we can make progressethomson/zlibEdward Thomson2020-12-151-4/+9
| |/
* | Merge pull request #4418 from libgit2/cmn/rc4Edward Thomson2020-12-141-7/+2
|\ \
| * | badssl: RC4 should not fail with ECERTIFICATEcmn/rc4Edward Thomson2020-12-141-4/+2
| * | badssl: re-enable RC4 testCarlos Martín Nieto2020-12-131-3/+0
|/ /
* | Merge pull request #5727 from lhchavez/make-git-diff-fastEdward Thomson2020-12-134-33/+76
|\ \
| * | Fix an oopslhchavez2020-12-111-1/+1
| * | Small refactor to make thing tidierlhchavez2020-12-114-43/+46
| * | Cache the parsed submodule config when diffinglhchavez2020-12-103-8/+48
| |/
* | Merge pull request #5735 from lhchavez/faster-strntol64Edward Thomson2020-12-132-11/+34
|\ \
| * | Make git__strntol64() ~70%* fasterlhchavez2020-12-122-11/+34
| |/
* | Merge pull request #5384 from ianhattendorf/fix/winhttp-client-certEdward Thomson2020-12-131-26/+49
|\ \
| * | winhttp: clarify invalid cert caseIan Hattendorf2020-06-241-1/+1
| * | winhttp: variable and switch case scopingIan Hattendorf2020-02-061-9/+6
| * | winhttp: support optional client certIan Hattendorf2020-02-041-26/+52
* | | README: show v1.1 build statusEdward Thomson2020-12-131-1/+1
| |/ |/|
* | Merge pull request #5724 from vringar/patch-2Edward Thomson2020-12-091-2/+2
|\ \
| * | git.git-authors: Replacing his/her with theirStefan Zabka2020-12-091-2/+2
|/ /
* | Merge pull request #5578 from libgit2/ethomson/friendlier_getting_startedEdward Thomson2020-12-098-4/+172
|\ \
| * | alloc: set up an allocator that fails before library initEdward Thomson2020-12-094-4/+141
| * | libgit2: provide init_count of the libraryEdward Thomson2020-12-094-0/+31
|/ /
* | Merge pull request #5720 from libgit2/ethomson/tlsdataEdward Thomson2020-12-0932-266/+454
|\ \
| * | Replace global storage TLS with new interfaceethomson/tlsdataTyler Ang-Wanek2020-12-081-87/+15
| * | threads: git_tls_data to git_tlsdataEdward Thomson2020-12-083-168/+164
| * | win32: provide macros for calling conventionsEdward Thomson2020-12-083-3/+13
| * | Implement generic TLS interfaceTyler Ang-Wanek2020-12-062-0/+261
| * | threads: rename thread files to thread.[ch]Edward Thomson2020-12-069-10/+10
| * | threads: give atomic functions the git_atomic prefixEdward Thomson2020-12-068-37/+39
| * | threads: rename git_atomic to git_atomic32Edward Thomson2020-12-0617-68/+68