| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | cmake: refactor zlib selectionethomson/cmake3 | Edward Thomson | 2021-11-11 | 2 | -33/+35 | |
| | * | | | | | cmake: refactor WinHTTP selection | Edward Thomson | 2021-11-11 | 2 | -18/+18 | |
| | * | | | | | cmake: refactor libssh2 selection | Edward Thomson | 2021-11-11 | 2 | -26/+42 | |
| | * | | | | | cmake: refactor regex selection | Edward Thomson | 2021-11-11 | 2 | -52/+52 | |
| | * | | | | | cmake: refactor http_parser selection | Edward Thomson | 2021-11-11 | 2 | -20/+21 | |
| | * | | | | | cmake: HTTP_Parser is now HTTPParser | Edward Thomson | 2021-11-11 | 2 | -1/+1 | |
| | * | | | | | cmake: qsort detection in features.h | Edward Thomson | 2021-11-11 | 3 | -20/+15 | |
| | * | | | | | cmake: move test enablement into test cmake | Edward Thomson | 2021-11-11 | 2 | -1/+2 | |
| | * | | | | | cmake: reorganize file | Edward Thomson | 2021-11-11 | 1 | -13/+5 | |
| | * | | | | | cmake: move fuzzer args to the fuzzer's cmake | Edward Thomson | 2021-11-11 | 2 | -15/+5 | |
| | * | | | | | cmake: move deprecation definition to src/ | Edward Thomson | 2021-11-11 | 2 | -4/+4 | |
| | * | | | | | cmake: move cflag defaults into a separate module | Edward Thomson | 2021-11-11 | 2 | -171/+171 | |
| | * | | | | | cmake: USE_SSH is not on by default | Edward Thomson | 2021-11-11 | 3 | -21/+21 | |
| | * | | | | | cmake: standardize USE_WINHTTP | Edward Thomson | 2021-11-11 | 3 | -4/+4 | |
| | * | | | | | cmake: standardize USE_THREADS and USE_NSEC | Edward Thomson | 2021-11-11 | 6 | -36/+33 | |
| | | |_|_|/ | |/| | | | ||||||
| * | | | | | Merge pull request #6111 from libgit2/ethomson/str_free | Edward Thomson | 2021-11-11 | 1 | -7/+0 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | str: git_str_free is never a function | Edward Thomson | 2021-11-11 | 1 | -7/+0 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #6104 from libgit2/ethomson/path | Edward Thomson | 2021-11-11 | 123 | -3769/+4042 | |
| |\ \ \ \ | ||||||
| | * | | | | win32: include correct path headerethomson/path | Edward Thomson | 2021-11-09 | 4 | -4/+4 | |
| | * | | | | fs_path: remove now-unused validation functions | Edward Thomson | 2021-11-09 | 2 | -68/+0 | |
| | * | | | | fs_path: add length with suffix validation | Edward Thomson | 2021-11-09 | 4 | -3/+30 | |
| | * | | | | path: use new length validation functions | Edward Thomson | 2021-11-09 | 10 | -20/+36 | |
| | * | | | | path: length validation respecting core.longpaths | Edward Thomson | 2021-11-09 | 3 | -18/+69 | |
| | * | | | | path: introduce `git_path_str_is_valid` | Edward Thomson | 2021-11-09 | 5 | -18/+28 | |
| | * | | | | fs_path: add long path validation on windows | Edward Thomson | 2021-11-09 | 3 | -4/+37 | |
| | * | | | | fs_path: make empty component validation optional | Edward Thomson | 2021-11-09 | 3 | -15/+38 | |
| | * | | | | fs_path: introduce `str_is_valid` | Edward Thomson | 2021-11-09 | 3 | -19/+81 | |
| | * | | | | path: `validate` -> `is_valid` | Edward Thomson | 2021-11-09 | 8 | -77/+77 | |
| | * | | | | fs_path: `validate` -> `is_valid` | Edward Thomson | 2021-11-09 | 4 | -139/+139 | |
| | * | | | | path: separate git-specific path functions from util | Edward Thomson | 2021-11-09 | 123 | -3775/+3894 | |
| * | | | | | Merge pull request #6107 from joshtriplett/refresh-handling | Edward Thomson | 2021-11-11 | 9 | -13/+228 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Omit trailing comma on enum | Josh Triplett | 2021-11-08 | 1 | -1/+1 | |
| | * | | | | | Add tests for ODB refresh | Josh Triplett | 2021-11-08 | 6 | -7/+198 | |
| | * | | | | | Support checking for object existence without refresh | Josh Triplett | 2021-11-08 | 2 | -1/+28 | |
| | * | | | | | Update documentation for ODB backend refresh logic | Josh Triplett | 2021-11-08 | 1 | -5/+2 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #6109 from joshtriplett/document-odb-race-free | Edward Thomson | 2021-11-11 | 1 | -0/+3 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | Document that `git_odb` is thread-safe | Josh Triplett | 2021-11-11 | 1 | -0/+3 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #6108 from libgit2/ethomson/docs_ci | Edward Thomson | 2021-11-09 | 1 | -1/+1 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | ci: only update docs on pushethomson/docs_ci | Edward Thomson | 2021-11-09 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | Merge pull request #6100 from mkhl/tests/instead-of-clar | Edward Thomson | 2021-10-28 | 8 | -20/+20 | |
| |\ \ \ | |_|/ |/| | | ||||||
| | * | | libgit2_clar is now libgit2_tests | Martin Kühl | 2021-10-28 | 8 | -20/+20 | |
| |/ / | ||||||
| * | | Merge pull request #6084 from libgit2/ethomson/cmake | Edward Thomson | 2021-10-18 | 12 | -737/+704 | |
| |\ \ | |/ |/| | ||||||
| | * | cmake: stylistic refactoring | Edward Thomson | 2021-10-18 | 9 | -691/+704 | |
| | * | cmake: remove unused STDCALL option | Edward Thomson | 2021-10-18 | 1 | -4/+0 | |
| | * | trace: always enabled | Edward Thomson | 2021-10-18 | 5 | -38/+0 | |
| | * | cmake: allow USE_ICONV on any Unix | Edward Thomson | 2021-10-18 | 1 | -2/+0 | |
| | * | cmake: allow ENABLE_REPRODUCIBLE_BUILDS on macOS | Edward Thomson | 2021-10-18 | 1 | -2/+0 | |
| |/ | ||||||
| * | Merge pull request #6083 from libgit2/ethomson/clar_no_more | Edward Thomson | 2021-10-17 | 6 | -19/+19 | |
| |\ | ||||||
| | * | cmake: BUILD_CLAR is now BUILD_TESTSethomson/clar_no_more | Edward Thomson | 2021-10-17 | 6 | -19/+19 | |
| |/ | ||||||
| * | Merge pull request #6078 from libgit2/ethomson/gitstr | Edward Thomson | 2021-10-17 | 347 | -6308/+6822 | |
| |\ | ||||||
