Mercurial
Mercurial
>
icculus
>
physfs
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-1000
-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.
Fixed mounting a symlink to a real directory.
stable-3.0
2017-10-26, by Ryan C. Gordon
Fixed some infinite loops that a maliciously-crafted .iso can trigger.
stable-3.0
2017-10-23, by Ryan C. Gordon
Don't allow NULL filenames to be mounted.
stable-3.0
2017-10-23, by Ryan C. Gordon
Fixed crash when duplicating PHYSFS_Io for zipfiles.
stable-3.0
2017-10-23, by Ryan C. Gordon
Fixed mounting a symlink to a real directory.
2017-10-26, by Ryan C. Gordon
Fixed some infinite loops that a maliciously-crafted .iso can trigger.
2017-10-23, by Ryan C. Gordon
Don't allow NULL filenames to be mounted.
2017-10-23, by Ryan C. Gordon
Fixed crash when duplicating PHYSFS_Io for zipfiles.
2017-10-23, by Ryan C. Gordon
Added some notes on API documentation.
stable-3.0
2017-09-27, by Ryan C. Gordon
Added some notes on API documentation.
2017-09-27, by Ryan C. Gordon
Tagging 3.0.0 release
2017-09-27, by Ryan C. Gordon
Bumped version to 3.0.0!
release-3.0.0
2017-09-27, by Ryan C. Gordon
Added Rémi Verschelde to the credits.
2017-09-27, by Ryan C. Gordon
CMake: Honor LIB_SUFFIX for pkgconfig install path
2017-09-27, by Rémi Verschelde
Added SLB to list of supported archives.
2017-09-27, by Ryan C. Gordon
Fixed doxygen comment.
2017-09-27, by Ryan C. Gordon
Tagging 2.1.1 release
2017-09-27, by Ryan C. Gordon
Added Tobias Markus to CREDITS.txt.
2017-09-25, by Ryan C. Gordon
cmake: mark readline include directories as SYSTEM (thanks, Tobias!).
2017-09-25, by Ryan C. Gordon
Fixed seeking within read buffers.
2017-09-25, by Ryan C. Gordon
Simplified doBufferedRead().
2017-09-25, by Ryan C. Gordon
Fixed PHYSFS_flush().
2017-09-25, by Ryan C. Gordon
OS/2: Patched to compile.
2017-09-15, by Ryan C. Gordon
OS/2: Deal with UTF-8 -> codepage conversion on older OS/2 installs.
2017-09-15, by Ryan C. Gordon
OS/2: don't report failures on Unicode conversion on older OS/2 installs.
2017-09-14, by Ryan C. Gordon
vdf: Don't add directories; UNPK_addEntry()/DirTree will fill in parents.
2017-09-03, by Francesco Bertolaccini
Allow physfs.pc generation on mingw-w64 and osx homebrew/etc,
2017-07-16, by Marty Plummer
Made PHYSFS_caseFold() a public API.
2017-08-20, by Ryan C. Gordon
Added some warnings to the docs about converting bad Unicode strings.
2017-08-20, by Ryan C. Gordon
unicode: Added UTF-16 and UCS-4 stricmp functions.
2017-08-20, by Ryan C. Gordon
OS/2: Fixed NULL pointer dereference.
2017-08-20, by Ryan C. Gordon
Clarified some documentation.
2017-08-20, by Ryan C. Gordon
Updated PHYSFS_Archiver with PHYSFS_EnumerateCallbackResult change.
2017-08-19, by Ryan C. Gordon
Make PHYSFS_EnumerateCallback return an enum instead of an int.
2017-08-19, by Ryan C. Gordon
windows: Disable _CRT_SECURE_NO_WARNINGS again.
2017-08-16, by Ryan C. Gordon
Cleaned up some header inclusion politics.
2017-08-16, by Ryan C. Gordon
qnx: Added more proper support for QNX.
2017-08-16, by Ryan C. Gordon
Bump version to 2.1.1, since we've been at 2.1.0 for 8.5 years. :)
release-2.1.1
2017-08-15, by Ryan C. Gordon
physfshttpd: serve up directory listings, a few other cleanups.
2017-08-14, by Ryan C. Gordon
physfshttpd: removed deprecated PHYSFS_getLastError() calls.
2017-08-14, by Ryan C. Gordon
Fixed one more Visual Studio compiler warning.
2017-08-14, by Ryan C. Gordon
Whoops, patched to compile.
2017-08-14, by Ryan C. Gordon
Fixed some compiler warnings on Visual Studio.
2017-08-14, by Ryan C. Gordon
Fixed some warnings that Xcode brought up.
2017-08-14, by Ryan C. Gordon
Updated TODO.txt
2017-08-14, by Ryan C. Gordon
zip: add some zip_resolve() calls, deal with DirTree-inserted parent dirs.
2017-08-14, by Ryan C. Gordon
This appears to have been fixed at some point.
2017-08-14, by Ryan C. Gordon
Don't fail enumeration if a directory isn't available in a given archive.
2017-08-14, by Ryan C. Gordon
Little tweaks to __PHYSFS_initSmallAlloc().
2017-08-14, by Ryan C. Gordon
Fix symlink filtering for enumeration under a virtual mount point.
2017-08-14, by Ryan C. Gordon
Make PHYSFS_exists() work with mounts from PHYSFS_mountIo(io, NULL, ...)
2017-08-14, by Ryan C. Gordon
Don't set readonly if PHYSFS_stat()'ing something not in the write dir.
2017-08-14, by Ryan C. Gordon
Turns out we were doing this for a (maybe not good, but reasonable) reason.
2017-08-14, by Ryan C. Gordon
Archivers can now specify whether an archive definitely was intended for them.
2017-08-14, by Ryan C. Gordon
Reduced some FIXME-3.0 tags to normal FIXME. They can wait.
2017-08-14, by Ryan C. Gordon
Sanity check archivers that should only have low-ASCII filename.
2017-08-14, by Ryan C. Gordon
Filled in more documentation.
2017-08-14, by Ryan C. Gordon
7z: do global initialization once without risking a race condition.
2017-08-13, by Ryan C. Gordon
PHYSFS_setSaneConfig uses enum callbacks now.
2017-08-13, by Ryan C. Gordon
Improved some documentation.
2017-08-13, by Ryan C. Gordon
Patched to compile on various platforms and compilers.
2017-08-12, by Ryan C. Gordon
Don't mark the PHYSFS_EnumFilesCallback _typedef_ as deprecated.
2017-08-12, by Ryan C. Gordon
Updated docs to use PHYSFS_getLastErrorCode() instead of PHYSFS_getLastError().
2017-08-12, by Ryan C. Gordon
FIXME removal: document enumerateFiles() sorting promises.
2017-08-12, by Ryan C. Gordon
Added some FIXMEs and deprecated PHYSFS_getLastError().
2017-08-12, by Ryan C. Gordon
Reworked enumeration to be more powerful.
2017-08-12, by Ryan C. Gordon
Removed __PHYSFS_stricmpASCII functions.
2017-08-11, by Ryan C. Gordon
Made physfs_lzmasdk.h's include-once blockers match other files' formatting.
2017-08-11, by Ryan C. Gordon
ignorecase.c: use PHYSFS_utf8stricmp() now.
2017-08-11, by Ryan C. Gordon
utf8: big improvements to case-insensitive UTF-8 string compare.
2017-08-11, by Ryan C. Gordon
FIXME removal: this code is fine, I guess.
2017-08-10, by Ryan C. Gordon
haiku: CD-ROM detection should report any mounted volume on a B_CD device.
2017-08-10, by Ryan C. Gordon
FIXME removal: it's okay for the PHYSFS_Io to be NULL here.
2017-08-08, by Ryan C. Gordon
apple: Patched to compile on XCode versions < 7.
2017-08-08, by Ryan C. Gordon
windows: minor cleanup.
2017-08-08, by Ryan C. Gordon
apple: Start using some Cocoa APIs, clean up a few related things.
2017-08-08, by Ryan C. Gordon
Rename physfs_platform_macos.c to physfs_platform_apple.m
2017-08-08, by Ryan C. Gordon
cmake: Pacify warning about Policy CMP0042 not being set.
2017-08-08, by Ryan C. Gordon
Fixed compiler warnings on GCC.
2017-08-06, by Ryan C. Gordon
Fixed compiler warnings on Visual Studio.
2017-08-06, by Ryan C. Gordon
Marked a bunch of things as "FIXME-3.0" that I want resolved before 3.0 ships.
2017-08-06, by Ryan C. Gordon
Removed some FIXMEs that aren't valid.
2017-08-06, by Ryan C. Gordon
windows: Patched to compile! (...?)
2017-08-06, by Ryan C. Gordon
windows: (maybe) patched to compile on Visual Studio.
2017-08-06, by Ryan C. Gordon
PHYSFS_File buffering now uses size_t.
2017-08-06, by Ryan C. Gordon
windows: PHYSFS_FILETYPE_OTHER files now report real filesize in PHYSFS_stat().
2017-08-06, by Ryan C. Gordon
Add basic atomic operations for refcounting, etc.
2017-08-06, by Ryan C. Gordon
physfshttpd: deal with write errors on the socket.
2017-08-06, by Ryan C. Gordon
__PHYSFS_platformDeinit() should return void.
2017-08-06, by Ryan C. Gordon
windows: Removed (what I think is) a copy/paste error.
2017-08-05, by Ryan C. Gordon
windows: Use a real synchronization primitive for CD detection thread init.
2017-08-05, by Ryan C. Gordon
More FIXME cleanups.
2017-08-04, by Ryan C. Gordon
Make compile-time asserts more readable.
2017-08-04, by Ryan C. Gordon
FIXME removal: This is an appropriate error code already.
2017-08-04, by Ryan C. Gordon
Removed FIXME: this was already fixed at some point.
2017-08-04, by Ryan C. Gordon
os/2: Patched to compile (?).
2017-08-02, by Ryan C. Gordon
os/2: attempt to get cpuid support on OpenWatcom builds.
2017-08-02, by Ryan C. Gordon
windows: Patched to compile.
2017-08-02, by Ryan C. Gordon
windows: Just pass HANDLEs around instead of wrapping in a struct.
2017-08-02, by Ryan C. Gordon
windows: Fixed logic bug.
2017-08-02, by Ryan C. Gordon
windows: better test for WinRT vs win32 (...I think...?)
2017-08-02, by Ryan C. Gordon
Updated Unicode case folding support to something 10 years newer. :)
2017-07-31, by Ryan C. Gordon
Fixed compiler warning.
2017-07-26, by Ryan C. Gordon
WinRT: Disable harmless (in our case) linker warning.
2017-07-26, by Ryan C. Gordon
Added an assert for a FIXME that is now handled elsewhere.
2017-07-25, by Ryan C. Gordon
Fixed building for WinRT via CMake.
2017-07-25, by Ryan C. Gordon
Serious cleanup and update of Windows RT support.
2017-07-24, by Ryan C. Gordon
Minor cleanup.
2017-07-24, by Ryan C. Gordon
Some minor preprocessor nitpicks.
2017-07-24, by Ryan C. Gordon
unix: getmntinfo() should proabably be set to MNT_NOWAIT to avoid blocking.
2017-07-22, by Ryan C. Gordon
Minor QNX fix; don't warn about CD-ROM support (for now).
2017-07-22, by Ryan C. Gordon
Apple refers to "Mac OS X" as "macOS" now.
2017-07-22, by Ryan C. Gordon
Rename __PHYSFS_Archiver_SZIP to __PHYSFS_Archiver_7Z.
2017-07-22, by Ryan C. Gordon
Minor documentation updates.
2017-07-22, by Ryan C. Gordon
A couple of fixes for physfshttpd.c.
2017-07-22, by Ryan C. Gordon
Fixed a comment about SDL licensing.
2017-07-22, by Ryan C. Gordon
Removed SWIG bindings.
2017-07-22, by Ryan C. Gordon
Update filename comments.
2017-07-22, by Ryan C. Gordon
Renamed all the sources to start with "physfs_"
2017-07-22, by Ryan C. Gordon
Add platform_os2.c to the CMake file.
2017-07-22, by Ryan C. Gordon
less
more
|
(0)
-1000
-120
tip