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
|
Sun, 13 Mar 2005 03:33:11 +0000 |
Ryan C. Gordon |
Cleaned up some minor bloat with my new evil GOTO_*_MACRO macros.
|
file |
diff |
annotate
|
Sun, 13 Mar 2005 03:18:18 +0000 |
Ryan C. Gordon |
Fixed unix.c to compile again on MacOS X.
|
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
|
Sat, 24 May 2003 03:36:36 +0000 |
Ryan C. Gordon |
Rewrote MacOSX/Darwin CD detection to use IOKit, for accurate results.
|
file |
diff |
annotate
|
Sat, 04 Jan 2003 23:24:50 +0000 |
Ryan C. Gordon |
Added hack for OSX bundles, from Eric Wing.
|
file |
diff |
annotate
|
Sat, 30 Nov 2002 04:50:49 +0000 |
Ryan C. Gordon |
Minor fix for odd PATH entries.
|
file |
diff |
annotate
|
Fri, 09 Aug 2002 19:47:06 +0000 |
Ryan C. Gordon |
Attempt to fix pthread-to-ui64 cast issue.
|
file |
diff |
annotate
|
Thu, 25 Jul 2002 23:22:29 +0000 |
Ryan C. Gordon |
Whoops; the pthread-disabling condition was flipped. Fixed.
|
file |
diff |
annotate
|
Thu, 25 Jul 2002 17:42:21 +0000 |
Ryan C. Gordon |
First step towards getting __PHYSFS_platformGetThreadID() to work universally.
|
file |
diff |
annotate
|
Thu, 25 Jul 2002 17:13:03 +0000 |
Ryan C. Gordon |
Stub code for platforms without functional pthreads.
|
file |
diff |
annotate
|
Thu, 25 Jul 2002 05:21:00 +0000 |
Ryan C. Gordon |
Can now disable CD-ROM code on Unix systems at build time if need be. The
|
file |
diff |
annotate
|
Sat, 20 Jul 2002 00:19:53 +0000 |
Ryan C. Gordon |
Generalized CD-ROM routine selection.
|
file |
diff |
annotate
|
Wed, 17 Jul 2002 23:25:18 +0000 |
Ryan C. Gordon |
FreeBSD patches; appears to be fully functional now.
|
file |
diff |
annotate
|
Thu, 11 Jul 2002 08:44:27 +0000 |
Ryan C. Gordon |
Removed extra #endif
|
file |
diff |
annotate
|
Wed, 10 Jul 2002 21:14:33 +0000 |
Ryan C. Gordon |
Build system corrections for BeOS and Cygwin.
|
file |
diff |
annotate
|
Sat, 29 Jun 2002 22:25:57 +0000 |
Ryan C. Gordon |
Fixed buffer overflow in CD-ROM detection code.
|
file |
diff |
annotate
|
Sat, 29 Jun 2002 10:23:17 +0000 |
Ryan C. Gordon |
Patched to compile on Cygwin.
|
file |
diff |
annotate
|
Sat, 08 Jun 2002 20:59:29 +0000 |
Ryan C. Gordon |
Fixed incorrect free() in Darwin CD detection code.
|
file |
diff |
annotate
|
Fri, 24 May 2002 09:23:23 +0000 |
Ryan C. Gordon |
Split some of the unix.c code out to posix.c for BeOS to use.
|
file |
diff |
annotate
|
Tue, 21 May 2002 11:29:00 +0000 |
Ryan C. Gordon |
FIXME removal.
|
file |
diff |
annotate
|
Thu, 16 May 2002 07:08:59 +0000 |
Ryan C. Gordon |
Fixed OpenAppend to actually open for append. Used "wb+" instead of "ab".
|
file |
diff |
annotate
|
Fri, 10 May 2002 09:25:25 +0000 |
Ryan C. Gordon |
Initial autoconf support.
|
file |
diff |
annotate
|
Sat, 06 Apr 2002 23:49:17 +0000 |
Ryan C. Gordon |
Darwin patches.
|
file |
diff |
annotate
|
Sat, 06 Apr 2002 21:05:14 +0000 |
Ryan C. Gordon |
Darwin fixes.
|
file |
diff |
annotate
|
Fri, 05 Apr 2002 08:45:08 +0000 |
Ryan C. Gordon |
Added some malloc() failure checks in CD-ROM detection code.
|
file |
diff |
annotate
|
Sat, 30 Mar 2002 16:44:09 +0000 |
Ryan C. Gordon |
First shot at 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
|
Mon, 25 Mar 2002 04:02:27 +0000 |
Ryan C. Gordon |
Quick fix.
|
file |
diff |
annotate
|
Sun, 24 Mar 2002 19:47:33 +0000 |
Ryan C. Gordon |
Added typedefs and platform-specific i/o.
|
file |
diff |
annotate
|
Sun, 24 Mar 2002 06:36:48 +0000 |
Ryan C. Gordon |
Added __PHYSFS_platformInit() and __PHYSFS_platformDeinit().
|
file |
diff |
annotate
|
Tue, 05 Mar 2002 19:16:38 +0000 |
Ryan C. Gordon |
Darwin support by Patrick Stein.
|
file |
diff |
annotate
|
Tue, 05 Mar 2002 01:35:54 +0000 |
Ryan C. Gordon |
Changed timeslice implementation to use something more portable (thanks to
|
file |
diff |
annotate
|
Fri, 14 Sep 2001 22:59:53 +0000 |
Ryan C. Gordon |
Patches from David Hedbor to handle missing current working directories.
release-0.1.4
|
file |
diff |
annotate
|
Wed, 29 Aug 2001 03:31:43 +0000 |
Ryan C. Gordon |
Fixed base directory determination.
|
file |
diff |
annotate
|
Thu, 23 Aug 2001 15:39:07 +0000 |
Ryan C. Gordon |
Whoops. Forgot to declare a variable.
|
file |
diff |
annotate
|
Thu, 23 Aug 2001 15:23:21 +0000 |
Ryan C. Gordon |
Updates, corrections and enhancements to get this ported to win32.
|
file |
diff |
annotate
|
Thu, 23 Aug 2001 15:06:15 +0000 |
Ryan C. Gordon |
Fixed a potential free()ing of a NULL pointer in
|
file |
diff |
annotate
|
Tue, 07 Aug 2001 03:33:44 +0000 |
Ryan C. Gordon |
Added CD-ROM detection code.
|
file |
diff |
annotate
|
Mon, 16 Jul 2001 17:36:28 +0000 |
Ryan C. Gordon |
Architecture adjustment for enumerating files with regards to whether
|
file |
diff |
annotate
|
Mon, 16 Jul 2001 14:36:02 +0000 |
Ryan C. Gordon |
Lots of bugfixes, enhancements, and corrections due to the work on
|
file |
diff |
annotate
|
Mon, 09 Jul 2001 04:15:35 +0000 |
Ryan C. Gordon |
Added PHYSFS_fileLength(). Bleh.
|
file |
diff |
annotate
|
Sun, 08 Jul 2001 13:57:28 +0000 |
Ryan C. Gordon |
Initial debugging: dropped PhysicsFS routines into the Build engine,
|
file |
diff |
annotate
|
Sun, 08 Jul 2001 03:25:12 +0000 |
Ryan C. Gordon |
Implementation compiles and links with no actual archive support. No test
|
file |
diff |
annotate
|
Sat, 07 Jul 2001 08:24:47 +0000 |
Ryan C. Gordon |
Moved from root source dir.
|
file |
diff |
annotate
|