Ryan C. Gordon
|
8eeaf6c6d7
Rewrote ZIP_enumerateFiles() again. Hopefully it sucks less this time.
|
23 years ago |
Ryan C. Gordon
|
7c80bcf537
Disabled shitty enumeration code. Will fix soon.
|
23 years ago |
Ryan C. Gordon
|
a4d07b8e10
More enumeration fixes. I still hate this code.
|
23 years ago |
Ryan C. Gordon
|
55b7638892
Fixed a double-free.
|
23 years ago |
Ryan C. Gordon
|
e460c9ce9a
Fixed ZIP_isArchive() to report correctly if it has to check for the
|
23 years ago |
Ryan C. Gordon
|
4765a364fe
Fixed enumerations that end with '/'.
|
23 years ago |
Ryan C. Gordon
|
e98615a7ca
My rewrite continues. I'm mostly satisfied with this code now, minus debugging.
|
23 years ago |
Ryan C. Gordon
|
f558dcfe4a
Seeking backwards in ZIP_seek() works now.
|
24 years ago |
Ryan C. Gordon
|
2fab3d9da4
Fixed symlink detection.
|
24 years ago |
Ryan C. Gordon
|
2ec465ffc4
Symlink fixes. Still broken, though.
|
24 years ago |
Ryan C. Gordon
|
480a259452
ZIP archiver rewrite.
|
24 years ago |
Ryan C. Gordon
|
959a15e27f
FIXME cleanups.
|
24 years ago |
Ryan C. Gordon
|
05b565422a
Implemeted getLastModTime method.
|
24 years ago |
Ryan C. Gordon
|
5386a5c6a2
Added PHYSFS_getLastModTime() API. (Thanks, John Hall!)
|
24 years ago |
Ryan C. Gordon
|
a2bec46a6b
Initial autoconf support.
|
24 years ago |
Ryan C. Gordon
|
748cbac1c0
Patches for correctness and cleaner win32 support.
|
24 years ago |
Ryan C. Gordon
|
a366cfe1a2
Approved zeph's comments, fixed a few of my screwups.
|
24 years ago |
Gregory S. Read
|
0217b7cdd7
-Added type casting that Ryan needs to approve.
|
24 years ago |
Ryan C. Gordon
|
9982d89b5b
Removed now-unnecessary errno.h include.
|
24 years ago |
Ryan C. Gordon
|
5d2b8493f6
Patched to compile.
|
24 years ago |
Ryan C. Gordon
|
d8cf534bf2
Platform abstracted i/o, other bugfixes.
|
24 years ago |
Ryan C. Gordon
|
f2887cf047
Added typedefs and platform-specific i/o.
|
24 years ago |
Ryan C. Gordon
|
c7aad1afd6
Changed author credits to wrap email addresses in "<>" and not "()" chars.
|
24 years ago |
Ryan C. Gordon
|
ed2a43b2ea
Patched to compile with an ancient version of CodeWarrior.
|
24 years ago |
Ryan C. Gordon
|
7aa0c252a9
More win32 updates.
|
24 years ago |
Ryan C. Gordon
|
f0c09894c8
Updates, corrections and enhancements to get this ported to win32.
|
24 years ago |
Ryan C. Gordon
|
beb42ac451
Changed URL to physfs homepage.
|
24 years ago |
Ryan C. Gordon
|
0fe5d822a8
Avoids unzLocateFile(), since we already did all the searching ourselves.
|
24 years ago |
Ryan C. Gordon
|
9ddb5923e7
ZIP entries are now cached at openArchive time, which cleans up the race
|
24 years ago |
Ryan C. Gordon
|
bb35ebed98
Enough fixes to get the Build engine working with ZIP files instead of
|
25 years ago |