aboutsummaryrefslogtreecommitdiffstats
path: root/epan/filesystem.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-31Tethereal/tethereal -> TShark/tshark.gerald1-1/+1
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofgerald1-4/+4
2006-05-28Ethereal->Wiresharketxrab1-14/+14
2006-05-22ethereal->wiresharksahlberg1-1/+1
2006-05-21name changesahlberg1-3/+3
2006-05-18As suggested by Jim Prince, pass the right argument to "getcwd()" - theguy1-1/+1
2006-05-01It's g_strdup_printf(), not g_sprintf_alloc().guy1-3/+4
2006-05-01Handle the case where we *can't* determine the pathname in which to findguy1-44/+101
2006-03-08Include tchar.h only if we're running Windows. Fixup whitespace.gerald1-9/+7
2006-03-08Use Unicode for all native Win32 calls. Unicode Windows applicationsgerald1-2/+10
2006-02-14Fix the loop that checks $PATH for the binary to actually step from oneguy1-34/+31
2006-02-12Add a routine to attempt to get the absolute pathname of the executableguy1-58/+224
2006-02-08Fix up some comments.guy1-6/+8
2006-02-08Clean up the comments for files_identical(), and fix up the UNIXguy1-27/+26
2006-02-08Make file_exists() work on macosx (and other unices)lego1-1/+9
2006-01-12fix #648: ulfl1-4/+49
2005-11-07Use <wiretap/file_util.h> to include "file_util.h"; otherwise, theguy1-1/+5
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...ulfl1-21/+14
2005-08-08various code cleanup:ulfl1-30/+11
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.jmayer1-5/+5
2005-04-12another try to fix the unix buildulfl1-2/+2
2005-04-12bugfix for unix builds, remove leftover things from function moveulfl1-3/+0
2005-04-12add functions file_exists and file_identical to filesystem.c (coming from fil...ulfl1-0/+81
2004-12-31"gtk_entry_get_text()" returns a "const char *" - assign the result toguy1-6/+6
2004-12-29Make the tone of the error messages a bit less formal, by usingguy1-4/+4
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;guy1-13/+13
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-01-24As with "cf_open_error_message()"/"file_open_error_message()", so withguy1-2/+46
2004-01-24Add a new "file_open_error_message()" routine in "epan/filesystem.c", toguy1-1/+40
2003-11-03Use "g_get_tmp_dir()" to get the pathname of the temporary fileguy1-15/+6
2003-11-03Make get_tempfile_path() work like get_datafile_path(), which removesgerald1-6/+8
2003-11-02From Gisle Vanem:gerald1-1/+24
2003-09-15From Graeme Hewson:guy1-1/+3
2003-05-15From Richard Urwin:guy1-1/+25
2003-03-26Put in a comment about the "to what code does the configuration fileguy1-1/+22
2003-03-25Fix up a comment.guy1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-5/+1
2002-06-23Add a routine to "epan/filesystem.c" to test whether a file is a FIFO.guy1-1/+15
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureguy1-2/+6
2002-01-04If the "parent directory" of what would be the personal configurationguy1-3/+13
2001-10-24Fix compile errors and code errors in the Win32 code.guy1-4/+9
2001-10-24Have a routine that takes a file name for a personal configuration fileguy1-2/+109
2001-10-24On Windows, put Ethereal configuration files under the "Applicationguy1-17/+68
2001-10-23Include <direct.h> on Windows systems, to declare "mkdir()".guy1-42/+15
2001-10-23Add a new routine to create the ".ethereal" directory for a user.guy1-1/+35
2001-10-23Include <stdio.h> to declare "sprintf()".guy1-1/+2
2001-10-22The only reason we care about the user's home directory is that theirguy1-43/+36
2001-10-22Add a routine to get the directory in which personal configuration filesguy1-1/+30
2001-10-21Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatguy1-3/+19