4 files changed
+24
-7
lines changed+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
158 | 158 |
| |
159 | 159 |
| |
160 | 160 |
| |
161 |
| - | |
162 |
| - | |
163 |
| - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
164 | 181 |
| |
165 | 182 |
| |
166 | 183 |
| |
|
- .github/workflows/benchmark.yml+78
- .github/workflows/main.yml+2-1
- .github/workflows/nightly.yml+3-1
- CMakeLists.txt+2-1
- COPYING+40
- ci/build.sh+4-3
- ci/setup-mingw-build.sh+3-1
- ci/setup-osx-benchmark.sh+6
- ci/setup-osx-build.sh+1-1
- ci/setup-ubuntu-benchmark.sh+20
- ci/setup-win32-benchmark.sh+9
- cmake/SelectHTTPSBackend.cmake+1-1
- cmake/SelectHashes.cmake+62-11
- fuzzers/corpora/midx/666a779eed16847c6930a71c0547a34e52db409e
- include/git2/common.h+11-1
- include/git2/deprecated.h+2
- include/git2/errors.h+3-2
- src/features.h.in+8
- src/libgit2/config.c+9-5
- src/libgit2/diff_print.c+5
- src/libgit2/fetch.c+5-2
- src/libgit2/libgit2.c+8
- src/libgit2/midx.c+8-3
- src/libgit2/remote.c+5-2
- src/libgit2/repository.c+104-22
- src/libgit2/repository.h+1
- src/util/CMakeLists.txt+25-11
- src/util/fs_path.c+213-54
- src/util/fs_path.h+28-8
- src/util/hash.c+17-1
- src/util/hash.h+4-2
- src/util/hash/builtin.c+53
- src/util/hash/builtin.h+6-6
- src/util/hash/collisiondetect.c+1-1
- src/util/hash/collisiondetect.h+3-3
- src/util/hash/common_crypto.c+55
- src/util/hash/common_crypto.h+11-3
- src/util/hash/mbedtls.c+46
- src/util/hash/mbedtls.h+14-4
- src/util/hash/openssl.c+194
- src/util/hash/openssl.h+45
- src/util/hash/rfc6234/sha.h+355
- src/util/hash/rfc6234/sha224-256.c+601
- src/util/hash/sha.h+70
- src/util/hash/sha1.h-40
- src/util/hash/sha1/generic.c-300
- src/util/hash/sha1/generic.h-19
- src/util/hash/sha1/openssl.c-59
- src/util/hash/sha1/win32.c-333
- src/util/hash/sha1/win32.h-128
- src/util/hash/sha1dc/sha1.c
- src/util/hash/sha1dc/sha1.h
- src/util/hash/sha1dc/ubc_check.c
- src/util/hash/sha1dc/ubc_check.h
- src/util/hash/win32.c+549
- src/util/hash/win32.h+60
- tests/README.md+2
- tests/benchmarks/README.md+121
- tests/benchmarks/benchmark.sh+298
- tests/benchmarks/benchmark_helpers.sh+363
- tests/benchmarks/hash-object__text_100kb+7
- tests/benchmarks/hash-object__text_10mb+7
- tests/benchmarks/hash-object__text_1kb+7
- tests/benchmarks/hash-object__text_cached_100kb+7
- tests/benchmarks/hash-object__text_cached_10mb+7
- tests/benchmarks/hash-object__text_cached_1kb+7
- tests/benchmarks/hash-object__write_text_100kb+9
- tests/benchmarks/hash-object__write_text_10mb+9
- tests/benchmarks/hash-object__write_text_1kb+9
- tests/benchmarks/hash-object__write_text_cached_100kb+9
- tests/benchmarks/hash-object__write_text_cached_10mb+9
- tests/benchmarks/hash-object__write_text_cached_1kb+9
- tests/clar/clar_libgit2.c+5
- tests/clar/clar_libgit2.h+1
- tests/clar/main.c+1
- tests/libgit2/diff/parse.c+26
- tests/libgit2/diff/workdir.c+5-3
- tests/libgit2/online/clone.c+8-8
- tests/libgit2/online/fetch.c+29
- tests/libgit2/patch/patch_common.h+9
- tests/libgit2/repo/config.c-1
- tests/libgit2/repo/open.c+147
- tests/resources/sha1/empty
- tests/util/copy.c+14-5
- tests/util/path.c+25
- tests/util/sha1.c+30
- tests/util/sha256.c+113
0 commit comments