提交历史

作者 SHA1 备注 提交日期
  Ryan C. Gordon 66fbf41bc0 Allow Windows to read/write more than 4 gigs to a file in one shot. 14 年之前
  Ryan C. Gordon 53fe6d360a Renamed __PHYSFS_utf8strcasecmp() to __PHYSFS_utf8stricmp(). 14 年之前
  Ryan C. Gordon 4aec77e618 Fixed a typo in the docs. 14 年之前
  Ryan C. Gordon 76fdd9cab6 Removed a FIXME: actually, the code DOES set an error, as far as I can tell. 14 年之前
  Ryan C. Gordon b7f3e5bd1e Removed a FIXME. 14 年之前
  Ryan C. Gordon 46125c95b3 Removed a FIXME. 14 年之前
  Ryan C. Gordon 0d8bf3a129 Windows: Use cross-thread Critical Sections instead of cross-process Mutexes. 14 年之前
  Ryan C. Gordon a0af6bbb71 Removed fallback for systems that have no userdir. 14 年之前
  Ryan C. Gordon b1d4afcbd3 Cleaned up some FIXMEs. 14 年之前
  Ryan C. Gordon 59c6310e92 Removed a FIXME: use correct error code for writing to read-only archives. 14 年之前
  Ryan C. Gordon 60aa0e460c Make sure the prefdir has a final dirsep on it. 14 年之前
  Ryan C. Gordon 43367c0c29 Fixed some brainfarts in the Windows version of PHYSFS_getPrefDir(). 14 年之前
  Ryan C. Gordon 629614838a Patched to compile on Windows. 14 年之前
  Ryan C. Gordon 3a5a780988 PHYSFS_setSaneConfig() now uses PHYSFS_getPrefDir(). 14 年之前
  Ryan C. Gordon 24d6a925d1 Added PHYSFS_getPrefDir(). 14 年之前
  Ryan C. Gordon 584119a4a0 Removed a FIXME. 14 年之前
  Ryan C. Gordon ba676b23e5 Reworked the error reporting API. Now we use error codes instead of strings. 14 年之前
  Ryan C. Gordon 8d7cf56651 Fixed mutex misuse. 14 年之前
  Ryan C. Gordon f5923f5cea Check for mutex bugs. 14 年之前
  Ryan C. Gordon e34e67ff68 Use UTF-16 on Windows, not UCS-2. 14 年之前
  Ryan C. Gordon 803730884a Try to make a sane default for CD detection path by platform. 14 年之前
  Ryan C. Gordon 2486105f4f Make physfs_platforms.h define with a 1, so "#if X" works. 14 年之前
  Ryan C. Gordon d67e2c9207 Use our platform test macro for Solaris. 14 年之前
  Ryan C. Gordon f49c122784 Added Linux and Solaris tests. 14 年之前
  Ryan C. Gordon bb6c5e468c Let's gamble that everything has assert.h. 14 年之前
  Ryan C. Gordon e5fa9ab9fc Minor code style cleanup in platform_beos.cpp ... 14 年之前
  Ryan C. Gordon 52267fe380 Removed some unused code. 14 年之前
  Ryan C. Gordon 82a6ce0abf Use physfs_platforms.h in physfs_internal.h, to avoid repeated macro tests. 14 年之前
  Ryan C. Gordon 1030e5d5ec Removed llseek(). 14 年之前
  Ryan C. Gordon 391f94681c Fixed a comment. Cut and paste error, I guess? 14 年之前