Skip to content

Commits

Permalink
start-track-nu…
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Jan 12, 2019

  1. Copy the full SHA
    8833c05 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    46b5369 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2018

  1. Test for CDs with start track > 1.

    Here we test a CD image with tracks 7, 8 and 9.
    vext01 committed Dec 30, 2018
    Copy the full SHA
    90382a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2018

  1. Fix endianess detection for CDs with starting track >1.

    From Thomas Schmitt -- Committing on his behalf.
    vext01 committed Dec 15, 2018
    Copy the full SHA
    d7cafd0 View commit details
    Browse the repository at this point in the history
  2. Fix the display of tracks by cd-paranoia for CDs with start track >1.

    From Thomas Schmitt -- Committing on his behalf.
    vext01 committed Dec 15, 2018
    Copy the full SHA
    28429e9 View commit details
    Browse the repository at this point in the history
  3. OpenBSD: Make autogen.sh work.

    vext01 committed Dec 15, 2018
    Copy the full SHA
    3d1fb61 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2018

  1. Track numbers may not start at one.

    Joint work with Thomas Schmitt.
    vext01 committed Dec 9, 2018
    Copy the full SHA
    9d2cf9f View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2018

  1. Merge pull request rocky#19 from fturco/man-page

    Improve the man page
    rocky committed Sep 24, 2018
    Copy the full SHA
    f282b9c View commit details
    Browse the repository at this point in the history
  2. use HTTPS for links in the man page

    Francesco Turco committed Sep 24, 2018
    Copy the full SHA
    d389ec2 View commit details
    Browse the repository at this point in the history
  3. fix typos in the man page

    Francesco Turco committed Sep 24, 2018
    Copy the full SHA
    6cac078 View commit details
    Browse the repository at this point in the history
  4. Merge pull request rocky#18 from fturco/readme

    Fix typo in README.md
    rocky committed Sep 24, 2018
    Copy the full SHA
    2810aa8 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2018

  1. fix typo

    Francesco Turco committed Sep 23, 2018
    Copy the full SHA
    7979c73 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2018

  1. Merge pull request rocky#16 from mskamp/master

    Do not attempt to call a NULL callback (issue rocky#15)
    rocky committed Jul 28, 2018
    Copy the full SHA
    2f40808 View commit details
    Browse the repository at this point in the history
  2. 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.
    mskamp committed Jul 28, 2018
    Copy the full SHA
    443905e View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. Remove CircleCI 1.0

    rocky committed Jun 26, 2018
    Copy the full SHA
    6591cb8 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. Try CircleCI 2.0

    rocky committed Jun 25, 2018
    Copy the full SHA
    1ae44b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

  1. Copy the full SHA
    da12cf5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0a9671a View commit details
    Browse the repository at this point in the history
  3. Merge pull request rocky#11 from rocky/force-overread

    Adds --force-overread
    rocky committed Aug 22, 2017
    Copy the full SHA
    b63fec7 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2017

  1. Merge pull request rocky#12 from trofi/master

    configure.ac: fix out-of-tree tests
    rocky committed Jun 12, 2017
    Copy the full SHA
    48125c4 View commit details
    Browse the repository at this point in the history
  2. 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 committed Jun 12, 2017
    Copy the full SHA
    4803c62 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2017

  1. Copy the full SHA
    69b1fab View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2017

  1. Adds --force-overread

    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
    rocky committed Apr 25, 2017
    Copy the full SHA
    83a8fc5 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2017

  1. Copy the full SHA
    3e7bcd0 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2017

  1. More ignore

    rocky committed Mar 25, 2017
    Copy the full SHA
    fa0fe9d View commit details
    Browse the repository at this point in the history
  2. OSX (and other OS) linting

    configure.ac, Makefile.am: Add --disable-ld-version-script to configure
    utils.c: add header for gettimeofday
    rocky committed Mar 25, 2017
    Copy the full SHA
    efa6d2b View commit details
    Browse the repository at this point in the history
  3. Remove clang warnings...

    paranoia.h: fix up callback enumeration to have "wrote" and "finished"
    rocky committed Mar 25, 2017
    Copy the full SHA
    0a1b745 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    39c8c1d View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    7ff287e View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2017

  1. Copy the full SHA
    395fef6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rocky#10 from rocky/incorrect-track-bug-smallest-a…

    …bsolute-value-match
    
    Incorrect track bug smallest absolute value match
    enzo1982 committed Mar 19, 2017
    Copy the full SHA
    0f043a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. Merge pull request rocky#9 from a10footsquirrel/multiple-matches-test

    Create test for multiple matches bug
    rocky committed Mar 15, 2017
    Copy the full SHA
    0a004c8 View commit details
    Browse the repository at this point in the history
  2. 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
    rocky committed Mar 15, 2017
    Copy the full SHA
    d4ef140 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2017

  1. 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 committed Mar 14, 2017
    Copy the full SHA
    c4e11ee View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2017

  1. Use LONG_MAX as sentinel value and use min_offset to check if errors/…

    …anomalies need to be reported
    A10FootSquirrel committed Feb 7, 2017
    Copy the full SHA
    55f3f34 View commit details
    Browse the repository at this point in the history
Older