Commits
start-track-nu…
Name already in use
Commits on Jan 12, 2019
Commits on Dec 30, 2018
-
Test for CDs with start track > 1.
Here we test a CD image with tracks 7, 8 and 9.
Commits on Dec 15, 2018
-
Fix endianess detection for CDs with starting track >1.
From Thomas Schmitt -- Committing on his behalf.
-
Fix the display of tracks by cd-paranoia for CDs with start track >1.
From Thomas Schmitt -- Committing on his behalf.
-
Commits on Dec 9, 2018
Commits on Sep 24, 2018
-
use HTTPS for links in the man page
Francesco Turco committedSep 24, 2018 -
Francesco Turco committed
Sep 24, 2018
Commits on Jul 28, 2018
-
Merge pull request rocky#16 from mskamp/master
Do not attempt to call a NULL callback (issue rocky#15)
-
Do not attempt to call a NULL callback (issue rocky#15)
Furthermore, the call is written in a manner consistent with the other calls to the callback in the file.
Commits on Jun 26, 2018
Commits on Jun 25, 2018
Commits on Aug 22, 2017
Commits on Jun 12, 2017
-
Merge pull request rocky#12 from trofi/master
configure.ac: fix out-of-tree tests
-
configure.ac: fix out-of-tree tests
To reproduce the test failure one needs to run configure using absolute path in a directory outside source tree. For example: $ $(pwd)/../libcdio-paranoia/configure $ make $ make check This will cause 'native_abs_top_srcdir' to contain wrong path. It happens because '[]' is an escape in autoconf. As a the following configure.ac snippet: [\\/]* | ?:[\\/]* ) # Absolute name. gets translated into the following shell code: \\/* | ?:\\/* ) # Absolute name. The fix is to change quotes from '[]' for a short while. Reported-by: eroen Reported-by: Paolo Pedroni Bug: https://bugs.gentoo.org/546388 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>Sergei Trofimovich committedJun 12, 2017
Commits on May 9, 2017
Commits on Apr 25, 2017
-
Force overreading into the lead-out portion of the disc. This option is only applicable when using the-O option with a positive sample offset value. Many drives are not capable of reading into this portion of the disc and attempting to do so on those drives will produce read errors and possibly hard lockups. See: https://gist.github.com/AnwarShah/560d77f7d7da52553f918f3ecb7401e3
Commits on Mar 26, 2017
Commits on Mar 25, 2017
-
-
configure.ac, Makefile.am: Add --disable-ld-version-script to configure utils.c: add header for gettimeofday
-
paranoia.h: fix up callback enumeration to have "wrote" and "finished"
-
-
Commits on Mar 19, 2017
-
-
Merge pull request rocky#10 from rocky/incorrect-track-bug-smallest-a…
…bsolute-value-match Incorrect track bug smallest absolute value match
Commits on Mar 15, 2017
-
Merge pull request rocky#9 from a10footsquirrel/multiple-matches-test
Create test for multiple matches bug
-
Merge pull request rocky#8 from a10footsquirrel/incorrect-track-bug-s…
…mallest-absolute-value-match Use LONG_MAX as sentinel value and use min_offset to check if errors/anomalies need to be reported
Commits on Mar 14, 2017
-
Create test for multiple matches bug
The test data is pretty large, but since the bug only happens in the places where paranoia tries to merge blocks we need to have at least two blocks and these are around 2.5MB.
A10FootSquirrel committedMar 14, 2017
Commits on Feb 7, 2017
-
Use LONG_MAX as sentinel value and use min_offset to check if errors/…
…anomalies need to be reported
A10FootSquirrel committedFeb 7, 2017