summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* net: function to identify ipv6 addresses in URLsethomson/ipv6Edward Thomson2020-12-172-0/+8
* net: is_default_port is a boolEdward Thomson2020-12-172-3/+3
* winhttp: handle ipv6 addressesEdward Thomson2020-12-171-15/+27
* http: handle ipv6 addressesEdward Thomson2020-12-171-10/+30
* test: add ipv6 to testsEdward Thomson2020-12-173-31/+75
* urlparse: use consistent ipv6 address rulesEdward Thomson2020-12-171-230/+109
* urlparse: Add IPv4 and IPv6 based testsPaul Wolfgang (DC-AE/ESF1)2020-12-171-0/+510
* 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
| * | util: move git_online_cpus into utilEdward Thomson2020-12-065-61/+52
|/ /
* | Merge pull request #5719 from libgit2/ethomson/nothreadsEdward Thomson2020-12-056-24/+34
|\ \
| * | ci: run a threadsafe build in nightlyEdward Thomson2020-12-051-0/+8
| * | tests: ifdef out unused function in no-thread buildsEdward Thomson2020-12-051-0/+2
| * | packbuilder: use git__noop on non-threaded systemsEdward Thomson2020-12-051-1/+1
| * | util: move git__noop into the util headerEdward Thomson2020-12-053-23/+23
|/ /
* | Merge pull request #5593 from lhchavez/fix-mwindow-thread-unsafetyEdward Thomson2020-11-299-140/+322
|\ \
| * | Make the pack and mwindow implementations data-race-freelhchavez2020-11-289-140/+322
* | | Merge pull request #5595 from lhchavez/odb-race-freeEdward Thomson2020-11-296-67/+235
|\ \ \ | |/ /
| * | Make the odb race-freelhchavez2020-11-286-67/+235
|/ /
* | Merge pull request #5704 from lhchavez/ssh-raw-certificateEdward Thomson2020-11-272-5/+52
|\ \
| * | Also add the raw hostkey to `git_cert_hostkey`lhchavez2020-11-272-5/+52