aboutsummaryrefslogtreecommitdiffstats
path: root/epan/filesystem.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-10/+3
2009-02-15Add a routine to report write errors to the list of failure-reportingGuy Harris1-1/+73
2009-01-20Fix some indentationBill Meier1-10/+10
2008-12-20Umm, no. g_strdup() != g_strdup_printf(); the first argument to theGuy Harris1-1/+1
2008-12-20From babi: Fix three overflows (bugs 3150 and 3151).Gerald Combs1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-10-27ETH -> WS updates.Gerald Combs1-2/+2
2008-09-02Fix a few Emacs "file variables" to have "safe" values.Bill Meier1-1/+1
2008-06-30Move privileges.c and unicode-utils.c from epan to wsutil (so things likeJeff Morriss1-2/+2
2008-06-23Rename an argument to avoid collisions with a global variable name, asGuy Harris1-5/+5
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-24/+24
2008-04-07- Remove GLIB1 codeStephen Fisher1-1/+1
2008-03-15Check in the OS X packaging patch from bug 2341, since I've hadGerald Combs1-136/+165
2008-02-26get_datafile_path() and get_persconffile_path() return malloc'd memory. Note...Jeff Morriss1-3/+9
2008-02-03Ups, fix a typo from last checkin.Stig Bjørlykke1-1/+1
2008-02-03More rewrite of prohibited APIs (sprintf, strcpy, strcat).Stig Bjørlykke1-13/+5
2008-01-27Do not change profile if directory creation failed, and change to defaultStig Bjørlykke1-5/+8
2008-01-24Always return a valid profile name from get_profile_name().Stig Bjørlykke1-3/+7
2008-01-15Include dirent.h if we have it (to fix glib-1 compile: it needed DIR).Jeff Morriss1-11/+15
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke1-7/+169
2007-08-24Don't build in init_plugin_dir if HAVE_PLUGINS is not defined, whichRichard van der Hoff1-0/+6
2007-06-03(Minor) Use _WIN32 (instead of WIN32) like the rest of Wireshark Bill Meier1-1/+1
2007-05-25No need to call init_plugin_dir() - it gets called, if necessary, byGuy Harris1-1/+1
2007-05-25Have editcap and capinfos loading the wiretap plugins.Luis Ontanon1-1/+2
2007-05-21Have init_progfile_dir() also check whetherGuy Harris1-31/+51
2007-03-26Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorsStephen Fisher1-1/+1
2007-03-14Include <ctype.h> to define "isspace()".Guy Harris1-3/+4
2007-03-14as requested by "John T. Haller" for PortableApps.com:Ulf Lamping1-21/+80
2007-03-02Add a description for errno EINVAL (Invalid Argument) toStephen Fisher1-0/+4
2007-01-15Update to get_persdatafile_dir() to choose a default directory on the U3 devi...Graeme Lunt1-5/+25
2007-01-15fix a warningUlf Lamping1-1/+1
2007-01-15SHGetFolderPath is not available on MSVC 6 without a Platform SDK, use SHGetS...Ulf Lamping1-0/+8
2007-01-14on my way to fix #301:Ulf Lamping1-0/+31
2007-01-12Win32: MSVC > 6 doesn't work well with Unicode filenames!Ulf Lamping1-10/+1
2007-01-03from Laurent Rabret:Ulf Lamping1-1/+1
2007-01-02Add a WIRESHARK_RUN_FROM_BUILD_DIRECTORY environment variable on UN*X;Guy Harris1-5/+134
2006-09-22Add missing files from last commit. Fix an #include.Gerald Combs1-2/+2
2006-09-02Clean up indentation, etc.Guy Harris1-26/+26
2006-08-26U3 packaging, utility and Wireshark modifications that allows Wireshark to be...Graeme Lunt1-41/+73
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs1-1/+1
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-4/+4
2006-05-28Ethereal->WiresharkAnders Broman1-14/+14
2006-05-22ethereal->wiresharkRonnie Sahlberg1-1/+1
2006-05-21name changeRonnie Sahlberg1-3/+3
2006-05-18As suggested by Jim Prince, pass the right argument to "getcwd()" - theGuy Harris1-1/+1
2006-05-01It's g_strdup_printf(), not g_sprintf_alloc().Guy Harris1-3/+4
2006-05-01Handle the case where we *can't* determine the pathname in which to findGuy Harris1-44/+101
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