aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/filesystem.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-20Clang-Tidy: Fixup some suppressionsGerald Combs1-2/+0
2024-02-20wsutil: Only copy configuration files that are regular filesJohn Thacker1-1/+16
2024-02-19Add initial Clang-Tidy configuration files and a CI checkGerald Combs1-0/+2
2024-01-12Help: on macOS local pages are found in the DATA_DIR of the bundleJaap Keuter1-1/+1
2023-12-14Remove version component from plugin pathJoão Valverde1-26/+0
2023-11-12Work around macOS running applications in /.Guy Harris1-5/+25
2023-09-24Convert wsutil to C99 typesGerald Combs1-110/+110
2023-08-16Lua: Remove console.luaJoão Valverde1-1/+1
2023-05-26wsutil: Fix unused function warning with Fedora MinGW crossJoão Valverde1-0/+2
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-01-29wsutil: Filesystem routine updates.Gerald Combs1-50/+53
2023-01-26Add support for configuration path relocation on UnixJoão Valverde1-24/+27
2023-01-20Fix Personal Extcap folder pathJoão Valverde1-0/+24
2023-01-20GUI: Ship authors as a Qt resource fileJoão Valverde1-3/+1
2023-01-20wsutil: Add get_docfile_path()João Valverde1-0/+22
2023-01-19Install documentation (HTML manuals) to DOCDIRJoão Valverde1-0/+77
2023-01-18AppRun: Set various pathsGerald Combs1-0/+15
2023-01-13MinGW: Fix -WformatJoão Valverde1-2/+2
2023-01-13MinGW: Fix -Wunused-functionJoão Valverde1-56/+0
2023-01-12MSYS2: Fix system installationJoão Valverde1-22/+91
2022-12-23Add a routine to get the path of an executable given the program name.Guy Harris1-2/+28
2022-12-22wsutil: Make progfile_dir the main program file directory.Gerald Combs1-0/+16
2022-12-15cli: Fix copying global profile to personal at startupJohn Thacker1-23/+72
2022-07-06Add a default configuration profile for Logray.Gerald Combs1-0/+5
2022-07-06Rename Logwolf to LograyGerald Combs1-8/+8
2022-04-29Fix "generated by" comments in configuration files.Gerald Combs1-3/+11
2022-04-18Revert "wsutil: Use a separate "extlog" directory for Logwolf extcaps."Gerald Combs1-5/+4
2022-04-07wsutil: Use a separate "extlog" directory for Logwolf extcaps.Gerald Combs1-4/+5
2022-04-05wsutil: Use the correct variable.Gerald Combs1-2/+2
2022-04-04wsutil: Add configuration namespaces.Gerald Combs1-25/+82
2021-12-21Fixup -Wshorten-64-to-32 warnings with ClangJoão Valverde1-1/+1
2021-12-21Add a ws_posix_compat.h headerJoão Valverde1-1/+1
2021-12-19wsutil: Use snprintf() and ws_strdup_printf()João Valverde1-27/+24
2021-09-21Qt: Register import_hexdump.json as a profile fileStig Bjørlykke1-4/+11
2021-06-07wsutil: Add filesystem write_file_binary_mode()Stig Bjørlykke1-0/+57
2021-06-06Replace g_assert() with ws_assert() in placesJoão Valverde1-2/+3
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-2/+2
2020-10-11Fix many spelling errorsРоман Донченко1-1/+1
2020-05-03Some more issues identified by PVS-Studio.Martin Mathieson1-4/+6
2019-10-10Revert "CMake: Don't install HTML manuals twice"João Valverde1-31/+2
2019-10-09CMake: Don't install HTML manuals twiceJoão Valverde1-2/+31
2019-09-25Fix opening manual from staging directoryJoão Valverde1-2/+0
2019-09-24wsutil: Use file descriptor in file_needs_reopen()Tomasz Moń1-3/+3
2019-09-22Win32: Do not reload TLS keylog file on each packetTomasz Moń1-0/+65
2019-09-21MSVC: Warn about unused formal parametersTomasz Moń1-2/+4
2019-08-05Qt: Check filename before importRoland Knall1-0/+6
2019-07-30Qt: Change from User/System to Personal/Global profile typesStig Bjørlykke1-24/+24
2019-07-29Rename variable to eliminate shadow variable warning.Guy Harris1-3/+3
2019-07-29Qt: Rename profile global to systemStig Bjørlykke1-24/+24