Tue, 11 Apr 2006 14:33:48 +0000 |
Ryan C. Gordon |
7zip support, written by Dennis Schridde, and heavily Ryanified by me.
|
file |
diff |
annotate
|
Mon, 28 Nov 2005 13:25:18 +0000 |
Ryan C. Gordon |
Fixed minor whitespace issue.
stable-1.0
|
file |
diff |
annotate
|
Wed, 12 Oct 2005 22:03:28 +0000 |
Ryan C. Gordon |
Fixed version of locateInStringList() from Matze Braun.
|
file |
diff |
annotate
|
Sun, 18 Sep 2005 22:27:05 +0000 |
Ryan C. Gordon |
Don't leave internal structures temporarily modified before calling an
|
file |
diff |
annotate
|
Sun, 18 Sep 2005 21:44:42 +0000 |
Ryan C. Gordon |
API BREAKAGE: Changed PHYSFS_enumerateFilesCallback() to pass the originally
|
file |
diff |
annotate
|
Fri, 09 Sep 2005 14:07:43 +0000 |
Ryan C. Gordon |
Some tweaks to PHYSFS_Allocator.
|
file |
diff |
annotate
|
Sat, 20 Aug 2005 04:46:25 +0000 |
Ryan C. Gordon |
Fixed bug in verifyPath() that was breaking PHYSFS_setSaneConfig() and other
|
file |
diff |
annotate
|
Sat, 23 Jul 2005 23:39:37 +0000 |
Ryan C. Gordon |
Fixed warning in physfs.c.
|
file |
diff |
annotate
|
Sat, 23 Jul 2005 23:39:12 +0000 |
Ryan C. Gordon |
Fixed compiler warning in physfs.c.
stable-1.0
|
file |
diff |
annotate
|
Sat, 23 Jul 2005 23:10:27 +0000 |
Ryan C. Gordon |
Allow a mount point of NULL to mean "/".
|
file |
diff |
annotate
|
Mon, 14 Mar 2005 12:05:07 +0000 |
Ryan C. Gordon |
Builds on Mac Classic again.
|
file |
diff |
annotate
|
Mon, 14 Mar 2005 11:49:30 +0000 |
Ryan C. Gordon |
All memory management now goes through allocation hooks instead of directly to
|
file |
diff |
annotate
|
Mon, 14 Mar 2005 07:33:37 +0000 |
Ryan C. Gordon |
Fixed an error string.
|
file |
diff |
annotate
|
Mon, 14 Mar 2005 07:15:40 +0000 |
Ryan C. Gordon |
More mountpoint work and other cleanups.
|
file |
diff |
annotate
|
Sun, 13 Mar 2005 21:16:15 +0000 |
Ryan C. Gordon |
Cleaned up some mallocs.
|
file |
diff |
annotate
|
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,
|
file |
diff |
annotate
|
Sun, 13 Mar 2005 12:03:05 +0000 |
Ryan C. Gordon |
Split off sanitizePlatformIndependentPath() from verifySecurity(), which makes
|
file |
diff |
annotate
|
Sun, 13 Mar 2005 09:09:26 +0000 |
Ryan C. Gordon |
First chunk of PHYSFS_mount() implementation. Incomplete!
|
file |
diff |
annotate
|
Sun, 31 Oct 2004 12:20:00 +0000 |
Ryan C. Gordon |
Fixed infinite loop in enum code (thanks, Adam!)
|
file |
diff |
annotate
|
Sat, 30 Oct 2004 09:57:56 +0000 |
Ryan C. Gordon |
strcpy/strcat fix, backported from devbranch.
stable-1.0
|
file |
diff |
annotate
|
Sat, 30 Oct 2004 09:31:54 +0000 |
Ryan C. Gordon |
Fixed a strcpy bug.
|
file |
diff |
annotate
|
Thu, 07 Oct 2004 02:10:01 +0000 |
Ryan C. Gordon |
Removed profiling code.
|
file |
diff |
annotate
|
Wed, 29 Sep 2004 06:37:20 +0000 |
Ryan C. Gordon |
Removed LinkedStringList and related code.
|
file |
diff |
annotate
|
Wed, 29 Sep 2004 06:09:29 +0000 |
Ryan C. Gordon |
Added callback APIs and ripped up the internals everywhere to use them.
|
file |
diff |
annotate
|
Sun, 26 Sep 2004 13:17:54 +0000 |
Ryan C. Gordon |
Changed PHYSFS_file to PHYSFS_File to match rest of API's naming
|
file |
diff |
annotate
|
Sun, 26 Sep 2004 13:00:59 +0000 |
Ryan C. Gordon |
Did the same thing to FileHandles than I did to DirHandles, but this
|
file |
diff |
annotate
|
Sun, 26 Sep 2004 00:25:04 +0000 |
Ryan C. Gordon |
Cleaned up archiver interface to not deal with DirHandles anymore,
|
file |
diff |
annotate
|
Thu, 23 Sep 2004 06:45:36 +0000 |
Ryan C. Gordon |
Initial structure for replacable allocator work.
|
file |
diff |
annotate
|
Tue, 21 Sep 2004 17:34:27 +0000 |
Ryan C. Gordon |
Backported buffered seeking fix from dev branch.
stable-1.0
|
file |
diff |
annotate
|
Mon, 23 Aug 2004 03:34:03 +0000 |
Ryan C. Gordon |
Don't throw away buffer if a seek is totally within existing cache.
|
file |
diff |
annotate
|
Fri, 09 Apr 2004 06:36:09 +0000 |
Ryan C. Gordon |
Westwood MIX archive support.
|
file |
diff |
annotate
|
Mon, 15 Dec 2003 04:01:18 +0000 |
Ryan C. Gordon |
Added Doom WAD support.
|
file |
diff |
annotate
|
Mon, 21 Jul 2003 00:27:27 +0000 |
Ryan C. Gordon |
Readded new qpak archiver.
|
file |
diff |
annotate
|
Sun, 20 Jul 2003 21:08:24 +0000 |
Ryan C. Gordon |
Tabs-to-spaces patch by James Turk.
|
file |
diff |
annotate
|
Sun, 20 Jul 2003 20:57:55 +0000 |
Ryan C. Gordon |
Switched to zlib license.
|
file |
diff |
annotate
|
Sun, 30 Mar 2003 18:59:54 +0000 |
Ryan C. Gordon |
Descent I/II HOG and MVL archive support (thanks, Bradley Bell!).
|
file |
diff |
annotate
|
Wed, 19 Mar 2003 06:31:53 +0000 |
Ryan C. Gordon |
Minor brainfart fix in verifySecurity() and optimized mkdir().
|
file |
diff |
annotate
|
Wed, 19 Mar 2003 06:04:09 +0000 |
Ryan C. Gordon |
Two important PHYSFS_mkdir() fixes (one involving a change to
|
file |
diff |
annotate
|
Sun, 16 Mar 2003 03:30:43 +0000 |
bhook |
*** empty log message ***
|
file |
diff |
annotate
|
Sun, 16 Mar 2003 03:26:52 +0000 |
bhook |
*** empty log message ***
|
file |
diff |
annotate
|
Wed, 12 Mar 2003 06:19:37 +0000 |
Ryan C. Gordon |
Another attempt at type size correctness.
|
file |
diff |
annotate
|
Wed, 12 Mar 2003 05:39:51 +0000 |
Ryan C. Gordon |
Attempt at type correctness.
|
file |
diff |
annotate
|
Fri, 31 Jan 2003 04:07:48 +0000 |
Ryan C. Gordon |
Now compiles on CodeWarrior 6 for MacOS Classic again.
|
file |
diff |
annotate
|
Tue, 28 Jan 2003 18:27:44 +0000 |
Ryan C. Gordon |
Fixed seeking in readable, buffered files.
|
file |
diff |
annotate
|
Sun, 01 Dec 2002 11:21:27 +0000 |
Ryan C. Gordon |
Added buffering API.
|
file |
diff |
annotate
|
Fri, 22 Nov 2002 06:24:10 +0000 |
Ryan C. Gordon |
Some cleanups for PocketPC port.
|
file |
diff |
annotate
|
Wed, 28 Aug 2002 23:27:10 +0000 |
Ryan C. Gordon |
Quick-rejection optimization in __PHYSFS_verifySecurity().
|
file |
diff |
annotate
|
Thu, 22 Aug 2002 10:36:19 +0000 |
Ryan C. Gordon |
Minor streamlining.
|
file |
diff |
annotate
|
Thu, 22 Aug 2002 00:13:48 +0000 |
Ryan C. Gordon |
Special-case optimization in __PHYSFS_verifySecurity().
|
file |
diff |
annotate
|
Wed, 21 Aug 2002 02:59:15 +0000 |
Ryan C. Gordon |
Bunch of tedious corrections, optimizations, and cleanups.
|
file |
diff |
annotate
|
Tue, 20 Aug 2002 00:59:03 +0000 |
Ryan C. Gordon |
Made sorting more generic, moved it here. Added sort profiling code.
|
file |
diff |
annotate
|
Fri, 09 Aug 2002 19:47:35 +0000 |
Ryan C. Gordon |
Added qpak.c to build systems.
|
file |
diff |
annotate
|
Sun, 28 Jul 2002 21:03:27 +0000 |
Ryan C. Gordon |
Natural language #defines and build system support.
|
file |
diff |
annotate
|
Fri, 26 Jul 2002 06:18:30 +0000 |
Ryan C. Gordon |
Archivers with matching file extensions get first shot at an archive.
|
file |
diff |
annotate
|
Thu, 25 Jul 2002 21:52:07 +0000 |
Ryan C. Gordon |
Minor cleanups.
|
file |
diff |
annotate
|
Tue, 23 Jul 2002 07:48:08 +0000 |
Ryan C. Gordon |
Added __PHYSFS_addToLinkedStringList().
|
file |
diff |
annotate
|
Sat, 29 Jun 2002 22:24:52 +0000 |
Ryan C. Gordon |
Reports correctly when opening files for read without a search path defined.
|
file |
diff |
annotate
|
Sat, 08 Jun 2002 08:50:00 +0000 |
Ryan C. Gordon |
Fixed a crashbug when calling PHYSFS_deinit() twice in a row.
|
file |
diff |
annotate
|
Sat, 25 May 2002 11:12:17 +0000 |
Ryan C. Gordon |
More proper error reporting.
|
file |
diff |
annotate
|
Sat, 25 May 2002 09:41:14 +0000 |
Ryan C. Gordon |
Added PHYSFS_getLastModTime() API. (Thanks, John Hall!)
|
file |
diff |
annotate
|