aboutsummaryrefslogtreecommitdiffstats
path: root/sharkd_daemon.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-27Check for return value of WSAStartup on all executables.Michael Mann1-1/+6
2017-02-12sharkd: fix a memory leak on Windows introduced in gfe06aadPascal Quantin1-0/+1
2017-02-03sharkd: fix warning C4090: 'function' : different 'const' qualifiersPascal Quantin1-2/+4
2017-02-01Use INVALID_SOCKET for an invalid socket handle.Guy Harris1-14/+14
2017-02-01Fix some more UN*X-vs-Windows issues.Guy Harris1-3/+3
2017-02-01sharkd: windows supportJakub Zawadzki1-23/+94
2017-01-26Clean up some UN*X-vs-Windows socket issues.Guy Harris1-22/+3
2017-01-26Fix sharkd compiling on WindowsMichael Mann1-5/+40
2017-01-25Add sharkd - daemon variantJakub Zawadzki1-0/+223