summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2012-02-12$abs_top_path now seems to really refer to the absolute top path. Adjust data...R. Bernstein1-19/+19
2012-02-12$abs_top_path now seems to really refer to the absolute top path. Adjust data...R. Bernstein1-17/+17
2012-01-28realpath.c(main): Remove duplicate if condition.R. Bernstein1-6/+2
2012-01-28Wasn't showing full command name when check_cue.sh failed.R. Bernstein1-6/+3
2012-01-28mmc_hl_cmds.c: remove gcc warningR. Bernstein1-40/+39
2012-01-26CDTEXTFILE directifile should be relative to CUE file.R. Bernstein1-2/+0
2012-01-25Find/fix another place in TOC reader where we need to use relative paths. Her...R. Bernstein1-1/+1
2012-01-17Add cdda.bin which is used in testsR. Bernstein1-0/+0
2011-12-25Double length of cdtext cue/bin example. Thomas reports on libcdio-devel that...rocky3-5/+5
2011-12-11Add cdio_dirname which I think should complete what we need. Also add test of...R. Bernstein3-1/+52
2011-12-05Incorporate patch #7628 for building outside of source tree. Check for locale...R. Bernstein1-1/+1
2011-12-04Patch from Leon Merten Lohse: Correct the length of the CD-TEXT block.R. Bernstein2-4/+4
2011-11-28This cue is burnable via the command: cdrecord -text cuefile=cdtext.cueR. Bernstein3-2/+2
2011-11-27Look for a NULL destination buffer in mmc_read_cd and returnR. Bernstein1-3/+18
2011-11-27Move a little bit forward in implementing SILENCE in cdrdao.R. Bernstein2-6/+5
2011-11-25Add Leon Merten Lohse's cdtext test images.R. Bernstein3-0/+3
2011-11-241) cdtext objects are no longer associated with a track but with the disc.R. Bernstein5-8/+82
2011-11-16Don't error out on handling "NO PRE_EMPHASIS" in cdrdao TOC.R. Bernstein6-6/+19
2011-10-21Forgot to add check_legal.regexrocky1-1/+1
2011-10-20Add an include to remove any C Preprocessor symbol libcdio's config.h creates...R. Bernstein3-4/+53
2011-10-20Make sure config.h or the copy of that gets included only once to reduce dupl...R. Bernstein22-28/+40
2011-10-19Remove CVS $Id$ line which is no longer automatically updated.R. Bernstein1-0/+6
2011-10-20rock.c: small C-Preprocessor bug noticed on Solaris 10 sparc. check_common_fn...rocky1-1/+1
2011-10-04--no-header omits warranty. Patch from Martin von Gagem. Savannah #29307.R. Bernstein28-154/+54
2011-05-19Adjust test output - track now has width for two digits.R. Bernstein1-1/+1
2010-02-22mmc_util.{c,h} Break simpler non-dependent mmc helper or utility routines fro...R. Bernstein1-1/+2
2010-02-11Move another routine from mmc.c into mmc_hl_cmds.cR. Bernstein1-2/+0
2010-02-11Fix Minor test bugR. Bernstein1-4/+2
2010-02-11Go over for coding and code style.R. Bernstein2-593/+584
2010-02-10Small changesR. Bernstein1-12/+11
2010-02-10Split off MMC tests which don't involve exclusive access from those that do.R. Bernstein3-106/+453
2010-02-09Add mmc_read_disc_information. Change get_disctype to use it and thus itR. Bernstein1-6/+6
2010-02-09Test sense key, sense code and additional sense code on invalid page.R. Bernstein1-19/+41
2010-02-09sort libcdio.sym. Remove duplicated tests.R. Bernstein1-30/+0
2010-02-09Missing some more externals and a file which needs to go into the distributio...R. Bernstein1-0/+1
2010-02-08Use mmc_get_disctype in mmc example.R. Bernstein1-1/+3
2010-02-08Remove duplicate cdio_mmc_disctype_t.R. Bernstein1-1/+1
2010-02-08Fix all fo the bugs I introduced "improving" the code of others.R. Bernstein1-11/+0
2010-02-08glossary.texi: disctype additions/correctionsR. Bernstein1-150/+178
2010-02-07Add SCSI-MMC GET CONFIGURATION.R. Bernstein1-4/+4
2010-02-07Move more towards making MMC a library. Start to reorganize more toR. Bernstein1-2/+2
2010-02-07Add mcc_test_unit_ready and mmc_mode_select (buggy). Allow for timeouts onR. Bernstein1-37/+35
2010-02-06lib/driver/mmc.c - DRY code. Warning - might have introduced breakage hereR. Bernstein1-1/+1
2010-02-06Start to split off specific mmc commands from the lower-level internals.R. Bernstein1-1/+1
2010-02-05glossary.texi, mmc.h: note acronyms SPC-3, MMC-5, SBC-2.R. Bernstein1-6/+3
2010-02-05Revise with info from dpANS SCSI Primary Commands-3 (SPC-3). Use senseR. Bernstein1-15/+17
2010-02-04mmc.h: Big endian bytes is not the same as big_endian bitfieldR. Bernstein1-19/+12
2010-02-03mmc.h: TEST_UNIT_READY MMC command opcodeR. Bernstein1-13/+10
2010-02-02Comment out some MMC tests which are failing on GNU/Linux where we are *not* ...R. Bernstein1-0/+5
2010-02-02MS Windows iocontrol SCSI Passthrough fixes. Change test/driver/mmc.c - weR. Bernstein1-80/+69