Mercurial
Mercurial
>
icculus
>
physfs
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-120
+120
+1000
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.
const correctness fixes.
2002-03-16, by Ryan C. Gordon
Link fixes.
2002-03-16, by Ryan C. Gordon
Updated.
2002-03-16, by Ryan C. Gordon
Initial add.
2002-03-16, by Ryan C. Gordon
Reports trouble setting the write dir in PHYSFS_setSaneConfig().
2002-03-15, by Ryan C. Gordon
Updated.
2002-03-15, by Ryan C. Gordon
Updated.
2002-03-05, by Ryan C. Gordon
Minor logic fix.
2002-03-05, by Ryan C. Gordon
Updated.
2002-03-05, by Ryan C. Gordon
Darwin support by Patrick Stein.
2002-03-05, by Ryan C. Gordon
Updated.
2002-03-05, by Ryan C. Gordon
Changed timeslice implementation to use something more portable (thanks to
2002-03-05, by Ryan C. Gordon
Updated.
2001-11-14, by Ryan C. Gordon
Took out a redundant memory failure check.
2001-11-14, by Ryan C. Gordon
Updated.
2001-10-09, by Ryan C. Gordon
Changes to user dir.
2001-10-09, by Ryan C. Gordon
The DirHandle->funcs pointer wasn't getting set?!
2001-10-09, by Ryan C. Gordon
Updated.
2001-10-09, by Ryan C. Gordon
Added "cat" command.
2001-10-09, by Ryan C. Gordon
Put a FIXME in place.
2001-10-09, by Ryan C. Gordon
Fixed some syntax issues.
2001-10-09, by Ryan C. Gordon
Updated.
2001-09-26, by Ryan C. Gordon
Make sure that the writing functions get used when a write mode is
2001-09-26, by Ryan C. Gordon
PHYSFS_setSaneConfig() fixes: set write dir correctly, and put it at start
2001-09-26, by Ryan C. Gordon
Updated.
2001-09-26, by Ryan C. Gordon
Changed PHYSFS_setSaneConfig()'s behaviour. API BREAKAGE.
2001-09-26, by Ryan C. Gordon
Patches from David Hedbor to handle missing current working directories.
release-0.1.4
2001-09-14, by Ryan C. Gordon
Updated version from 0.1.3 to 0.1.4.
2001-09-14, by Ryan C. Gordon
Updated.
2001-09-14, by Ryan C. Gordon
Initial add.
2001-09-14, by Ryan C. Gordon
make install deletes previous versions of the library.
2001-09-14, by Ryan C. Gordon
Changed author credits to wrap email addresses in "<>" and not "()" chars.
2001-09-14, by Ryan C. Gordon
Updated.
2001-09-02, by Ryan C. Gordon
Patched to compile with an ancient version of CodeWarrior.
2001-09-02, by Ryan C. Gordon
Updated.
2001-09-02, by Ryan C. Gordon
Updated again.
2001-09-02, by Ryan C. Gordon
Updated.
2001-09-02, by Ryan C. Gordon
Updated win32 build instructions.
2001-09-02, by Ryan C. Gordon
Moved to separate download.
2001-09-01, by Ryan C. Gordon
Rewrote __PHYSFS_platformRealPath() to be Cygwin AND Visual C friendly. I hope.
2001-09-01, by Ryan C. Gordon
A little more Cygwin-friendly.
2001-09-01, by Ryan C. Gordon
Updated.
2001-08-29, by Ryan C. Gordon
Updated.
2001-08-29, by Ryan C. Gordon
Attempts to calculate basedir with GetModuleFileName() first, and made a
2001-08-29, by Ryan C. Gordon
Updated.
release-0.1.3
2001-08-29, by Ryan C. Gordon
Fixed link command line so that test_physfs links with libphysfs.so correctly.
2001-08-29, by Ryan C. Gordon
Upped version to 0.1.3.
2001-08-29, by Ryan C. Gordon
Fixed base directory determination.
2001-08-29, by Ryan C. Gordon
Updated.
2001-08-29, by Ryan C. Gordon
Initial add.
2001-08-29, by Ryan C. Gordon
__PHYSFS_platformGetUserDir() checks some win32 standard environment variables,
2001-08-29, by Ryan C. Gordon
Initial add. Unzip in root of source directory and point Visual C at the
release-0.1.2
2001-08-23, by Ryan C. Gordon
Compiles and runs on Visual C. What an uphill climb THAT was.
2001-08-23, by Ryan C. Gordon
Updated.
2001-08-23, by Ryan C. Gordon
Made dependency on readline optional.
2001-08-23, by Ryan C. Gordon
More win32 updates.
2001-08-23, by Ryan C. Gordon
Whoops. Forgot to declare a variable.
2001-08-23, by Ryan C. Gordon
Updates, corrections and enhancements to get this ported to win32.
2001-08-23, by Ryan C. Gordon
Initial add; NOT complete.
2001-08-23, by Ryan C. Gordon
Fixed a potential free()ing of a NULL pointer in
2001-08-23, by Ryan C. Gordon
Removed #include <unistd.h>, since it isn't needed in this file, and
2001-08-23, by Ryan C. Gordon
Updated.
release-0.1.1
2001-08-07, by Ryan C. Gordon
Changed version to 0.1.1.
2001-08-07, by Ryan C. Gordon
Added CD-ROM detection code.
2001-08-07, by Ryan C. Gordon
Updated.
2001-08-07, by Ryan C. Gordon
Changed URL to physfs homepage.
release-0.1.0
2001-08-07, by Ryan C. Gordon
Added appropriate make install target.
2001-08-07, by Ryan C. Gordon
Added.
2001-08-01, by Ryan C. Gordon
Versioning stuff, install rule added.
2001-08-01, by Ryan C. Gordon
Safety memset when creating error information for a new thread.
2001-08-01, by Ryan C. Gordon
Improved "make package".
2001-07-28, by Ryan C. Gordon
Avoids unzLocateFile(), since we already did all the searching ourselves.
2001-07-28, by Ryan C. Gordon
Initial add.
2001-07-28, by Ryan C. Gordon
ZIP entries are now cached at openArchive time, which cleans up the race
2001-07-28, by Ryan C. Gordon
Enough fixes to get the Build engine working with ZIP files instead of
2001-07-23, by Ryan C. Gordon
Cleaned up PHYSFS_openRead() a little. PHYSFS_addToSearchPath() now
2001-07-23, by Ryan C. Gordon
Added individual file i/o code. Untested.
2001-07-23, by Ryan C. Gordon
Added ERR_COMPRESSION
2001-07-23, by Ryan C. Gordon
Explicit check for negative positions in PHYSFS_seek().
2001-07-23, by Ryan C. Gordon
Initial add.
2001-07-23, by Ryan C. Gordon
Now with all directory functions implemented (and debugged?). No file
2001-07-23, by Ryan C. Gordon
New error message.
2001-07-23, by Ryan C. Gordon
Non-existant archives/directories report a more correct error, and a call
2001-07-23, by Ryan C. Gordon
ZIP file support.
2001-07-23, by Ryan C. Gordon
Added more API calls, always uses a history file, now.
2001-07-16, by Ryan C. Gordon
Architecture adjustment for enumerating files with regards to whether
2001-07-16, by Ryan C. Gordon
Much more complete. Still more to go.
2001-07-16, by Ryan C. Gordon
Lots of bugfixes, enhancements, and corrections due to the work on
2001-07-16, by Ryan C. Gordon
More work; command parsing via readline.
2001-07-16, by Ryan C. Gordon
Updated archiver info to format I think is best for text.
2001-07-16, by Ryan C. Gordon
Added readline library to test program.
2001-07-16, by Ryan C. Gordon
Initial add. Does VERY little right now.
2001-07-15, by Ryan C. Gordon
Added test binary.
2001-07-15, by Ryan C. Gordon
Fixed bug in PHYSFS_VERSION macro.
2001-07-15, by Ryan C. Gordon
Initial work on ZIPfile support. Not complete. Not very pleased with this
2001-07-15, by Ryan C. Gordon
Fixed GRP_enumerateFiles() so that it will only list files in the root of
2001-07-15, by Ryan C. Gordon
"I/O error" error string, and updated comment.
2001-07-15, by Ryan C. Gordon
Added more fields to the ArchiveInfo struct: author and url.
2001-07-09, by Ryan C. Gordon
Added PHYSFS_fileLength(). Bleh.
2001-07-09, by Ryan C. Gordon
Rewrote the file closing routines to not be so gay. Cleaned up the opening
2001-07-09, by Ryan C. Gordon
Logic fixes; seems to work rather well with KenBuild, now.
2001-07-09, by Ryan C. Gordon
Bugfix for infinite loop/touching free()'d memory during PHYSFS_deinit().
2001-07-09, by Ryan C. Gordon
Initial add. Implemented, buggy, but not crashing.
2001-07-09, by Ryan C. Gordon
Initial debugging: dropped PhysicsFS routines into the Build engine,
2001-07-08, by Ryan C. Gordon
More tweaks; GRP completely implemented. Everything builds clean.
2001-07-08, by Ryan C. Gordon
Archive implementation (Build Groupfiles), other tweaks.
2001-07-08, by Ryan C. Gordon
Implementation compiles and links with no actual archive support. No test
2001-07-08, by Ryan C. Gordon
Base implementation is now complete. Now to fill in archive/platform drivers.
2001-07-07, by Ryan C. Gordon
Changes for subdirs.
2001-07-07, by Ryan C. Gordon
Moved from root source dir.
2001-07-07, by Ryan C. Gordon
Moved to subdir
2001-07-07, by Ryan C. Gordon
Tons of updates. Mostly implemented. Mostly compiling.
2001-07-07, by Ryan C. Gordon
Updated to latest driver spec.
2001-07-07, by Ryan C. Gordon
fixed typo
2001-07-07, by Ryan C. Gordon
Redesign of enumerateFiles code. More efficient and clean, less memory
2001-07-06, by Ryan C. Gordon
Progress toward complete implementation continues...
2001-07-06, by Ryan C. Gordon
Added stricmp stuff and included physfs_internal.h ...
2001-07-06, by Ryan C. Gordon
Initial add. Ways to go.
2001-07-06, by Ryan C. Gordon
Typo fixes, clarifications, and corrections.
2001-07-06, by Ryan C. Gordon
More work. Getting better.
2001-07-06, by Ryan C. Gordon
less
more
|
(0)
-120
+120
+1000
tip