Ryan C. Gordon
|
d3b6d99df8
|
Made CD-ROM stuff a bit more automatic.
|
2002-07-25 05:24:23 +00:00 |
Ryan C. Gordon
|
1ce70462bd
|
Can now disable CD-ROM code on Unix systems at build time if need be. The
configure option is not exposed, but the configure script can check this
on a system by system basis.
|
2002-07-25 05:21:00 +00:00 |
Ryan C. Gordon
|
056046f7e3
|
Updated.
|
2002-07-25 04:41:56 +00:00 |
Ryan C. Gordon
|
8eeaf6c6d7
|
Rewrote ZIP_enumerateFiles() again. Hopefully it sucks less this time.
|
2002-07-25 04:41:43 +00:00 |
Ryan C. Gordon
|
fa77075d7c
|
Added build system support for OpenBSD.
|
2002-07-23 23:10:50 +00:00 |
Ryan C. Gordon
|
d41048aa89
|
Updated.
|
2002-07-23 22:56:39 +00:00 |
Ryan C. Gordon
|
7c80bcf537
|
Disabled shitty enumeration code. Will fix soon.
|
2002-07-23 22:55:47 +00:00 |
Ryan C. Gordon
|
a4d586e41b
|
Updated.
|
2002-07-23 22:31:30 +00:00 |
Ryan C. Gordon
|
b6cc59515b
|
Made "ls" an alias of "enumerate", since I keep typing it without thinking. :)
|
2002-07-23 22:30:58 +00:00 |
Ryan C. Gordon
|
b5979c8c4f
|
Updated.
|
2002-07-23 22:11:02 +00:00 |
Ryan C. Gordon
|
a4d07b8e10
|
More enumeration fixes. I still hate this code.
|
2002-07-23 22:09:35 +00:00 |
Ryan C. Gordon
|
55b7638892
|
Fixed a double-free.
|
2002-07-23 21:26:51 +00:00 |
Ryan C. Gordon
|
083710dfc3
|
Fixed entry loading.
|
2002-07-23 18:11:12 +00:00 |
Ryan C. Gordon
|
e460c9ce9a
|
Fixed ZIP_isArchive() to report correctly if it has to check for the
end of central directory record.
|
2002-07-23 18:05:50 +00:00 |
Ryan C. Gordon
|
4765a364fe
|
Fixed enumerations that end with '/'.
|
2002-07-23 17:52:56 +00:00 |
Ryan C. Gordon
|
f47fafe523
|
Updated.
|
2002-07-23 17:52:36 +00:00 |
Ryan C. Gordon
|
738011b837
|
Updated.
|
2002-07-23 07:49:20 +00:00 |
Ryan C. Gordon
|
e98615a7ca
|
My rewrite continues. I'm mostly satisfied with this code now, minus debugging.
|
2002-07-23 07:49:13 +00:00 |
Ryan C. Gordon
|
168f63d2da
|
Major overhauls. More efficient, robust, and bug-free.
|
2002-07-23 07:48:43 +00:00 |
Ryan C. Gordon
|
01567b3dcf
|
Added __PHYSFS_addToLinkedStringList().
|
2002-07-23 07:48:08 +00:00 |
Ryan C. Gordon
|
5b55a52af7
|
Changed enumeration code to use __PHYSFS_addToLinkedStringList().
|
2002-07-23 07:46:36 +00:00 |
Ryan C. Gordon
|
70a42aeadd
|
Updated.
|
2002-07-22 12:08:56 +00:00 |
Ryan C. Gordon
|
e571e4a7d6
|
Updated.
|
2002-07-21 10:05:06 +00:00 |
Ryan C. Gordon
|
60d04e4486
|
Updated.
|
2002-07-21 09:54:37 +00:00 |
Ryan C. Gordon
|
ebcc9fb045
|
Updated.
|
2002-07-21 09:33:13 +00:00 |
Ryan C. Gordon
|
b2018d63c8
|
Now copies the Makefile.am template instead of rename()ing it.
|
2002-07-21 09:32:34 +00:00 |
Ryan C. Gordon
|
a29af527c9
|
Updated.
|
2002-07-21 09:08:41 +00:00 |
Ryan C. Gordon
|
fe6216186e
|
More autoconf spew ignored.
|
2002-07-21 09:08:06 +00:00 |
Ryan C. Gordon
|
9fe69fcbd3
|
Updated.
|
2002-07-21 09:06:40 +00:00 |
Ryan C. Gordon
|
ba4869514e
|
More FreeBSD build fixes.
|
2002-07-21 09:06:28 +00:00 |
Ryan C. Gordon
|
80dfa72c8f
|
Updated.
|
2002-07-20 00:20:00 +00:00 |
Ryan C. Gordon
|
248b3381bf
|
Generalized CD-ROM routine selection.
|
2002-07-20 00:19:53 +00:00 |
Ryan C. Gordon
|
6784bad378
|
Added physfs.spec to distribution.
|
2002-07-18 05:51:25 +00:00 |
Ryan C. Gordon
|
7f2cd4a2d7
|
Updated.
|
2002-07-18 05:50:00 +00:00 |
Ryan C. Gordon
|
01e79f7fae
|
Updated.
|
2002-07-17 23:27:00 +00:00 |
Ryan C. Gordon
|
c02838ad5e
|
FreeBSD patches; appears to be fully functional now.
|
2002-07-17 23:25:18 +00:00 |
Ryan C. Gordon
|
74a9c06a5a
|
Updated.
|
2002-07-17 16:05:52 +00:00 |
Ryan C. Gordon
|
f558dcfe4a
|
Seeking backwards in ZIP_seek() works now.
|
2002-07-17 16:05:39 +00:00 |
Ryan C. Gordon
|
c7f3a2b1ae
|
Changed ERR_TOO_MANY_SYMLINKS to ERR_SYMLINK_LOOP.
|
2002-07-17 16:05:12 +00:00 |
Ryan C. Gordon
|
d7c98faf04
|
Removed reference to obsolete unzip.c.
|
2002-07-16 06:15:30 +00:00 |
Ryan C. Gordon
|
2fab3d9da4
|
Fixed symlink detection.
|
2002-07-15 13:20:34 +00:00 |
Ryan C. Gordon
|
68179ad30d
|
Updated.
|
2002-07-15 02:24:11 +00:00 |
Ryan C. Gordon
|
2ec465ffc4
|
Symlink fixes. Still broken, though.
|
2002-07-15 02:22:52 +00:00 |
Ryan C. Gordon
|
52e3c3f0c7
|
Updated.
|
2002-07-14 15:11:47 +00:00 |
Ryan C. Gordon
|
0db235a52b
|
Changed CD-ROM detection code to be compatible with Windows NT 3.x.
|
2002-07-14 15:11:39 +00:00 |
Ryan C. Gordon
|
480a259452
|
ZIP archiver rewrite.
|
2002-07-13 10:17:13 +00:00 |
Ryan C. Gordon
|
f3b7c83e03
|
Updated.
|
2002-07-13 10:16:53 +00:00 |
Ryan C. Gordon
|
959a15e27f
|
FIXME cleanups.
|
2002-07-11 21:37:30 +00:00 |
Ryan C. Gordon
|
aac5682edd
|
Updated.
|
2002-07-11 21:37:14 +00:00 |
Ryan C. Gordon
|
c166966be7
|
Updated.
|
2002-07-11 08:47:16 +00:00 |