Fri, 17 Feb 2017 20:48:02 -0500 |
Ryan C. Gordon |
Fix bug with copying z_stream objects around in zip archiver (thanks, Andrei!).
stable-1.0
|
file |
diff |
annotate
|
Fri, 17 Feb 2017 20:48:02 -0500 |
Ryan C. Gordon |
Fix bug with copying z_stream objects around in zip archiver (thanks, Andrei!).
stable-2.0
|
file |
diff |
annotate
|
Fri, 07 Feb 2014 16:31:32 -0500 |
Ryan C. Gordon |
Static analysis fixes backported to the stable-2.0 branch.
stable-2.0
|
file |
diff |
annotate
|
Wed, 22 Aug 2012 16:37:09 -0400 |
Ryan C. Gordon |
Stupid fix for zip_find_entry().
stable-2.0
|
file |
diff |
annotate
|
Wed, 01 Jun 2011 03:16:15 -0400 |
Ryan C. Gordon |
Backport from dev branch: infinite loop in zip_expand_symlink_path().
stable-1.0
|
file |
diff |
annotate
|
Wed, 01 Jun 2011 03:14:11 -0400 |
Ryan C. Gordon |
Backport from dev branch: infinite loop in zip_expand_symlink_path().
stable-2.0
|
file |
diff |
annotate
|
Fri, 18 Feb 2011 12:44:30 -0500 |
Ryan C. Gordon |
Backported zip/qpak dir fix from dev branch to stable-1.0.
stable-1.0
|
file |
diff |
annotate
|
Fri, 18 Feb 2011 12:42:14 -0500 |
Ryan C. Gordon |
Backported zip/qpak dir fix from dev branch to stable-2.0.
stable-2.0
|
file |
diff |
annotate
|
Thu, 25 Mar 2010 15:58:47 -0400 |
Ryan C. Gordon |
Initialize an array to quiet compiler complaining.
stable-2.0
|
file |
diff |
annotate
|
Sun, 03 May 2009 01:24:41 -0700 |
Ryan C. Gordon |
Fixed strict-aliasing issue that gcc 4.4 complains about.
stable-2.0
|
file |
diff |
annotate
|
Wed, 20 Feb 2008 12:24:10 +0000 |
Ryan C. Gordon |
Various archiver swap and compare functions now check if they are
|
file |
diff |
annotate
|
Wed, 20 Feb 2008 12:24:10 +0000 |
Ryan C. Gordon |
Various archiver swap and compare functions now check if they are
stable-1.0
|
file |
diff |
annotate
|
Sat, 05 May 2007 05:53:03 +0000 |
Ryan C. Gordon |
Backport from devbranch:
stable-1.0
|
file |
diff |
annotate
|
Sat, 05 May 2007 05:52:43 +0000 |
Ryan C. Gordon |
Fixed zip archiver: could do bogus seek if a small, non-zip file got put
|
file |
diff |
annotate
|
Sun, 29 Apr 2007 08:16:30 +0000 |
Ryan C. Gordon |
Minor const correctness tweak in zip archiver.
|
file |
diff |
annotate
|
Sat, 24 Mar 2007 03:54:58 +0000 |
Ryan C. Gordon |
Replaced some Malloc and all the alloca() calls with __PHYSFS_smallAlloc(),
|
file |
diff |
annotate
|
Sun, 11 Mar 2007 10:10:28 +0000 |
Ryan C. Gordon |
Renamed LICENSE to LICENSE.txt
|
file |
diff |
annotate
|
Sun, 11 Mar 2007 09:44:21 +0000 |
Ryan C. Gordon |
Removed config.h references from old autotools build system.
|
file |
diff |
annotate
|
Tue, 11 Apr 2006 15:01:15 +0000 |
Ryan C. Gordon |
Some minor fixes and cleanups.
|
file |
diff |
annotate
|
Sun, 01 Jan 2006 12:33:19 +0000 |
Ryan C. Gordon |
Changed my email address.
|
file |
diff |
annotate
|
Sun, 01 Jan 2006 12:31:34 +0000 |
Ryan C. Gordon |
Changed my email address.
stable-1.0
|
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
|
Sat, 23 Jul 2005 21:46:46 +0000 |
Ryan C. Gordon |
From: Jorg Walter
stable-1.0
|
file |
diff |
annotate
|
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
|