Commit Graph

17 Commits

Author SHA1 Message Date
rocky
19c7de3990 Straighten out mode1 vs mode2 mess. 2003-08-31 14:26:06 +00:00
rocky
c7703d2fd1 Small comment change. 2003-07-27 22:52:22 +00:00
rocky
597cef4818 MIN_DRIVER, MIN_DEVICE_DRIVER, MAX_DEVICE_DRIVER -> CDIO_...
Add CDIO_MAX_DRIVER (distinct from CDIO_MAX_DEVICE_DRIVER

cdio.c (cdio_open): was only scanning devices. Change to scan
disk image files as well.
2003-06-22 22:41:29 +00:00
rocky
fee279a0cb Enumeration had grew but hadn't changed string array accordingly. 2003-06-11 10:57:02 +00:00
rocky
d0999c5ebc With M$ we can no longer assume we can open a fd ant it will read
properly. Add yellow-mode reads interface.

There's lots of cleanup to do...
2003-06-07 20:42:49 +00:00
rocky
3db829442a More MinGW things. Need generic routine for determining if a string is a device 2003-06-07 16:53:21 +00:00
rocky
4a83e68d52 Add access routine to return driver string 2003-06-07 01:19:46 +00:00
rocky
63a645196e Closer to having WIN32 CD-ROM support 2003-05-27 02:55:58 +00:00
rocky
ab8f3f0db8 Add cdio_get_driver_name: routine to return driver selected. 2003-05-24 15:24:15 +00:00
rocky
b6b8e1d88a Add routine to open check for bin file (cdio_is_binfile). Code
simplified a little.
2003-05-18 01:50:51 +00:00
rocky
8b22196efe Bug in eject: need to close internal file descriptor before ejecting.
eject interface now nulls cdio pointer after a sucessful eject.
2003-05-16 07:18:27 +00:00
rocky
adfb8564c9 tests -> test
All public includes are included via #include <cdio/....h> rather than
#include "....h"

(removed -I $top_srcdir/include/cdio)
2003-04-22 12:09:08 +00:00
rocky
43a4b8ce3b Reduce overall size yet again by replaing isofs-m1 for fsf-tompox.
cdinfo: Add options for CDDB port and CDDB http enable
        fix bug if no CD in cdrom drive.
2003-04-20 17:24:48 +00:00
rocky
0eb0f06f87 add min/max device driver 2003-04-20 15:35:37 +00:00
rocky
cc0ae6428d Add package version 2003-04-19 09:13:06 +00:00
rocky
fca6134987 Add an API version number. 2003-04-19 09:02:30 +00:00
rocky
68bc543bf5 Move public includes to include/cdio. This should facilitate having
this source installed locally since it allows #include <cdio/cdio.h>
in the source tree.
2003-04-19 08:29:13 +00:00