summaryrefslogtreecommitdiff
path: root/src/libgit2/streams/socket.c
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-131-22/+176
* net: move `gitno` buffer to `staticstr`Edward Thomson2023-05-131-1/+0
* http: introduce schannel streams for windowsEdward Thomson2023-03-211-34/+54
* socket: mark flags as unusedEdward Thomson2023-02-151-1/+2
* transport: teach transports about oid types and SHA256Edward Thomson2023-02-121-1/+3
* refactor: `src` is now `src/libgit2`Edward Thomson2022-02-221-0/+239