Thu, 02 Jul 2015 23:36:33 -0400 |
Ryan C. Gordon |
Fixed compiler warning about unused variable because assert() is awful.
|
file |
diff |
annotate
|
Thu, 11 Sep 2014 00:07:23 -0400 |
Ryan C. Gordon |
Make sure read buffers get reinitialized before refilling (thanks, Michael!).
|
file |
diff |
annotate
|
Tue, 19 Aug 2014 02:28:13 -0400 |
Ryan C. Gordon |
Fixed resource leak when failing to mount a file that isn't an archive.
|
file |
diff |
annotate
|
Sun, 20 Jul 2014 13:36:56 +0200 |
Willi Schinmeyer |
Fix NULL flush() in PHYSFS_Io crash
|
file |
diff |
annotate
|
Fri, 07 Feb 2014 16:22:43 -0500 |
Ryan C. Gordon |
PHYSFS_stat() returns zero on error, not -1.
|
file |
diff |
annotate
|
Thu, 16 Jan 2014 07:03:42 -0800 |
Ryan C. Gordon |
Added a FIXME.
|
file |
diff |
annotate
|
Thu, 16 Jan 2014 07:03:34 -0800 |
Ryan C. Gordon |
Fixed a single-line comment.
|
file |
diff |
annotate
|
Fri, 23 Aug 2013 23:41:35 -0400 |
Ryan C. Gordon |
Better basedir detection for various Unix platforms.
|
file |
diff |
annotate
|
Fri, 30 Nov 2012 14:37:37 -0500 |
Ryan C. Gordon |
Get rid of array of static archivers.
|
file |
diff |
annotate
|
Fri, 30 Nov 2012 13:00:08 -0500 |
Ryan C. Gordon |
Cleaned out "exists" nonsense in openRead() API.
|
file |
diff |
annotate
|
Fri, 30 Nov 2012 12:49:25 -0500 |
Ryan C. Gordon |
Remove __PHYSFS_setError(), use the new public API instead.
|
file |
diff |
annotate
|
Fri, 30 Nov 2012 12:43:56 -0500 |
Ryan C. Gordon |
Cleaned out the "exists" nonsense in the stat() API.
|
file |
diff |
annotate
|
Fri, 30 Nov 2012 00:04:52 -0500 |
Ryan C. Gordon |
Moved supportsSymlinks into PHYSFS_ArchiveInfo.
|
file |
diff |
annotate
|
Thu, 29 Nov 2012 11:47:16 -0500 |
Ryan C. Gordon |
Centralize responsibility for filtering symlinks during enumeration.
|
file |
diff |
annotate
|
Wed, 28 Nov 2012 01:36:13 -0500 |
Ryan C. Gordon |
Allow application-supplied archivers.
|
file |
diff |
annotate
|
Mon, 12 Nov 2012 23:40:29 +0200 |
Aleksi Nurmi |
SLB archiver
|
file |
diff |
annotate
|
Thu, 07 Jun 2012 10:21:43 -0400 |
Ryan C. Gordon |
Don't sort if there's nothing to do (prevents array underflow, too).
|
file |
diff |
annotate
|
Fri, 01 Jun 2012 05:44:50 -0400 |
Ryan C. Gordon |
Added Zip64 support to the .zip archiver.
|
file |
diff |
annotate
|
Sun, 25 Mar 2012 17:17:56 -0400 |
Ryan C. Gordon |
Moved PHYSFS_ArchiveInfo into PHYSFS_Archiver.
|
file |
diff |
annotate
|
Sun, 25 Mar 2012 17:18:24 -0400 |
Ryan C. Gordon |
Add binary compatibility to PHYSFS_Io.
|
file |
diff |
annotate
|
Sun, 25 Mar 2012 16:15:10 -0400 |
Ryan C. Gordon |
Moved some functions around.
|
file |
diff |
annotate
|
Sun, 25 Mar 2012 16:13:23 -0400 |
Ryan C. Gordon |
Better cleanup if PHYSFS_init() fails halfway through.
|
file |
diff |
annotate
|
Sun, 25 Mar 2012 15:59:29 -0400 |
Ryan C. Gordon |
Made archiver list dynamic, in preparation for external archivers.
|
file |
diff |
annotate
|
Sat, 24 Mar 2012 10:36:11 -0400 |
Ryan C. Gordon |
Renamed PHYSFS_Archiver::dirClose() to PHYSFS_Archiver::closeArchive().
|
file |
diff |
annotate
|
Sat, 24 Mar 2012 00:32:22 -0400 |
Ryan C. Gordon |
Another FIXME.
|
file |
diff |
annotate
|
Sat, 24 Mar 2012 00:26:04 -0400 |
Ryan C. Gordon |
More FIXME cleanup.
|
file |
diff |
annotate
|
Fri, 23 Mar 2012 04:14:01 -0400 |
Ryan C. Gordon |
Make sure base dir always has a dirsep at the end of it.
|
file |
diff |
annotate
|
Fri, 23 Mar 2012 00:52:32 -0400 |
Ryan C. Gordon |
Changed so that this builds a reasonable default with no command line #defines.
|
file |
diff |
annotate
|
Thu, 22 Mar 2012 02:58:45 -0400 |
Ryan C. Gordon |
Removed a FIXME: actually, the code DOES set an error, as far as I can tell.
|
file |
diff |
annotate
|
Thu, 22 Mar 2012 02:57:29 -0400 |
Ryan C. Gordon |
Removed a FIXME.
|
file |
diff |
annotate
|
Thu, 22 Mar 2012 00:27:46 -0400 |
Ryan C. Gordon |
Removed fallback for systems that have no userdir.
|
file |
diff |
annotate
|
Thu, 22 Mar 2012 00:21:28 -0400 |
Ryan C. Gordon |
Cleaned up some FIXMEs.
|
file |
diff |
annotate
|
Wed, 21 Mar 2012 23:59:43 -0400 |
Ryan C. Gordon |
Make sure the prefdir has a final dirsep on it.
|
file |
diff |
annotate
|
Wed, 21 Mar 2012 23:52:44 -0400 |
Ryan C. Gordon |
Fixed some brainfarts in the Windows version of PHYSFS_getPrefDir().
|
file |
diff |
annotate
|
Wed, 21 Mar 2012 23:31:21 -0400 |
Ryan C. Gordon |
PHYSFS_setSaneConfig() now uses PHYSFS_getPrefDir().
|
file |
diff |
annotate
|
Wed, 21 Mar 2012 23:30:50 -0400 |
Ryan C. Gordon |
Added PHYSFS_getPrefDir().
|
file |
diff |
annotate
|
Tue, 20 Mar 2012 15:38:12 -0400 |
Ryan C. Gordon |
Reworked the error reporting API. Now we use error codes instead of strings.
|
file |
diff |
annotate
|
Tue, 20 Mar 2012 15:28:19 -0400 |
Ryan C. Gordon |
Fixed mutex misuse.
|
file |
diff |
annotate
|
Thu, 15 Mar 2012 01:58:39 -0400 |
Ryan C. Gordon |
Removed __PHYSFS_platformCvtToDependent().
|
file |
diff |
annotate
|
Thu, 15 Mar 2012 01:54:57 -0400 |
Ryan C. Gordon |
Make __PHYSFS_platformDirSeparator into a single char.
|
file |
diff |
annotate
|
Thu, 15 Mar 2012 00:40:00 -0400 |
Ryan C. Gordon |
Removed __PHYSFS_convertToDependent(), as dead code.
|
file |
diff |
annotate
|
Wed, 14 Mar 2012 05:47:15 -0400 |
Ryan C. Gordon |
Fixed PHYSFS_read() and PHYSFS_write() in the dev branch.
|
file |
diff |
annotate
|
Sun, 11 Mar 2012 04:19:36 -0400 |
Ryan C. Gordon |
Removed __PHYSFS_platformRealPath().
|
file |
diff |
annotate
|
Sat, 10 Mar 2012 03:18:33 -0500 |
Ryan C. Gordon |
Fixed some compiler warnings.
|
file |
diff |
annotate
|
Fri, 09 Mar 2012 22:27:51 -0500 |
Ryan C. Gordon |
Align smallAllocs to the native pointer size.
|
file |
diff |
annotate
|
Fri, 09 Mar 2012 04:50:27 -0500 |
Ryan C. Gordon |
Cleaned up all the readAll() cut and paste.
|
file |
diff |
annotate
|
Tue, 18 Oct 2011 15:55:29 -0400 |
Ryan C. Gordon |
Fixed up some bugs that clang's static analysis reported.
|
file |
diff |
annotate
|
Fri, 21 Jan 2011 02:50:20 -0500 |
Ryan C. Gordon |
Patched to compile on Windows.
|
file |
diff |
annotate
|
Mon, 04 Oct 2010 01:48:34 -0400 |
Ryan C. Gordon |
Fixed cut-and-paste error in malloc() failure test (thanks, Tolga!).
|
file |
diff |
annotate
|
Mon, 06 Sep 2010 19:35:01 -0400 |
Ryan C. Gordon |
Cleaned up some #includes.
|
file |
diff |
annotate
|
Sun, 05 Sep 2010 02:41:13 -0400 |
Ryan C. Gordon |
Removed isDirectory, isSymLink and exists methods from internal code.
|
file |
diff |
annotate
|
Mon, 30 Aug 2010 03:02:32 -0400 |
Ryan C. Gordon |
Added PHYSFS_mountHandle(). Now you can do archives-in-archives!
|
file |
diff |
annotate
|
Sun, 29 Aug 2010 21:36:38 -0400 |
Ryan C. Gordon |
PHYSFS_getRealDir() can't report a path for things that aren't real files.
|
file |
diff |
annotate
|
Mon, 30 Aug 2010 02:39:28 -0400 |
Ryan C. Gordon |
Make PHYSFS_addToSearchPath() use doMount(), too.
|
file |
diff |
annotate
|
Mon, 30 Aug 2010 02:39:11 -0400 |
Ryan C. Gordon |
Added PHYSFS_mountMemory().
|
file |
diff |
annotate
|
Sun, 29 Aug 2010 20:56:35 -0400 |
Ryan C. Gordon |
Added PHYSFS_mountIo().
|
file |
diff |
annotate
|
Mon, 30 Aug 2010 03:01:57 -0400 |
Ryan C. Gordon |
Abstracted file i/o into PHYSFS_Io interface.
|
file |
diff |
annotate
|
Tue, 24 Aug 2010 10:05:58 -0400 |
Ryan C. Gordon |
Removed PHYSFS_Archiver's isArchive() method.
|
file |
diff |
annotate
|
Tue, 24 Aug 2010 10:03:25 -0400 |
Ryan C. Gordon |
Made __PHYSFS_ui64FitsAddressSpace's behaviour match its name.
|
file |
diff |
annotate
|
Sun, 22 Aug 2010 03:43:22 -0400 |
Ryan C. Gordon |
Added PHYSFS_unmount(), deprecated addToSearchPath and removeFromSearchPath.
|
file |
diff |
annotate
|