| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #5740 from libgit2/ethomson/zlib | Edward Thomson | 2020-12-16 | 1 | -4/+9 |
| |\ | |||||
| | * | pack: continue zlib while we can make progressethomson/zlib | Edward Thomson | 2020-12-15 | 1 | -4/+9 |
| * | | Merge pull request #5727 from lhchavez/make-git-diff-fast | Edward Thomson | 2020-12-13 | 4 | -33/+76 |
| |\ \ | |||||
| | * | | Fix an oops | lhchavez | 2020-12-11 | 1 | -1/+1 |
| | * | | Small refactor to make thing tidier | lhchavez | 2020-12-11 | 4 | -43/+46 |
| | * | | Cache the parsed submodule config when diffing | lhchavez | 2020-12-10 | 3 | -8/+48 |
| | |/ | |||||
| * | | Merge pull request #5735 from lhchavez/faster-strntol64 | Edward Thomson | 2020-12-13 | 2 | -11/+34 |
| |\ \ | |||||
| | * | | Make git__strntol64() ~70%* faster | lhchavez | 2020-12-12 | 2 | -11/+34 |
| | |/ | |||||
| * | | Merge pull request #5384 from ianhattendorf/fix/winhttp-client-cert | Edward Thomson | 2020-12-13 | 1 | -26/+49 |
| |\ \ | |/ |/| | |||||
| | * | winhttp: clarify invalid cert case | Ian Hattendorf | 2020-06-24 | 1 | -1/+1 |
| | * | winhttp: variable and switch case scoping | Ian Hattendorf | 2020-02-06 | 1 | -9/+6 |
| | * | winhttp: support optional client cert | Ian Hattendorf | 2020-02-04 | 1 | -26/+52 |
| * | | alloc: set up an allocator that fails before library init | Edward Thomson | 2020-12-09 | 4 | -4/+141 |
| * | | libgit2: provide init_count of the library | Edward Thomson | 2020-12-09 | 4 | -0/+31 |
| * | | Replace global storage TLS with new interfaceethomson/tlsdata | Tyler Ang-Wanek | 2020-12-08 | 1 | -87/+15 |
| * | | threads: git_tls_data to git_tlsdata | Edward Thomson | 2020-12-08 | 2 | -168/+99 |
| * | | win32: provide macros for calling conventions | Edward Thomson | 2020-12-08 | 3 | -3/+13 |
| * | | Implement generic TLS interface | Tyler Ang-Wanek | 2020-12-06 | 2 | -0/+261 |
| * | | threads: rename thread files to thread.[ch] | Edward Thomson | 2020-12-06 | 8 | -9/+9 |
| * | | threads: give atomic functions the git_atomic prefix | Edward Thomson | 2020-12-06 | 8 | -37/+39 |
| * | | threads: rename git_atomic to git_atomic32 | Edward Thomson | 2020-12-06 | 16 | -59/+59 |
| * | | util: move git_online_cpus into util | Edward Thomson | 2020-12-06 | 5 | -61/+52 |
| * | | packbuilder: use git__noop on non-threaded systems | Edward Thomson | 2020-12-05 | 1 | -1/+1 |
| * | | util: move git__noop into the util header | Edward Thomson | 2020-12-05 | 3 | -23/+23 |
| * | | Make the pack and mwindow implementations data-race-free | lhchavez | 2020-11-28 | 6 | -140/+248 |
| * | | Make the odb race-free | lhchavez | 2020-11-28 | 5 | -61/+234 |
| * | | Merge pull request #5704 from lhchavez/ssh-raw-certificate | Edward Thomson | 2020-11-27 | 1 | -0/+19 |
| |\ \ | |||||
| | * | | Also add the raw hostkey to `git_cert_hostkey` | lhchavez | 2020-11-27 | 1 | -0/+19 |
| * | | | Fix the non-debug build in Groovy Gorilla (gcc 10.2) | lhchavez | 2020-11-27 | 1 | -3/+9 |
| |/ / | |||||
| * | | midx: Support multi-pack-index files in odb_pack.c | lhchavez | 2020-11-27 | 4 | -112/+383 |
| * | | win32: use GIT_ASSERT | Edward Thomson | 2020-11-27 | 7 | -24/+20 |
| * | | transports: use GIT_ASSERT | Edward Thomson | 2020-11-27 | 10 | -59/+86 |
| * | | streams: use GIT_ASSERT | Edward Thomson | 2020-11-27 | 6 | -18/+34 |
| * | | hash: use GIT_ASSERT | Edward Thomson | 2020-11-27 | 5 | -30/+33 |
| * | | zstream: use GIT_ASSERT | Edward Thomson | 2020-11-27 | 1 | -1/+1 |
| * | | worktree: use GIT_ASSERT | Edward Thomson | 2020-11-27 | 1 | -11/+19 |
| * | | vector: use GIT_ASSERT | Edward Thomson | 2020-11-27 | 1 | -19/+23 |
| * | | tsort: remove assertion | Edward Thomson | 2020-11-27 | 1 | -2/+0 |
| * | | tree: use GIT_ASSERT | Edward Thomson | 2020-11-27 | 1 | -20/+31 |
| * | | transport: use GIT_ASSERT | Edward Thomson | 2020-11-27 | 1 | -3/+3 |
| * | | transaction: use GIT_ASSERT | Edward Thomson | 2020-11-27 | 1 | -8/+19 |
| * | | trace: use GIT_ASSERT | Edward Thomson | 2020-11-27 | 1 | -1/+1 |
| * | | tag: use GIT_ASSERT | Edward Thomson | 2020-11-27 | 1 | -11/+22 |
| * | | sysdir: use GIT_ASSERT | Edward Thomson | 2020-11-27 | 1 | -2/+2 |
| * | | submodule: use GIT_ASSERT | Edward Thomson | 2020-11-27 | 1 | -30/+48 |
| * | | strarray: use GIT_ASSERT | Edward Thomson | 2020-11-27 | 1 | -1/+2 |
| * | | status: use GIT_ASSERT | Edward Thomson | 2020-11-27 | 1 | -4/+7 |
| * | | stash: use GIT_ASSERT | Edward Thomson | 2020-11-27 | 1 | -1/+3 |
| * | | signature: use GIT_ASSERT | Edward Thomson | 2020-11-27 | 1 | -3/+0 |
| * | | signature: use GIT_ASSERT | Edward Thomson | 2020-11-27 | 1 | -4/+8 |
