physfs/src
Ryan C. Gordon aa4165c3c7 apple: macOS 12.0 deprecated things called "master" for "main".
Try to look for the new name in the process's namespace before falling back
to the old one (and giving up on CD-ROM detection if everything falls apart).

iOS has PHYSFS_NO_CDROM_SUPPORT defined, so this isn't used there.
2022-09-29 14:16:21 -04:00
..
Makefile.os2 fix version number in os/2 makefile. 2022-09-29 17:56:50 +03:00
physfs.c atomic: __PHYSFS_ATOMIC_(DECR|INCR) should return final value. 2022-09-29 10:54:28 -04:00
physfs.h disable dllexport from static builds. 2022-05-20 23:36:26 -04:00
physfs_archiver_7z.c 7z: copy/paste error in error checking, found by static analysis. 2020-05-17 01:26:31 -04:00
physfs_archiver_dir.c Fixed mounting a symlink to a real directory. 2017-10-26 14:21:36 -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 Fixed some infinite loops that a maliciously-crafted .iso can trigger. 2017-10-23 14:58:54 -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 zip: workaround Windows Explorer bug. 2022-05-20 23:36:39 -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 atomic: __PHYSFS_ATOMIC_(DECR|INCR) should return final value. 2022-09-29 10:54:28 -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 apple: macOS 12.0 deprecated things called "master" for "main". 2022-09-29 14:16:21 -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 physfs_platform_os2.c: eliminated signedness warnings. 2022-05-20 23:35:39 -04:00
physfs_platform_posix.c physfs_platform_posix.c: Use O_CLOEXEC / FD_CLOEXEC 2022-05-20 23:31:33 -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 Fixed compiler warning. 2019-03-18 14:28:46 -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 add 0x10000 properly 2022-05-20 23:33:27 -04:00