Commit History

Author SHA1 Message Date
  Ryan C. Gordon ace324cdc8 Minor code cleanups: whitespace fixes, 80-column overflows, wrong comments. 8 years ago
  Ryan C. Gordon 68ad1fa8c5 Removed BeOS support (Haiku still supported, though!). 8 years ago
  Ryan C. Gordon 73070339a4 Simplify CMakeLists.txt, etc. 8 years ago
  Ryan C. Gordon 32da097a55 Cleanup BAIL_* and GOTO_* macros to be less cluttered. 8 years ago
  Ryan C. Gordon 09baf99aa4 Don't fsync() read-only filehandles (thanks, Andreas!). 12 years ago
  Ryan C. Gordon 7824a093fb Cleaned out the "exists" nonsense in the stat() API. 13 years ago
  Ryan C. Gordon 16ee8355db Centralize responsibility for filtering symlinks during enumeration. 13 years ago
  Ryan C. Gordon 259399124a POSIX version of __PHYSFS_platformStat() now reports symlinks correctly. 13 years ago
  Ryan C. Gordon e40d80b00f Allow application-supplied archivers. 13 years ago
  Ryan C. Gordon 2a4d891ac5 Fixed logic bug (thanks, Sam!). 13 years ago
  Ryan C. Gordon dda627412c More FIXME cleanup. 14 years ago
  Ryan C. Gordon a0af6bbb71 Removed fallback for systems that have no userdir. 14 years ago
  Ryan C. Gordon b1d4afcbd3 Cleaned up some FIXMEs. 14 years ago
  Ryan C. Gordon ba676b23e5 Reworked the error reporting API. Now we use error codes instead of strings. 14 years ago
  Ryan C. Gordon f5923f5cea Check for mutex bugs. 14 years ago
  Ryan C. Gordon 1030e5d5ec Removed llseek(). 14 years ago
  Ryan C. Gordon be4ae4d401 Removed __PHYSFS_platformCvtToDependent(). 14 years ago
  Ryan C. Gordon 03dbc3f758 Make __PHYSFS_platformDirSeparator into a single char. 14 years ago
  Ryan C. Gordon c57bd94f84 Apparently, __PHYSFS_platformCurrentDir() is dead code. 14 years ago
  Ryan C. Gordon c94d70ec0a Moved __PHYSFS_platformCurrentDir() from Unix to POSIX sources. 14 years ago
  Ryan C. Gordon 54cc53349d Cleaned up some __PHYSFS_platformStat() details. 14 years ago
  Ryan C. Gordon 8258274a90 Removed __PHYSFS_platformEOF(). It's not used anymore. 14 years ago
  Ryan C. Gordon 65497160f7 Removed deprecated Mac OS X APIs. 14 years ago
  Ryan C. Gordon b8c4942413 POSIX version of __PHYSFS_platformStat() forgot to set *exists properly. 14 years ago
  Ryan C. Gordon f871802f51 Cleaned up some #includes. 15 years ago
  Ryan C. Gordon 125c170f7d Use lstat() instead of stat() for POSIX __PHYSFS_platformStat(). 15 years ago
  Ryan C. Gordon 7f0e7105a7 Removed isDirectory, isSymLink and exists methods from internal code. 15 years ago
  Ryan C. Gordon 4bc5ed1725 Abstracted file i/o into PHYSFS_Io interface. 15 years ago
  Ryan C. Gordon c2e77d7e35 Constification. 15 years ago
  Ryan C. Gordon b58e5f348c Removed __PHYSFS_platformGetLastModTime(). 15 years ago