Commit Graph

2625 Commits

Author SHA1 Message Date
R. Bernstein
fbfc391f28 Regularis some of the mmc Doxygen comments. 2010-01-28 05:06:15 -05:00
R. Bernstein
b7ef82250e Assume nowadays Standard C is Standard C 2010-01-27 22:24:34 -05:00
R. Bernstein
abb378299a Start to DRY driver unit tests. 2010-01-24 06:01:24 -05:00
R. Bernstein
f0d742229a Reduce verbosity of test programs. For additional verbosity pass a param to the test program. 2010-01-23 23:36:57 -05:00
R. Bernstein
c90c24d1c8 testtoc -> driver/cdrdao.c.in 2010-01-23 23:20:12 -05:00
R. Bernstein
9edd3db3d2 Better diagnostic messages for MS Window driver. 2010-01-23 21:59:43 -05:00
R. Bernstein
2f5509c68e libcdio.texi: More sectioning with respect to the libraries
glossary.texi: Add Thomas Schmitt's DVD Blu-Ray and media information.
2010-01-22 08:52:36 -05:00
R. Bernstein
0c1024abfc Input and Control -> Input, Output, and Control thanks to Thomas Schmitt 2010-01-22 05:03:48 -05:00
R. Bernstein
859ba4e37a Revise section regarding "SCSI, SCSI commands, and MMC commands" 2010-01-22 04:44:31 -05:00
R. Bernstein
44bafdddc7 Thomas Schmitt's corrections and additions. 2010-01-21 16:42:57 -05:00
R. Bernstein
0066aa1975 Document corrections courtesy of Thomas Schmitt. 2010-01-21 10:51:34 -05:00
R. Bernstein
f87b2aa09f Document corrections courtesy of Thomas Schmitt. 2010-01-21 09:30:40 -05:00
R. Bernstein
50b9cf1343 Allow automake 1.10 2010-01-21 04:11:35 -05:00
R. Bernstein
37795871f0 Remove derived files. 2010-01-21 03:51:53 -05:00
R. Bernstein
e889ba3557 cygwin fixes. 2010-01-21 03:48:13 -05:00
R. Bernstein
2b4a36f758 Remove more warnings. test/testnrg.c.in -> test/driver/nrg.c.in 2010-01-21 02:58:19 -05:00
R. Bernstein
cda73dfa47 Fold more tests into bi/ncue driver. 2010-01-20 21:52:23 -05:00
R. Bernstein
818e499c4c Make "make dist" package everything again. 2010-01-20 21:14:22 -05:00
R. Bernstein
0ec240f935 Reorganize test data for future growth. 2010-01-20 20:57:43 -05:00
R. Bernstein
9c96d2c448 More information around access modes for specific drivers. 2010-01-18 03:39:33 -05:00
R. Bernstein
fa897e85b9 Extend win32 test to check get_arg("mmc-supported?"). Turn ASPI load failer into an info message 2010-01-18 03:30:40 -05:00
R. Bernstein
3bdc6820e5 Bug fixes in test/driver programs 2010-01-18 03:08:30 -05:00
R. Bernstein
3bd7752137 Start a section on access modes and cdio_get_args. 2010-01-17 21:06:46 -05:00
R. Bernstein
0297656be1 driver/*.c: Add response for get_arg("mmc-supported?")
example/*.c: remove compiler wranings.
2010-01-17 05:54:02 -05:00
R. Bernstein
eeb59ad3d4 Merge branch 'master' of rocky@git.sv.gnu.org:/srv/git/libcdio 2010-01-17 04:51:06 -05:00
R. Bernstein
67c8623051 lib/driver/libcdio.sym: cdio_realpath is extern now.
udffile.c: remove warning
test/driver/gnu_linux.c: don't have scsi-tuple-linux any more.
2010-01-17 04:49:47 -05:00
R. Bernstein
36ba4dbbed Test was erroneously failing when temp directory had a symbolic link in it (as it does on OSX). 2010-01-17 04:28:41 -05:00
R. Bernstein
d9482d1ba2 realpath -> cdio_realpath which pretends to be more portable. 2010-01-16 21:34:58 -05:00
R. Bernstein
08d75ead2e Add way to determine if MMC commands are available: get_arg("mmc-supported?") 2010-01-16 21:18:31 -05:00
R. Bernstein
bd096b3eca FreeBSD read/write and most-recent scsi sense access courtesy of Thomas Schmitt. 2010-01-16 21:02:34 -05:00
R. Bernstein
7d8b6d0a4d cdio_follow_symlink -> cdio_realpath which is really POSIX realpath. (Suggestion via Thomas Schmitt.) gnu_linux.c: report errors when they occur. 2010-01-16 16:44:12 -05:00
R. Bernstein
2103e77696 Add doxyen comment for follow_symlink. Add another follow_symlink test. 2010-01-15 06:40:11 -05:00
R. Bernstein
eae76def3a CLean up better by remove temporary symbolic link file. 2010-01-14 06:05:06 -05:00
R. Bernstein
a92014227a include/cdio/util.h: document cdio_follow_symlink.
lib/is9660/iso966O_fs.c: Remove a gcc warning
test/driver/follow_symlink.c First test of cdio_follow_symlink. Doc
2010-01-14 05:58:08 -05:00
R. Bernstein
e2c51e7ae2 Add Thomas Schmitt's bug fixes and standalone code. 2010-01-13 06:10:34 -05:00
R. Bernstein
aa2072de20 Start to add read-write access mode for FreeBSD. Not working yet. 2010-01-07 07:02:20 -05:00
R. Bernstein
e4e600c1d9 Correct cdio_get_devices for FreeBSD. 2010-01-06 12:26:35 -05:00
R. Bernstein
ed38926626 First functional (if minimal) FreeBSD test program. 2010-01-06 07:46:31 -05:00
R. Bernstein
f7d11d586c Start FreeBSD driver test. Not currently working though.
freebsd.cam: check for error in ioctl.
2010-01-06 02:15:32 -05:00
R. Bernstein
d675551d19 Let's try FreeBSD driver on FreeBSD 8.x 2010-01-03 10:36:29 -05:00
R. Bernstein
fe77f93bf7 Start to request sense data in DeviceIOControl of MS Windows. gnu_linux.c: small changes. 2010-01-01 05:52:52 -05:00
R. Bernstein
4819e7e0c4 Closer to having RW access working 2009-12-31 23:58:01 -05:00
R. Bernstein
b609aab0eb mmc.c: use OS driver open, not the specific GNU/Linux one 2009-12-31 22:54:12 -05:00
WIndows XP
309bff3441 Last change to gnu_linux.c broke things on non GNU/Linux 2009-12-31 22:21:11 -05:00
R. Bernstein
0fa86bcc50 Update NEWS with scsi-tuple* 2009-12-31 18:57:38 -05:00
R. Bernstein
cf882cfd20 Add ability to retrieve SCSI tuple for a name and/or fake one up. This
helps programs that want to be cd-record compatible. In particular to
parameters were added to cdio_get_arg, "scsi-tuple", and
"scsi-tuple-linux".

Code from Thomas Schmitt.
2009-12-31 18:51:50 -05:00
R. Bernstein
7e14578ffe lib/driver/mmc.c: remove bug in dereferencing NULL pointer. (Found in testing ;-)
test/driver/mmc.c: MMC command testing code from Thomas Schmitt.
2009-12-31 13:28:11 -05:00
R. Bernstein
6eabc5240a Start OSX driver test 2009-12-26 15:01:26 -05:00
R. Bernstein
e06e0d096b Don't eject a CDROM drive door in testing. 2009-12-26 14:33:31 -05:00
WIndows XP
fe5ac400df Start unit test for lib/driver/MSWindows/win32.c 2009-12-26 14:21:21 -05:00