Historial de Commits

Autor SHA1 Mensaje Fecha
  Ryan C. Gordon f6790ee34e Renamed win32.c to windows.c (since it would be used for Win64, too.) hace 19 años
  Ryan C. Gordon c28540fe89 Made unix mutexes recursive. hace 20 años
  Ryan C. Gordon d840403c1c All memory management now goes through allocation hooks instead of directly to hace 21 años
  Ryan C. Gordon 389a4d826a Cleaned up some minor bloat with my new evil GOTO_*_MACRO macros. hace 21 años
  Ryan C. Gordon 9f9800928d Fixed unix.c to compile again on MacOS X. hace 21 años
  Ryan C. Gordon c2765f8571 Added callback APIs and ripped up the internals everywhere to use them. hace 21 años
  Ryan C. Gordon 01b8809162 Rewrote MacOSX/Darwin CD detection to use IOKit, for accurate results. hace 23 años
  Ryan C. Gordon 8701e4d98d Added hack for OSX bundles, from Eric Wing. hace 23 años
  Ryan C. Gordon c79285af0e Minor fix for odd PATH entries. hace 23 años
  Ryan C. Gordon 9852dec8eb Attempt to fix pthread-to-ui64 cast issue. hace 24 años
  Ryan C. Gordon 0c05876240 Whoops; the pthread-disabling condition was flipped. Fixed. hace 24 años
  Ryan C. Gordon 2b0cecee7c First step towards getting __PHYSFS_platformGetThreadID() to work universally. hace 24 años
  Ryan C. Gordon cdac19f131 Stub code for platforms without functional pthreads. hace 24 años
  Ryan C. Gordon 1ce70462bd Can now disable CD-ROM code on Unix systems at build time if need be. The hace 24 años
  Ryan C. Gordon 248b3381bf Generalized CD-ROM routine selection. hace 24 años
  Ryan C. Gordon c02838ad5e FreeBSD patches; appears to be fully functional now. hace 24 años
  Ryan C. Gordon 0b0c57d1be Removed extra #endif hace 24 años
  Ryan C. Gordon 99a03b9452 Build system corrections for BeOS and Cygwin. hace 24 años
  Ryan C. Gordon 3df9dda733 Fixed buffer overflow in CD-ROM detection code. hace 24 años
  Ryan C. Gordon 3b0f1c896f Patched to compile on Cygwin. hace 24 años
  Ryan C. Gordon a1b30e8103 Fixed incorrect free() in Darwin CD detection code. hace 24 años
  Ryan C. Gordon 2ea62ae1fb Split some of the unix.c code out to posix.c for BeOS to use. hace 24 años
  Ryan C. Gordon 769b2a5464 FIXME removal. hace 24 años
  Ryan C. Gordon a2c89d7ad2 Fixed OpenAppend to actually open for append. Used "wb+" instead of "ab". hace 24 años
  Ryan C. Gordon a2bec46a6b Initial autoconf support. hace 24 años
  Ryan C. Gordon cd7021ba43 Darwin patches. hace 24 años
  Ryan C. Gordon 566b6229c9 Darwin fixes. hace 24 años
  Ryan C. Gordon 42a386c247 Added some malloc() failure checks in CD-ROM detection code. hace 24 años
  Ryan C. Gordon 39406cbacc First shot at thread-safety. hace 24 años
  Ryan C. Gordon f6b15061c8 Abstracted file deletion, so we don't rely on C library for it anymore. hace 24 años