Sun, 29 Mar 2015 07:03:30 +0200 |
Martin Ahrnbom |
Added support for WinRT 8.1 Universal Apps.
|
file |
diff |
annotate
|
Tue, 20 Aug 2013 13:36:34 -0400 |
Ryan C. Gordon |
Fixed memory leak.
|
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
|
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
|
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
|
Thu, 22 Mar 2012 03:11:54 -0400 |
Ryan C. Gordon |
Allow Windows to read/write more than 4 gigs to a file in one shot.
|
file |
diff |
annotate
|
Thu, 22 Mar 2012 02:38:10 -0400 |
Ryan C. Gordon |
Removed a FIXME.
|
file |
diff |
annotate
|
Thu, 22 Mar 2012 00:41:39 -0400 |
Ryan C. Gordon |
Windows: Use cross-thread Critical Sections instead of cross-process Mutexes.
|
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:51:11 -0400 |
Ryan C. Gordon |
Patched to compile on Windows.
|
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
|
Mon, 19 Mar 2012 21:01:51 -0400 |
Ryan C. Gordon |
Use UTF-16 on Windows, not UCS-2.
|
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
|
Tue, 13 Mar 2012 04:25:05 -0400 |
Ryan C. Gordon |
Apparently, __PHYSFS_platformCurrentDir() is dead code.
|
file |
diff |
annotate
|
Mon, 12 Mar 2012 04:05:31 -0400 |
Ryan C. Gordon |
Move Windows CD-ROM detection to another thread that uses device notifications.
|
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
|
Sat, 10 Mar 2012 03:07:30 -0500 |
Ryan C. Gordon |
Removed the non-Unicode fallbacks from platform_windows.c, other cleanups.
|
file |
diff |
annotate
|
Mon, 01 Aug 2011 17:56:30 -0400 |
Ryan C. Gordon |
Corrected __PHYSFS_platformTell()'s return value to be correct.
|
file |
diff |
annotate
|
Mon, 01 Aug 2011 17:32:56 -0400 |
Ryan C. Gordon |
Removed __PHYSFS_platformEOF(). It's not used anymore.
|
file |
diff |
annotate
|
Thu, 31 Mar 2011 11:24:46 -0400 |
Ryan C. Gordon |
Fixed compiler warning on gcc-4.6.
|
file |
diff |
annotate
|
Fri, 21 Jan 2011 02:50:20 -0500 |
Ryan C. Gordon |
Patched to compile on Windows.
|
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:01:57 -0400 |
Ryan C. Gordon |
Abstracted file i/o into PHYSFS_Io interface.
|
file |
diff |
annotate
|
Wed, 25 Aug 2010 01:28:28 -0400 |
Ryan C. Gordon |
Removed __PHYSFS_platformGetLastModTime().
|
file |
diff |
annotate
|
Sat, 21 Aug 2010 19:10:42 -0400 |
Ryan C. Gordon |
Fixed PHYSFS_stat()'s return value to match rest of PhysicsFS API.
|
file |
diff |
annotate
|
Sat, 21 Aug 2010 15:07:13 -0400 |
Ryan C. Gordon |
Some minor FIXME tweaks.
|
file |
diff |
annotate
|
Sat, 21 Aug 2010 02:47:58 -0400 |
Ryan C. Gordon |
Moved all the file i/o from stdio-style to POSIX-style.
|
file |
diff |
annotate
|
Wed, 17 Mar 2010 17:04:01 -0400 |
Ryan C. Gordon |
Windows: open files for read+write sharing, to match Unix.
|
file |
diff |
annotate
|
Thu, 18 Feb 2010 09:34:08 -0500 |
Ryan C. Gordon |
Patched to compile (thanks, Christoph!).
|
file |
diff |
annotate
|
Mon, 15 Feb 2010 14:02:36 -0500 |
Ryan C. Gordon |
THIS is Christoph's PHYSFS_stat() work.
|
file |
diff |
annotate
|
Mon, 15 Feb 2010 09:19:38 -0500 |
Ryan C. Gordon |
Backed out changeset f87b0b7cca8e ... This wasn't Christoph's patch. Sorry!
|
file |
diff |
annotate
|
Sun, 14 Feb 2010 23:07:19 -0500 |
Ryan C. Gordon |
Added first work on PHYSFS_stat() API (thanks, Christoph!).
|
file |
diff |
annotate
|
Thu, 28 Jan 2010 02:27:45 -0500 |
Ryan C. Gordon |
Cleaned up returns that look like function calls for my updated coding style.
|
file |
diff |
annotate
|
Sun, 06 Sep 2009 01:05:27 -0400 |
Ryan C. Gordon |
Attempt to clean up the thread ID mess in platform_unix ...
|
file |
diff |
annotate
|
Fri, 27 Mar 2009 15:10:42 -0400 |
Ryan C. Gordon |
Moved directory structure around.
|
file |
diff |
annotate
| base
|