index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
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
/
chd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-3279
/
+0
*
Cleanups and version bump
mame0163
Miodrag Milanovic
2015-06-24
1
-483
/
+483
*
Licenses for Raphael Nabet (nw)
Miodrag Milanovic
2015-06-07
1
-277
/
+796
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
1
-3
/
+3
*
Replace dynamic_array with std::vector [O. Galibert]
Olivier Galibert
2015-04-14
1
-46
/
+47
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
1
-1
/
+1
*
Fix various typos and spelling mistakes
Zoë Blade
2015-04-11
1
-2
/
+2
*
moved assert replacement inside emucore.h so it is actually used / removed as...
Oliver Stöneberg
2015-03-20
1
-0
/
+2
*
added missing catch in chd_file_compressor::async_read() and chdman main() (nw)
Oliver Stöneberg
2015-01-16
1
-0
/
+5
*
chdman: bail out in chd_file::hunk_info() on unknown compression type (nw)
Oliver Stöneberg
2014-12-31
1
-0
/
+3
*
more ThreadSanitizer data race warning "fixes" (nw)
Oliver Stöneberg
2014-12-31
1
-6
/
+8
*
chd updates: [MetalliC]
R. Belmont
2014-04-18
1
-0
/
+1
*
some dynamic_buffer/dynamic_array usage cleanups (nw)
Oliver Stöneberg
2014-03-29
1
-2
/
+1
*
fixed ubsan invalid vptr error with dynamic_array<hash_pair> in struct work_i...
Oliver Stöneberg
2014-02-26
1
-1
/
+0
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
chdman: fixed hang when chd_file_compressor::async_read() failed (e.g. trying...
Oliver Stöneberg
2013-06-21
1
-5
/
+6
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-87
/
+87
*
fixed uninitialized memory in the last hunk on CHD creation (fixes potentiall...
Oliver Stöneberg
2013-01-09
1
-0
/
+1
*
fix for "file note writeable" when creating, plus consolidated some duplicate...
smf-
2012-09-18
1
-21
/
+16
*
(MESS) support for writing to compressed hard drives using diff files. [smf]
smf-
2012-09-08
1
-0
/
+3
*
removed astring::stringbuffer() / use cached value in astring::len() instead ...
Oliver Stöneberg
2012-09-08
1
-1
/
+6
*
fixed memory leak in chd_file_compressor::hashmap (no whatsnew)
Oliver Stöneberg
2012-07-27
1
-0
/
+1
*
CHD fixes: [jmak]
R. Belmont
2012-06-17
1
-0
/
+1
*
Corrected error message to include other possibility (nw)
Scott Stone
2012-05-18
1
-1
/
+1
*
Change error message to be more descriptive to actual error that occurs when ...
Scott Stone
2012-05-18
1
-1
/
+1
*
chdman: Correct processing of GDI files, add ability to extractcd to .gdi, ve...
R. Belmont
2012-03-04
1
-1
/
+3
*
chd.c: fix trivial uninitialized variable (nw)
R. Belmont
2012-02-20
1
-1
/
+2
*
Clean-ups and version bump
mame0145u1
Angelo Salese
2012-02-19
1
-153
/
+153
*
Compile fix for PPC OSX (nw)
R. Belmont
2012-02-19
1
-1
/
+1
*
fixed MacOSX compile. no whatsnew.
Fabio Priuli
2012-02-19
1
-1
/
+1
*
Fix compile under 4.6.2 (no whatsnew)
Miodrag Milanovic
2012-02-19
1
-0
/
+1
*
Update CHD error list in chd.c
Aaron Giles
2012-02-19
1
-1
/
+5
*
Move all-0 detection to the write path. Use hunk_info on the
Aaron Giles
2012-02-17
1
-18
/
+23
*
fix from mess, visible by 32bit mingw 4.4.7 (no whatsnew)
Miodrag Milanovic
2012-02-17
1
-0
/
+4
*
Fix blocksize for FLAC encoder.
Aaron Giles
2012-02-16
1
-1
/
+1
*
Major CHD/chdman update. The CHD version number has been increased
Aaron Giles
2012-02-16
1
-3007
/
+2191
*
chd: Fix error where FLAC was encoding 4 times too much data (samples vs. byt...
R. Belmont
2012-02-01
1
-1
/
+1
*
Clean-ups and version bump
mame0144u7
Angelo Salese
2012-01-29
1
-20
/
+20
*
fix compile on PPC OS X (nw)
R. Belmont
2012-01-22
1
-0
/
+3
*
Missing files from the last checkin (nw)
R. Belmont
2012-01-22
1
-22
/
+487
*
Major bitmap-related changes throughout the system. There are
Aaron Giles
2012-01-12
1
-7
/
+19
*
lib/util now includes stdlib.h where needed
Couriersud
2010-01-17
1
-0
/
+2
*
Fix some errors the 4.4.3 compiler complains about in C++ mode.
Aaron Giles
2009-12-30
1
-1
/
+1
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-5
/
+5
*
Cleanups and version bump.
mame0134u3
Aaron Giles
2009-10-12
1
-13
/
+13
*
Assert copyright ownership of core library files, and relicense
Aaron Giles
2009-10-09
1
-2
/
+30
*
Fix chdman -update to leave the write protect state alone when updating
Aaron Giles
2009-08-02
1
-2
/
+3
*
Cleanups and version bump.
Aaron Giles
2009-03-19
1
-11
/
+11
*
Many casts added to the core files, and various other tweaks
Aaron Giles
2009-03-12
1
-3
/
+3
*
Moved chd_clone_metadata code into chdman.c so that it can intelligently
Aaron Giles
2009-03-10
1
-9
/
+0
[next]