aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/wslog.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-12CMake: Reverse debug macrosJoão Valverde1-4/+4
2022-10-11wslog: rename console open preference enumJoão Valverde1-3/+3
2022-10-11wslog: Fix console_open registry key nameJoão Valverde1-0/+6
2022-10-11Windows: Store "gui.console_open" in the Windows registryJoão Valverde1-0/+9
2022-10-05wsutil: Improve UTF-8 APIs for debuggingJoão Valverde1-0/+17
2022-09-28wslog: Add option to make a list of domains fatalJoão Valverde1-2/+10
2022-03-26wslog: Refactor ws_log_set_fatal() for consistencyJoão Valverde1-1/+1
2022-01-05ws_assert: refactor assertionsJoão Valverde1-1/+9
2022-01-05wslog: Convert to C99/POSIX typesJoão Valverde1-2/+2
2022-01-05Remove some circular dependencies on wireshark.hJoão Valverde1-2/+5
2022-01-05wslog: Rewrite macrosJoão Valverde1-41/+47
2022-01-05wslog: Use a wider type for lineJoão Valverde1-7/+7
2021-12-29wslog: Add WS_DEBUG_HERE() macroJoão Valverde1-2/+6
2021-12-15wslog: 'struct timespec' is C11, use thatJoão Valverde1-8/+3
2021-12-14wslog: Avoid logging any output to stdoutJoão Valverde1-5/+5
2021-12-06extcap: Register log handler conditionallyJoão Valverde1-0/+20
2021-12-06wslog: Use stdout for debug messagesJoão Valverde1-2/+11
2021-12-03Fix logging with extcapsJoão Valverde1-3/+9
2021-11-29Add files with WS_DLL_PUBLIC to DoxygenMoshe Kaplan1-1/+2
2021-11-15wslog: Remove (part of) a special case for the default levelJoão Valverde1-4/+11
2021-11-09wsutil: Improve bytes_to_str_max() APIJoão Valverde1-3/+3
2021-10-22wireshark.h: Remove wmem dependency.João Valverde1-36/+3
2021-10-22Add new global header wireshark.h with guidelineJoão Valverde1-4/+3
2021-09-18wslog: Add ws_log_buffer()João Valverde1-0/+26
2021-09-15wslog: Add macro to validate arguments and returnJoão Valverde1-0/+34
2021-07-29wslog: Add function to log directly without filteringJoão Valverde1-0/+13
2021-07-29wslog: Avoid macro duplicationJoão Valverde1-6/+7
2021-07-25wslog: Minor fixes and cleanupsJoão Valverde1-2/+2
2021-07-09wslog: fixup copyrightJoão Valverde1-1/+3
2021-06-29wslog: Prefer more modern time APIsJoão Valverde1-2/+9
2021-06-28wslog: Replace g_date_time_format()João Valverde1-0/+1
2021-06-26wslog: Update API documentation and improve code formattingJoão Valverde1-33/+40
2021-06-26wslog: Check environment initialization for errorsJoão Valverde1-6/+17
2021-06-25wsutil: Rewrite ws_log() to minimize dependenciesJoão Valverde1-1/+3
2021-06-21wslog: Check if we are initialized and add missing initsJoão Valverde1-3/+6
2021-06-21wslog: Shorten ws_log_message_is_active() nameJoão Valverde1-1/+1
2021-06-18wslog: Add support for inverted debug matchesJoão Valverde1-4/+3
2021-06-18wslog: Use NULL for empty/default domainJoão Valverde1-4/+10
2021-06-17wslog: Add more documentationJoão Valverde1-0/+5
2021-06-17Replace usage of GLogLevel flags everywhereJoão Valverde1-28/+4
2021-06-17wslog: Add a noisy debug levelJoão Valverde1-16/+37
2021-06-17wslog: Add a new log-debug optionJoão Valverde1-0/+9
2021-06-17wslog: Add a new log-fatal optionJoão Valverde1-0/+19
2021-06-17wslog: Add support for inverted domain matchesJoão Valverde1-0/+2
2021-06-15wslog: Add ws_logv_full()João Valverde1-0/+11
2021-06-15wslog: Do not filter default domainJoão Valverde1-0/+6
2021-06-14wslog: Use buffered I/OJoão Valverde1-7/+9
2021-06-14wslog: Parse cmd line options in one passJoão Valverde1-13/+3
2021-06-14wslog: Make error and critical levels not conditionalJoão Valverde1-0/+1
2021-06-14wslog: Add support for domain filteringJoão Valverde1-9/+21