summaryrefslogtreecommitdiff
path: root/src/streams/socket.c
Commit message (Expand)AuthorAgeFilesLines
* streams: use GIT_ASSERTEdward Thomson2020-11-271-2/+6
* errors: use lowercaseethomson/error_messagesEdward Thomson2019-06-231-2/+2
* streams: handle short writes only in generic streamPatrick Steinhardt2019-01-311-11/+7
* streams: make file-local functions staticPatrick Steinhardt2019-01-311-5/+5
* streams: don't write more than SSIZE_MAXEdward Thomson2019-01-251-3/+2
* Don't use deprecated constantsSven Strickroth2019-01-241-1/+1
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-12/+12
* Fix a bunch of warningslhchavez2019-01-051-1/+1
* stream registration: take an enum typeEdward Thomson2018-11-281-1/+1
* stream: provide generic registration APIEdward Thomson2018-11-281-2/+32
* stream: Gather streams to src/streamsEtienne Samson2017-10-231-0/+210