Sun, 13 Mar 2005 21:16:15 +0000 |
Ryan C. Gordon |
Cleaned up some mallocs.
|
changeset |
files
|
Sun, 13 Mar 2005 21:03:31 +0000 |
Ryan C. Gordon |
If rejecting an archive for not matching a mount point, set an error state,
|
changeset |
files
|
Sun, 13 Mar 2005 12:03:05 +0000 |
Ryan C. Gordon |
Split off sanitizePlatformIndependentPath() from verifySecurity(), which makes
|
changeset |
files
|
Sun, 13 Mar 2005 12:01:59 +0000 |
Ryan C. Gordon |
Updated.
|
changeset |
files
|
Sun, 13 Mar 2005 11:59:53 +0000 |
Ryan C. Gordon |
Some mount functionality stuff.
|
changeset |
files
|
Sun, 13 Mar 2005 09:16:26 +0000 |
Ryan C. Gordon |
Updated.
|
changeset |
files
|
Sun, 13 Mar 2005 09:09:26 +0000 |
Ryan C. Gordon |
First chunk of PHYSFS_mount() implementation. Incomplete!
|
changeset |
files
|
Sun, 13 Mar 2005 03:33:11 +0000 |
Ryan C. Gordon |
Cleaned up some minor bloat with my new evil GOTO_*_MACRO macros.
|
changeset |
files
|
Sun, 13 Mar 2005 03:18:18 +0000 |
Ryan C. Gordon |
Fixed unix.c to compile again on MacOS X.
|
changeset |
files
|
Sun, 13 Mar 2005 03:04:04 +0000 |
Ryan C. Gordon |
Added evil GOTO_*_MACRO_* macros.
|
changeset |
files
|
Tue, 15 Feb 2005 22:30:28 +0000 |
Ryan C. Gordon |
Minor comment fix (stable branch backport)
stable-1.0
|
changeset |
files
|
Tue, 15 Feb 2005 22:26:05 +0000 |
Ryan C. Gordon |
Updated.
|
changeset |
files
|
Tue, 15 Feb 2005 22:25:03 +0000 |
Ryan C. Gordon |
Fixed incorrect comment.
|
changeset |
files
|
Wed, 05 Jan 2005 05:16:53 +0000 |
Ryan C. Gordon |
2.0.0 backport: Fixed HOG archiver sorting/lookups (thanks Chris!)
stable-1.0
|
changeset |
files
|
Wed, 05 Jan 2005 05:15:12 +0000 |
Ryan C. Gordon |
Fixed filename sorting, to fix lookups that shouldn't fail (thanks, Chris!).
|
changeset |
files
|
Thu, 16 Dec 2004 16:25:42 +0000 |
Ryan C. Gordon |
Fixed some documentation/header comment typos (thanks, Gaetan!)
stable-1.0
|
changeset |
files
|
Thu, 16 Dec 2004 16:20:46 +0000 |
Ryan C. Gordon |
Fixed some documentation/header comment typos (thanks, Gaetan!)
|
changeset |
files
|
Sun, 31 Oct 2004 12:20:00 +0000 |
Ryan C. Gordon |
Fixed infinite loop in enum code (thanks, Adam!)
|
changeset |
files
|
Sat, 30 Oct 2004 23:47:00 +0000 |
Ryan C. Gordon |
CFLAGS fix backported from devbranch.
stable-1.0
|
changeset |
files
|
Sat, 30 Oct 2004 23:45:29 +0000 |
Ryan C. Gordon |
CFLAGS is used after PHYSFSCFLAGS, so you can override optimization flags, etc.
|
changeset |
files
|
Sat, 30 Oct 2004 09:59:38 +0000 |
Ryan C. Gordon |
Removed .cvsignore files
stable-1.0
|
changeset |
files
|
Sat, 30 Oct 2004 09:57:56 +0000 |
Ryan C. Gordon |
strcpy/strcat fix, backported from devbranch.
stable-1.0
|
changeset |
files
|
Sat, 30 Oct 2004 09:31:54 +0000 |
Ryan C. Gordon |
Fixed a strcpy bug.
|
changeset |
files
|
Thu, 07 Oct 2004 02:10:01 +0000 |
Ryan C. Gordon |
Removed profiling code.
|
changeset |
files
|
Fri, 01 Oct 2004 07:58:12 +0000 |
Ryan C. Gordon |
Updated.
|
changeset |
files
|
Fri, 01 Oct 2004 07:47:32 +0000 |
Ryan C. Gordon |
Updated.
|
changeset |
files
|
Wed, 29 Sep 2004 06:37:20 +0000 |
Ryan C. Gordon |
Removed LinkedStringList and related code.
|
changeset |
files
|
Wed, 29 Sep 2004 06:18:04 +0000 |
Ryan C. Gordon |
Removed all the forward declaration cruft from the archivers.
|
changeset |
files
|
Wed, 29 Sep 2004 06:09:29 +0000 |
Ryan C. Gordon |
Added callback APIs and ripped up the internals everywhere to use them.
|
changeset |
files
|
Wed, 29 Sep 2004 06:03:44 +0000 |
Ryan C. Gordon |
Updated.
|
changeset |
files
|
Sun, 26 Sep 2004 13:37:42 +0000 |
Ryan C. Gordon |
PHYSFS_file is now PHYSFS_File to match 2.0 API (but has a typedef for
stable-1.0
|
changeset |
files
|
Sun, 26 Sep 2004 13:17:54 +0000 |
Ryan C. Gordon |
Changed PHYSFS_file to PHYSFS_File to match rest of API's naming
|
changeset |
files
|
Sun, 26 Sep 2004 13:16:06 +0000 |
Ryan C. Gordon |
Updated.
|
changeset |
files
|
Sun, 26 Sep 2004 13:15:03 +0000 |
Ryan C. Gordon |
Updated.
|
changeset |
files
|
Sun, 26 Sep 2004 13:03:00 +0000 |
Ryan C. Gordon |
Changed vars named "FileHandle" to "Handle" to not cause confusion with
|
changeset |
files
|
Sun, 26 Sep 2004 13:00:59 +0000 |
Ryan C. Gordon |
Did the same thing to FileHandles than I did to DirHandles, but this
|
changeset |
files
|
Sun, 26 Sep 2004 12:56:23 +0000 |
Ryan C. Gordon |
Updated.
|
changeset |
files
|
Sun, 26 Sep 2004 00:25:04 +0000 |
Ryan C. Gordon |
Cleaned up archiver interface to not deal with DirHandles anymore,
|
changeset |
files
|
Sun, 26 Sep 2004 00:24:05 +0000 |
Ryan C. Gordon |
Updated.
|
changeset |
files
|
Thu, 23 Sep 2004 23:59:17 +0000 |
Ryan C. Gordon |
Minor allocation hook corrections.
|
changeset |
files
|
Thu, 23 Sep 2004 06:53:16 +0000 |
Ryan C. Gordon |
Updated.
|
changeset |
files
|
Thu, 23 Sep 2004 06:45:36 +0000 |
Ryan C. Gordon |
Initial structure for replacable allocator work.
|
changeset |
files
|
Thu, 23 Sep 2004 06:38:51 +0000 |
Ryan C. Gordon |
Updated with current 2.0 wishlist.
|
changeset |
files
|
Thu, 23 Sep 2004 03:49:59 +0000 |
Ryan C. Gordon |
Updated.
|
changeset |
files
|
Thu, 23 Sep 2004 03:48:27 +0000 |
Ryan C. Gordon |
Readded Spanish translation:
|
changeset |
files
|
Thu, 23 Sep 2004 03:33:17 +0000 |
Ryan C. Gordon |
Removed more .cvsignore files from Subversion repository.
|
changeset |
files
|
Thu, 23 Sep 2004 03:31:54 +0000 |
Ryan C. Gordon |
Removed from Subversion.
|
changeset |
files
|
Tue, 21 Sep 2004 17:36:50 +0000 |
Ryan C. Gordon |
Updated.
stable-1.0
|
changeset |
files
|
Tue, 21 Sep 2004 17:34:27 +0000 |
Ryan C. Gordon |
Backported buffered seeking fix from dev branch.
stable-1.0
|
changeset |
files
|
Tue, 21 Sep 2004 17:30:23 +0000 |
Ryan C. Gordon |
MacOSX build fix, backported from development branch.
stable-1.0
|
changeset |
files
|
Tue, 21 Sep 2004 17:27:55 +0000 |
Ryan C. Gordon |
Forked stable 1.0 branch.
stable-1.0
|
changeset |
files
|
Mon, 23 Aug 2004 03:34:03 +0000 |
Ryan C. Gordon |
Don't throw away buffer if a seek is totally within existing cache.
|
changeset |
files
|
Fri, 13 Aug 2004 15:54:10 +0000 |
Ryan C. Gordon |
Initial add.
|
changeset |
files
|
Fri, 09 Apr 2004 06:37:03 +0000 |
Ryan C. Gordon |
Updated.
|
changeset |
files
|
Fri, 09 Apr 2004 06:36:09 +0000 |
Ryan C. Gordon |
Westwood MIX archive support.
|
changeset |
files
|
Fri, 09 Apr 2004 06:35:49 +0000 |
Ryan C. Gordon |
MacOS X build compatibility.
|
changeset |
files
|
Fri, 09 Apr 2004 06:33:49 +0000 |
Ryan C. Gordon |
Moved byte order defines into internal header.
|
changeset |
files
|
Fri, 09 Apr 2004 06:32:25 +0000 |
Ryan C. Gordon |
Updated.
|
changeset |
files
|
Thu, 15 Jan 2004 14:53:27 +0000 |
Ryan C. Gordon |
Added Brazillian Portuguese translation (thanks, Danny!)
|
changeset |
files
|
Thu, 15 Jan 2004 14:51:59 +0000 |
Ryan C. Gordon |
Updated.
|
changeset |
files
|