Sat, 23 Jul 2005 21:46:07 +0000 |
Ryan C. Gordon |
From: Jorg Walter
|
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
|
Wed, 29 Sep 2004 06:18:04 +0000 |
Ryan C. Gordon |
Removed all the forward declaration cruft from the archivers.
|
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: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 23:59:17 +0000 |
Ryan C. Gordon |
Minor allocation hook corrections.
|
file |
diff |
annotate
|
Thu, 23 Sep 2004 06:45:36 +0000 |
Ryan C. Gordon |
Initial structure for replacable allocator work.
|
file |
diff |
annotate
|
Sun, 20 Jul 2003 21:13:25 +0000 |
Ryan C. Gordon |
Off-by-one fix by Dieter Baron...fixes segfault in zip archive searching in
|
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, 18 May 2003 07:52:28 +0000 |
Ryan C. Gordon |
PocketPC fixes (thanks, David Hedbor!)
|
file |
diff |
annotate
|
Sun, 30 Mar 2003 18:44:59 +0000 |
Ryan C. Gordon |
Fixed seeking in uncompressed zip entries and handle Java-created JAR files.
|
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
|
Fri, 22 Nov 2002 06:24:10 +0000 |
Ryan C. Gordon |
Some cleanups for PocketPC port.
|
file |
diff |
annotate
|
Mon, 23 Sep 2002 18:35:12 +0000 |
Ryan C. Gordon |
Win32 fixes.
|
file |
diff |
annotate
|
Fri, 30 Aug 2002 14:30:49 +0000 |
Ryan C. Gordon |
Fixed infinite loop bug, cleaned out tab chars.
|
file |
diff |
annotate
|
Wed, 28 Aug 2002 23:32:29 +0000 |
Ryan C. Gordon |
Fixed bug that prevented use when symlinks were disallowed.
|
file |
diff |
annotate
|
Wed, 28 Aug 2002 08:27:27 +0000 |
Ryan C. Gordon |
Fixes.
|
file |
diff |
annotate
|
Wed, 21 Aug 2002 22:33:30 +0000 |
Ryan C. Gordon |
ZIP_exists() now works with directories.
|
file |
diff |
annotate
|
Wed, 21 Aug 2002 04:13:56 +0000 |
Ryan C. Gordon |
Minor signed/unsigned fix...ZIP_isDirectory() now seems to work.
|
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 01:34:27 +0000 |
Ryan C. Gordon |
Generalized sorting routines, and removed individual implementations.
|
file |
diff |
annotate
|
Wed, 31 Jul 2002 04:18:58 +0000 |
Ryan C. Gordon |
Fix for correct cleanup on read error.
|
file |
diff |
annotate
|
Mon, 29 Jul 2002 06:18:58 +0000 |
Ryan C. Gordon |
Patched memory leaks (thanks, Valgrind!)
|
file |
diff |
annotate
|
Sun, 28 Jul 2002 21:03:27 +0000 |
Ryan C. Gordon |
Natural language #defines and build system support.
|
file |
diff |
annotate
|
Sat, 27 Jul 2002 22:06:25 +0000 |
Ryan C. Gordon |
Initialized some variables to stop compiler whining.
|
file |
diff |
annotate
|
Fri, 26 Jul 2002 17:03:26 +0000 |
Ryan C. Gordon |
More enumerate fixes.
|
file |
diff |
annotate
|
Fri, 26 Jul 2002 06:19:09 +0000 |
Ryan C. Gordon |
Changed DirFunctions struct a little.
|
file |
diff |
annotate
|
Thu, 25 Jul 2002 04:41:43 +0000 |
Ryan C. Gordon |
Rewrote ZIP_enumerateFiles() again. Hopefully it sucks less this time.
|
file |
diff |
annotate
|
Tue, 23 Jul 2002 22:55:47 +0000 |
Ryan C. Gordon |
Disabled shitty enumeration code. Will fix soon.
|
file |
diff |
annotate
|
Tue, 23 Jul 2002 22:09:35 +0000 |
Ryan C. Gordon |
More enumeration fixes. I still hate this code.
|
file |
diff |
annotate
|
Tue, 23 Jul 2002 21:26:51 +0000 |
Ryan C. Gordon |
Fixed a double-free.
|
file |
diff |
annotate
|
Tue, 23 Jul 2002 18:05:50 +0000 |
Ryan C. Gordon |
Fixed ZIP_isArchive() to report correctly if it has to check for the
|
file |
diff |
annotate
|
Tue, 23 Jul 2002 17:52:56 +0000 |
Ryan C. Gordon |
Fixed enumerations that end with '/'.
|
file |
diff |
annotate
|
Tue, 23 Jul 2002 07:49:13 +0000 |
Ryan C. Gordon |
My rewrite continues. I'm mostly satisfied with this code now, minus debugging.
|
file |
diff |
annotate
|
Wed, 17 Jul 2002 16:05:39 +0000 |
Ryan C. Gordon |
Seeking backwards in ZIP_seek() works now.
|
file |
diff |
annotate
|
Mon, 15 Jul 2002 13:20:34 +0000 |
Ryan C. Gordon |
Fixed symlink detection.
|
file |
diff |
annotate
|
Mon, 15 Jul 2002 02:22:52 +0000 |
Ryan C. Gordon |
Symlink fixes. Still broken, though.
|
file |
diff |
annotate
|
Sat, 13 Jul 2002 10:17:13 +0000 |
Ryan C. Gordon |
ZIP archiver rewrite.
|
file |
diff |
annotate
|
Thu, 11 Jul 2002 21:37:30 +0000 |
Ryan C. Gordon |
FIXME cleanups.
|
file |
diff |
annotate
|
Thu, 06 Jun 2002 05:38:47 +0000 |
Ryan C. Gordon |
Implemeted getLastModTime method.
|
file |
diff |
annotate
|
Sat, 25 May 2002 09:41:14 +0000 |
Ryan C. Gordon |
Added PHYSFS_getLastModTime() API. (Thanks, John Hall!)
|
file |
diff |
annotate
|
Fri, 10 May 2002 09:25:25 +0000 |
Ryan C. Gordon |
Initial autoconf support.
|
file |
diff |
annotate
|
Fri, 12 Apr 2002 05:53:12 +0000 |
Ryan C. Gordon |
Patches for correctness and cleaner win32 support.
|
file |
diff |
annotate
|
Wed, 03 Apr 2002 07:40:27 +0000 |
Ryan C. Gordon |
Approved zeph's comments, fixed a few of my screwups.
|
file |
diff |
annotate
|
Wed, 03 Apr 2002 04:20:07 +0000 |
Gregory S. Read |
-Added type casting that Ryan needs to approve.
|
file |
diff |
annotate
|
Mon, 01 Apr 2002 18:45:37 +0000 |
Ryan C. Gordon |
Removed now-unnecessary errno.h include.
|
file |
diff |
annotate
|
Sat, 30 Mar 2002 01:57:53 +0000 |
Ryan C. Gordon |
Patched to compile.
|
file |
diff |
annotate
|
Fri, 29 Mar 2002 08:20:06 +0000 |
Ryan C. Gordon |
Platform abstracted i/o, other bugfixes.
|
file |
diff |
annotate
|
Sun, 24 Mar 2002 19:47:33 +0000 |
Ryan C. Gordon |
Added typedefs and platform-specific i/o.
|
file |
diff |
annotate
|
Fri, 14 Sep 2001 22:55:44 +0000 |
Ryan C. Gordon |
Changed author credits to wrap email addresses in "<>" and not "()" chars.
|
file |
diff |
annotate
|
Sun, 02 Sep 2001 04:55:25 +0000 |
Ryan C. Gordon |
Patched to compile with an ancient version of CodeWarrior.
|
file |
diff |
annotate
|
Thu, 23 Aug 2001 16:02:51 +0000 |
Ryan C. Gordon |
More win32 updates.
|
file |
diff |
annotate
|
Thu, 23 Aug 2001 15:23:21 +0000 |
Ryan C. Gordon |
Updates, corrections and enhancements to get this ported to win32.
|
file |
diff |
annotate
|
Tue, 07 Aug 2001 02:57:16 +0000 |
Ryan C. Gordon |
Changed URL to physfs homepage.
release-0.1.0
|
file |
diff |
annotate
|
Sat, 28 Jul 2001 13:08:14 +0000 |
Ryan C. Gordon |
Avoids unzLocateFile(), since we already did all the searching ourselves.
|
file |
diff |
annotate
|
Sat, 28 Jul 2001 12:14:09 +0000 |
Ryan C. Gordon |
ZIP entries are now cached at openArchive time, which cleans up the race
|
file |
diff |
annotate
|
Mon, 23 Jul 2001 09:24:59 +0000 |
Ryan C. Gordon |
Enough fixes to get the Build engine working with ZIP files instead of
|
file |
diff |
annotate
|