aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2023-01-20wsutil: Add get_docfile_path()João Valverde2-0/+31
2023-01-19Install documentation (HTML manuals) to DOCDIRJoão Valverde3-0/+96
2023-01-18AppRun: Set various pathsGerald Combs1-0/+15
2023-01-18CMake: Require explicit installation of development headersJoão Valverde2-0/+4
2023-01-14MinGW: Disable -Wcast-function-type warningsJoão Valverde1-0/+2
2023-01-14MinGW: Fix warnings wiht ws_strptime()João Valverde1-17/+15
2023-01-13MinGW: Fix -Wsign-compareJoão Valverde1-3/+2
2023-01-13MinGW: Fix -Wold-style-declarationJoão Valverde1-3/+3
2023-01-13MinGW: Fix -Wstrict-prototypesJoão Valverde2-3/+3
2023-01-13MinGW: Fix -WformatJoão Valverde3-14/+14
2023-01-13MinGW: Fix -Wunused-functionJoão Valverde1-56/+0
2023-01-12MSYS2: Fix system installationJoão Valverde2-25/+109
2023-01-12CMake: Reverse debug macrosJoão Valverde3-15/+15
2023-01-12Remove WS_DISABLE_ASSERTJoão Valverde3-19/+10
2023-01-11version info: Strip whitespace from a stringJoão Valverde1-1/+1
2022-12-23Add a routine to get the path of an executable given the program name.Guy Harris2-2/+40
2022-12-22wsutil: Make progfile_dir the main program file directory.Gerald Combs2-1/+21
2022-12-16protobuf: Do not crash on zero length bytes elementJohn Thacker2-1/+1
2022-12-15cli: Fix copying global profile to personal at startupJohn Thacker1-23/+72
2022-12-15wslog: Resynchronize UTF-8 displayJoão Valverde1-19/+46
2022-12-15wmem: Add wmem_strbuf_append_c_count()João Valverde3-0/+19
2022-12-15wmem: Optimize some strbuf functionsJoão Valverde1-43/+33
2022-12-15CMake: Disable UTF-8 debug checks for release buildsJoão Valverde1-10/+0
2022-12-12Extcap: Create our fifo in a temporary directory.Gerald Combs2-17/+61
2022-12-03wmem: Remove strbuf max size parameterJoão Valverde4-69/+21
2022-11-30wmem: Remove wmem_strbuf_new_label()João Valverde1-3/+3
2022-11-29wslog: Check fileno() for errorsJoão Valverde1-2/+5
2022-11-18IAX2: Fix UTF-8 string encodingJoão Valverde2-0/+46
2022-11-15Add Management Component Transport Protocol (MCTP) dissectorJeremy Kerr1-0/+1
2022-11-06wmem: Make wmem_strbuf_utf8_validate endpptr param optionalJohn Thacker2-5/+20
2022-10-30unicode-utils: Add a null check to UTF-8 validationJoão Valverde1-1/+1
2022-10-21wmem: Make strbuf_utf8_validate() accept embedded NUL bytesJoão Valverde3-2/+57
2022-10-20CMake: Add -Werror to test binariesJoão Valverde2-0/+2
2022-10-19charsets: Don't add illegal Unicode codepoints for UTF-16, UTF-32John Thacker2-0/+17
2022-10-16Add a #define for REPLACEMENT CHARACTER and use it.Guy Harris3-11/+12
2022-10-15TDS: Reject invalid ASCIIJoão Valverde1-0/+3
2022-10-15wslog: Do not print control charactersJoão Valverde3-8/+74
2022-10-14wsutil: Rewrite ws_utf8_char_len() using a lookup tableJoão Valverde2-14/+28
2022-10-12wsutil/str_util: Add ws_utf8_truncateJohn Thacker2-0/+38
2022-10-11wslog: rename console open preference enumJoão Valverde2-5/+5
2022-10-11wslog: Fix console_open registry key nameJoão Valverde2-1/+7
2022-10-11Windows: Store "gui.console_open" in the Windows registryJoão Valverde5-7/+453
2022-10-08Add log init message to main()João Valverde1-11/+14
2022-10-08Move print_hex_data_buffer() to wsutilJoão Valverde2-0/+252
2022-10-08wmem: Avoid header dependency on wsutilJoão Valverde2-2/+2
2022-10-08wslog: Improve display for UTF-8 stringsJoão Valverde1-14/+11
2022-10-07wiretap: Add enum generationJoão Valverde3-0/+58
2022-10-05wsutil: Improve UTF-8 APIs for debuggingJoão Valverde6-15/+164
2022-10-04wslog: Improve help outputJoão Valverde1-3/+8
2022-10-04wslog: Do not leak memoryJoão Valverde1-0/+1