Tue, 19 Aug 2014 10:55:56 -0400 |
Ryan C. Gordon |
Make static analysis happy.
|
file |
diff |
annotate
|
Fri, 23 Aug 2013 23:41:35 -0400 |
Ryan C. Gordon |
Better basedir detection for various Unix platforms.
|
file |
diff |
annotate
|
Tue, 16 Jul 2013 12:51:54 -0400 |
Ryan C. Gordon |
Fixed off-by-one error in findBinaryInPath() (thanks, Dmitry!).
|
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:54:20 -0400 |
Ryan C. Gordon |
Favor /proc/self/exe over argv[0] on Linux, to match other platforms.
|
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
|
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: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 20:42:41 -0400 |
Ryan C. Gordon |
Try to make a sane default for CD detection path by platform.
|
file |
diff |
annotate
|
Mon, 19 Mar 2012 02:46:38 -0400 |
Ryan C. Gordon |
Removed some unused code.
|
file |
diff |
annotate
|
Sun, 11 Mar 2012 04:19:36 -0400 |
Ryan C. Gordon |
Removed __PHYSFS_platformRealPath().
|
file |
diff |
annotate
|
Sun, 11 Mar 2012 03:43:07 -0400 |
Ryan C. Gordon |
Moved __PHYSFS_platformCurrentDir() from Unix to POSIX sources.
|
file |
diff |
annotate
|
Sun, 11 Mar 2012 03:39:57 -0400 |
Ryan C. Gordon |
Change how Unix version of __PHYSFS_platformCurrentDir() allocates memory.
|
file |
diff |
annotate
|
Mon, 25 Jul 2011 11:29:44 -0700 |
Ryan C. Gordon |
Removed deprecated Mac OS X APIs.
|
file |
diff |
annotate
|
Mon, 06 Sep 2010 19:35:01 -0400 |
Ryan C. Gordon |
Cleaned up some #includes.
|
file |
diff |
annotate
|
Mon, 22 Mar 2010 16:03:17 -0400 |
Ryan C. Gordon |
Forgot to apply build-time thread fix to default branch (thanks, Patrice!).
|
file |
diff |
annotate
|
Mon, 22 Mar 2010 11:12:45 -0400 |
Ryan C. Gordon |
Add some more filesystem types that might be CDs or DVDs.
|
file |
diff |
annotate
|
Mon, 15 Mar 2010 09:46:33 -0400 |
Ryan C. Gordon |
Fix for the Hurd, from the debian project.
|
file |
diff |
annotate
|
Mon, 01 Mar 2010 08:49:04 -0800 |
Ryan C. Gordon |
Added a FIXME.
|
file |
diff |
annotate
|
Mon, 15 Feb 2010 14:02:36 -0500 |
Ryan C. Gordon |
THIS is Christoph's PHYSFS_stat() work.
|
file |
diff |
annotate
|
Wed, 03 Feb 2010 23:14:11 -0500 |
Ryan C. Gordon |
Catch case where we use the Unix code on a non-Unix system that lacks pthreads.
|
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
|
Wed, 08 Jul 2009 17:53:48 -0400 |
Ryan C. Gordon |
Try /proc/$PID/exe if /proc/self/exe doesn't work out.
|
file |
diff |
annotate
|
Wed, 08 Jul 2009 17:47:05 -0400 |
Ryan C. Gordon |
Try to shrink returned buffer's allocation.
|
file |
diff |
annotate
|
Wed, 08 Jul 2009 17:46:48 -0400 |
Ryan C. Gordon |
Fixed wrong readlink() usage (lstat() doesn't report dest link size!).
|
file |
diff |
annotate
|
Sat, 02 May 2009 23:25:41 -0700 |
Ryan C. Gordon |
I think sys/mount.h is only needed in the ucred.h path.
|
file |
diff |
annotate
|
Mon, 13 Apr 2009 17:59:15 -0400 |
Ryan C. Gordon |
Added sys/mnttab.h CD-ROM detection. Fixes missing CD-ROM support on Solaris.
|
file |
diff |
annotate
|
Mon, 13 Apr 2009 17:09:36 -0400 |
Ryan C. Gordon |
Merge all the Unix __PHYSFS_platformDetectAvailableCDs() funcs into one.
|
file |
diff |
annotate
|
Fri, 27 Mar 2009 15:10:42 -0400 |
Ryan C. Gordon |
Moved directory structure around.
|
file |
diff |
annotate
| base
|