aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/filesystem.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-24Since g2ef72cb, plugins are no more stored in plugins/$VERSION folderPascal Quantin1-48/+2
2015-02-20Just have init_progfile_dir() take a void pointer.Guy Harris1-3/+3
2015-02-18Fix various warnings in wireshark-qt.cpp.Gerald Combs1-1/+1
2015-02-14We use GLib's directory-reading routines, so we don't need <dire[cn]t.h>.Guy Harris1-4/+0
2014-10-17Get rid of unnecessary includes of ctype.h.Guy Harris1-1/+0
2014-10-06Adjust some whitespace to match editor modelines.Bill Meier1-72/+72
2014-08-21Extcap Capture InterfaceRoland Knall1-0/+111
2014-08-02Make the nameres test suite work out of tree by looking for the global hostsJeff Morriss1-3/+6
2014-06-16More Python-bindings removal.Jeff Morriss1-112/+0
2014-05-30Set PLUGIN_INSTALL_DIR properly for wireshark.pcBalint Reczey1-2/+2
2014-03-19The 1.11.x installer puts the global plugins in the wrong place [Mac OS X]Alexis La Goutte1-2/+2
2014-03-19The 1.11.x installer puts the global plugins in the wrong place [Mac OS X]Alexis La Goutte1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-10Make internal functions staticAnders Broman1-1/+1
2013-11-20Remove a few (now unused) variables.Michael Mann1-2/+0
2013-11-19Fix missing semicolon.Guy Harris1-1/+1
2013-11-19Add routines to set the personal file directory paths (personalGuy Harris1-68/+19
2013-11-18Get rid of unused trivial wrapper routine.Guy Harris1-7/+0
2013-11-17strncat() bad, g_strlcat() good.Guy Harris1-5/+6
2013-11-17Clean up indentation.Guy Harris1-2/+2
2013-11-17Move get_tempfile_path() from filesystem.[ch] to tempfile.[ch].Guy Harris1-9/+0
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-0/+2209