Ryan C. Gordon
|
32da097a55
Cleanup BAIL_* and GOTO_* macros to be less cluttered.
|
8 éve |
Ryan C. Gordon
|
32d4f4541e
HTTPS all the things.
|
10 éve |
Ryan C. Gordon
|
2dd99ccbb2
Rearranged PHYSFS_Archiver struct.
|
13 éve |
Ryan C. Gordon
|
f5c746967f
Removed comments added by Captain Obvious.
|
13 éve |
Ryan C. Gordon
|
ada24e9c5d
Moved supportsSymlinks into PHYSFS_ArchiveInfo.
|
13 éve |
Ryan C. Gordon
|
16ee8355db
Centralize responsibility for filtering symlinks during enumeration.
|
13 éve |
Ryan C. Gordon
|
e40d80b00f
Allow application-supplied archivers.
|
13 éve |
Ryan C. Gordon
|
9826c8b073
Cleaned up some simple comments.
|
13 éve |
Ryan C. Gordon
|
758e5beedb
Moved PHYSFS_ArchiveInfo into PHYSFS_Archiver.
|
14 éve |
Ryan C. Gordon
|
0de337eb75
Renamed PHYSFS_Archiver::dirClose() to PHYSFS_Archiver::closeArchive().
|
14 éve |
Ryan C. Gordon
|
320b154a11
Removed archive description macros, moved those strings inline.
|
14 éve |
Ryan C. Gordon
|
0584117f85
Changed so that this builds a reasonable default with no command line #defines.
|
14 éve |
Ryan C. Gordon
|
ba676b23e5
Reworked the error reporting API. Now we use error codes instead of strings.
|
14 éve |
Ryan C. Gordon
|
a0b21c9ae9
Cleaned up all the readAll() cut and paste.
|
14 éve |
Ryan C. Gordon
|
f871802f51
Cleaned up some #includes.
|
15 éve |
Ryan C. Gordon
|
3f02ce767f
Moved most the cut-and-paste between simple archivers to one file.
|
15 éve |
Ryan C. Gordon
|
7f0e7105a7
Removed isDirectory, isSymLink and exists methods from internal code.
|
15 éve |
Ryan C. Gordon
|
4bc5ed1725
Abstracted file i/o into PHYSFS_Io interface.
|
15 éve |
Ryan C. Gordon
|
b58e5f348c
Removed __PHYSFS_platformGetLastModTime().
|
15 éve |
Ryan C. Gordon
|
fc680aa468
Removed PHYSFS_Archiver's isArchive() method.
|
15 éve |
Ryan C. Gordon
|
2beafa790d
Removed getLastModTime() interface from the archivers; it's not used anymore.
|
15 éve |
Ryan C. Gordon
|
c306d73fdc
Patched to compile.
|
15 éve |
Ryan C. Gordon
|
f99f0ef9e7
Fixed details of PHYSFS_Archiver's stat method.
|
15 éve |
Ryan C. Gordon
|
f7a8d9292c
Fixed PHYSFS_stat()'s return value to match rest of PhysicsFS API.
|
15 éve |
Ryan C. Gordon
|
4000b234c0
Moved all the file i/o from stdio-style to POSIX-style.
|
15 éve |
Ryan C. Gordon
|
f1cd4d8f0d
THIS is Christoph's PHYSFS_stat() work.
|
16 éve |
Ryan C. Gordon
|
8e78e4719d
Backed out changeset f87b0b7cca8e ... This wasn't Christoph's patch. Sorry!
|
16 éve |
Ryan C. Gordon
|
7cc80bebc5
Added first work on PHYSFS_stat() API (thanks, Christoph!).
|
16 éve |
Ryan C. Gordon
|
595ac1da39
Cleaned up returns that look like function calls for my updated coding style.
|
16 éve |
Ryan C. Gordon
|
2a65060cde
Moved directory structure around.
|
17 éve |