summaryrefslogtreecommitdiff
path: root/src/socket_stream.c
Commit message (Expand)AuthorAgeFilesLines
* stream: Gather streams to src/streamsEtienne Samson2017-10-231-210/+0
* Use SOCK_CLOEXEC when creating socketsAndreas Smas2017-10-031-1/+1
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-2/+2
* socket_stream: continue to next addrinfo on socket creation failurePatrick Steinhardt2017-04-261-4/+2
* giterr_set: consistent error messagesEdward Thomson2016-12-291-5/+5
* stream: constify the write bufferCarlos Martín Nieto2014-12-101-1/+1
* gitno: remove code which is no longer neededCarlos Martín Nieto2014-12-101-1/+0
* Add an OpenSSL IO streamCarlos Martín Nieto2014-12-101-15/+9
* Introduce stackable IO streamsCarlos Martín Nieto2014-12-101-0/+219