Mercurial
Mercurial
>
icculus
>
physfs
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-240
+240
+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.
Updated.
2002-05-25, by Ryan C. Gordon
Updated.
2002-05-25, by Ryan C. Gordon
Added getlastmodtime command.
2002-05-25, by Ryan C. Gordon
Patched to compile.
2002-05-25, by Ryan C. Gordon
More proper error reporting.
2002-05-25, by Ryan C. Gordon
Only attempt to build BeOS code on BeOS (don't even try building an empty
2002-05-25, by Ryan C. Gordon
Added PHYSFS_getLastModTime() API. (Thanks, John Hall!)
2002-05-25, by Ryan C. Gordon
Updated.
2002-05-25, by Ryan C. Gordon
Updated.
2002-05-25, by Ryan C. Gordon
Upped version to 0.1.6
2002-05-25, by Ryan C. Gordon
Updated.
2002-05-24, by Ryan C. Gordon
Initial add.
2002-05-24, by Ryan C. Gordon
BeOS support.
2002-05-24, by Ryan C. Gordon
Split some of the unix.c code out to posix.c for BeOS to use.
2002-05-24, by Ryan C. Gordon
Initial add.
2002-05-24, by Ryan C. Gordon
Corrected to fix "make dist".
2002-05-24, by Ryan C. Gordon
Updated.
2002-05-24, by Ryan C. Gordon
Updated.
2002-05-23, by Ryan C. Gordon
Updated.
2002-05-23, by Ryan C. Gordon
Updated.
2002-05-23, by Ryan C. Gordon
Updated.
2002-05-21, by Ryan C. Gordon
FIXME removal.
2002-05-21, by Ryan C. Gordon
Fixme removal.
2002-05-21, by Ryan C. Gordon
Updated.
2002-05-20, by Ryan C. Gordon
Initial add.
2002-05-20, by Ryan C. Gordon
Updated.
2002-05-16, by Ryan C. Gordon
Fixed OpenAppend to actually open for append. Used "wb+" instead of "ab".
2002-05-16, by Ryan C. Gordon
Updated.
2002-05-16, by Ryan C. Gordon
readline detection fixes by Edward Rudd.
2002-05-16, by Ryan C. Gordon
Added unzip.h, so "make dist" picks it up.
2002-05-10, by Ryan C. Gordon
--enable-debug is default.
2002-05-10, by Ryan C. Gordon
This file is now auto-generated by autoconf.
2002-05-10, by Ryan C. Gordon
Initial autoconf support.
2002-05-10, by Ryan C. Gordon
Initial add.
2002-05-10, by Ryan C. Gordon
Updated.
2002-05-09, by Ryan C. Gordon
-Fixed a lot of the file functions error handling. Many were handling
2002-05-08, by Gregory S. Read
-Added optional DISABLE_NT_SUPPORT to not compile NT specific code
2002-05-06, by Gregory S. Read
Updated.
2002-04-24, by Ryan C. Gordon
Updated win32 build info, other tweaks.
2002-04-24, by Ryan C. Gordon
Updated.
2002-04-22, by Ryan C. Gordon
Initial add.
2002-04-22, by Ryan C. Gordon
Updated.
2002-04-19, by Ryan C. Gordon
"make package" now generates .tar.gz, instead of .tar.bz2 ...
2002-04-19, by Ryan C. Gordon
Upped version to 0.1.5.
2002-04-16, by Ryan C. Gordon
Updated.
2002-04-16, by Ryan C. Gordon
Patched to stop -ansi bitching.
2002-04-16, by Ryan C. Gordon
Updated.
release-0.1.5
2002-04-13, by Ryan C. Gordon
Updated.
2002-04-13, by Ryan C. Gordon
More cleanups.
2002-04-13, by Ryan C. Gordon
Removed unused copyEnvironmentVariable function.
2002-04-12, by Ryan C. Gordon
Updated.
2002-04-12, by Ryan C. Gordon
Fixed an endline issue.
2002-04-12, by Ryan C. Gordon
Patches for correctness and cleaner win32 support.
2002-04-12, by Ryan C. Gordon
Doesn't grab mutex in __PHYSFS_setError() if PHYSFS_init() hasn't been called.
2002-04-08, by Ryan C. Gordon
Updated.
2002-04-08, by Ryan C. Gordon
Darwin patches.
2002-04-06, by Ryan C. Gordon
Updated.
2002-04-06, by Ryan C. Gordon
Updated.
2002-04-06, by Ryan C. Gordon
Darwin fixes.
2002-04-06, by Ryan C. Gordon
Added MacOS info, etc.
2002-04-06, by Ryan C. Gordon
Updated.
2002-04-06, by Ryan C. Gordon
Fixed __PHYSFS_platformRealPath(), and changed userdir behaviour. We're now feature-complete on the Mac, as far as I can tell.
2002-04-06, by Ryan C. Gordon
Updated.
2002-04-06, by Ryan C. Gordon
Now handles Finder aliases as if they were symlinks.
2002-04-06, by Ryan C. Gordon
Patched to compile on Linux/gcc.
2002-04-05, by Ryan C. Gordon
Mentioned MacOS Classic.
2002-04-05, by Ryan C. Gordon
Added physfs_byteorder.c ...
2002-04-05, by Ryan C. Gordon
Updated.
2002-04-05, by Ryan C. Gordon
Added byte ordering API.
2002-04-05, by Ryan C. Gordon
Initial add.
2002-04-05, by Ryan C. Gordon
Cleaned up byteorder-safe reading functions. Use internal Physfs stricmp.
2002-04-05, by Ryan C. Gordon
Fixed byte ordering bugs.
2002-04-05, by Ryan C. Gordon
Updated.
2002-04-05, by Ryan C. Gordon
Mostly implemented (fully implemented if you don't want aliases to work like symlinks).
2002-04-05, by Ryan C. Gordon
Added some more error string constants.
2002-04-05, by Ryan C. Gordon
Added some malloc() failure checks in CD-ROM detection code.
2002-04-05, by Ryan C. Gordon
More hacks to handle quoted arguments. Write, append, and filelength tests. Upped version to 0.1.1.
2002-04-05, by Ryan C. Gordon
Fixed isDirectory and enumarateFiles (had wrong param in PBGetCatInfoSync()).
2002-04-04, by Ryan C. Gordon
Updated.
2002-04-04, by Ryan C. Gordon
Error subsystem does basic initialization during PHYSFS_init(), now.
2002-04-04, by Ryan C. Gordon
More work. More to go.
2002-04-04, by Ryan C. Gordon
Handles quoted arguments a little bit better (needs some overhauling to do it right, though).
2002-04-04, by Ryan C. Gordon
Added Metrowerks SIOUX setup code.
2002-04-03, by Ryan C. Gordon
Approved zeph's comments, fixed a few of my screwups.
2002-04-03, by Ryan C. Gordon
Implemented platformTimeslice, platformGetCurrentDir, and platformCvtToDependent.
2002-04-03, by Ryan C. Gordon
-Added type casting that Ryan needs to approve.
2002-04-03, by Gregory S. Read
-Made type cast changes that Ryan needs to approve.
2002-04-03, by Gregory S. Read
-Implemented PHYSFS file routines
2002-04-03, by Gregory S. Read
Username is now accurately reported, which means that the default user dir works more correctly.
2002-04-02, by Ryan C. Gordon
Initial add. Not nearly complete, but enough to get through PHYSFS_init().
2002-04-02, by Ryan C. Gordon
Added warning about potential infinite recursion between setError and grabMutex.
2002-04-02, by Ryan C. Gordon
Fixed calculateUserDir() to prevent extra dir separator insertion in default case.
2002-04-02, by Ryan C. Gordon
Updated.
2002-04-02, by Ryan C. Gordon
Disable readline support when building on MacOS Classic.
2002-04-02, by Ryan C. Gordon
Initial add.
2002-04-01, by Ryan C. Gordon
Updated.
2002-04-01, by Ryan C. Gordon
Patched to compile on MacOS Classic, with CodeWarrior 6.
2002-04-01, by Ryan C. Gordon
Removed now-unnecessary errno.h include.
2002-04-01, by Ryan C. Gordon
Missed an ferror(); fixed to use platform abstraction instead.
2002-04-01, by Ryan C. Gordon
Updated comment on thread safety.
2002-03-30, by Ryan C. Gordon
Updated.
2002-03-30, by Ryan C. Gordon
First shot at thread-safety.
2002-03-30, by Ryan C. Gordon
Patched to compile.
2002-03-30, by Ryan C. Gordon
Platform abstracted i/o, other bugfixes.
2002-03-29, by Ryan C. Gordon
Updated.
2002-03-29, by Ryan C. Gordon
Added Gregory S. Read.
2002-03-25, by Ryan C. Gordon
Updated.
2002-03-25, by Ryan C. Gordon
Converted to file i/o abstraction, removed race condition.
2002-03-25, by Ryan C. Gordon
Fixed a crashbug when opening a file that doesn't exist.
2002-03-25, by Ryan C. Gordon
Abstracted file deletion, so we don't rely on C library for it anymore.
2002-03-25, by Ryan C. Gordon
Updated.
2002-03-25, by Ryan C. Gordon
Now uses platform file i/o abstraction.
2002-03-25, by Ryan C. Gordon
Fixed a const thing.
2002-03-25, by Ryan C. Gordon
Quick fix.
2002-03-25, by Ryan C. Gordon
Added typedefs and platform-specific i/o.
2002-03-24, by Ryan C. Gordon
-Added init and deinit routines per physfs_internal.h changes.
2002-03-24, by Gregory S. Read
Added __PHYSFS_platformInit() and __PHYSFS_platformDeinit().
2002-03-24, by Ryan C. Gordon
Updated.
2002-03-21, by Ryan C. Gordon
Patched to fix a namespace issue.
2002-03-21, by Ryan C. Gordon
Patched to compile.
2002-03-21, by Ryan C. Gordon
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)
-240
+240
+1000
tip