Fri, 16 Mar 2007 23:48:19 +0000 |
Ryan C. Gordon |
Fixed Doxygen comments for UTF-8 functions.
|
file |
diff |
annotate
|
Fri, 16 Mar 2007 22:06:04 +0000 |
Ryan C. Gordon |
Changed PHYSFS_file from a typedef to a #define for legacy code.
|
file |
diff |
annotate
|
Thu, 15 Mar 2007 08:16:23 +0000 |
Ryan C. Gordon |
Bunch of work on Unicode...added case-folding stricmp, removed
|
file |
diff |
annotate
|
Sun, 11 Mar 2007 10:19:52 +0000 |
Ryan C. Gordon |
Moved more files from FILENAME to FILENAME.txt ...
|
file |
diff |
annotate
|
Sun, 11 Mar 2007 10:10:28 +0000 |
Ryan C. Gordon |
Renamed LICENSE to LICENSE.txt
|
file |
diff |
annotate
|
Sun, 11 Mar 2007 09:30:08 +0000 |
Ryan C. Gordon |
More ranting and raving about Unicode.
|
file |
diff |
annotate
|
Sat, 10 Mar 2007 06:41:26 +0000 |
Ryan C. Gordon |
Killed MIX archiver.
|
file |
diff |
annotate
|
Thu, 08 Mar 2007 21:31:35 +0000 |
Ryan C. Gordon |
Fixed a comment in physfs.h.
|
file |
diff |
annotate
|
Sun, 05 Nov 2006 11:10:14 +0000 |
Ryan C. Gordon |
Initial Unicode work.
|
file |
diff |
annotate
|
Sat, 23 Sep 2006 10:49:10 +0000 |
Ryan C. Gordon |
Fixed typo in Doxygen comment.
|
file |
diff |
annotate
|
Sat, 23 Sep 2006 10:49:10 +0000 |
Ryan C. Gordon |
Fixed typo in Doxygen comment.
stable-1.0
|
file |
diff |
annotate
|
Thu, 23 Mar 2006 10:15:29 +0000 |
Ryan C. Gordon |
Apparently the visibility attribute only exists in gcc3 and up.
|
file |
diff |
annotate
|
Thu, 23 Mar 2006 10:15:29 +0000 |
Ryan C. Gordon |
Apparently the visibility attribute only exists in gcc3 and up.
stable-1.0
|
file |
diff |
annotate
|
Thu, 23 Mar 2006 06:49:01 +0000 |
Ryan C. Gordon |
Added -fvisibility=hidden support, for builds by gcc4 and later.
|
file |
diff |
annotate
|
Thu, 23 Mar 2006 06:49:01 +0000 |
Ryan C. Gordon |
Added -fvisibility=hidden support, for builds by gcc4 and later.
stable-1.0
|
file |
diff |
annotate
|
Mon, 28 Nov 2005 13:28:33 +0000 |
Ryan C. Gordon |
Fixed documentation for PHYSFS_setWriteDir().
|
file |
diff |
annotate
|
Mon, 28 Nov 2005 13:28:12 +0000 |
Ryan C. Gordon |
Fixed documentation for PHYSFS_setWriteDir().
stable-1.0
|
file |
diff |
annotate
|
Sun, 18 Sep 2005 21:44:42 +0000 |
Ryan C. Gordon |
API BREAKAGE: Changed PHYSFS_enumerateFilesCallback() to pass the originally
|
file |
diff |
annotate
|
Fri, 09 Sep 2005 14:07:43 +0000 |
Ryan C. Gordon |
Some tweaks to PHYSFS_Allocator.
|
file |
diff |
annotate
|
Tue, 06 Sep 2005 06:24:42 +0000 |
Ryan C. Gordon |
Don't use size_t in physfs.h, since it relies on C runtime headers.
|
file |
diff |
annotate
|
Sat, 23 Jul 2005 22:19:01 +0000 |
Ryan C. Gordon |
Upped version to 1.1.0
|
file |
diff |
annotate
|
Sat, 23 Jul 2005 22:04:23 +0000 |
Ryan C. Gordon |
Upped version to 1.0.1.
stable-1.0
|
file |
diff |
annotate
|
Mon, 14 Mar 2005 11:49:30 +0000 |
Ryan C. Gordon |
All memory management now goes through allocation hooks instead of directly to
|
file |
diff |
annotate
|
Mon, 14 Mar 2005 07:15:40 +0000 |
Ryan C. Gordon |
More mountpoint work and other cleanups.
|
file |
diff |
annotate
|
Sun, 13 Mar 2005 12:03:05 +0000 |
Ryan C. Gordon |
Split off sanitizePlatformIndependentPath() from verifySecurity(), which makes
|
file |
diff |
annotate
|
Sun, 13 Mar 2005 09:09:26 +0000 |
Ryan C. Gordon |
First chunk of PHYSFS_mount() implementation. Incomplete!
|
file |
diff |
annotate
|
Thu, 16 Dec 2004 16:25:42 +0000 |
Ryan C. Gordon |
Fixed some documentation/header comment typos (thanks, Gaetan!)
stable-1.0
|
file |
diff |
annotate
|
Thu, 16 Dec 2004 16:20:46 +0000 |
Ryan C. Gordon |
Fixed some documentation/header comment typos (thanks, Gaetan!)
|
file |
diff |
annotate
|
Wed, 29 Sep 2004 06:09:29 +0000 |
Ryan C. Gordon |
Added callback APIs and ripped up the internals everywhere to use them.
|
file |
diff |
annotate
|
Sun, 26 Sep 2004 13:37:42 +0000 |
Ryan C. Gordon |
PHYSFS_file is now PHYSFS_File to match 2.0 API (but has a typedef for
stable-1.0
|
file |
diff |
annotate
|
Sun, 26 Sep 2004 13:17:54 +0000 |
Ryan C. Gordon |
Changed PHYSFS_file to PHYSFS_File to match rest of API's naming
|
file |
diff |
annotate
|
Sun, 26 Sep 2004 13:00:59 +0000 |
Ryan C. Gordon |
Did the same thing to FileHandles than I did to DirHandles, but this
|
file |
diff |
annotate
|
Sun, 26 Sep 2004 00:25:04 +0000 |
Ryan C. Gordon |
Cleaned up archiver interface to not deal with DirHandles anymore,
|
file |
diff |
annotate
|
Thu, 23 Sep 2004 23:59:17 +0000 |
Ryan C. Gordon |
Minor allocation hook corrections.
|
file |
diff |
annotate
|
Thu, 23 Sep 2004 06:45:36 +0000 |
Ryan C. Gordon |
Initial structure for replacable allocator work.
|
file |
diff |
annotate
|
Thu, 08 Jan 2004 05:53:28 +0000 |
Ryan C. Gordon |
Last minute changes, fixes, and build system updates for 1.0.
release-1.0.0
|
file |
diff |
annotate
|
Mon, 15 Dec 2003 04:01:18 +0000 |
Ryan C. Gordon |
Added Doom WAD support.
|
file |
diff |
annotate
|
Wed, 23 Jul 2003 04:13:21 +0000 |
Ryan C. Gordon |
Upped version to 0.1.9.
|
file |
diff |
annotate
|
Sun, 30 Mar 2003 20:48:28 +0000 |
Ryan C. Gordon |
Forgot to mention qpak in the docs.
|
file |
diff |
annotate
|
Sun, 30 Mar 2003 18:59:54 +0000 |
Ryan C. Gordon |
Descent I/II HOG and MVL archive support (thanks, Bradley Bell!).
|
file |
diff |
annotate
|
Sun, 05 Jan 2003 01:37:00 +0000 |
Ryan C. Gordon |
Minor doxygen fix.
|
file |
diff |
annotate
|
Sat, 04 Jan 2003 23:43:10 +0000 |
Ryan C. Gordon |
Upped version to 0.1.8.
|
file |
diff |
annotate
|
Sun, 01 Dec 2002 11:21:27 +0000 |
Ryan C. Gordon |
Added buffering API.
|
file |
diff |
annotate
|
Fri, 26 Jul 2002 06:18:02 +0000 |
Ryan C. Gordon |
Fixed a typo in the documentation.
|
file |
diff |
annotate
|
Wed, 10 Jul 2002 07:22:09 +0000 |
Ryan C. Gordon |
Added PHYSFS_(read|write)[SU][BL]E(16|32|64) and upped version to 0.1.7.
|
file |
diff |
annotate
|
Fri, 07 Jun 2002 12:00:06 +0000 |
Ryan C. Gordon |
Lots of tweaks and revisions for Doxygen support.
|
file |
diff |
annotate
|
Sat, 25 May 2002 09:41:14 +0000 |
Ryan C. Gordon |
Added PHYSFS_getLastModTime() API. (Thanks, John Hall!)
|
file |
diff |
annotate
|
Sat, 25 May 2002 02:55:40 +0000 |
Ryan C. Gordon |
Upped version to 0.1.6
|
file |
diff |
annotate
|
Tue, 21 May 2002 11:29:00 +0000 |
Ryan C. Gordon |
FIXME removal.
|
file |
diff |
annotate
|
Tue, 16 Apr 2002 12:42:40 +0000 |
Ryan C. Gordon |
Upped version to 0.1.5.
|
file |
diff |
annotate
|
Fri, 12 Apr 2002 05:53:12 +0000 |
Ryan C. Gordon |
Patches for correctness and cleaner win32 support.
|
file |
diff |
annotate
|
Fri, 05 Apr 2002 18:11:12 +0000 |
Ryan C. Gordon |
Added byte ordering API.
|
file |
diff |
annotate
|
Wed, 03 Apr 2002 04:17:54 +0000 |
Gregory S. Read |
-Made type cast changes that Ryan needs to approve.
|
file |
diff |
annotate
|
Sat, 30 Mar 2002 17:26:03 +0000 |
Ryan C. Gordon |
Updated comment on thread safety.
|
file |
diff |
annotate
|
Mon, 25 Mar 2002 05:02:12 +0000 |
Ryan C. Gordon |
Abstracted file deletion, so we don't rely on C library for it anymore.
|
file |
diff |
annotate
|
Sun, 24 Mar 2002 19:47:33 +0000 |
Ryan C. Gordon |
Added typedefs and platform-specific i/o.
|
file |
diff |
annotate
|
Thu, 21 Mar 2002 03:23:12 +0000 |
Ryan C. Gordon |
Patched to fix a namespace issue.
|
file |
diff |
annotate
|
Sat, 16 Mar 2002 03:53:46 +0000 |
Ryan C. Gordon |
const correctness fixes.
|
file |
diff |
annotate
|
Wed, 26 Sep 2001 01:44:41 +0000 |
Ryan C. Gordon |
Changed PHYSFS_setSaneConfig()'s behaviour. API BREAKAGE.
|
file |
diff |
annotate
|
Fri, 14 Sep 2001 22:58:04 +0000 |
Ryan C. Gordon |
Updated version from 0.1.3 to 0.1.4.
|
file |
diff |
annotate
|