| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | http: introduce schannel streams for windows | Edward Thomson | 2023-03-21 | 1 | -3/+3 |
| | | | | | | | | | | | Provide a stream interface for Schannel - the native crypto APIs - on Windows. This allows Windows to use the same HTTP transport that all the other platforms use, with its own native crypto. Ultimately this allows us to deprecate WinHTTP and we need not add support for our socket changes in two places (our HTTP stack and the WinHTTP stack). | ||||
| * | refactor: `tests` is now `tests/libgit2` | Edward Thomson | 2022-02-22 | 2 | -0/+179 |
| Like we want to separate libgit2 and utility source code, we want to separate libgit2 and utility tests. Start by moving all the tests into libgit2. | |||||
