Ryan C. Gordon <icculus@icculus.org> [Mon, 14 Mar 2005 07:33:37 +0000] rev 688
Fixed an error string.
Ryan C. Gordon <icculus@icculus.org> [Mon, 14 Mar 2005 07:15:40 +0000] rev 687
More mountpoint work and other cleanups.
Ryan C. Gordon <icculus@icculus.org> [Mon, 14 Mar 2005 07:14:58 +0000] rev 686
Added more entry points.
Ryan C. Gordon <icculus@icculus.org> [Sun, 13 Mar 2005 21:16:15 +0000] rev 685
Cleaned up some mallocs.
Ryan C. Gordon <icculus@icculus.org> [Sun, 13 Mar 2005 21:03:31 +0000] rev 684
If rejecting an archive for not matching a mount point, set an error state,
otherwise, PHYSFS_openRead could fail with a null error message.
Ryan C. Gordon <icculus@icculus.org> [Sun, 13 Mar 2005 12:03:05 +0000] rev 683
Split off sanitizePlatformIndependentPath() from verifySecurity(), which makes
this faster and reduces malloc() pressure. Plus cleanups, and other mount
work.
Ryan C. Gordon <icculus@icculus.org> [Sun, 13 Mar 2005 12:01:59 +0000] rev 682
Updated.
Ryan C. Gordon <icculus@icculus.org> [Sun, 13 Mar 2005 11:59:53 +0000] rev 681
Some mount functionality stuff.
Ryan C. Gordon <icculus@icculus.org> [Sun, 13 Mar 2005 09:16:26 +0000] rev 680
Updated.
Ryan C. Gordon <icculus@icculus.org> [Sun, 13 Mar 2005 09:09:26 +0000] rev 679
First chunk of PHYSFS_mount() implementation. Incomplete!