aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Draft: wslog: simplify log domain tokenizeJaap Keuter1-17/+1
2023-02-13Enable rpathification and working relocation on Linux (take 3)João Valverde1-0/+39
2023-02-12CMake: Check sse4.2 compiler option for x86 onlyBiswapriyo Nath1-6/+10
2023-02-12Revert "Enable rpathification and working relocation on Linux (take 2)"João Valverde1-39/+0
2023-02-12Enable rpathification and working relocation on Linux (take 2)João Valverde1-0/+39
2023-02-12CMake: Remove unnecessary wmem object libraryJoão Valverde2-129/+77
2023-02-10Move ui/filter_files.[ch] to wsutilJoão Valverde3-0/+665
2023-02-10Move ui/clopts_common.[ch] to wsutilJoão Valverde3-0/+166
2023-02-10Move ui/cmdarg_err.[ch] to wsutilJoão Valverde3-0/+112
2023-02-08Replace g_utf8_make_valid() with own functionJoão Valverde4-13/+26
2023-02-08Make wmem and wsutil a single logical libraryJoão Valverde6-16/+11
2023-02-07Move ui/version_info.[ch] to wsutilJoão Valverde3-0/+768
2023-02-07Correct function signatures for buffer functionsDavid Perry1-2/+8
2023-02-06Add a #define HAVE_MSYSTEM and use itJoão Valverde1-6/+6
2023-02-06wsutil/filesystem: Fix potential memory leakJoão Valverde1-2/+0
2023-02-06Do not require using wsgcrypt.hJoão Valverde6-17/+7
2023-02-06Remove wsutil/netlink.h workaroundJoão Valverde2-66/+0
2023-02-06CMake: Cleanup unnecessary linking with shared librariesJoão Valverde3-8/+14
2023-02-06Convert unicode-utils.[ch] to 4-space indentationJoão Valverde3-109/+102
2023-02-06Move get_utf_8_string() to wsutilJoão Valverde2-0/+197
2023-01-30Revert "Enable rpathification and working relocation on Linux"Gerald Combs1-32/+0
2023-01-29Enable rpathification and working relocation on LinuxJoão Valverde1-0/+32
2023-01-29wsutil: Filesystem routine updates.Gerald Combs2-50/+62
2023-01-26Add support for configuration path relocation on UnixJoão Valverde3-46/+51
2023-01-20Fix Personal Extcap folder pathJoão Valverde2-0/+29
2023-01-20GUI: Ship authors as a Qt resource fileJoão Valverde1-3/+1
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