aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/filesystem.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-23plugins: Fixups for g9260461f4fJoão Valverde1-1/+1
2017-09-20plugins: Be more descriptive in "about wireshark"->"folders"João Valverde1-12/+34
2017-09-20Rename get_plugin_dir() for consistencyJoão Valverde1-1/+1
2017-09-17plugins: Change personal plugin dir path on UnixJoão Valverde1-0/+4
2017-09-17plugins: Fix paths to match WSUGJoão Valverde1-2/+2
2017-09-15Fix compilation errors when configured --without-plugins and without lua.Jakub Zawadzki1-1/+6
2017-09-11wsutil: Initialize and store plugin personal dirJoão Valverde1-8/+18
2017-08-08Fix a comment.Guy Harris1-1/+1
2017-08-01Use g_build_filename() instead, fix indentationJoão Valverde1-6/+3
2017-06-22wsutil: Back out profile_write_info_fileStig Bjørlykke1-50/+0
2017-06-22wsutil: Return error from profile_write_info_fileStig Bjørlykke1-5/+21
2017-06-21wsutil: Check return from ws_writeStig Bjørlykke1-2/+3
2017-06-21wsutil: Ignore return from ws_writeStig Bjørlykke1-2/+2
2017-06-21[filesystem.c] Add a cast to aviod a warning with VisualStudio 2017.Anders1-1/+1
2017-06-21wsutil: Free files in reset_default_profileStig Bjørlykke1-0/+1
2017-06-21Qt: Write a list of profile files at startupStig Bjørlykke1-0/+34
2017-06-20Qt: Create the user profiles dir at startupStig Bjørlykke1-25/+41
2017-04-19Fix memory leak in create_persconffile_profileMax Dmitrichenko1-0/+3
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-1/+1
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-1/+1
2017-02-25Fix compilation without plugins:Jakub Zawadzki1-0/+2
2017-02-22Only do save_errno = errno and errno = save_errno around g_free();Guy Harris1-7/+5
2017-02-21Fix a double free.Gerald Combs1-1/+3
2017-02-19Clean up some memory leaks in wsutil/filesystem.cMichael Mann1-47/+50
2017-02-18epan/wsutil: free memory on exit.Dario Lombardo1-1/+11
2017-02-18wsutil: remove leaks from filesystem and plugins code.Dario Lombardo1-0/+10
2017-02-14Qt: Reset Default profile supportStig Bjørlykke1-0/+34
2016-12-20cmake,wslua,wsutil: load files from run/ instead of source treePeter Wu1-1/+14
2016-12-09ui: move filesystem code to wsutil/filesystem.cDario Lombardo1-0/+23
2016-12-05Update a comment to reflect current reality.Guy Harris1-11/+15
2016-07-23filesystem.c: Don't constify mallocated pointerJoão Valverde1-15/+12
2016-06-22Handle ENAMETOOLONG.Gerald Combs1-0/+8
2016-06-16filesystem: Fix build dir detection when using cmakePeter Wu1-3/+17
2016-04-04Include ws_diag_control.h in config.hJoão Valverde1-2/+1
2016-04-03wsutil: Remove getenv_utf8(), replaced with g_getenv()João Valverde1-21/+20
2016-03-11Remove the last remnants of U3 support.Gerald Combs1-66/+21
2016-01-07Clean up indentation.Guy Harris1-1/+1
2016-01-07Don't assume a stat() fails only if the target file doesn't exist.Guy Harris1-2/+31
2015-12-14Make init_progfile_dir() take a function pointer [-Wpedantic]João Valverde1-2/+6
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-12/+0
2015-10-28Just use g_mkdir_with_parents() to make the .config directory on UN*X.Guy Harris1-8/+11
2015-10-28Do the "create parent of config file directory" stuff on UN*X as well.Guy Harris1-11/+8
2015-10-19On UN*X, use XDG_CONFIG_HOME/wireshark for configuration files.Guy Harris1-63/+88
2015-07-11terminate readlink resultTobias Stoeckmann1-6/+12
2015-06-30Use ws_fstat64() to determine the size of an open file.Guy Harris1-19/+0
2015-06-24Check _MSC_VER is defined before we use itEvan Huus1-1/+1
2015-06-23[MSVC 2015] file_exists() fails on MSVC2105 as file_stat.st_ino gets resetAndersBroman1-1/+2
2015-04-17Make androiddump loadable on OS X.Gerald Combs1-2/+2
2015-04-07Win32: Restore the versioned plugin installation path.Gerald Combs1-1/+24
2015-03-25Add support for WIRESHARK_EXTCAP_DIR environment variable on WindowsPascal Quantin1-1/+11