summaryrefslogtreecommitdiff
path: root/tests/libgit2/stream
Commit message (Collapse)AuthorAgeFilesLines
* http: introduce schannel streams for windowsEdward Thomson2023-03-211-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 Thomson2022-02-222-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.