aboutsummaryrefslogtreecommitdiffstats
path: root/epan/filesystem.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-08Include tchar.h only if we're running Windows. Fixup whitespace.Gerald Combs1-9/+7
2006-03-08Use Unicode for all native Win32 calls. Unicode Windows applicationsGerald Combs1-2/+10
2006-02-14Fix the loop that checks $PATH for the binary to actually step from oneGuy Harris1-34/+31
2006-02-12Add a routine to attempt to get the absolute pathname of the executableGuy Harris1-58/+224
2006-02-08Fix up some comments.Guy Harris1-6/+8
2006-02-08Clean up the comments for files_identical(), and fix up the UNIXGuy Harris1-27/+26
2006-02-08Make file_exists() work on macosx (and other unices)Luis Ontanon1-1/+9
2006-01-12fix #648: Ulf Lamping1-4/+49
2005-11-07Use <wiretap/file_util.h> to include "file_util.h"; otherwise, theGuy Harris1-1/+5
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-21/+14
2005-08-08various code cleanup:Ulf Lamping1-30/+11
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-5/+5
2005-04-12another try to fix the unix buildUlf Lamping1-2/+2
2005-04-12bugfix for unix builds, remove leftover things from function moveUlf Lamping1-3/+0
2005-04-12add functions file_exists and file_identical to filesystem.c (coming from fil...Ulf Lamping1-0/+81
2004-12-31"gtk_entry_get_text()" returns a "const char *" - assign the result toGuy Harris1-6/+6
2004-12-29Make the tone of the error messages a bit less formal, by usingGuy Harris1-4/+4
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris1-13/+13
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-01-24As with "cf_open_error_message()"/"file_open_error_message()", so withGuy Harris1-2/+46
2004-01-24Add a new "file_open_error_message()" routine in "epan/filesystem.c", toGuy Harris1-1/+40
2003-11-03Use "g_get_tmp_dir()" to get the pathname of the temporary fileGuy Harris1-15/+6
2003-11-03Make get_tempfile_path() work like get_datafile_path(), which removesGerald Combs1-6/+8
2003-11-02From Gisle Vanem:Gerald Combs1-1/+24
2003-09-15From Graeme Hewson:Guy Harris1-1/+3
2003-05-15From Richard Urwin:Guy Harris1-1/+25
2003-03-26Put in a comment about the "to what code does the configuration fileGuy Harris1-1/+22
2003-03-25Fix up a comment.Guy Harris1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-06-23Add a routine to "epan/filesystem.c" to test whether a file is a FIFO.Guy Harris1-1/+15
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris1-2/+6
2002-01-04If the "parent directory" of what would be the personal configurationGuy Harris1-3/+13
2001-10-24Fix compile errors and code errors in the Win32 code.Guy Harris1-4/+9
2001-10-24Have a routine that takes a file name for a personal configuration fileGuy Harris1-2/+109
2001-10-24On Windows, put Ethereal configuration files under the "ApplicationGuy Harris1-17/+68
2001-10-23Include <direct.h> on Windows systems, to declare "mkdir()".Guy Harris1-42/+15
2001-10-23Add a new routine to create the ".ethereal" directory for a user.Guy Harris1-1/+35
2001-10-23Include <stdio.h> to declare "sprintf()".Guy Harris1-1/+2
2001-10-22The only reason we care about the user's home directory is that theirGuy Harris1-43/+36
2001-10-22Add a routine to get the directory in which personal configuration filesGuy Harris1-1/+30
2001-10-21Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatGuy Harris1-3/+19
2001-08-21Fix some Win32 compilation warnings and errors.Guy Harris1-1/+6
2001-08-21On Windows, use the directory in which the binary resides as theGuy Harris1-3/+137
2001-04-02"get_home_dir()", in "epan/filesystem.c", usesGuy Harris1-1/+92
2001-03-31removed #include "util.h" from filesystem.c and resolv.cEd Warnicke1-2/+1
2000-10-11Fix it to build on Windows.Guy Harris1-1/+3
2000-09-28More EPAN-related code movements. Get rid of usage of #include "globals.h"Gilbert Ramirez1-0/+118