aboutsummaryrefslogtreecommitdiffstats
path: root/epan/filesystem.c
Commit message (Expand)AuthorAgeFilesLines
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* As with "cf_open_error_message()"/"file_open_error_message()", so withGuy Harris2004-01-241-2/+46
* Add a new "file_open_error_message()" routine in "epan/filesystem.c", toGuy Harris2004-01-241-1/+40
* Use "g_get_tmp_dir()" to get the pathname of the temporary fileGuy Harris2003-11-031-15/+6
* Make get_tempfile_path() work like get_datafile_path(), which removesGerald Combs2003-11-031-6/+8
* From Gisle Vanem:Gerald Combs2003-11-021-1/+24
* From Graeme Hewson:Guy Harris2003-09-151-1/+3
* From Richard Urwin:Guy Harris2003-05-151-1/+25
* Put in a comment about the "to what code does the configuration fileGuy Harris2003-03-261-1/+22
* Fix up a comment.Guy Harris2003-03-251-2/+2
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-4/+4
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* Add a routine to "epan/filesystem.c" to test whether a file is a FIFO.Guy Harris2002-06-231-1/+15
* From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris2002-03-021-2/+6
* If the "parent directory" of what would be the personal configurationGuy Harris2002-01-041-3/+13
* Fix compile errors and code errors in the Win32 code.Guy Harris2001-10-241-4/+9
* Have a routine that takes a file name for a personal configuration fileGuy Harris2001-10-241-2/+109
* On Windows, put Ethereal configuration files under the "ApplicationGuy Harris2001-10-241-17/+68
* Include <direct.h> on Windows systems, to declare "mkdir()".Guy Harris2001-10-231-42/+15
* Add a new routine to create the ".ethereal" directory for a user.Guy Harris2001-10-231-1/+35
* Include <stdio.h> to declare "sprintf()".Guy Harris2001-10-231-1/+2
* The only reason we care about the user's home directory is that theirGuy Harris2001-10-221-43/+36
* Add a routine to get the directory in which personal configuration filesGuy Harris2001-10-221-1/+30
* Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatGuy Harris2001-10-211-3/+19
* Fix some Win32 compilation warnings and errors.Guy Harris2001-08-211-1/+6
* On Windows, use the directory in which the binary resides as theGuy Harris2001-08-211-3/+137
* "get_home_dir()", in "epan/filesystem.c", usesGuy Harris2001-04-021-1/+92
* removed #include "util.h" from filesystem.c and resolv.cEd Warnicke2001-03-311-2/+1
* Fix it to build on Windows.Guy Harris2000-10-111-1/+3
* More EPAN-related code movements. Get rid of usage of #include "globals.h"Gilbert Ramirez2000-09-281-0/+118