summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/chd.c
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-3279/+0
* Cleanups and version bumpmame0163 Miodrag Milanovic2015-06-241-483/+483
* Licenses for Raphael Nabet (nw) Miodrag Milanovic2015-06-071-277/+796
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-3/+3
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-46/+47
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-1/+1
* Fix various typos and spelling mistakes Zoë Blade2015-04-111-2/+2
* moved assert replacement inside emucore.h so it is actually used / removed as... Oliver Stöneberg2015-03-201-0/+2
* added missing catch in chd_file_compressor::async_read() and chdman main() (nw) Oliver Stöneberg2015-01-161-0/+5
* chdman: bail out in chd_file::hunk_info() on unknown compression type (nw) Oliver Stöneberg2014-12-311-0/+3
* more ThreadSanitizer data race warning "fixes" (nw) Oliver Stöneberg2014-12-311-6/+8
* chd updates: [MetalliC] R. Belmont2014-04-181-0/+1
* some dynamic_buffer/dynamic_array usage cleanups (nw) Oliver Stöneberg2014-03-291-2/+1
* fixed ubsan invalid vptr error with dynamic_array<hash_pair> in struct work_i... Oliver Stöneberg2014-02-261-1/+0
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* chdman: fixed hang when chd_file_compressor::async_read() failed (e.g. trying... Oliver Stöneberg2013-06-211-5/+6
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-87/+87
* fixed uninitialized memory in the last hunk on CHD creation (fixes potentiall... Oliver Stöneberg2013-01-091-0/+1
* fix for "file note writeable" when creating, plus consolidated some duplicate... smf-2012-09-181-21/+16
* (MESS) support for writing to compressed hard drives using diff files. [smf] smf-2012-09-081-0/+3
* removed astring::stringbuffer() / use cached value in astring::len() instead ... Oliver Stöneberg2012-09-081-1/+6
* fixed memory leak in chd_file_compressor::hashmap (no whatsnew) Oliver Stöneberg2012-07-271-0/+1
* CHD fixes: [jmak] R. Belmont2012-06-171-0/+1
* Corrected error message to include other possibility (nw) Scott Stone2012-05-181-1/+1
* Change error message to be more descriptive to actual error that occurs when ... Scott Stone2012-05-181-1/+1
* chdman: Correct processing of GDI files, add ability to extractcd to .gdi, ve... R. Belmont2012-03-041-1/+3
* chd.c: fix trivial uninitialized variable (nw) R. Belmont2012-02-201-1/+2
* Clean-ups and version bumpmame0145u1 Angelo Salese2012-02-191-153/+153
* Compile fix for PPC OSX (nw) R. Belmont2012-02-191-1/+1
* fixed MacOSX compile. no whatsnew. Fabio Priuli2012-02-191-1/+1
* Fix compile under 4.6.2 (no whatsnew) Miodrag Milanovic2012-02-191-0/+1
* Update CHD error list in chd.c Aaron Giles2012-02-191-1/+5
* Move all-0 detection to the write path. Use hunk_info on the Aaron Giles2012-02-171-18/+23
* fix from mess, visible by 32bit mingw 4.4.7 (no whatsnew) Miodrag Milanovic2012-02-171-0/+4
* Fix blocksize for FLAC encoder. Aaron Giles2012-02-161-1/+1
* Major CHD/chdman update. The CHD version number has been increased Aaron Giles2012-02-161-3007/+2191
* chd: Fix error where FLAC was encoding 4 times too much data (samples vs. byt... R. Belmont2012-02-011-1/+1
* Clean-ups and version bumpmame0144u7 Angelo Salese2012-01-291-20/+20
* fix compile on PPC OS X (nw) R. Belmont2012-01-221-0/+3
* Missing files from the last checkin (nw) R. Belmont2012-01-221-22/+487
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-7/+19
* lib/util now includes stdlib.h where needed Couriersud2010-01-171-0/+2
* Fix some errors the 4.4.3 compiler complains about in C++ mode. Aaron Giles2009-12-301-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-5/+5
* Cleanups and version bump.mame0134u3 Aaron Giles2009-10-121-13/+13
* Assert copyright ownership of core library files, and relicense Aaron Giles2009-10-091-2/+30
* Fix chdman -update to leave the write protect state alone when updating Aaron Giles2009-08-021-2/+3
* Cleanups and version bump. Aaron Giles2009-03-191-11/+11
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-3/+3
* Moved chd_clone_metadata code into chdman.c so that it can intelligently Aaron Giles2009-03-101-9/+0