aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2021-08-31iwarp_mpa: fix iWarp MPA for NFS-over-RDMAJorge Mora1-0/+2
2021-08-24wmem: don't check whether sizeof(type) is <= 0.Guy Harris1-4/+9
2021-08-21Fix some issues with Exported PDUs.Guy Harris1-26/+27
2021-08-20Move LINKTYPE_WIRESHARK_UPPER_PDU definitions to a separate header.Guy Harris2-0/+167
2021-07-30nstime: Fix Dead Store (found by Clang Analyzer)Alexis La Goutte1-2/+2
2021-07-29wslog: Add function to log directly without filteringJoão Valverde2-0/+25
2021-07-29wsutil: rename bytestring_to_str() -> bytes_to_str_punct()João Valverde3-8/+8
2021-07-29wsutil: Clean up unit test namespacesJoão Valverde1-10/+25
2021-07-29wsutil: Add max length argument to bytes_to_str()João Valverde2-15/+27
2021-07-29wsutil: Add some tests for bytes_to_str()João Valverde1-0/+38
2021-07-29Move bytes_to_str() to wsutilJoão Valverde3-0/+262
2021-07-29wslog: Avoid macro duplicationJoão Valverde1-6/+7
2021-07-26Remove duplicate format_size() functionJoão Valverde4-23/+41
2021-07-26Move wmem to wsutilJoão Valverde40-0/+8525
2021-07-25wslog: Minor fixes and cleanupsJoão Valverde2-10/+8
2021-07-15CMake: Don't bother checking for fcntl.h or floorl.Gerald Combs1-2/+0
2021-07-14CMake: Adjust wsutil includes and linking.Gerald Combs1-14/+15
2021-07-11wsutil: Start adding a test suiteJoão Valverde2-0/+69
2021-07-11wsutil: Revert some changes to format_size()João Valverde2-26/+15
2021-07-09wslog: Fix representation of null domainJoão Valverde1-1/+1
2021-07-09wslog: fixup copyrightJoão Valverde2-2/+6
2021-07-09wslog: Fix commentJoão Valverde1-2/+2
2021-06-29wslog: Prefer more modern time APIsJoão Valverde2-43/+74
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 Valverde2-24/+54
2021-06-26wslog: Update API documentation and improve code formattingJoão Valverde2-72/+96
2021-06-26wslog: Check environment initialization for errorsJoão Valverde2-45/+97
2021-06-26wslog: Fatal messages should always be activeJoão Valverde1-0/+6
2021-06-25"config.h" need not and should not be included in any headerJoão Valverde1-2/+0
2021-06-25wsutil: Rewrite ws_assert() to minimize dependenciesJoão Valverde3-22/+84
2021-06-25wsutil: Rewrite ws_log() to minimize dependenciesJoão Valverde2-34/+28
2021-06-25wsutil: Fix incorrect header includeJoão Valverde2-3/+3
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-23Debug: Lower priority to "noisy" for pipe spawn outputJoão Valverde1-1/+1
2021-06-23wslog: Fix crash using a custom log fileJoão Valverde1-5/+11
2021-06-22Fix some includes.Dario Lombardo1-0/+1
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 Valverde2-19/+62
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-21NGAP: fix dissection of multiple NGAP messages in the same HTTP2 packetPascal Quantin2-6/+61
2021-06-21wslog: Shorten ws_log_message_is_active() nameJoão Valverde2-6/+6
2021-06-19ws_assert: remove a stray semicolon at the end of an inline function.Guy Harris1-1/+1
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