Sat Apr 07 21:33:18 2012 -0400 Ryan C. Gordon Added getmointpoint command to test_physfs. default tip
Sun Mar 25 17:17:56 2012 -0400 Ryan C. Gordon Moved PHYSFS_ArchiveInfo into PHYSFS_Archiver.
Sun Mar 25 17:18:24 2012 -0400 Ryan C. Gordon Add binary compatibility to PHYSFS_Io.
Sun Mar 25 16:15:10 2012 -0400 Ryan C. Gordon Moved some functions around.
Sun Mar 25 16:13:23 2012 -0400 Ryan C. Gordon Better cleanup if PHYSFS_init() fails halfway through.
Sun Mar 25 15:59:29 2012 -0400 Ryan C. Gordon Made archiver list dynamic, in preparation for external archivers.
Sun Mar 25 14:52:24 2012 -0400 Ryan C. Gordon Removed "dvoid" typedef.
Sat Mar 24 15:06:28 2012 -0400 Ryan C. Gordon Fixed Doxygen typo.
Sat Mar 24 15:02:18 2012 -0400 Ryan C. Gordon Updated docs on PHYSFS_setSaneConfig().
Sat Mar 24 14:57:30 2012 -0400 Ryan C. Gordon Changed enum typedef to make this Doxygen-friendly.
Sat Mar 24 14:55:32 2012 -0400 Ryan C. Gordon Fixed comment.
Sat Mar 24 14:55:26 2012 -0400 Ryan C. Gordon Make Doxygen ignore PHYSFS_DEPRECATED.
Sat Mar 24 10:36:11 2012 -0400 Ryan C. Gordon Renamed PHYSFS_Archiver::dirClose() to PHYSFS_Archiver::closeArchive().
Sat Mar 24 00:49:34 2012 -0400 Ryan C. Gordon More FIXME cleanup.
Sat Mar 24 00:32:22 2012 -0400 Ryan C. Gordon Another FIXME.
Sat Mar 24 00:29:47 2012 -0400 Ryan C. Gordon FIXME cleanup.
Sat Mar 24 00:26:04 2012 -0400 Ryan C. Gordon More FIXME cleanup.
Fri Mar 23 04:54:20 2012 -0400 Ryan C. Gordon Favor /proc/self/exe over argv[0] on Linux, to match other platforms.
Fri Mar 23 04:14:01 2012 -0400 Ryan C. Gordon Make sure base dir always has a dirsep at the end of it.
Fri Mar 23 03:30:16 2012 -0400 Ryan C. Gordon test_physfs's "stat" command now respects unknown file times (-1).
Fri Mar 23 03:29:48 2012 -0400 Ryan C. Gordon Updated TODO.txt
Fri Mar 23 02:45:38 2012 -0400 Ryan C. Gordon Moved QPAK support into archiver_unpacked.c
Fri Mar 23 02:43:22 2012 -0400 Ryan C. Gordon Minor tweak.
Fri Mar 23 00:55:56 2012 -0400 Ryan C. Gordon Removed archive description macros, moved those strings inline.
Fri Mar 23 00:52:32 2012 -0400 Ryan C. Gordon Changed so that this builds a reasonable default with no command line #defines.
Thu Mar 22 03:15:50 2012 -0400 Ryan C. Gordon Removed a bogus FIXME.
Thu Mar 22 03:11:54 2012 -0400 Ryan C. Gordon Allow Windows to read/write more than 4 gigs to a file in one shot.
Thu Mar 22 03:02:50 2012 -0400 Ryan C. Gordon Renamed __PHYSFS_utf8strcasecmp() to __PHYSFS_utf8stricmp().
Thu Mar 22 03:00:16 2012 -0400 Ryan C. Gordon Fixed a typo in the docs.
Thu Mar 22 02:58:45 2012 -0400 Ryan C. Gordon Removed a FIXME: actually, the code DOES set an error, as far as I can tell.
Thu Mar 22 02:38:10 2012 -0400 Ryan C. Gordon Removed a FIXME.
Thu Mar 22 02:57:29 2012 -0400 Ryan C. Gordon Removed a FIXME.
Thu Mar 22 00:41:39 2012 -0400 Ryan C. Gordon Windows: Use cross-thread Critical Sections instead of cross-process Mutexes.
Thu Mar 22 00:27:46 2012 -0400 Ryan C. Gordon Removed fallback for systems that have no userdir.
Thu Mar 22 00:21:28 2012 -0400 Ryan C. Gordon Cleaned up some FIXMEs.
Thu Mar 22 00:05:10 2012 -0400 Ryan C. Gordon Removed a FIXME: use correct error code for writing to read-only archives.
Wed Mar 21 23:59:43 2012 -0400 Ryan C. Gordon Make sure the prefdir has a final dirsep on it.
Wed Mar 21 23:52:44 2012 -0400 Ryan C. Gordon Fixed some brainfarts in the Windows version of PHYSFS_getPrefDir().
Wed Mar 21 23:51:11 2012 -0400 Ryan C. Gordon Patched to compile on Windows.
Wed Mar 21 23:31:21 2012 -0400 Ryan C. Gordon PHYSFS_setSaneConfig() now uses PHYSFS_getPrefDir().
Wed Mar 21 23:30:50 2012 -0400 Ryan C. Gordon Added PHYSFS_getPrefDir().
Tue Mar 20 15:44:10 2012 -0400 Ryan C. Gordon Removed a FIXME.
Tue Mar 20 15:38:12 2012 -0400 Ryan C. Gordon Reworked the error reporting API. Now we use error codes instead of strings.
Tue Mar 20 15:28:19 2012 -0400 Ryan C. Gordon Fixed mutex misuse.
Tue Mar 20 15:24:50 2012 -0400 Ryan C. Gordon Check for mutex bugs.
Mon Mar 19 21:01:51 2012 -0400 Ryan C. Gordon Use UTF-16 on Windows, not UCS-2.
Mon Mar 19 20:42:41 2012 -0400 Ryan C. Gordon Try to make a sane default for CD detection path by platform.
Mon Mar 19 20:41:14 2012 -0400 Ryan C. Gordon Make physfs_platforms.h define with a 1, so "#if X" works.
Mon Mar 19 20:40:22 2012 -0400 Ryan C. Gordon Use our platform test macro for Solaris.
Mon Mar 19 20:31:50 2012 -0400 Ryan C. Gordon Added Linux and Solaris tests.
Mon Mar 19 20:27:28 2012 -0400 Ryan C. Gordon Let's gamble that everything has assert.h.
Mon Mar 19 02:58:41 2012 -0400 Ryan C. Gordon Minor code style cleanup in platform_beos.cpp ...
Mon Mar 19 02:46:38 2012 -0400 Ryan C. Gordon Removed some unused code.
Mon Mar 19 02:04:27 2012 -0400 Ryan C. Gordon Use physfs_platforms.h in physfs_internal.h, to avoid repeated macro tests.
Sun Mar 18 12:31:29 2012 -0400 Ryan C. Gordon Removed llseek().
Sun Mar 18 12:23:30 2012 -0400 Ryan C. Gordon Fixed a comment. Cut and paste error, I guess?
Thu Mar 15 01:58:39 2012 -0400 Ryan C. Gordon Removed __PHYSFS_platformCvtToDependent().
Thu Mar 15 01:54:57 2012 -0400 Ryan C. Gordon Make __PHYSFS_platformDirSeparator into a single char.
Thu Mar 15 00:40:00 2012 -0400 Ryan C. Gordon Removed __PHYSFS_convertToDependent(), as dead code.
Wed Mar 14 21:24:32 2012 -0400 Ryan C. Gordon Reworked BeOS CD detection code.