Mercurial
Mercurial
>
icculus
>
physfs
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-120
+120
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Updated.
2005-09-18, by Ryan C. Gordon
Don't leave internal structures temporarily modified before calling an
2005-09-18, by Ryan C. Gordon
API BREAKAGE: Changed PHYSFS_enumerateFilesCallback() to pass the originally
2005-09-18, by Ryan C. Gordon
Hopefully fixing ABI with 1.0...
2005-09-09, by Ryan C. Gordon
Subversion should ignore "docs" directory if it exists.
2005-09-09, by Ryan C. Gordon
Some tweaks to PHYSFS_Allocator.
2005-09-09, by Ryan C. Gordon
Minor MingW patches backported from dev branch.
stable-1.0
2005-09-06, by Ryan C. Gordon
Updated.
2005-09-06, by Ryan C. Gordon
Some minor (albeit incomplete) MingW fixes.
2005-09-06, by Ryan C. Gordon
Don't use size_t in physfs.h, since it relies on C runtime headers.
2005-09-06, by Ryan C. Gordon
Fixed bug in verifyPath() that was breaking PHYSFS_setSaneConfig() and other
2005-08-20, by Ryan C. Gordon
Patched to compile again on BeOS.
release-1.1.0
2005-07-25, by Ryan C. Gordon
Assert define fix.
stable-1.0
release-1.0.1
2005-07-24, by Ryan C. Gordon
Assert define fix.
2005-07-24, by Ryan C. Gordon
Updated MacOS Classic CodeWarrior project.
stable-1.0
2005-07-24, by Ryan C. Gordon
Set svn:ignore.
stable-1.0
2005-07-24, by Ryan C. Gordon
Whoops, prop typo.
2005-07-24, by Ryan C. Gordon
Updated svn:ignore.
2005-07-24, by Ryan C. Gordon
Updated MacOS 9 Codewarrior project.
2005-07-24, by Ryan C. Gordon
Updated.
2005-07-23, by Ryan C. Gordon
Fixed warning in physfs.c.
2005-07-23, by Ryan C. Gordon
Fixed compiler warning in physfs.c.
stable-1.0
2005-07-23, by Ryan C. Gordon
Updated.
2005-07-23, by Ryan C. Gordon
Allow a mount point of NULL to mean "/".
2005-07-23, by Ryan C. Gordon
Version bump for test program.
stable-1.0
2005-07-23, by Ryan C. Gordon
Version bump for test program.
2005-07-23, by Ryan C. Gordon
Added some files to the dist.
2005-07-23, by Ryan C. Gordon
Added some files to dist.
stable-1.0
2005-07-23, by Ryan C. Gordon
Removed debian directory.
2005-07-23, by Ryan C. Gordon
Removed debian directory.
stable-1.0
2005-07-23, by Ryan C. Gordon
Remove .svn dirs from release tarballs.
stable-1.0
2005-07-23, by Ryan C. Gordon
Remove .svn dirs from release tarball.
2005-07-23, by Ryan C. Gordon
Upped version to 1.1.0
2005-07-23, by Ryan C. Gordon
Fixed "make dist".
2005-07-23, by Ryan C. Gordon
Fixed "make dist".
stable-1.0
2005-07-23, by Ryan C. Gordon
Whoops, missed one.
stable-1.0
2005-07-23, by Ryan C. Gordon
Upped version to 1.0.1.
stable-1.0
2005-07-23, by Ryan C. Gordon
Moved to zlib 1.2.3 proper.
stable-1.0
2005-07-23, by Ryan C. Gordon
Moved to actual zlib 1.2.3.
2005-07-23, by Ryan C. Gordon
More minor OS/2 tweaks.
2005-07-23, by Ryan C. Gordon
From: Jorg Walter
stable-1.0
2005-07-23, by Ryan C. Gordon
From: Jorg Walter
2005-07-23, by Ryan C. Gordon
Patched to compile on OS/2 again.
2005-07-21, by Ryan C. Gordon
Removed old dir.
stable-1.0
2005-07-13, by Ryan C. Gordon
Moved to zlib122 and security fix discussed here:
stable-1.0
2005-07-13, by Ryan C. Gordon
Whoops, missed a zlib121 reference...
2005-07-13, by Ryan C. Gordon
Patched zlib security hole discussed here:
2005-07-13, by Ryan C. Gordon
Updated zlib to 1.2.2.
2005-07-13, by Ryan C. Gordon
Backport from devbranch: mingw support.
stable-1.0
2005-06-13, by Ryan C. Gordon
Added mingw support to the build process (thanks, Matze!).
2005-06-13, by Ryan C. Gordon
Updated.
2005-03-16, by Ryan C. Gordon
Updated.
2005-03-16, by Ryan C. Gordon
MacOS Classic fixes, MPW support, and removal of SITX for SIT (no SITX support
stable-1.0
2005-03-16, by Ryan C. Gordon
Changed CWProjects from SITX to SIT format, so OS9 users can unpack it.
2005-03-16, by Ryan C. Gordon
Updated.
2005-03-16, by Ryan C. Gordon
Ehh...I lied. Reverting change.
2005-03-16, by Ryan C. Gordon
Whoops, this goes here.
2005-03-16, by Ryan C. Gordon
More translation patches.
2005-03-16, by Ryan C. Gordon
Fixed untranslated string (thanks, Danny!)
stable-1.0
2005-03-16, by Ryan C. Gordon
Spanish and Brazillian Portuguese translations.
stable-1.0
2005-03-16, by Ryan C. Gordon
Updated.
2005-03-16, by Ryan C. Gordon
MacOS Classic fixes and MPW support (thanks, Chris!).
2005-03-16, by Ryan C. Gordon
Added translation for WAD file type.
2005-03-16, by Ryan C. Gordon
Updated.
2005-03-16, by Ryan C. Gordon
Builds on Mac Classic again.
2005-03-14, by Ryan C. Gordon
All memory management now goes through allocation hooks instead of directly to
2005-03-14, by Ryan C. Gordon
Updated.
2005-03-14, by Ryan C. Gordon
Commented out a printf() and cleaned up some mallocs.
2005-03-14, by Ryan C. Gordon
Fixed an error string.
2005-03-14, by Ryan C. Gordon
More mountpoint work and other cleanups.
2005-03-14, by Ryan C. Gordon
Added more entry points.
2005-03-14, by Ryan C. Gordon
Cleaned up some mallocs.
2005-03-13, by Ryan C. Gordon
If rejecting an archive for not matching a mount point, set an error state,
2005-03-13, by Ryan C. Gordon
Split off sanitizePlatformIndependentPath() from verifySecurity(), which makes
2005-03-13, by Ryan C. Gordon
Updated.
2005-03-13, by Ryan C. Gordon
Some mount functionality stuff.
2005-03-13, by Ryan C. Gordon
Updated.
2005-03-13, by Ryan C. Gordon
First chunk of PHYSFS_mount() implementation. Incomplete!
2005-03-13, by Ryan C. Gordon
Cleaned up some minor bloat with my new evil GOTO_*_MACRO macros.
2005-03-13, by Ryan C. Gordon
Fixed unix.c to compile again on MacOS X.
2005-03-13, by Ryan C. Gordon
Added evil GOTO_*_MACRO_* macros.
2005-03-13, by Ryan C. Gordon
Minor comment fix (stable branch backport)
stable-1.0
2005-02-15, by Ryan C. Gordon
Updated.
2005-02-15, by Ryan C. Gordon
Fixed incorrect comment.
2005-02-15, by Ryan C. Gordon
2.0.0 backport: Fixed HOG archiver sorting/lookups (thanks Chris!)
stable-1.0
2005-01-05, by Ryan C. Gordon
Fixed filename sorting, to fix lookups that shouldn't fail (thanks, Chris!).
2005-01-05, by Ryan C. Gordon
Fixed some documentation/header comment typos (thanks, Gaetan!)
stable-1.0
2004-12-16, by Ryan C. Gordon
Fixed some documentation/header comment typos (thanks, Gaetan!)
2004-12-16, by Ryan C. Gordon
Fixed infinite loop in enum code (thanks, Adam!)
2004-10-31, by Ryan C. Gordon
CFLAGS fix backported from devbranch.
stable-1.0
2004-10-30, by Ryan C. Gordon
CFLAGS is used after PHYSFSCFLAGS, so you can override optimization flags, etc.
2004-10-30, by Ryan C. Gordon
Removed .cvsignore files
stable-1.0
2004-10-30, by Ryan C. Gordon
strcpy/strcat fix, backported from devbranch.
stable-1.0
2004-10-30, by Ryan C. Gordon
Fixed a strcpy bug.
2004-10-30, by Ryan C. Gordon
Removed profiling code.
2004-10-07, by Ryan C. Gordon
Updated.
2004-10-01, by Ryan C. Gordon
Updated.
2004-10-01, by Ryan C. Gordon
Removed LinkedStringList and related code.
2004-09-29, by Ryan C. Gordon
Removed all the forward declaration cruft from the archivers.
2004-09-29, by Ryan C. Gordon
Added callback APIs and ripped up the internals everywhere to use them.
2004-09-29, by Ryan C. Gordon
Updated.
2004-09-29, by Ryan C. Gordon
PHYSFS_file is now PHYSFS_File to match 2.0 API (but has a typedef for
stable-1.0
2004-09-26, by Ryan C. Gordon
Changed PHYSFS_file to PHYSFS_File to match rest of API's naming
2004-09-26, by Ryan C. Gordon
Updated.
2004-09-26, by Ryan C. Gordon
Updated.
2004-09-26, by Ryan C. Gordon
Changed vars named "FileHandle" to "Handle" to not cause confusion with
2004-09-26, by Ryan C. Gordon
Did the same thing to FileHandles than I did to DirHandles, but this
2004-09-26, by Ryan C. Gordon
Updated.
2004-09-26, by Ryan C. Gordon
Cleaned up archiver interface to not deal with DirHandles anymore,
2004-09-26, by Ryan C. Gordon
Updated.
2004-09-26, by Ryan C. Gordon
Minor allocation hook corrections.
2004-09-23, by Ryan C. Gordon
Updated.
2004-09-23, by Ryan C. Gordon
Initial structure for replacable allocator work.
2004-09-23, by Ryan C. Gordon
Updated with current 2.0 wishlist.
2004-09-23, by Ryan C. Gordon
Updated.
2004-09-23, by Ryan C. Gordon
Readded Spanish translation:
2004-09-23, by Ryan C. Gordon
Removed more .cvsignore files from Subversion repository.
2004-09-23, by Ryan C. Gordon
Removed from Subversion.
2004-09-23, by Ryan C. Gordon
Updated.
stable-1.0
2004-09-21, by Ryan C. Gordon
Backported buffered seeking fix from dev branch.
stable-1.0
2004-09-21, by Ryan C. Gordon
less
more
|
(0)
-120
+120
tip