| Commit message (Expand) | Author | Age | Files | Lines |
* | util/unzip.cpp: Work around spurious maybe uninitialised warning with certain... |  Vas Crabb | 2024-03-25 | 1 | -1/+1 |
* | util/ioprocs.cpp: Added wrappers for common patterns. (#11608) |  Vas Crabb | 2024-02-25 | 1 | -24/+19 |
* | Added Zstandard support for zip archives and CHDs. (#11827) |  Vas Crabb | 2023-12-11 | 1 | -2/+93 |
* | avhuff.cpp, cdrom.cpp, msdib.cpp, unzip.cpp, vbiparse.cpp: Use multibyte.h fu... |  AJR | 2023-09-17 | 1 | -19/+6 |
* | util/unzip.cpp: Update for latest LZMA SDK. |  Vas Crabb | 2023-05-04 | 1 | -2/+2 |
* | unzip.cpp: Minor logging improvement |  AJR | 2023-02-11 | 1 | -1/+1 |
* | Fixed a few issues identified by Coverity: |  Vas Crabb | 2022-11-06 | 1 | -8/+8 |
* | Miscellaneous clean-up. |  Vas Crabb | 2021-08-29 | 1 | -21/+21 |
* | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 1 | -438/+612 |
* | Low-level #include overhaul |  AJR | 2021-01-02 | 1 | -0/+1 |
* | there are reasons for things being the way they were (nw) |  Vas Crabb | 2020-01-31 | 1 | -0/+5 |
* | fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) |  Oliver Stöneberg | 2020-01-30 | 1 | -5/+0 |
* | fixed some clang-tidy warnings (nw) (#6236) |  Oliver Stöneberg | 2020-01-30 | 1 | -1/+1 |
* | Make osd_printf_* use util/strformat semantics. |  Vas Crabb | 2019-09-26 | 1 | -35/+35 |
* | unzip: defer decoding DOS timestamps (nw) |  Vas Crabb | 2017-09-11 | 1 | -13/+29 |
* | Reverting part of changes from previous commits as described in mail on list ... |  Miodrag Milanovic | 2016-10-23 | 1 | -9/+9 |
* | there you go (nw) |  Miodrag Milanovic | 2016-10-22 | 1 | -1/+1 |
* | some bool <-> int not needed conversions, also cleaned drivenum.* was using m... |  Miodrag Milanovic | 2016-10-21 | 1 | -9/+9 |
* | Fixed incorrect implementation of win_time_point_from_filetime() |  Vas Crabb | 2016-06-26 | 1 | -42/+2 |
|\ |
|
* | | Fix Clang compile on OSX |  Brad Hughes | 2016-06-25 | 1 | -1/+1 |
|/ |
|
* | clang on windows fixes (nw) |  Miodrag Milanovic | 2016-06-25 | 1 | -3/+0 |
* | Supply modified time for files in archives [Vas Crabb] |  Vas Crabb | 2016-06-25 | 1 | -15/+148 |
* | Various cleanups suggested by static analyzer (nw) |  Miodrag Milanovic | 2016-04-24 | 1 | -2/+2 |
* | Make un7z a bit chattier, too |  Vas Crabb | 2016-04-11 | 1 | -0/+4 |
* | Make unzip less opaque about what it's doing |  Vas Crabb | 2016-04-11 | 1 | -23/+246 |
* | Fix crash |  Vas Crabb | 2016-04-10 | 1 | -1/+0 |
* | Second thoughts about default status |  Vas Crabb | 2016-04-10 | 1 | -1/+1 |
* | Visual Studio says it can be uninitialized (nw) |  Miodrag Milanovic | 2016-04-10 | 1 | -1/+1 |
* | foobar is not a subdirectory of foo called bar |  Vas Crabb | 2016-04-10 | 1 | -1/+1 |
* | Work with more ZIP64 files |  Vas Crabb | 2016-04-10 | 1 | -48/+73 |
* | zip cleanup |  Vas Crabb | 2016-04-10 | 1 | -64/+39 |
* | zip method 14 |  Vas Crabb | 2016-04-09 | 1 | -2/+135 |
* | More ZIP support |  Vas Crabb | 2016-04-09 | 1 | -138/+127 |
* | ZIP64 support [Vas Crabb] |  Vas Crabb | 2016-04-09 | 1 | -170/+353 |
* | Make emu_file archive searh order CRC+path, CRC+partial path, CRC, path, part... |  Vas Crabb | 2016-03-25 | 1 | -13/+27 |
* | Fix boundary check on parsing ZIP ECD |  Vas Crabb | 2016-03-21 | 1 | -1/+1 |
* | * Remove confusing method from vectorstreams that hide base_ios method (fixes... |  Vas Crabb | 2016-03-18 | 1 | -168/+194 |
* | Make osd_file a polymorphic class that's held with smart pointers |  Vas Crabb | 2016-03-14 | 1 | -377/+417 |
* | macro removal INLINE -> static inline (nw) |  Miodrag Milanovic | 2015-12-12 | 1 | -4/+4 |
* | clang-modernize part 1 (nw) |  Miodrag Milanovic | 2015-12-03 | 1 | -22/+22 |
* | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+770 |