aboutsummaryrefslogtreecommitdiffstats
path: root/sharkd_daemon.c
Commit message (Expand)AuthorAgeFilesLines
* ws_getopt: Rename struct and macrosJoão Valverde2021-09-301-5/+5
* Use the musl in-tree getopt_long() everywhereJoão Valverde2021-09-171-21/+10
* Move version_info.[ch] to ui/João Valverde2021-07-041-1/+1
* Replace g_log() calls with ws_log()João Valverde2021-06-161-2/+4
* sharkd_daemon: fix signed vs. unsigned comparison.Guy Harris2021-04-301-1/+1
* Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris2021-04-301-5/+5
* sharkd: squelch redundant decl warningsJoão Valverde2021-02-201-0/+11
* sharkd_daemon: squelch unused parameter warning.Jim Young2021-02-201-0/+4
* sharkd: Add configuration profile and other optionsPaul Offord2021-02-081-32/+201
* 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