summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-11-22udf: Don't return freed memory from udf_fopenHEADmasterChristophe Fergeau1-1/+2
2012-11-04Bump library numberR. Bernstein1-2/+2
2012-10-27Doxygen update, fixes, tweaks for release.R. Bernstein1-40/+57
2012-10-27Try to mitigate some of the Windows driver brokennessR. Bernstein1-0/+4
2012-10-24removed warning while parsing empty cd-textLeon Merten Lohse2-3/+4
2012-10-21Fix SCSI additional sense size checking for Windows.R. Bernstein1-6/+5
2012-10-21Convert win32_ioctl.c to use header-tested includes from configurerocky1-5/+13
2012-10-21Revise to make cygwin work again. Warning - more checking is needed.rocky1-3/+4
2012-10-21Small stuff: Indent win32_ioctl.c defines. ignore all ~'sR. Bernstein1-9/+9
2012-10-18Fix bin/cue cdtext parsing using wrong track number.Leon Merten Lohse1-1/+1
2012-10-18Add cdtext_get_genreLeon Merten Lohse2-0/+13
2012-10-10Reduce level of severity resolving realpath in GNU/Linux driver is_mounted()....R. Bernstein1-2/+2
2012-10-02Add mmc_cmd2str()R. Bernstein3-2/+212
2012-10-02Remove some gcc warnings and change wording of a test warning messageR. Bernstein6-11/+12
2012-10-01Show opcode in linux on a MMC error if loglevel is info or more detailed.R. Bernstein2-2/+3
2012-10-01Show MMC opcode on a bad MMC commandrocky1-0/+4
2012-09-25Fix text in warning messageR. Bernstein1-2/+2
2012-09-25Small changerocky1-1/+1
2012-09-24Make bool be 8-bit. Rather switch than find where in ISO9660 there was a disc...R. Bernstein2-7/+7
2012-09-23Try again for more consistent use of booleans. WARNING libiso9660 is broke. L...R. Bernstein3-0/+12
2012-09-23Make sure stdbool is used in driver when it is defined. I think this fixes bu...rocky10-5/+43
2012-09-23Follow MS SCSI Passthrough more closely. Still some bugs...rocky1-23/+21
2012-09-22Provisional changes based on bug 37394rocky1-3/+15
2012-09-18Need to include stdbool.h so _Bool does not get defined as int on Windows win...rocky1-1/+3
2012-09-15image/bincue.c: remove gcc warning. mmc_read.c, mmc_write.c: use usleep if th...R. Bernstein1-4/+0
2012-04-29Changed Mac OS X SDK check so it detects correct path for 10.3 and 10.4, not ...Natalia Portillo1-7/+18
2012-04-29_cdio_generic.c: Initialize new scsi_tuple field. Removes SEGV in OSX and oth...R. Bernstein1-0/+1
2012-04-28osx.c: try to eliminate invalid free of an uninitialized structure. untabify ...R. Bernstein6-461/+484
2012-04-28Do not need DARWIN_10_OR_GREATER but can use __ENVIRONMENT_MAC_OS_X_VERSION_M...rocky1-2/+2
2012-04-26Fix #30467 cdio_get_default_device() returns non-cdrom removable. From Nigel ...R. Bernstein1-0/+6
2012-04-23Pete's changes require a more aggressive use of stdbool.h.rocky6-9/+24
2012-04-21OSX fixes: test for stdbool.h, allow darwin10-12 and set DARWINT_10_OR_GREATE...R. Bernstein1-3/+5
2012-04-17Use typedefs for enums. OSX 10.6's C compiler seems to create storage for enums.rocky1-6/+7
2012-04-16Reduce use of cdtext_private.h. Let's see if autoconf 2.61 (circa 6 years ago...R. Bernstein6-18/+7
2012-04-16ld: duplicate symbol _cdtext_format_enum in .libs/gnu_linux.o andR. Bernstein1-1/+0
2012-04-15Add guard around get_mcn for null p_cdio.R. Bernstein1-2/+2
2012-04-14Update copyrightR. Bernstein1-1/+1
2012-04-14Wasn't testing CD-Text error return properly. (Bug found via rbcdio/example/c...R. Bernstein1-1/+1
2012-04-10Merge branch 'master' of git.sv.gnu.org:/srv/git/libcdioR. Bernstein2-11/+5
2012-04-10Possibly fixes OSX 10.6 where includes have moved around a bit.R. Bernstein1-3/+10
2012-03-27Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/libcdioLeon Merten Lohse2-11/+62
2012-03-27Fixed that CD-Text from cdrdao toc was shifted one track forward.Leon Merten Lohse1-4/+1
2012-03-25Getting back to where we were before we created cdtextrocky6-1051/+1
2012-03-25track.c, gnu_linux.c: Test for exceding max track limit but allow specifying ...R. Bernstein2-11/+62
2012-03-25More small header changes:R. Bernstein14-137/+136
2012-03-25Create CD-Text library - first round. (Second round will remove from lib/driver)rocky6-1/+1051
2012-03-22Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/libcdioLeon Merten Lohse15-152/+155
2012-03-22Changed cdtext_select_language to take a cdtext_lang_t instead of a const cha...Leon Merten Lohse1-7/+4
2012-03-18More small header changes:R. Bernstein14-137/+136
2012-03-12Set timezone compatible with previous version. Patch from N. Boullis.R. Bernstein1-15/+19