Thu, 06 Jul 2017 00:47:36 -0400 |
Ryan C. Gordon |
OS/2: base dir needs to end with a path separator.
|
changeset |
files
|
Thu, 06 Jul 2017 00:04:10 -0400 |
Ryan C. Gordon |
Fix some endlines.
|
changeset |
files
|
Thu, 06 Jul 2017 00:03:49 -0400 |
Ryan C. Gordon |
OS/2: fix up the base/user/pref dir code.
|
changeset |
files
|
Wed, 05 Jul 2017 23:49:10 -0400 |
Ryan C. Gordon |
Patched to compile with OpenWatcom.
|
changeset |
files
|
Wed, 05 Jul 2017 23:48:21 -0400 |
Ryan C. Gordon |
Patched platform_os2.c to compile.
|
changeset |
files
|
Wed, 05 Jul 2017 21:30:39 -0400 |
Ryan C. Gordon |
Watcom C should include malloc.h to make the alloca macro available.
|
changeset |
files
|
Wed, 05 Jul 2017 21:29:37 -0400 |
Ryan C. Gordon |
os2: added OS/2 support back in.
|
changeset |
files
|
Mon, 03 Jul 2017 14:47:25 -0400 |
Francesco Bertolaccini |
vdf: Remove unused chunks of code, fix endianness.
|
changeset |
files
|
Mon, 03 Jul 2017 14:41:08 -0400 |
Francesco Bertolaccini |
Remove unused variable.
|
changeset |
files
|
Tue, 20 Jun 2017 14:06:13 -0400 |
Ryan C. Gordon |
Changed some URLs from http:// to https://, where supported.
|
changeset |
files
|
Tue, 20 Jun 2017 13:22:41 -0400 |
Francesco Bertolaccini |
Add support for VDF
|
changeset |
files
|
Fri, 17 Feb 2017 20:48:02 -0500 |
Ryan C. Gordon |
Fix bug with copying z_stream objects around in zip archiver (thanks, Andrei!).
stable-1.0
|
changeset |
files
|
Fri, 17 Feb 2017 20:48:02 -0500 |
Ryan C. Gordon |
Fix bug with copying z_stream objects around in zip archiver (thanks, Andrei!).
stable-2.0
|
changeset |
files
|
Fri, 17 Feb 2017 20:43:27 -0500 |
Ryan C. Gordon |
Updated copyright date.
stable-1.0
|
changeset |
files
|
Fri, 17 Feb 2017 20:41:56 -0500 |
Ryan C. Gordon |
Update copyright date.
stable-2.0
|
changeset |
files
|
Fri, 17 Feb 2017 20:39:45 -0500 |
Ryan C. Gordon |
Updated copyright to 2017.
|
changeset |
files
|
Thu, 06 Oct 2016 15:39:49 -0400 |
Ryan C. Gordon |
Removed unused variable in extras/ignorecase.c ...
|
changeset |
files
|
Mon, 12 Sep 2016 15:39:35 -0400 |
Ryan C. Gordon |
Added a mostly-harmless FIXME.
|
changeset |
files
|
Mon, 12 Sep 2016 15:38:30 -0400 |
Ryan C. Gordon |
Added support for password-protected .zip files.
|
changeset |
files
|
Wed, 07 Sep 2016 21:21:59 -0400 |
Ryan C. Gordon |
Platform deinit should happen last, since other deinit bits might depend on it.
|
changeset |
files
|
Fri, 26 Aug 2016 18:46:11 -0400 |
Ryan C. Gordon |
Fixed miniz code that triggers recent GCCs' -Wmisleading-indentation.
|
changeset |
files
|
Wed, 17 Aug 2016 20:43:36 -0400 |
Ryan C. Gordon |
Removed one more rude thing from the comments. :/
|
changeset |
files
|
Wed, 17 Aug 2016 20:40:19 -0400 |
Ryan C. Gordon |
extras/ignorecase.h: Fixed some typos.
|
changeset |
files
|
Wed, 17 Aug 2016 17:19:50 -0400 |
Ryan C. Gordon |
Fixed some documentation typos (thanks, Paul!).
|
changeset |
files
|
Tue, 16 Aug 2016 14:46:53 -0400 |
Ryan C. Gordon |
Replace unsigned long cast with cast to size_t (thanks, David!).
|
changeset |
files
|
Mon, 15 Aug 2016 05:41:36 -0500 |
David Yip |
Remove unused functions and variables in platform_windows.
|
changeset |
files
|
Mon, 15 Aug 2016 00:50:58 -0500 |
David Yip |
Remove unused variable in zip_hash_ancestors.
|
changeset |
files
|
Thu, 25 Feb 2016 02:55:11 -0500 |
Ryan C. Gordon |
Updated byte order tests to match what SDL does now.
|
changeset |
files
|
Thu, 25 Feb 2016 02:51:28 -0500 |
Ryan C. Gordon |
HTTPS all the things.
|
changeset |
files
|
Thu, 25 Feb 2016 02:20:52 -0500 |
Ryan C. Gordon |
zip: Reworked how we organize ZIP entries.
|
changeset |
files
|
Thu, 25 Feb 2016 01:16:42 -0500 |
Ryan C. Gordon |
Fixed a comment.
|
changeset |
files
|
Thu, 25 Feb 2016 00:40:17 -0500 |
Ryan C. Gordon |
Move __PHYSFS_strdup() declaration up with other string helpers.
|
changeset |
files
|
Wed, 24 Feb 2016 11:15:00 -0500 |
Ryan C. Gordon |
zip: Don't allocate a 256k buffer on the stack for zip64 parsing.
|
changeset |
files
|
Wed, 24 Feb 2016 11:14:10 -0500 |
Ryan C. Gordon |
Added a minor comment.
|
changeset |
files
|
Fri, 29 Jan 2016 15:16:15 -0500 |
Ryan C. Gordon |
Replaced PhysFS.NET with a README pointing to more modern C# bindings.
|
changeset |
files
|
Fri, 01 Jan 2016 12:53:26 -0500 |
Ryan C. Gordon |
Updated Copyright.
|
changeset |
files
|
Fri, 01 Jan 2016 12:53:41 -0500 |
Ryan C. Gordon |
Updated copyright.
stable-2.0
|
changeset |
files
|
Tue, 28 Jul 2015 15:13:35 -0400 |
Ryan C. Gordon |
Fixes to SDL_RWops bridge code.
|
changeset |
files
|
Thu, 02 Jul 2015 23:36:33 -0400 |
Ryan C. Gordon |
Fixed compiler warning about unused variable because assert() is awful.
|
changeset |
files
|
Thu, 18 Jun 2015 00:12:15 -0400 |
Ryan C. Gordon |
Removed a few tabstops to test something on the Mercurial server.
|
changeset |
files
|
Tue, 16 Jun 2015 10:46:56 -0400 |
Ryan C. Gordon |
Fixed incorrect logic ("!x != 5" instead of "x != 5").
|
changeset |
files
|
Sun, 19 Apr 2015 23:28:14 -0400 |
Ryan C. Gordon |
Added some FIXMEs.
|
changeset |
files
|
Sun, 19 Apr 2015 23:26:02 -0400 |
Ryan C. Gordon |
dos2unix'd platform_winrt.cpp
|
changeset |
files
|
Sun, 19 Apr 2015 23:25:29 -0400 |
Ryan C. Gordon |
Removed some tabs and an extra semicolon.
|
changeset |
files
|
Sun, 19 Apr 2015 23:24:41 -0400 |
Ryan C. Gordon |
Added Martin Ahrnbom to the credits.
|
changeset |
files
|
Sun, 29 Mar 2015 07:03:30 +0200 |
Martin Ahrnbom |
Added support for WinRT 8.1 Universal Apps.
|
changeset |
files
|
Thu, 11 Sep 2014 00:07:23 -0400 |
Ryan C. Gordon |
Make sure read buffers get reinitialized before refilling (thanks, Michael!).
|
changeset |
files
|
Tue, 19 Aug 2014 10:55:56 -0400 |
Ryan C. Gordon |
Make static analysis happy.
|
changeset |
files
|
Tue, 19 Aug 2014 02:28:13 -0400 |
Ryan C. Gordon |
Fixed resource leak when failing to mount a file that isn't an archive.
|
changeset |
files
|
Thu, 14 Aug 2014 21:57:36 -0400 |
Ryan C. Gordon |
The stable-1.0 branch didn't support Unicode at all.
stable-1.0
|
changeset |
files
|
Thu, 14 Aug 2014 21:33:24 -0400 |
Ryan C. Gordon |
Short circuit case-insensitive compare of two equal Unicode codepoints.
|
changeset |
files
|
Thu, 14 Aug 2014 21:17:04 -0400 |
Ryan C. Gordon |
PHYSFS_enumerateFiles() actually promises sorting order, and always has.
|
changeset |
files
|
Thu, 14 Aug 2014 21:27:00 -0400 |
Ryan C. Gordon |
Backport from default branch: corrected PHYSFS_enumerateFiles() documentation.
stable-1.0
|
changeset |
files
|
Thu, 14 Aug 2014 21:27:00 -0400 |
Ryan C. Gordon |
Backport from default branch: corrected PHYSFS_enumerateFiles() documentation.
stable-2.0
|
changeset |
files
|
Sun, 20 Jul 2014 13:36:56 +0200 |
Willi Schinmeyer |
Fix NULL flush() in PHYSFS_Io crash
|
changeset |
files
|
Fri, 07 Feb 2014 16:31:32 -0500 |
Ryan C. Gordon |
Static analysis fixes backported to the stable-2.0 branch.
stable-2.0
|
changeset |
files
|
Fri, 07 Feb 2014 16:23:12 -0500 |
Ryan C. Gordon |
This returns -1 on error, not zero. :/
|
changeset |
files
|
Fri, 07 Feb 2014 16:22:43 -0500 |
Ryan C. Gordon |
PHYSFS_stat() returns zero on error, not -1.
|
changeset |
files
|
Fri, 07 Feb 2014 16:22:54 -0500 |
Ryan C. Gordon |
We always use miniz now.
|
changeset |
files
|
Fri, 07 Feb 2014 16:17:48 -0500 |
Ryan C. Gordon |
Renamed a function to make Clang static analysis happy.
|
changeset |
files
|