summaryrefslogtreecommitdiff
path: root/example
AgeCommit message (Expand)AuthorFilesLines
2010-01-18More information around access modes for specific drivers.R. Bernstein1-1/+2
2010-01-17driver/*.c: Add response for get_arg("mmc-supported?")R. Bernstein2-1/+13
2010-01-17lib/driver/libcdio.sym: cdio_realpath is extern now.R. Bernstein1-1/+5
2009-12-26Don't eject a CDROM drive door in testing.R. Bernstein1-5/+10
2009-12-26example/* change failures so the record as skipped tests when running 'make c...rocky8-27/+17
2009-11-26Remove one more example program from distcheckR. Bernstein1-1/+1
2009-11-26Remove some example program from make check to make "make distcheck" work eas...R. Bernstein1-3/+2
2009-11-26Possibly make compiling example programs easier from the outside - don't assu...R. Bernstein41-244/+75
2009-10-27Remove some cppcheck style warningsR. Bernstein1-2/+2
2009-10-27In 0.83git now. Fix minor leaks in libcdio 0.82 detected by cppcheckR. Bernstein1-0/+1
2009-10-21Ignore windows executables and stack dumps.R. Bernstein1-0/+2
2009-07-13Remove all remaining uses of CDIO_MIN_DRIVER, CDIO_MAX_DRIVER, CDIO_MIN_DEVIC...Nicolas Boullis3-21/+15
2009-07-02Adapted from patches by Nicolas Boullis on Debian:R. Bernstein2-0/+3
2009-04-20Revise for new paranoia descriptions.rocky2-4/+4
2009-04-20paranoia.cpp: write WAV file of up to the first 300 sectors of the first trackrocky6-19/+66
2009-04-20paranoia.c: slight code touch-up. *.cpp remove lint warnings, e.g. int -> uns...rocky7-21/+41
2009-04-19Administriviarocky1-1/+2
2009-04-19Extend paranoia program to write a file with a WAV headerrocky2-3/+55
2009-04-19Administriviarocky2-0/+3
2008-12-06Resolve conflicted files.R. Bernstein1-3/+0
2008-12-06I hate conflicted mergesR. Bernstein2-30/+4
2008-12-06Wasn't checking the range of the device id in cdio_have_driver. Add regressio...R. Bernstein1-0/+1
2008-12-06Makefile.am: Redo target for ChangeLog to use git2cl. NEWS: Note NetBSD drive...R. Bernstein4-30/+34
2008-11-29.R. Bernstein2-0/+116
2008-11-29More administrivia.R. Bernstein1-0/+25
2008-11-29First commit after CVS conversion. Should be just administrative changes.R. Bernstein54-86/+6361
2008-11-28Initial commit after git-cvsimport (import from CVS).R. Bernstein11-856/+74
2008-11-28Remove import path hard-coding. Will have to deal with in a Pythonic way and ...R. Bernstein10-40/+0
2008-11-23Add more of the files we needR. Bernstein1-0/+38
2008-11-23First semblance of distutils setuptools. Not complete yet though.R. Bernstein10-0/+870
2008-08-31Use the LTLIBICONV variable rather than LIBICONV.flameeyes3-33/+33
2008-06-25Fixes for Mingw+MSYS and DLL support from Carlo Braminirocky1-1/+17
2008-06-19Mark variables and constant as static in source tools, examples and tests. Al...flameeyes1-22/+22
2008-03-24gplv3karl44-401/+363
2008-03-20update Makefiles to GPLv3+karl3-43/+39
2008-03-15More libiconv escallation. Sigh.rocky1-19/+19
2008-01-09Was accessing out of array bounds. Caught by Stanislav Brabec.rocky1-3/+3
2008-01-01Add a configure option to disable examples building (useful for distributions...flameeyes2-2/+6
2007-08-12Yet another program, yet another ignorerocky1-0/+1
2007-08-12iso9660_fs.c: remove some bugs in freeing here.rocky4-5/+108
2007-08-09Ignore udffile too.flameeyes1-0/+1
2007-08-09Include config.h, or the build will fail on at least Mac OS X.flameeyes1-1/+5
2007-04-15cdchange doesn't use off_t, ssize or any fancy types so it shouldn't #include...rocky1-5/+1
2007-04-15Take gcc's suggestion regarding adding parenthesisrocky1-2/+2
2007-04-15read.h: include sys/types.h since some OS's need it.rocky1-1/+20
2007-03-07lib/driver/gnu_linux.c: bug #19221 (possibly): memory Leak opening an inacces...rocky1-2/+2
2007-03-05Better strtol fix based on SMS's remark.rocky1-2/+6
2007-03-05Set errno=0 before calling strtol(). bug #18131rocky1-2/+3
2006-10-27Add cdio-ejectrocky1-0/+1
2006-10-21gnu_linux.c: Fix bug reported by Burkhard in eject_media_linux() whererocky1-1/+4