aboutsummaryrefslogtreecommitdiffstats
path: root/sharkd_daemon.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-07Move ui/version_info.[ch] to wsutilJoão Valverde1-1/+1
2023-01-14MinGW: Cast away a -Wincompatible-pointer-types warningJoão Valverde1-1/+1
2022-12-23Add a routine to get the path of an executable given the program name.Guy Harris1-1/+1
2022-08-16win32-utils: Explicitly list inherited handlesTomasz Moń1-1/+9
2022-02-20Remove editor modelines and .editorconfig exceptions from root filesDavid Perry1-344/+331
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-1/+1
2021-09-30ws_getopt: Rename struct and macrosJoão Valverde1-5/+5
2021-09-17Use the musl in-tree getopt_long() everywhereJoão Valverde1-21/+10
2021-07-04Move version_info.[ch] to ui/João Valverde1-1/+1
2021-06-16Replace g_log() calls with ws_log()João Valverde1-2/+4
2021-04-30sharkd_daemon: fix signed vs. unsigned comparison.Guy Harris1-1/+1
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-5/+5
2021-02-20sharkd: squelch redundant decl warningsJoão Valverde1-0/+11
2021-02-20sharkd_daemon: squelch unused parameter warning.Jim Young1-0/+4
2021-02-08sharkd: Add configuration profile and other optionsPaul Offord1-32/+201
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-21Remove ABI compliance checker code.João Valverde1-1/+1
2019-05-02Move the Winsock initialization and cleanup to wsutil routines.Guy Harris1-10/+9
2019-05-01Windows: Modernize our WSAStartup usage.Gerald Combs1-1/+1
2018-03-13Windows: Always assign newly-created processes to our job.Gerald Combs1-5/+3
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2017-11-09Start using SPDX license identifiers.Gerald Combs1-13/+1
2017-11-09Replace inet_addr() with our inet_pton() wrapperJoão Valverde1-5/+2
2017-09-24sharkd: close server file descriptor in child.Jakub Zawadzki1-0/+1
2017-09-24sharkd: don't go to background when using stdin and stdout.Jakub Zawadzki1-10/+13
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