Wed, 24 Feb 2016 11:15:00 -0500 |
Ryan C. Gordon |
zip: Don't allocate a 256k buffer on the stack for zip64 parsing.
|
file |
diff |
annotate
|
Wed, 24 Feb 2016 11:14:10 -0500 |
Ryan C. Gordon |
Added a minor comment.
|
file |
diff |
annotate
|
Fri, 07 Feb 2014 16:23:12 -0500 |
Ryan C. Gordon |
This returns -1 on error, not zero. :/
|
file |
diff |
annotate
|
Fri, 07 Feb 2014 16:22:54 -0500 |
Ryan C. Gordon |
We always use miniz now.
|
file |
diff |
annotate
|
Fri, 30 Nov 2012 14:09:56 -0500 |
Ryan C. Gordon |
Rearranged PHYSFS_Archiver struct.
|
file |
diff |
annotate
|
Fri, 30 Nov 2012 14:06:21 -0500 |
Ryan C. Gordon |
Removed comments added by Captain Obvious.
|
file |
diff |
annotate
|
Fri, 30 Nov 2012 13:00:08 -0500 |
Ryan C. Gordon |
Cleaned out "exists" nonsense in openRead() API.
|
file |
diff |
annotate
|
Fri, 30 Nov 2012 12:49:25 -0500 |
Ryan C. Gordon |
Remove __PHYSFS_setError(), use the new public API instead.
|
file |
diff |
annotate
|
Fri, 30 Nov 2012 12:43:56 -0500 |
Ryan C. Gordon |
Cleaned out the "exists" nonsense in the stat() API.
|
file |
diff |
annotate
|
Fri, 30 Nov 2012 00:04:52 -0500 |
Ryan C. Gordon |
Moved supportsSymlinks into PHYSFS_ArchiveInfo.
|
file |
diff |
annotate
|
Thu, 29 Nov 2012 11:47:16 -0500 |
Ryan C. Gordon |
Centralize responsibility for filtering symlinks during enumeration.
|
file |
diff |
annotate
|
Wed, 28 Nov 2012 01:36:13 -0500 |
Ryan C. Gordon |
Allow application-supplied archivers.
|
file |
diff |
annotate
|
Tue, 27 Nov 2012 00:12:39 -0500 |
Ryan C. Gordon |
Cleaned up some simple comments.
|
file |
diff |
annotate
|
Sat, 08 Sep 2012 22:18:52 -0400 |
Ryan C. Gordon |
Fixed infinite loop (thanks, Sam!)
|
file |
diff |
annotate
|
Thu, 07 Jun 2012 10:42:19 -0400 |
Ryan C. Gordon |
Fixed non-Zip64 .zip files.
|
file |
diff |
annotate
|
Fri, 01 Jun 2012 06:07:12 -0400 |
Ryan C. Gordon |
Fixed var that should be 64 bits instead of 32 now.
|
file |
diff |
annotate
|
Fri, 01 Jun 2012 05:59:12 -0400 |
Ryan C. Gordon |
Removed a '//' comment.
|
file |
diff |
annotate
|
Fri, 01 Jun 2012 05:44:50 -0400 |
Ryan C. Gordon |
Added Zip64 support to the .zip archiver.
|
file |
diff |
annotate
|
Sun, 25 Mar 2012 17:17:56 -0400 |
Ryan C. Gordon |
Moved PHYSFS_ArchiveInfo into PHYSFS_Archiver.
|
file |
diff |
annotate
|
Sun, 25 Mar 2012 17:18:24 -0400 |
Ryan C. Gordon |
Add binary compatibility to PHYSFS_Io.
|
file |
diff |
annotate
|
Sun, 25 Mar 2012 14:52:24 -0400 |
Ryan C. Gordon |
Removed "dvoid" typedef.
|
file |
diff |
annotate
|
Sat, 24 Mar 2012 10:36:11 -0400 |
Ryan C. Gordon |
Renamed PHYSFS_Archiver::dirClose() to PHYSFS_Archiver::closeArchive().
|
file |
diff |
annotate
|
Sat, 24 Mar 2012 00:49:34 -0400 |
Ryan C. Gordon |
More FIXME cleanup.
|
file |
diff |
annotate
|
Sat, 24 Mar 2012 00:29:47 -0400 |
Ryan C. Gordon |
FIXME cleanup.
|
file |
diff |
annotate
|
Fri, 23 Mar 2012 00:55:56 -0400 |
Ryan C. Gordon |
Removed archive description macros, moved those strings inline.
|
file |
diff |
annotate
|
Fri, 23 Mar 2012 00:52:32 -0400 |
Ryan C. Gordon |
Changed so that this builds a reasonable default with no command line #defines.
|
file |
diff |
annotate
|
Thu, 22 Mar 2012 00:05:10 -0400 |
Ryan C. Gordon |
Removed a FIXME: use correct error code for writing to read-only archives.
|
file |
diff |
annotate
|
Tue, 20 Mar 2012 15:38:12 -0400 |
Ryan C. Gordon |
Reworked the error reporting API. Now we use error codes instead of strings.
|
file |
diff |
annotate
|
Tue, 13 Mar 2012 08:21:02 -0400 |
Ryan C. Gordon |
Removed check that .zip files are less than 4 gigabytes.
|
file |
diff |
annotate
|
Sat, 10 Mar 2012 03:18:33 -0500 |
Ryan C. Gordon |
Fixed some compiler warnings.
|
file |
diff |
annotate
|
Sat, 10 Mar 2012 02:31:58 -0500 |
Ryan C. Gordon |
Replaced zlib with a hacked up copy of miniz: http://code.google.com/p/miniz/
|
file |
diff |
annotate
|
Sat, 10 Mar 2012 01:13:03 -0500 |
Ryan C. Gordon |
Merge with pocketpc removal.
|
file |
diff |
annotate
|
Fri, 09 Mar 2012 04:50:27 -0500 |
Ryan C. Gordon |
Cleaned up all the readAll() cut and paste.
|
file |
diff |
annotate
|
Wed, 01 Jun 2011 03:08:53 -0400 |
Ryan C. Gordon |
Fixed infinite loop in zip_expand_symlink_path().
|
file |
diff |
annotate
|
Fri, 18 Feb 2011 12:38:05 -0500 |
Ryan C. Gordon |
Fixed bug in directory search for zip and qpak archivers (thanks, Michal!)
|
file |
diff |
annotate
|
Mon, 06 Sep 2010 19:35:01 -0400 |
Ryan C. Gordon |
Cleaned up some #includes.
|
file |
diff |
annotate
|
Sun, 05 Sep 2010 02:41:13 -0400 |
Ryan C. Gordon |
Removed isDirectory, isSymLink and exists methods from internal code.
|
file |
diff |
annotate
|
Mon, 30 Aug 2010 03:01:57 -0400 |
Ryan C. Gordon |
Abstracted file i/o into PHYSFS_Io interface.
|
file |
diff |
annotate
|
Tue, 24 Aug 2010 10:05:58 -0400 |
Ryan C. Gordon |
Removed PHYSFS_Archiver's isArchive() method.
|
file |
diff |
annotate
|
Sun, 22 Aug 2010 20:20:04 -0400 |
Ryan C. Gordon |
Removed getLastModTime() interface from the archivers; it's not used anymore.
|
file |
diff |
annotate
|
Sun, 22 Aug 2010 03:35:55 -0400 |
Ryan C. Gordon |
Patched to compile.
|
file |
diff |
annotate
|
Sun, 22 Aug 2010 00:37:25 -0400 |
Ryan C. Gordon |
Fixed details of PHYSFS_Archiver's stat method.
|
file |
diff |
annotate
|
Sat, 21 Aug 2010 20:05:22 -0400 |
Ryan C. Gordon |
Actually, that's FOUR gigabytes.
|
file |
diff |
annotate
|
Sat, 21 Aug 2010 19:10:42 -0400 |
Ryan C. Gordon |
Fixed PHYSFS_stat()'s return value to match rest of PhysicsFS API.
|
file |
diff |
annotate
|
Sat, 21 Aug 2010 02:47:58 -0400 |
Ryan C. Gordon |
Moved all the file i/o from stdio-style to POSIX-style.
|
file |
diff |
annotate
|
Thu, 25 Mar 2010 16:00:21 -0400 |
Ryan C. Gordon |
Merged changeset 1084:ee3d2e6e1161 from stable-2.0: unitialized array fix.
|
file |
diff |
annotate
|
Mon, 15 Feb 2010 14:02:36 -0500 |
Ryan C. Gordon |
THIS is Christoph's PHYSFS_stat() work.
|
file |
diff |
annotate
|
Mon, 15 Feb 2010 09:19:38 -0500 |
Ryan C. Gordon |
Backed out changeset f87b0b7cca8e ... This wasn't Christoph's patch. Sorry!
|
file |
diff |
annotate
|
Sun, 14 Feb 2010 23:07:19 -0500 |
Ryan C. Gordon |
Added first work on PHYSFS_stat() API (thanks, Christoph!).
|
file |
diff |
annotate
|
Thu, 28 Jan 2010 02:27:45 -0500 |
Ryan C. Gordon |
Cleaned up returns that look like function calls for my updated coding style.
|
file |
diff |
annotate
|
Sun, 03 May 2009 01:36:18 -0700 |
Ryan C. Gordon |
Merged 0410dc655d45 from the 2.0-stable branch: strict-aliasing fix.
|
file |
diff |
annotate
| base
|
Mon, 13 Apr 2009 03:40:30 -0400 |
Ryan C. Gordon |
Fixed some Sun Studio warnings about unreachable code.
|
file |
diff |
annotate
|
Fri, 27 Mar 2009 15:10:42 -0400 |
Ryan C. Gordon |
Moved directory structure around.
|
file |
diff |
annotate
| base
|