Ryan C. Gordon
|
f8ed5c6f7e
Replaced sprintf() calls with snprintf().
|
před 8 roky |
Ryan C. Gordon
|
32da097a55
Cleanup BAIL_* and GOTO_* macros to be less cluttered.
|
před 8 roky |
Ryan C. Gordon
|
32d4f4541e
HTTPS all the things.
|
před 10 roky |
Ryan C. Gordon
|
2dd99ccbb2
Rearranged PHYSFS_Archiver struct.
|
před 13 roky |
Ryan C. Gordon
|
f5c746967f
Removed comments added by Captain Obvious.
|
před 13 roky |
Ryan C. Gordon
|
36b542ee7f
Cleaned out "exists" nonsense in openRead() API.
|
před 13 roky |
Ryan C. Gordon
|
697c31e81b
Remove __PHYSFS_setError(), use the new public API instead.
|
před 13 roky |
Ryan C. Gordon
|
7824a093fb
Cleaned out the "exists" nonsense in the stat() API.
|
před 13 roky |
Ryan C. Gordon
|
ada24e9c5d
Moved supportsSymlinks into PHYSFS_ArchiveInfo.
|
před 13 roky |
Ryan C. Gordon
|
16ee8355db
Centralize responsibility for filtering symlinks during enumeration.
|
před 13 roky |
Ryan C. Gordon
|
e40d80b00f
Allow application-supplied archivers.
|
před 13 roky |
Ryan C. Gordon
|
9826c8b073
Cleaned up some simple comments.
|
před 13 roky |
Ryan C. Gordon
|
758e5beedb
Moved PHYSFS_ArchiveInfo into PHYSFS_Archiver.
|
před 14 roky |
Ryan C. Gordon
|
b3fbba7af0
Removed "dvoid" typedef.
|
před 14 roky |
Ryan C. Gordon
|
0de337eb75
Renamed PHYSFS_Archiver::dirClose() to PHYSFS_Archiver::closeArchive().
|
před 14 roky |
Ryan C. Gordon
|
320b154a11
Removed archive description macros, moved those strings inline.
|
před 14 roky |
Ryan C. Gordon
|
b1d4afcbd3
Cleaned up some FIXMEs.
|
před 14 roky |
Ryan C. Gordon
|
584119a4a0
Removed a FIXME.
|
před 14 roky |
Ryan C. Gordon
|
ba676b23e5
Reworked the error reporting API. Now we use error codes instead of strings.
|
před 14 roky |
Ryan C. Gordon
|
be4ae4d401
Removed __PHYSFS_platformCvtToDependent().
|
před 14 roky |
Ryan C. Gordon
|
03dbc3f758
Make __PHYSFS_platformDirSeparator into a single char.
|
před 14 roky |
Ryan C. Gordon
|
a42ada1380
Fixed dereference of free()'d memory.
|
před 14 roky |
Ryan C. Gordon
|
54cc53349d
Cleaned up some __PHYSFS_platformStat() details.
|
před 14 roky |
Ryan C. Gordon
|
f871802f51
Cleaned up some #includes.
|
před 15 roky |
Ryan C. Gordon
|
7f0e7105a7
Removed isDirectory, isSymLink and exists methods from internal code.
|
před 15 roky |
Ryan C. Gordon
|
4bc5ed1725
Abstracted file i/o into PHYSFS_Io interface.
|
před 15 roky |
Ryan C. Gordon
|
fc680aa468
Removed PHYSFS_Archiver's isArchive() method.
|
před 15 roky |
Ryan C. Gordon
|
2beafa790d
Removed getLastModTime() interface from the archivers; it's not used anymore.
|
před 15 roky |
Ryan C. Gordon
|
c306d73fdc
Patched to compile.
|
před 15 roky |
Ryan C. Gordon
|
f99f0ef9e7
Fixed details of PHYSFS_Archiver's stat method.
|
před 15 roky |