aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
AgeCommit message (Expand)AuthorFilesLines
2023-07-19Add more notes about getting distribution information on Linux. [skip ci]Guy Harris1-6/+77
2023-07-17When checking for a 32-bit vs. 64-bit architecture, check for ARM64.Guy Harris1-10/+53
2023-07-17Simplify the "is this NT workstation" test.Guy Harris1-16/+15
2023-07-17Fix comment in a typo. [skip ci]Guy Harris1-1/+1
2023-07-17Fix the check for Windows 11 to detect 22H2.Guy Harris1-7/+147
2023-07-14codecs: Pass in fmtp, decode bandwidth efficient AMRJohn Thacker1-0/+3
2023-07-09wmem: map and multimap include wmem_listJohn Thacker2-0/+2
2023-07-09codecs: Change interface, use SDP information for dynamic codecsJohn Thacker2-16/+22
2023-07-03wsutil: Add nstime representation in ISO8601 and Unix timeJoão Valverde4-4/+220
2023-06-30Convert to_str.[ch] to 4-space and fix some style issuesJoão Valverde1-4/+4
2023-06-30codecs: Register and lookup case-insensitivelyJohn Thacker1-10/+24
2023-06-29Convert wsutil/crc*.[ch] to C99 typesGerald Combs18-137/+137
2023-06-27dfilter: Use safe-math.h with time ftypesJoão Valverde1-0/+16
2023-06-26Don't include errno.h if we don't use errno or errno value definitions.Guy Harris1-1/+0
2023-06-24Make wsutil headers include what they use and build standaloneNicolás Alvarez44-74/+37
2023-06-18Get rid of unnecessary casts.Guy Harris1-1/+1
2023-06-17Convert wmem to C99 typesGerald Combs28-403/+403
2023-06-14wsutil: Add a plugins log domain and use itJoão Valverde1-2/+9
2023-06-12Add a script to convert GLib types to their C equivalentsGerald Combs2-27/+27
2023-06-11wsutil: Optimize unaligned pointer access for MSVC and iccJohn Thacker1-69/+238
2023-05-27wsutil: Remove defective sanity checkJoão Valverde1-12/+0
2023-05-26wsutil: Fix unused function warning with Fedora MinGW crossJoão Valverde1-0/+2
2023-05-24Fix build on case-sensitive filesystemsJoão Valverde3-3/+3
2023-05-09wmem: Allow integer lookups with a null treeJohn Thacker1-0/+12
2023-04-19ftypes: Add a hash/equal methodJoão Valverde2-0/+9
2023-04-16wsutil: Downgrade severity of ws_returh.h macrosJoão Valverde1-3/+6
2023-04-11wsutil: Switch away from G_MODULE_SUFFIX and g_module_build_pathGerald Combs3-13/+20
2023-04-10nstime: Fix typo in commentStig Bjørlykke1-1/+1
2023-04-09wslog: Print log message when aborting on exceptionJoão Valverde2-12/+30
2023-03-17RTPS: Dynamically grow array of elementsJohn Thacker2-0/+27
2023-03-08json_dumper: rework the error checking to improve error messages.Guy Harris2-146/+351
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