index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
lib
/
util
/
zippath.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
corefile.h: Move filename utilities to path.h
AJR
2022-09-25
1
-0
/
+1
*
util/zippath.cpp: Removed a now-unnecessary cast to std::string. (#10112)
npwoods
2022-07-21
1
-1
/
+1
*
Treat WinImage compressed disk images (*.imz) as ZIP archives. [Justin Kerk]
Justin Kerk
2022-02-05
1
-1
/
+1
*
util/zippath.cpp: Fixed two issues affecting Windows:
Vas Crabb
2021-10-06
1
-6
/
+9
*
util/zippath.cpp: Made behaviour of trying to open things inside archives a b...
Vas Crabb
2021-10-06
1
-12
/
+24
*
Filesystem-related bug fixes
AJR
2021-09-08
1
-1
/
+1
*
-ui: Made zoom controls a bit more intuitive.
Vas Crabb
2021-09-06
1
-12
/
+8
*
Merge tag 'mame0235' into mainline-master
Vas Crabb
2021-08-27
1
-1
/
+4
|
\
|
*
util/zippath.cpp: OSD_WINDOWS isn't a safe way to detect Windows target, and ...
Vas Crabb
2021-08-26
1
-1
/
+4
*
|
formats, osd, util: Started refactoring file I/O stuff. (#8456)
Vas Crabb
2021-08-22
1
-94
/
+55
|
/
*
sdl ui: fix choosing the root path (#8443)
tim lindner
2021-08-14
1
-7
/
+13
*
Much more core std::string_view modernization
AJR
2021-01-20
1
-19
/
+5
*
zippath.cpp: Checkpoint #2
AJR
2021-01-08
1
-32
/
+12
*
util/zippath.cpp: Fix suffix for zip archives.
Vas Crabb
2021-01-08
1
-1
/
+1
*
zippath.cpp: Checkpoint
AJR
2021-01-06
1
-89
/
+39
*
Low-level #include overhaul
AJR
2021-01-02
1
-1
/
+0
*
there are reasons for things being the way they were (nw)
Vas Crabb
2020-01-31
1
-0
/
+10
*
fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237)
Oliver Stöneberg
2020-01-30
1
-10
/
+0
*
Merge pull request #6195 from firewave/includes
R. Belmont
2020-01-22
1
-1
/
+1
|
\
|
*
use C++ library includes (nw)
firewave
2020-01-22
1
-1
/
+1
*
|
fixed some clang-tidy warnings (nw) (#6197)
Oliver Stöneberg
2020-01-22
1
-1
/
+1
|
/
*
Use canonical spelling of "canonical" (nw)
AJR
2019-08-02
1
-1
/
+1
*
Convert zippath directory to a C++ interface
Vas Crabb
2018-01-10
1
-719
/
+533
*
more TRUE/FALSE cleanup (nw)
Miodrag Milanovic
2016-10-22
1
-3
/
+3
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-2
/
+2
*
Another correction
Nathan Woods
2016-07-29
1
-2
/
+2
*
Third time is a charm :-)
Nathan Woods
2016-07-29
1
-9
/
+9
*
Better use of std::string::size_type and other cleanups
Nathan Woods
2016-07-29
1
-6
/
+6
*
Converted a number of zippath calls that took 'const char *' to std::string
Nathan Woods
2016-07-29
1
-22
/
+22
*
Cleanups and version bump
Miodrag Milanovic
2016-07-27
1
-37
/
+37
*
As per Vas Crabb, readding overloads that take a std::string& parameter for t...
Nathan Woods
2016-07-04
1
-6
/
+43
*
Changed a few zippath related functions to return their strings as a return v...
Nathan Woods
2016-07-03
1
-8
/
+9
*
Changed zippath.[cpp|h] to use C++-style comments
Nathan Woods
2016-07-03
1
-73
/
+73
*
Supply modified time for files in archives [Vas Crabb]
Vas Crabb
2016-06-25
1
-3
/
+7
*
POSIX implementation for new directory read features, cleanup of Windows impl...
Vas Crabb
2016-06-25
1
-4
/
+4
*
Changed osd_stat() to return std::unique_ptr<osd::directory::entry>
Nathan Woods
2016-06-24
1
-1
/
+1
*
C++-ified osd_directory (now osd::directory), and added last_modified to osd:...
Nathan Woods
2016-06-24
1
-32
/
+32
*
foobar is not a subdirectory of foo called bar
Vas Crabb
2016-04-10
1
-6
/
+10
*
STL makes life easier
Vas Crabb
2016-04-10
1
-35
/
+18
*
Fix for archives containing directories like foobar following foo
Vas Crabb
2016-04-10
1
-3
/
+4
*
Fix phantom files in archives containing directories
Vas Crabb
2016-04-10
1
-18
/
+12
*
Cleanups and version bump
Miodrag Milanovic
2016-03-30
1
-2
/
+1
*
Fix zippath browsing and allow zippath to browse/load 7zip
Vas Crabb
2016-03-18
1
-147
/
+106
*
Fold some redundant code
Vas Crabb
2016-03-18
1
-20
/
+13
*
* Remove confusing method from vectorstreams that hide base_ios method (fixes...
Vas Crabb
2016-03-18
1
-52
/
+51
*
Make osd_file a polymorphic class that's held with smart pointers
Vas Crabb
2016-03-14
1
-90
/
+85
*
Turn core_file into a proper class that gets cleaned up safely using unique_ptr
Vas Crabb
2016-03-06
1
-6
/
+6
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-52
/
+52
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+1101