Commit History

Author SHA1 Message Date
  Ryan C. Gordon 8f0ed30f2b Make sure read buffers get reinitialized before refilling (thanks, Michael!). 10 years ago
  Ryan C. Gordon 4f90285c1d Make static analysis happy. 10 years ago
  Ryan C. Gordon 39fcb23314 Fixed resource leak when failing to mount a file that isn't an archive. 10 years ago
  Ryan C. Gordon 3d221aa521 Short circuit case-insensitive compare of two equal Unicode codepoints. 10 years ago
  Ryan C. Gordon 7e11e9ff43 PHYSFS_enumerateFiles() actually promises sorting order, and always has. 10 years ago
  Willi Schinmeyer ddc7de41fd Fix NULL flush() in PHYSFS_Io crash 10 years ago
  Ryan C. Gordon e75766fd39 This returns -1 on error, not zero. :/ 11 years ago
  Ryan C. Gordon 87661735eb PHYSFS_stat() returns zero on error, not -1. 11 years ago
  Ryan C. Gordon beee894158 We always use miniz now. 11 years ago
  Ryan C. Gordon 3244d2ea9a Renamed a function to make Clang static analysis happy. 11 years ago
  Ryan C. Gordon b296ebad3a Added a FIXME. 11 years ago
  Ryan C. Gordon 6743ae5c95 Fixed a single-line comment. 11 years ago
  Ryan C. Gordon 35586dc3c8 Updated installation notes. 11 years ago
  Ryan C. Gordon d97957fcf3 Added pkg-config support (thanks, Jonas!). 11 years ago
  Ryan C. Gordon db32336993 Better basedir detection for various Unix platforms. 11 years ago
  Ryan C. Gordon 958fba72bf Don't fsync() read-only filehandles (thanks, Andreas!). 11 years ago
  Ryan C. Gordon 2c893fce59 Fixed memory leak. 11 years ago
  Ryan C. Gordon 549016af48 Fixed off-by-one error in findBinaryInPath() (thanks, Dmitry!). 11 years ago
  Ryan C. Gordon a302f0a1c8 Get rid of array of static archivers. 12 years ago
  Ryan C. Gordon e86cd6bd42 Rearranged PHYSFS_Archiver struct. 12 years ago
  Ryan C. Gordon 487738a6ec Removed comments added by Captain Obvious. 12 years ago
  Ryan C. Gordon 80d06ff150 Cleaned out "exists" nonsense in openRead() API. 12 years ago
  Ryan C. Gordon 5e948787d2 Remove __PHYSFS_setError(), use the new public API instead. 12 years ago
  Ryan C. Gordon 4eca61925f Cleaned out the "exists" nonsense in the stat() API. 12 years ago
  Ryan C. Gordon 7a2bf76233 Moved supportsSymlinks into PHYSFS_ArchiveInfo. 12 years ago
  Ryan C. Gordon e370d01032 Comment tweaks (FIXME additions, typo corrections, etc). 12 years ago
  Ryan C. Gordon 936ef5b66b Centralize responsibility for filtering symlinks during enumeration. 12 years ago
  Ryan C. Gordon 7da0843e2b POSIX version of __PHYSFS_platformStat() now reports symlinks correctly. 12 years ago
  Ryan C. Gordon bae969c876 Allow application-supplied archivers. 12 years ago
  Ryan C. Gordon b5f26ddb2d Make __PHYSFS_utf8stricmp() work like you'd expect. 12 years ago