aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/filesystem.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-05wsutil: Add get_profile_dir()Stig Bjørlykke1-37/+37
2018-10-03wsutil: get_datafile_dir: avoid hard-coded build directoryPeter Wu1-35/+35
2018-06-26Remove code specific to older versions of Visual Studio.Gerald Combs1-17/+0
2018-06-04Allow user to override config dir for all OSesJoão Valverde1-8/+14
2018-05-05Don't use dladdr() to get a pathname for the current executable().Guy Harris1-57/+31
2018-05-05Use dlget() and dlgetname() to get the executable path name on HP-UX.Guy Harris1-2/+16
2018-05-04Get rid of more autotoolsisms.Guy Harris1-15/+2
2018-04-30Lua: ensure that DATA_DIR and USER_DIR have trailing slashesPeter Wu1-2/+2
2018-04-25Get rid of stuff that checks for a .libs directory.Guy Harris1-24/+2
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-07Clean up the null pointer check in profile_exists().Guy Harris1-3/+10
2018-02-07wsutil: Allow NULL as profile nameStig Bjørlykke1-1/+3
2018-01-28wsutil/filesystem.c: fix memory leak in init_progfile_dir()Jakub Zawadzki1-6/+0
2018-01-08extcap: remove conditional compilation.Dario Lombardo1-10/+2
2018-01-03wsutil: return false if NULL is asked as profile name (CID: 1405202).Dario Lombardo1-0/+2
2017-12-10Convert to using use SPDX identifier on wsutil directoryMichael Mann1-13/+1
2017-10-03Add version check for plugin compatibilityJoão Valverde1-4/+2
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