Ryan C. Gordon 0e38afca9b Corrected example code for PHYSFS_enumerate in physfs.h 6 years ago
..
physfs.c fa34bb479d Only flush file handles on close if they were opened for writing. 7 years ago
physfs.h 0e38afca9b Corrected example code for PHYSFS_enumerate in physfs.h 6 years ago
physfs_archiver_7z.c e216897cb9 7zip: don't forget to destroy the PHYSFS_Io when closing the archive! 8 years ago
physfs_archiver_dir.c a80261989e Fixed mounting a symlink to a real directory. 8 years ago
physfs_archiver_grp.c 3078acd1eb Archivers can now specify whether an archive definitely was intended for them. 8 years ago
physfs_archiver_hog.c 3078acd1eb Archivers can now specify whether an archive definitely was intended for them. 8 years ago
physfs_archiver_iso9660.c b8aa7dab87 Fixed some infinite loops that a maliciously-crafted .iso can trigger. 8 years ago
physfs_archiver_mvl.c 3078acd1eb Archivers can now specify whether an archive definitely was intended for them. 8 years ago
physfs_archiver_qpak.c 3078acd1eb Archivers can now specify whether an archive definitely was intended for them. 8 years ago
physfs_archiver_slb.c 3078acd1eb Archivers can now specify whether an archive definitely was intended for them. 8 years ago
physfs_archiver_unpacked.c db349bd067 Update filename comments. 8 years ago
physfs_archiver_vdf.c e728c65912 vdf: Don't add directories; UNPK_addEntry()/DirTree will fill in parents. 8 years ago
physfs_archiver_wad.c 3078acd1eb Archivers can now specify whether an archive definitely was intended for them. 8 years ago
physfs_archiver_zip.c e290b8d0a0 Fixed crash when duplicating PHYSFS_Io for zipfiles. 8 years ago
physfs_byteorder.c 32da097a55 Cleanup BAIL_* and GOTO_* macros to be less cluttered. 8 years ago
physfs_casefolding.h d1f2637ca8 utf8: big improvements to case-insensitive UTF-8 string compare. 8 years ago
physfs_internal.h 0d3d0afc9a Allow builds to opt-out or opt-in to specific archivers, whichever's easier. 7 years ago
physfs_lzmasdk.h 78c1a985ec Made physfs_lzmasdk.h's include-once blockers match other files' formatting. 8 years ago
physfs_miniz.h dfd658ff92 Fixed miniz code that triggers recent GCCs' -Wmisleading-indentation. 9 years ago
physfs_platform_apple.m a828a91feb apple: Patched to compile with older (mac 10.7) SDKs (thanks, Ken and Ryan!). 8 years ago
physfs_platform_haiku.cpp 1efdb62a8f haiku: CD-ROM detection should report any mounted volume on a B_CD device. 8 years ago
physfs_platform_os2.c a80261989e Fixed mounting a symlink to a real directory. 8 years ago
physfs_platform_posix.c a80261989e Fixed mounting a symlink to a real directory. 8 years ago
physfs_platform_qnx.c e19422cc06 qnx: Added more proper support for QNX. 8 years ago
physfs_platform_unix.c 7607eeeb00 Cleaned up some header inclusion politics. 8 years ago
physfs_platform_windows.c 2dc2dd1b04 Fixed compiler warning. 7 years ago
physfs_platform_winrt.cpp 5fb9119ebc windows: Disable _CRT_SECURE_NO_WARNINGS again. 8 years ago
physfs_platforms.h e19422cc06 qnx: Added more proper support for QNX. 8 years ago
physfs_unicode.c 21b2fd39f2 Made PHYSFS_caseFold() a public API. 8 years ago