TODO tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm \@VALUEREF\@
[metze/wireshark/wip.git] / sharkd_daemon.c
2023-01-14 João ValverdeMinGW: Cast away a -Wincompatible-pointer-types warning
2022-12-23 Guy HarrisAdd a routine to get the path of an executable given...
2022-08-16 Tomasz Mońwin32-utils: Explicitly list inherited handles
2022-02-20 David PerryRemove editor modelines and .editorconfig exceptions...
2021-12-19 João ValverdeReplace g_strdup_printf() with ws_strdup_printf()
2021-09-30 João Valverdews_getopt: Rename struct and macros
2021-09-16 João ValverdeUse the musl in-tree getopt_long() everywhere
2021-07-04 João ValverdeMove version_info.[ch] to ui/
2021-06-16 João ValverdeReplace g_log() calls with ws_log()
2021-05-01 Guy Harrissharkd_daemon: fix signed vs. unsigned comparison.
2021-04-30 Guy HarrisCast away the return value of g_strlcpy() and g_strlcat().
2021-02-20 João Valverdesharkd: squelch redundant decl warnings
2021-02-20 Jim Youngsharkd_daemon: squelch unused parameter warning.
2021-02-08 Paul Offordsharkd: Add configuration profile and other options
2019-07-26 Guy HarrisHTTPS (almost) everywhere.
2019-07-21 João ValverdeRemove ABI compliance checker code.
2019-05-02 Guy HarrisMove the Winsock initialization and cleanup to wsutil...
2019-05-01 Gerald CombsWindows: Modernize our WSAStartup usage.
2018-03-13 Gerald CombsWindows: Always assign newly-created processes to our...
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2017-11-09 Gerald CombsStart using SPDX license identifiers.
2017-11-09 João ValverdeReplace inet_addr() with our inet_pton() wrapper
2017-09-24 Jakub Zawadzkisharkd: close server file descriptor in child.
2017-09-24 Jakub Zawadzkisharkd: don't go to background when using stdin and...
2017-03-27 Michael MannCheck for return value of WSAStartup on all executables.
2017-02-12 Pascal Quantinsharkd: fix a memory leak on Windows introduced in...
2017-02-03 Pascal Quantinsharkd: fix warning C4090: 'function' : different ...
2017-02-01 Guy HarrisUse INVALID_SOCKET for an invalid socket handle.
2017-02-01 Guy HarrisFix some more UN*X-vs-Windows issues.
2017-02-01 Jakub Zawadzkisharkd: windows support
2017-01-26 Guy HarrisClean up some UN*X-vs-Windows socket issues.
2017-01-26 Michael MannFix sharkd compiling on Windows
2017-01-25 Jakub ZawadzkiAdd sharkd - daemon variant