Mercurial
Mercurial
>
icculus
>
physfs
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-1000
-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.
Minor code cleanups: whitespace fixes, 80-column overflows, wrong comments.
2017-07-22, by Ryan C. Gordon
vdf: Migrated to new, improved unpacked archiver infrastructure.
2017-07-22, by Ryan C. Gordon
Added some TODOs to the ISO9660 code.
2017-07-22, by Ryan C. Gordon
Some improvements to INSTALL.txt.
2017-07-21, by Ryan C. Gordon
Fixed compiler warnings.
2017-07-21, by Ryan C. Gordon
Removed unused variable.
2017-07-21, by Ryan C. Gordon
unpacked: let archivers specify create and modified times, hook up to iso9660.
2017-07-21, by Ryan C. Gordon
unpacked: let archivers "abandon" the archive instead of closing it.
2017-07-21, by Ryan C. Gordon
iso9660: rewritten and simplified.
2017-07-21, by Ryan C. Gordon
unpacked: Don't list a position or length for directory entries.
2017-07-21, by Ryan C. Gordon
DirTrees and unpacked archives shouldn't demand a count of entries for init.
2017-07-21, by Ryan C. Gordon
slb: be more aggressive about rejecting non-SLB files.
2017-07-20, by Ryan C. Gordon
Attempt to fix compilation against the latest Windows SDK.
2017-07-18, by Ryan C. Gordon
It's not messy to compile NOW. :)
2017-07-17, by Ryan C. Gordon
Removed C++ single-line comments from LZMA SDK.
2017-07-17, by Ryan C. Gordon
Disable unaligned reads in LZMA SDK; it upsets GCC's strict-aliasing rules.
2017-07-17, by Ryan C. Gordon
Fixed another compiler warning.
2017-07-17, by Ryan C. Gordon
More unused LZMA SDK code.
2017-07-17, by Ryan C. Gordon
Fixed compiler warning.
2017-07-17, by Ryan C. Gordon
Another LZMA SDK trim.
2017-07-17, by Ryan C. Gordon
Fixed 64-bit ints in LZMA SDK on Watcom C.
2017-07-17, by Ryan C. Gordon
Workaround strict-aliasing warnings on some versions of GCC.
2017-07-17, by Ryan C. Gordon
Still more LZMA SDK trimming.
2017-07-17, by Ryan C. Gordon
Fixed Visual Studio compiler warning.
2017-07-17, by Ryan C. Gordon
Patched to compile on Visual Studio.
2017-07-17, by Ryan C. Gordon
Patched to compile on OpenWatcom.
2017-07-17, by Ryan C. Gordon
Chopped more unused pieces out of the LZMA SDK.
2017-07-17, by Ryan C. Gordon
Chopped out some unused code from the LZMA SDK.
2017-07-17, by Ryan C. Gordon
Static analysis fix.
2017-07-17, by Ryan C. Gordon
Removed unused variables.
2017-07-17, by Ryan C. Gordon
Static analysis fix (maybe?).
2017-07-17, by Ryan C. Gordon
Removed unused variable.
2017-07-17, by Ryan C. Gordon
Static analysis fix.
2017-07-17, by Ryan C. Gordon
Whoops, forgot to add the file. :)
2017-07-17, by Ryan C. Gordon
Removed warning in LICENSE.txt about PhysicsFS 0.1.9 being LGPL code.
2017-07-17, by Ryan C. Gordon
LZMA SDK is now public domain, remove the LGPL warning in LICENSE.txt.
2017-07-17, by Ryan C. Gordon
Removed ancient LZMA SDK.
2017-07-17, by Ryan C. Gordon
Rewrote the 7zip archiver.
2017-07-17, by Ryan C. Gordon
zip: fail with correct error code if opening a directory.
2017-07-17, by Ryan C. Gordon
Corrected reported value for unknown PHYSFS_stat() access times.
2017-07-17, by Ryan C. Gordon
test_physfs: added a "cat2" command to read from two open file handles at once.
2017-07-17, by Ryan C. Gordon
Reworked the "unpacked" archivers to use DirTree.
2017-07-16, by Ryan C. Gordon
Moved ZIP tree management up to a higher level, to be reused elsewhere.
2017-07-15, by Ryan C. Gordon
Fixed some comments.
2017-07-16, by Ryan C. Gordon
Reenable QPAK support by default.
2017-07-16, by Ryan C. Gordon
Removed SWIG ifdefs in physfs.h
2017-07-16, by Ryan C. Gordon
Fixed more Visual Studio compiler warnings.
2017-07-13, by Ryan C. Gordon
Fixed some compiler warnings with Visual Studio.
2017-07-13, by Ryan C. Gordon
Fixed compiler warnings on Visual Studio about const qualifiers.
2017-07-12, by Ryan C. Gordon
Turn off MSVC anti-portability propaganda in test program.
2017-07-12, by Ryan C. Gordon
Removed leftover test scripts from removed SWIG bindings.
2017-07-12, by Ryan C. Gordon
Move headers around to get those MSVC anti-portability nags to go away.
2017-07-12, by Ryan C. Gordon
unix: OS-specific paths should also chop filename off base path.
2017-07-12, by Ryan C. Gordon
Debian/kFreeBSD should use the FreeBSD-specific codepaths, not generic Unix.
2017-07-12, by Ryan C. Gordon
Fix lzma option in CMakeLists.txt
2017-07-12, by Ryan C. Gordon
Cleaned up what symbols are exported from the library.
2017-07-12, by Ryan C. Gordon
Cygwin has mntent.h, and no need to check for CMake tests now.
2017-07-12, by Ryan C. Gordon
Maybe macOS needs -fno-common ...?
2017-07-12, by Ryan C. Gordon
unix: Don't #error if no CD-ROM support, because we already give a #warning.
2017-07-12, by Ryan C. Gordon
Remove -pthread argument.
2017-07-12, by Ryan C. Gordon
Updated INSTALL.txt to more closely reflect reality.
2017-07-12, by Ryan C. Gordon
Removed BeOS support (Haiku still supported, though!).
2017-07-12, by Ryan C. Gordon
Removed __PHYSFS_platformSetDefaultAllocator(); nothing uses it now.
2017-07-11, by Ryan C. Gordon
mac: Removed Carbon header include and custom allocator (just use malloc).
2017-07-11, by Ryan C. Gordon
Simplify CMakeLists.txt, etc.
2017-07-11, by Ryan C. Gordon
vdf: make private functions static.
2017-07-11, by Ryan C. Gordon
The archiver options in the CMake file should disable, not enable.
2017-07-11, by Ryan C. Gordon
macOS only needs to link against CoreFoundation, not Carbon.
2017-07-11, by Ryan C. Gordon
Don't rename the static library on Windows.
2017-07-10, by Ryan C. Gordon
Added some option information to the CMake output.
2017-07-10, by Ryan C. Gordon
Fixed building on MingW.
2017-07-10, by Ryan C. Gordon
Patched to compile on BeOS/Haiku.
2017-07-09, by Ryan C. Gordon
Checking if this #pragma pack works better on gcc 2.95.
2017-07-09, by Ryan C. Gordon
Fixed some DOS newlines.
2017-07-09, by Ryan C. Gordon
Maybe fix compiler warnings on Cygwin.
2017-07-09, by Ryan C. Gordon
Patched to compile on Visual Studio.
2017-07-09, by Ryan C. Gordon
Workaround snprintf() deficiencies on Visual Studio.
2017-07-09, by Ryan C. Gordon
Fixed compiler warnings on FreeBSD.
2017-07-09, by Ryan C. Gordon
Don't try to build CD-ROM support on Emscripten.
2017-07-09, by Ryan C. Gordon
Fix some buildbot warnings about jobserver mode if $MAKE had a -j2, etc.
2017-07-09, by Ryan C. Gordon
Replaced sprintf() calls with snprintf().
2017-07-09, by Ryan C. Gordon
Pacify compiler warning.
2017-07-09, by Ryan C. Gordon
Updated TODO: zip64 support has been in for awhile now.
2017-07-09, by Ryan C. Gordon
Patched to compile on Windows.
2017-07-09, by Ryan C. Gordon
windows: (re)added support for symbolic links.
2017-07-09, by Ryan C. Gordon
Added buildbot-raspberrypi.sh and fixed some other buildbot script things.
2017-07-08, by Ryan C. Gordon
Added buildbot-emscripten.sh, fixed up some minor things in buildbot-os2.sh.
2017-07-08, by Ryan C. Gordon
buildbot-os2: zip to subdir to avoid tarbombing.
2017-07-08, by Ryan C. Gordon
buildbot-os2.sh: still trying to get this path right...
2017-07-08, by Ryan C. Gordon
buildbot-os2.sh: fixed some paths.
2017-07-08, by Ryan C. Gordon
buildbot-os2.sh: Zip to a specific filename.
2017-07-08, by Ryan C. Gordon
buildbot-os2.sh: build with full optimizations, zip up final library.
2017-07-08, by Ryan C. Gordon
buildbot-os2.sh: actually report an error code.
2017-07-08, by Ryan C. Gordon
Added script to run Clang static analysis.
2017-07-08, by Ryan C. Gordon
Added a quick script to cross-compile to OS/2 from Linux with OpenWatcom.
2017-07-08, by Ryan C. Gordon
Turn on all the archivers by default.
2017-07-08, by Ryan C. Gordon
Added Francesco Bertolaccini to the credits.
2017-07-07, by Ryan C. Gordon
Updated TODO.
2017-07-07, by Ryan C. Gordon
OS/2: actually working again, now.
2017-07-07, by Ryan C. Gordon
OS/2: more work on getting this to compile.
2017-07-07, by Ryan C. Gordon
Patched to compile with C89 compilers.
2017-07-07, by Ryan C. Gordon
OS/2: implemented Unicode support, modernized platform_os2.c's code.
2017-07-06, by Ryan C. Gordon
Cleanup BAIL_* and GOTO_* macros to be less cluttered.
2017-07-06, by Ryan C. Gordon
OS/2: base dir needs to end with a path separator.
2017-07-06, by Ryan C. Gordon
Fix some endlines.
2017-07-06, by Ryan C. Gordon
OS/2: fix up the base/user/pref dir code.
2017-07-06, by Ryan C. Gordon
Patched to compile with OpenWatcom.
2017-07-05, by Ryan C. Gordon
Patched platform_os2.c to compile.
2017-07-05, by Ryan C. Gordon
Watcom C should include malloc.h to make the alloca macro available.
2017-07-05, by Ryan C. Gordon
os2: added OS/2 support back in.
2017-07-05, by Ryan C. Gordon
vdf: Remove unused chunks of code, fix endianness.
2017-07-03, by Francesco Bertolaccini
Remove unused variable.
2017-07-03, by Francesco Bertolaccini
Changed some URLs from http:// to https://, where supported.
2017-06-20, by Ryan C. Gordon
Add support for VDF
2017-06-20, by Francesco Bertolaccini
Fix bug with copying z_stream objects around in zip archiver (thanks, Andrei!).
stable-1.0
2017-02-17, by Ryan C. Gordon
Fix bug with copying z_stream objects around in zip archiver (thanks, Andrei!).
stable-2.0
2017-02-17, by Ryan C. Gordon
Updated copyright date.
stable-1.0
2017-02-17, by Ryan C. Gordon
Update copyright date.
stable-2.0
2017-02-17, by Ryan C. Gordon
Updated copyright to 2017.
2017-02-17, by Ryan C. Gordon
Removed unused variable in extras/ignorecase.c ...
2016-10-06, by Ryan C. Gordon
less
more
|
(0)
-1000
-120
+120
tip