summaryrefslogtreecommitdiff
path: root/src/libgit2/streams
Commit message (Expand)AuthorAgeFilesLines
* win32: use WSAGetLastError to determine blockingEdward Thomson2023-05-131-1/+14
* win32: getsockopt takes a `char *` instead of a `void *`Edward Thomson2023-05-131-1/+2
* posix: introduce p_poll emulation with selectEdward Thomson2023-05-131-5/+4
* streams: sockets are non-blocking and can timeoutEdward Thomson2023-05-132-25/+190
* net: move `gitno` buffer to `staticstr`Edward Thomson2023-05-134-6/+3
* net: move rfc2818 hostname / wildcard matching to utilEdward Thomson2023-05-131-13/+6
* stransport: store error informationEdward Thomson2023-05-131-11/+28
* utf8: add conversion with size and refactor namesEdward Thomson2023-03-211-1/+1
* http: introduce schannel streams for windowsEdward Thomson2023-03-215-34/+804
* socket: mark flags as unusedEdward Thomson2023-02-151-1/+2
* Merge pull request #6456 from libgit2/ethomson/sha256_experimentalEdward Thomson2023-02-141-1/+3
|\
| * transport: teach transports about oid types and SHA256Edward Thomson2023-02-121-1/+3
* | openssl: support OpenSSL 3 in dynamic modeEdward Thomson2023-02-101-3/+7
* | openssl: retry initialization on failureEdward Thomson2023-02-101-1/+1
|/
* refactor: `src` is now `src/libgit2`Edward Thomson2022-02-2216-0/+3059