aboutsummaryrefslogtreecommitdiff
path: root/lib/tran_sock.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-24parse VFIO_USER_VERSION JSON stanzaJohn Levon1-45/+157
2020-11-23don't attempt to close invalid file desriptorThanos Makatos1-1/+3
2020-11-23don't leak fd on failureThanos Makatos1-0/+1
2020-11-20silence false-positive -Wmaybe-uninitialized warning in GCC 7Thanos Makatos1-1/+1
2020-11-20move migration into separate fileThanos Makatos1-6/+2
2020-11-19enable assert() in release builds (#98)John Levon1-2/+2
2020-11-19refactor socket code into lib/tran_sock.[ch] (#97)John Levon1-0/+575