aboutsummaryrefslogtreecommitdiffstats
path: root/sharkd_daemon.c
Commit message (Expand)AuthorAgeFilesLines
* HTTPS (almost) everywhere.Guy Harris2019-07-261-1/+1
* Remove ABI compliance checker code.João Valverde2019-07-211-1/+1
* Move the Winsock initialization and cleanup to wsutil routines.Guy Harris2019-05-021-10/+9
* Windows: Modernize our WSAStartup usage.Gerald Combs2019-05-011-1/+1
* Windows: Always assign newly-created processes to our job.Gerald Combs2018-03-131-5/+3
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-081-1/+1
* Start using SPDX license identifiers.Gerald Combs2017-11-091-13/+1
* Replace inet_addr() with our inet_pton() wrapperJoão Valverde2017-11-091-5/+2
* sharkd: close server file descriptor in child.Jakub Zawadzki2017-09-241-0/+1
* sharkd: don't go to background when using stdin and stdout.Jakub Zawadzki2017-09-241-10/+13
* Check for return value of WSAStartup on all executables.Michael Mann2017-03-271-1/+6
* sharkd: fix a memory leak on Windows introduced in gfe06aadPascal Quantin2017-02-121-0/+1
* sharkd: fix warning C4090: 'function' : different 'const' qualifiersPascal Quantin2017-02-031-2/+4
* Use INVALID_SOCKET for an invalid socket handle.Guy Harris2017-02-011-14/+14
* Fix some more UN*X-vs-Windows issues.Guy Harris2017-02-011-3/+3
* sharkd: windows supportJakub Zawadzki2017-02-011-23/+94
* Clean up some UN*X-vs-Windows socket issues.Guy Harris2017-01-261-22/+3
* Fix sharkd compiling on WindowsMichael Mann2017-01-261-5/+40
* Add sharkd - daemon variantJakub Zawadzki2017-01-251-0/+223