physfs/src
Ryan C. Gordon 1c7945461d Don't allow NULL filenames to be mounted.
Regardless of what the 3.0.0 documentation says, PhysicsFS never handled this
correctly, so now we check for it so you can't get into crashy situations.

Corrected documentation to reflect reality.
2017-10-23 12:40:59 -04:00
..
physfs.c Don't allow NULL filenames to be mounted. 2017-10-23 12:40:59 -04:00
physfs.h Don't allow NULL filenames to be mounted. 2017-10-23 12:40:59 -04:00
physfs_archiver_7z.c Archivers can now specify whether an archive definitely was intended for them. 2017-08-14 02:28:00 -04:00
physfs_archiver_dir.c Make PHYSFS_EnumerateCallback return an enum instead of an int. 2017-08-19 10:40:27 -04:00
physfs_archiver_grp.c Archivers can now specify whether an archive definitely was intended for them. 2017-08-14 02:28:00 -04:00
physfs_archiver_hog.c Archivers can now specify whether an archive definitely was intended for them. 2017-08-14 02:28:00 -04:00
physfs_archiver_iso9660.c Archivers can now specify whether an archive definitely was intended for them. 2017-08-14 02:28:00 -04:00
physfs_archiver_mvl.c Archivers can now specify whether an archive definitely was intended for them. 2017-08-14 02:28:00 -04:00
physfs_archiver_qpak.c Archivers can now specify whether an archive definitely was intended for them. 2017-08-14 02:28:00 -04:00
physfs_archiver_slb.c Archivers can now specify whether an archive definitely was intended for them. 2017-08-14 02:28:00 -04:00
physfs_archiver_unpacked.c Update filename comments. 2017-07-22 13:19:57 -04:00
physfs_archiver_vdf.c vdf: Don't add directories; UNPK_addEntry()/DirTree will fill in parents. 2017-09-03 13:13:51 -04:00
physfs_archiver_wad.c Archivers can now specify whether an archive definitely was intended for them. 2017-08-14 02:28:00 -04:00
physfs_archiver_zip.c Fixed crash when duplicating PHYSFS_Io for zipfiles. 2017-10-23 12:16:51 -04:00
physfs_byteorder.c Cleanup BAIL_* and GOTO_* macros to be less cluttered. 2017-07-06 11:51:41 -04:00
physfs_casefolding.h utf8: big improvements to case-insensitive UTF-8 string compare. 2017-08-11 01:39:22 -04:00
physfs_internal.h Make PHYSFS_EnumerateCallback return an enum instead of an int. 2017-08-19 10:40:27 -04:00
physfs_lzmasdk.h Made physfs_lzmasdk.h's include-once blockers match other files' formatting. 2017-08-11 01:29:38 -04:00
physfs_miniz.h Fixed miniz code that triggers recent GCCs' -Wmisleading-indentation. 2016-08-26 18:46:11 -04:00
physfs_platform_apple.m Cleaned up some header inclusion politics. 2017-08-16 20:03:24 -04:00
physfs_platform_haiku.cpp haiku: CD-ROM detection should report any mounted volume on a B_CD device. 2017-08-10 12:31:06 -04:00
physfs_platform_os2.c OS/2: Patched to compile. 2017-09-15 19:52:24 -04:00
physfs_platform_posix.c Make PHYSFS_EnumerateCallback return an enum instead of an int. 2017-08-19 10:40:27 -04:00
physfs_platform_qnx.c qnx: Added more proper support for QNX. 2017-08-16 20:02:54 -04:00
physfs_platform_unix.c Cleaned up some header inclusion politics. 2017-08-16 20:03:24 -04:00
physfs_platform_windows.c Make PHYSFS_EnumerateCallback return an enum instead of an int. 2017-08-19 10:40:27 -04:00
physfs_platform_winrt.cpp windows: Disable _CRT_SECURE_NO_WARNINGS again. 2017-08-16 21:19:16 -04:00
physfs_platforms.h qnx: Added more proper support for QNX. 2017-08-16 20:02:54 -04:00
physfs_unicode.c Made PHYSFS_caseFold() a public API. 2017-08-20 02:02:08 -04:00