summaryrefslogtreecommitdiff
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. Bernstein8-644/+1182
2012-10-27make-check-short.rb: ignore gmake as you would make or remakeR. Bernstein1-2/+2
2012-10-27Make configure SED environment aware, e.g. for OSX (Robert William Fuller). G...R. Bernstein2-14/+16
2012-10-27Try to mitigate some of the Windows driver brokennessR. Bernstein1-0/+4
2012-10-24Christophe Fergeau added UDF reading to iso-info as wellR. Bernstein1-1/+1
2012-10-24Merge branch 'master' of git.sv.gnu.org:/srv/git/libcdioR. Bernstein12-79/+60
2012-10-24removed warning while parsing empty cd-textLeon Merten Lohse10-72/+52
2012-10-22-U option-processing fixes.rocky2-7/+8
2012-10-21Merge branch 'master' of git.sv.gnu.org:/srv/git/libcdioR. Bernstein1-6/+5
2012-10-21Fix SCSI additional sense size checking for Windows.R. Bernstein1-6/+5
2012-10-21Update NEWSR. Bernstein1-1/+1
2012-10-21Add allow iso-read and iso-info to handle UDF format via options --udf or -U....R. Bernstein3-56/+153
2012-10-22make-check-filter.rb: Ignore older "make: .. is up to date." messagerocky1-0/+1
2012-10-21make-check-filter.rb: Correct remake separator stringR. Bernstein1-2/+2
2012-10-21Convert win32_ioctl.c to use header-tested includes from configurerocky2-7/+17
2012-10-21Towards getting MinGW and cygwin ddk includes correct.R. Bernstein1-4/+9
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. Bernstein2-10/+10
2012-10-19Add UDF support to iso-readR. Bernstein3-47/+51
2012-10-19Move ISO9660 specific code to a helper function; adding UDF support to iso-read.R. Bernstein2-28/+110
2012-10-18Fix bin/cue cdtext parsing using wrong track number.Leon Merten Lohse1-1/+1
2012-10-18Add cdtext_get_genreLeon Merten Lohse5-0/+28
2012-10-17Note Robert William Fuller's fixes to CD-Text for Nero.R. Bernstein1-1/+3
2012-10-15More liberal space after #define suggested by Robert William FullerR. Bernstein1-1/+1
2012-10-10Reduce level of severity resolving realpath in GNU/Linux driver is_mounted()....R. Bernstein1-2/+2
2012-10-02Add mmc_cmd2str()R. Bernstein7-4/+235
2012-10-02Add MMC5 commands. Thanks yet again to Thomash Schmitt for doing the heavy li...R. Bernstein2-1/+5
2012-10-02Remove some gcc warnings and change wording of a test warning messageR. Bernstein8-17/+16
2012-10-01Make note that gcc 4.0 or greater is needed on MinGWrocky1-1/+2
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-30mmc.h: Add additional MMC4/ATAPI command codes from http://wiki.osdev.org/ATA...R. Bernstein2-1/+34
2012-09-27This time, for sure?rocky1-1/+1
2012-09-27Recalculate native_top_srcdir one more timeR. Bernstein3-11/+18
2012-09-27Add native_top_srcdir MinGW and DOS/Windows.rocky3-12/+17
2012-09-26Limit MINGW native path the srcdir and abs_top_srcdirrocky1-2/+2
2012-09-26A more specific use of bash's pwd builtinrocky1-1/+1
2012-09-26MINGW wants native paths in regression tests bug #37447rocky1-0/+4
2012-09-26More places where -- prefix output added on examplesrocky1-2/+2
2012-09-26Shorten output for mmc_write.exerocky1-8/+11
2012-09-26Add "make check-short" target to run tests without bloated output.R. Bernstein26-184/+253
2012-09-26Work on packed definition for MinGWrocky1-12/+12
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. Bernstein3-8/+8
2012-09-23Try again for more consistent use of booleans. WARNING libiso9660 is broke. L...R. Bernstein4-3/+14
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...rocky2-23/+22