aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/wslog.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-22glib: Bump required version to 2.50John Thacker1-10/+0
2022-03-26wslog: Refactor ws_log_set_fatal() for consistencyJoão Valverde1-11/+9
2022-01-05ws_assert: refactor assertionsJoão Valverde1-0/+13
2022-01-05wslog: Replace ws_assert()João Valverde1-1/+3
2022-01-05wslog: Convert to C99/POSIX typesJoão Valverde1-38/+37
2022-01-05wslog: Use a wider type for lineJoão Valverde1-9/+9
2021-12-29wslog: Add WS_DEBUG_HERE() macroJoão Valverde1-20/+30
2021-12-15wslog: 'struct timespec' is C11, use thatJoão Valverde1-4/+4
2021-12-15wsutil: Add portability wrapper for clock_gettime(CLOCK_REALTIME)João Valverde1-17/+2
2021-12-15Revert "The function timespec_get() is C17 so assume we have it"João Valverde1-0/+5
2021-12-14wslog: Avoid logging any output to stdoutJoão Valverde1-6/+7
2021-12-14The function timespec_get() is C17 so assume we have itJoão Valverde1-5/+0
2021-12-12The macro 'va_copy' is C99, use thatJoão Valverde1-1/+1
2021-12-11wslog: Add backward compatibility with 'console.log.level'João Valverde1-1/+91
2021-12-06extcap: Register log handler conditionallyJoão Valverde1-0/+24
2021-12-06wslog: Use stdout for debug messagesJoão Valverde1-6/+36
2021-12-03Fix logging with extcapsJoão Valverde1-3/+15
2021-11-15wslog: Remove (part of) a special case for the default levelJoão Valverde1-5/+3
2021-11-09wsutil: Improve bytes_to_str_max() APIJoão Valverde1-2/+2
2021-11-09wslog: Add a NULL check.Gerald Combs1-1/+1
2021-09-30wslog: Alias --log-domain to --log-domainsJoão Valverde1-8/+18
2021-09-18wslog: Add ws_log_buffer()João Valverde1-0/+23
2021-07-29wslog: Add function to log directly without filteringJoão Valverde1-0/+12
2021-07-25wslog: Minor fixes and cleanupsJoão Valverde1-8/+6
2021-07-09wslog: Fix representation of null domainJoão Valverde1-1/+1
2021-07-09wslog: fixup copyrightJoão Valverde1-1/+3
2021-07-09wslog: Fix commentJoão Valverde1-2/+2
2021-06-29wslog: Prefer more modern time APIsJoão Valverde1-41/+65
2021-06-28wslog: don't assume how big struct timeval's tv_usec is.Guy Harris1-1/+1
2021-06-28wslog: Replace g_date_time_format()João Valverde1-24/+53
2021-06-26wslog: Update API documentation and improve code formattingJoão Valverde1-39/+56
2021-06-26wslog: Check environment initialization for errorsJoão Valverde1-39/+80
2021-06-26wslog: Fatal messages should always be activeJoão Valverde1-0/+6
2021-06-25wsutil: Rewrite ws_log() to minimize dependenciesJoão Valverde1-33/+25
2021-06-24wslog: Register log handler with GLibJoão Valverde1-0/+38
2021-06-24wslog: Fix initialization with invalid environmentJoão Valverde1-6/+11
2021-06-24wslog: Slight color and format changeJoão Valverde1-9/+7
2021-06-23wslog: Fix crash using a custom log fileJoão Valverde1-5/+11
2021-06-21wslog: Documentation fixupsJoão Valverde1-6/+7
2021-06-21wslog: Format and color amendmentsJoão Valverde1-22/+49
2021-06-21wslog: Check if we are initialized and add missing initsJoão Valverde1-16/+56
2021-06-21wslog: Reverse order for level priorityJoão Valverde1-12/+12
2021-06-21wslog: Cleanup the filter/match logicJoão Valverde1-112/+126
2021-06-21wslog: Critical and error are always active.João Valverde1-7/+7
2021-06-21wslog: "Warning" can also be set as fatalJoão Valverde1-2/+3
2021-06-21wslog: Shorten ws_log_message_is_active() nameJoão Valverde1-5/+5
2021-06-19wslog: Set registered name earlierJoão Valverde1-7/+8
2021-06-19wslog: Be more obvious in the log that the domain is unsetJoão Valverde1-5/+10
2021-06-19wslog: Fix domain filteringJoão Valverde1-0/+3
2021-06-18wslog: Add support for inverted debug matchesJoão Valverde1-24/+55