physfs/src
Ryan C. Gordon 44fb6d5e2d Renamed a function to make Clang static analysis happy.
"Object leaked: allocated object is returned from a function whose
 name ('cfallocDesc') does not contain 'Copy' or 'Create'.  This violates
 the naming convention rules given in the Memory Management Guide for
 Core Foundation"

(it doesn't actually leak, but okay, it's a reasonable naming convention.)
2014-02-07 16:17:48 -05:00
..
lzma Some targets need string.h here. 2010-02-03 22:50:07 -05:00
archiver_dir.c Rearranged PHYSFS_Archiver struct. 2012-11-30 14:09:56 -05:00
archiver_grp.c Rearranged PHYSFS_Archiver struct. 2012-11-30 14:09:56 -05:00
archiver_hog.c Rearranged PHYSFS_Archiver struct. 2012-11-30 14:09:56 -05:00
archiver_iso9660.c Rearranged PHYSFS_Archiver struct. 2012-11-30 14:09:56 -05:00
archiver_lzma.c Rearranged PHYSFS_Archiver struct. 2012-11-30 14:09:56 -05:00
archiver_mvl.c Rearranged PHYSFS_Archiver struct. 2012-11-30 14:09:56 -05:00
archiver_qpak.c Rearranged PHYSFS_Archiver struct. 2012-11-30 14:09:56 -05:00
archiver_slb.c Rearranged PHYSFS_Archiver struct. 2012-11-30 14:09:56 -05:00
archiver_unpacked.c Cleaned out "exists" nonsense in openRead() API. 2012-11-30 13:00:08 -05:00
archiver_wad.c Rearranged PHYSFS_Archiver struct. 2012-11-30 14:09:56 -05:00
archiver_zip.c Rearranged PHYSFS_Archiver struct. 2012-11-30 14:09:56 -05:00
physfs.c Added a FIXME. 2014-01-16 07:03:42 -08:00
physfs.h Rearranged PHYSFS_Archiver struct. 2012-11-30 14:09:56 -05:00
physfs_byteorder.c Reworked the error reporting API. Now we use error codes instead of strings. 2012-03-20 15:38:12 -04:00
physfs_casefolding.h Moved directory structure around. 2009-03-27 15:10:42 -04:00
physfs_internal.h Better basedir detection for various Unix platforms. 2013-08-23 23:41:35 -04:00
physfs_miniz.h Replace C++/C99 single-line comments in miniz with C98 /* comments */ ... 2012-03-11 03:56:24 -04:00
physfs_platforms.h Better basedir detection for various Unix platforms. 2013-08-23 23:41:35 -04:00
physfs_unicode.c Make __PHYSFS_utf8stricmp() work like you'd expect. 2012-11-28 01:30:29 -05:00
platform_beos.cpp More FIXME cleanup. 2012-03-24 00:26:04 -04:00
platform_macosx.c Renamed a function to make Clang static analysis happy. 2014-02-07 16:17:48 -05:00
platform_posix.c Don't fsync() read-only filehandles (thanks, Andreas!). 2013-08-21 23:30:33 -04:00
platform_unix.c Better basedir detection for various Unix platforms. 2013-08-23 23:41:35 -04:00
platform_windows.c Fixed memory leak. 2013-08-20 13:36:34 -04:00