Commit Graph

1736 Commits

Author SHA1 Message Date
Thomas Schmitt 9fbae8df29 Reacted on warnings of -Wunused-but-set-variable 2011-07-04 17:17:40 +00:00
Thomas Schmitt 04005adaf4 Avoiding to load speed descriptor list twice 2011-07-04 14:39:47 +00:00
George Danchev 45da5c9934 record stderr of several builds in log files 2011-07-02 14:49:35 +00:00
George Danchev 64b1ab5b3d executable bit, fix text encoding 2011-06-22 13:36:29 +00:00
Thomas Schmitt 404717f305 Beginning to create a test suite for libburn and cdrskin 2011-06-22 09:33:23 +00:00
Thomas Schmitt e5ea8f75e6 Silenced compiler warnings about signedness 2011-06-22 09:32:25 +00:00
Thomas Schmitt eb01c9c6c5 Bug fix: libburn-1.1.0 did only compile on Linux, FreeBSD, and Solaris 2011-06-19 20:36:29 +00:00
Thomas Schmitt c1ff7b9812 Documented changes and release timestamp 2011-06-18 16:01:18 +00:00
Thomas Schmitt d6e90bb71f Updated cdrskin tarball generator 2011-06-18 15:58:14 +00:00
Thomas Schmitt ae7f38c15a Made number transition to 1.1.1 2011-06-18 15:56:15 +00:00
Thomas Schmitt 4abf2b75b1 Reporting SCSI error if command RESERVE TRACK fails 2011-06-14 15:29:51 +00:00
Thomas Schmitt f93babeea6 Added option -I . to aclocal in bootstrap script on advise of George Danchev 2011-06-09 06:12:45 +00:00
Thomas Schmitt 54723c9ee3 Replaced some large local variables by other means in libburn/write.c 2011-06-08 20:04:28 +00:00
Thomas Schmitt 75f121d26e Introduced AC_CONFIG_MACRO_DIR() and ACLOCAL_AMFLAGS on advise of George Danchev 2011-06-08 19:41:11 +00:00
Thomas Schmitt 9ee4f65141 Bug fix: burn_disc_format() on DVD-RW issued wrong block size with type 00h 2011-06-08 18:13:02 +00:00
Thomas Schmitt 8d057e4ee4 Replaced some large local variables by other means in libburn/toc.c 2011-06-08 08:23:08 +00:00
Thomas Schmitt 47af302776 Replaced some large local variables by other means in libburn/structure.c 2011-06-08 08:14:35 +00:00
Thomas Schmitt c96745af15 Consolidated several local struct command to a new member of struct burn_drive 2011-06-07 14:40:31 +00:00
Thomas Schmitt 99af1501fc Closed a small memory leak with CD SAO found by valgrind 2011-06-07 08:44:46 +00:00
Thomas Schmitt aeff7957f2 Leaner implementation of macro BURN_ALLOC_MEM 2011-06-06 17:37:42 +00:00
Thomas Schmitt 5f743b8030 Replaced some large local variables by other means in libburn/spc.c 2011-06-06 17:31:36 +00:00
Thomas Schmitt 27997067c9 Reacted on warnings of gcc about mixed sign comparison 2011-06-06 10:51:52 +00:00
Thomas Schmitt cf8e46ec32 Replaced some large local variables by other means in libburn/sg-solaris.c 2011-06-06 10:45:04 +00:00
Thomas Schmitt bad7a81d0d Replaced some large local variables by other means in libburn/sg-linux.c 2011-06-05 17:05:38 +00:00
Thomas Schmitt 5e8e73d994 Replaced some large local variables by other means in libburn/sg-libcdio.c 2011-06-02 13:28:06 +00:00
Thomas Schmitt 5ba8c03a98 Gave up use of bzero() in FreeBSD system adapters 2011-06-02 08:39:13 +00:00
Thomas Schmitt 096ed00f2e New API call burn_disc_close_damaged() 2011-05-31 10:32:21 +00:00
Thomas Schmitt b4aeba18f7 New API call burn_disc_next_track_is_damaged() 2011-05-26 15:01:23 +00:00
Thomas Schmitt 0352486f97 Improved reaction on Damage Bit and missing NWA_V of READ TRACK INFORMATION 2011-05-26 14:58:10 +00:00
Thomas Schmitt edd131b1b9 Replaced some large local variables by other means in libburn/sg-freebsd-port.c 2011-05-23 18:26:02 +00:00
Thomas Schmitt 30f3f70dfd Replaced some large local variables by other means in libburn/sg-freebsd.c 2011-05-23 17:39:48 +00:00
Thomas Schmitt 806b9602e6 Replaced some large local variables by other means in libburn/sg-dummy.c 2011-05-23 16:34:53 +00:00
Thomas Schmitt f116eeec64 Replaced some large local variables by other means in libburn/read.c 2011-05-23 15:51:49 +00:00
Thomas Schmitt 7e50165d5c Replaced some large local variables by other means in libburn/mmc.c 2011-05-23 15:39:51 +00:00
Thomas Schmitt 46357869fc Added options -Wextra -Wno-unused-parameter for gcc 2011-05-22 14:31:54 +00:00
Thomas Schmitt f85cb8269f Added a DVD+RW product id to the list 2011-05-22 14:31:10 +00:00
Thomas Schmitt 8fffc74a5b Added forgotten return value to BURN_ALLOC_MEM 2011-05-15 20:31:15 +00:00
Thomas Schmitt 8fd81d4ec4 Replaced some large local variables by other means in libburn/drive.c 2011-05-15 19:13:57 +00:00
Thomas Schmitt 0c76daf2a9 Polished macro BURN_ALLOC_MEM 2011-05-15 18:16:58 +00:00
Thomas Schmitt 86656a9d52 Replaced some large local variables by other means in libburn/async.c 2011-05-15 10:48:59 +00:00
Thomas Schmitt 95e511b984 Macros BURN_ALLOC_MEM, BURN_FREE_MEM for replaceing local variables 2011-05-15 10:47:01 +00:00
Thomas Schmitt 7af151169d Added cookbook.txt and mediainfo.txt to tarball on request of George Danchev 2011-05-14 12:21:04 +00:00
Thomas Schmitt 7a9a7dfdd2 Reacted on -Wsign-compare warnings of gcc 2011-05-12 13:52:23 +00:00
Thomas Schmitt 0ac6a64f12 Reacted on -Wsign-compare warnings of gcc 2011-05-12 13:51:44 +00:00
Thomas Schmitt 8bd288e10c Reacted on -Wsign-compare warnings of gcc 2011-05-12 13:50:49 +00:00
Thomas Schmitt 28078d059a Reacted on -Wsign-compare warnings of gcc 2011-05-12 13:49:40 +00:00
Thomas Schmitt ac665916a6 Reacted on -Wsign-compare warnings of gcc 2011-05-12 13:46:59 +00:00
Thomas Schmitt e9637067f8 Including header pthread.h on request of Mats Andersson for OpenBSD 2011-05-12 12:04:43 +00:00
Thomas Schmitt a058e24375 Closed tiny memory leak found by valgrind 2011-05-01 14:45:22 +00:00
Thomas Schmitt f895077c3c Disabled HAVE_DOT in doxygen.conf 2011-04-15 12:55:07 +00:00