Commit Graph

2201 Commits

Author SHA1 Message Date
Thomas Schmitt 51f43127ac Comitted file which was forgotten with commit f0d9795 2024-03-09 18:59:18 +01:00
Thomas Schmitt f84d038121 Removed remaining 31/32-bit bottlenecks from stdio writing 2024-03-03 21:14:17 +01:00
Thomas Schmitt e5a8d91e4d New API call burn_get_read_capacity_v2() 2024-03-03 16:24:13 +01:00
Thomas Schmitt f0d9795cd1 New API calls burn_disc_get_sectors_v2(), burn_session_get_sectors_v2(), burn_track_get_sectors_v2() 2024-03-03 11:52:15 +01:00
Thomas Schmitt 29bfd7e5e7 New API call burn_disc_track_lba_nwa_v2() 2024-03-02 14:12:22 +01:00
Thomas Schmitt d48bbb4b66 New struct burn_progress_v2 and API call burn_drive_get_status_v2() 2024-03-01 19:51:34 +01:00
Thomas Schmitt 17a020e9fc Augmented struct burn_toc_entry by new off_t block addresses and counters 2024-02-27 20:48:11 +01:00
Thomas Schmitt 069b4edecd Removed use of undefined data by a rarely occuring error message 2024-02-26 16:06:56 +01:00
Thomas Schmitt 84e8efeb0a Changed a byte size variable from int to off_t. Currently only used with CD DAO and thus not really necessary. 2024-02-26 15:58:36 +01:00
Thomas Schmitt ddebbf1b60 Bug fix: burn_offst_source_new() parameter "size" rolled over at 2 exp 31 2024-02-26 15:57:18 +01:00
Thomas Schmitt ca29b77091 Checking length of pseudo-drive address to prevent possible overflow 2023-09-12 15:21:17 +02:00
Thomas Schmitt 046f581baa Changed gpg key server recommendation to keyserver.ubuntu.com. Corrected repo instructions from SVN to git. 2023-06-20 19:56:33 +02:00
Thomas Schmitt c8ceb73b5f Updated change log 2023-06-07 20:40:00 +02:00
Thomas Schmitt f4a09e9536 Made number transition to 1.5.7 2023-06-07 20:36:56 +02:00
Thomas Schmitt 4628231cec Updated change log 2023-06-07 15:54:15 +02:00
Thomas Schmitt f795db5d61 Last minute correction in cdrskin web page 2023-06-07 15:51:14 +02:00
Thomas Schmitt 9acb8ad6da Updated cdrskin tarball generator 2023-06-07 15:33:00 +02:00
Thomas Schmitt 1172ef74c6 Made number transition to 1.5.6 2023-06-07 15:23:54 +02:00
Thomas Schmitt a904ae995a Enlarged maximum allowed tsize= value to 4 TiB - 2 KiB (just in case) 2022-12-10 11:18:05 +01:00
Thomas Schmitt 1954514210 Updated copyright dates of cdrskin 2022-04-05 16:04:43 +02:00
Thomas Schmitt 629a4fa44d Let cdrskin take options -VV and -VVV as -V 2022-04-05 15:59:50 +02:00
Thomas Schmitt 879cb991df Updated change log 2021-11-25 19:11:37 +01:00
Thomas Schmitt d4d63213ab Improved man page of cdrskin about -force after enabling overburning in libburn 2021-11-24 12:47:16 +01:00
Thomas Schmitt 7765fbd1ab Enabled overburning with burn_write_opts_set_force(,1) 2021-11-24 12:45:07 +01:00
Thomas Schmitt da44c706ea New cdrskin option --bdr_obs_exempt 2021-09-12 10:46:28 +02:00
Thomas Schmitt 31591b8196 New API call burn_write_opts_set_bdr_obs_exempt() 2021-09-12 10:41:59 +02:00
Thomas Schmitt 27e15689e5 Let mmc_read_cd() for CD-DA set command.dxfer_len 2021-09-02 20:13:23 +02:00
Thomas Schmitt 0a1bbb1696 Added doc/waveformat.txt to libburn tarball 2021-09-02 20:11:02 +02:00
Thomas Schmitt c76145f5e1 Corrected man page about the default of extract_basename= 2021-09-02 20:09:42 +02:00
Thomas Schmitt 8d270b1fda Removed unneeded configure.ac macro AC_C_BIGENDIAN 2021-09-02 20:07:44 +02:00
Thomas Schmitt 892df643c9 Made optional the use of libcam and thus SCSI passthrough on GNU/FreeBSD systems 2021-03-12 09:28:36 +01:00
Thomas Schmitt 31e8f5cf0e Unified size of large or unlimited pseudo drives to 4 TiB - 32 KiB 2021-02-28 13:20:09 +01:00
Thomas Schmitt 2a977cfc4b Improved error message if a track is larger than 4 TiB - 32 KiB 2021-02-28 13:17:27 +01:00
Thomas Schmitt be039ff191 Updated change log 2021-01-30 16:48:07 +01:00
Thomas Schmitt f1d5c670c5 Made number transition to 1.5.5 2021-01-30 16:46:15 +01:00
Thomas Schmitt d3bd97c05e Updated change log 2021-01-30 16:41:02 +01:00
Thomas Schmitt d146886763 Corrected SONAME parameters to produce libburn.so.4.107.0 2021-01-30 12:51:39 +01:00
Thomas Schmitt d95d5a2484 Updated cdrskin tarball generator 2021-01-30 10:55:10 +01:00
Thomas Schmitt 2a58d5ae5c Made number transition to 1.5.4 2021-01-30 10:52:56 +01:00
Thomas Schmitt 3468a2ad38 Tolerating all sense replies of form 6,28,* 2020-09-30 20:53:53 +02:00
Thomas Schmitt 6b2ae7d141 For now using CDROM_SIMUL_CHANGE only if -DLibburn_use_linux_ioctl_simul_changE 2020-09-20 22:46:55 +02:00
Thomas Schmitt ab6b1039a4 Changed experimental ioctl from CDROM_REVALIDATE to CDROM_SIMUL_CHANGE 2020-09-20 10:45:15 +02:00
Thomas Schmitt 8b9a8cfb4b New API call burn_nominal_slowdown() 2020-08-26 16:04:06 +02:00
Thomas Schmitt 0e1f5dc3da New API call burn_drive_set_speed_exact() 2020-08-24 15:28:15 +02:00
Thomas Schmitt 8d934ee7b8 Testing use of experimental ioctl CDROM_REVALIDATE after media state changes 2020-08-22 15:22:11 +02:00
Thomas Schmitt e09acf3b8a Corrected a typo in man cdrskin found by lintian 2020-07-11 11:47:46 +02:00
Thomas Schmitt 799175019b Bug fix: Early SCSI commands from sg-linux.c were not logged 2020-04-15 20:52:05 +02:00
Thomas Schmitt b57c05c874 Incremented .so numbering to libburn.so.4.106.0 2019-11-26 18:07:40 +01:00
Thomas Schmitt d4593f49ae Updated README about 1.5.2.pl01 2019-11-25 20:36:31 +01:00
Thomas Schmitt 91f7d4d34a Bug fix: cdrskin multi-track burning was slow and stalled after track 1. Regression introduced in version 1.5.0 by commit 84fad99, 2018.02.05 2019-11-25 10:13:29 +01:00