The Wayback Machine - https://web.archive.org/web/20230130084318/https://github.com/Miserlou/Loop/commits/master
Skip to content
Permalink
master
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 Nov 17, 2020

  1. Merge pull request #65 from mira01/neg_error_codes_master

    Fix negative error codes in summary.
    Rich Jones committed Nov 17, 2020
  2. Merge pull request #63 from mira01/fix_doc1

    Fix documentation of until-error
    Rich Jones committed Nov 17, 2020
  3. Merge pull request #62 from mira01/integration-tests

    Introduce integration tests
    Rich Jones committed Nov 17, 2020
  4. Merge pull request #66 from bobrippling/handle-errors

    Handle seek, truncate and read errors
    Rich Jones committed Nov 17, 2020
  5. Merge pull request #67 from bobrippling/readme-quoting

    Add quoting to README
    Rich Jones committed Nov 17, 2020

Commits on Nov 12, 2020

  1. Handle seek, truncate and read errors

    [`.ok()`] converts the `Result` to an `Option`, and then we throw
    it away. This ensures we panic if we hit a failure, rather than
    executing code in face of an error.
    
    [`.ok()`]: https://doc.rust-lang.org/std/result/enum.Result.html#method.ok
    bobrippling committed Nov 12, 2020
  2. Add quoting to README

    bobrippling committed Nov 12, 2020

Commits on Oct 12, 2020

  1. Fix negative error codes in summary.

    Miroslav Čech committed Oct 12, 2020

Commits on Oct 5, 2020

  1. Introduce integration tests

    Miroslav Čech committed Oct 5, 2020
  2. Fix documentation of until-error

    Miroslav Čech committed Oct 5, 2020

Commits on Jan 18, 2020

  1. Merge pull request #59 from crazy-max/master

    Fix Cargo.lock
    Rich Jones committed Jan 18, 2020

Commits on Oct 17, 2019

  1. Fix Cargo.lock

    crazy-max committed Oct 17, 2019

Commits on Sep 2, 2019

  1. Merge pull request #58 from gaetronik/bounce_structopt

    Bounce structopt to last 0.2 version
    Rich Jones committed Sep 2, 2019
  2. Merge branch 'master' into bounce_structopt

    Rich Jones committed Sep 2, 2019
  3. Merge pull request #57 from gaetronik/fix-structopt-derive-requirement

    Enforce structopt-derive version and bump cargo.lock
    Rich Jones committed Sep 2, 2019

Commits on Mar 24, 2019

Commits on Mar 2, 2019

  1. Add flag to return error code on duration timeout (#49)

    * Add flag to return error code on duration timeout
    
    * Update readme for --duration-error flag
    art-of-dom committed Mar 2, 2019
  2. Merge pull request #51 from art-of-dom/extra-iteration-fix

    Move --for-duration and --until-time logic to fix extra iteration
    Rich Jones committed Mar 2, 2019

Commits on Feb 8, 2019

  1. idk when i did this

    Miserlou committed Feb 8, 2019
  2. Merge pull request #48 from tspiteri/count-precision

    Use precision of count_by argument for COUNT variable
    Rich Jones committed Feb 8, 2019

Commits on Feb 4, 2019

  1. ls -1, close #45

    Miserlou committed Feb 4, 2019
  2. Fix count by last numbers

    Miserlou committed Feb 4, 2019
  3. 0.6.0 - --until-stagnates

    Miserlou committed Feb 4, 2019
  4. Merge pull request #43 from norcalli/master

    Bugfix '--until-changes' and add '--until-stagnates' flag
    Rich Jones committed Feb 4, 2019

Commits on Feb 2, 2019

  1. Bugfix '--until-changes' and add '--until-stagnates' flag

    The `--until-changes` flag was being triggered on every invocation,
    so now it's only triggered if the flag is passed.
    
    The `--until-stagnates` flag is the foil to `--until-changes`, which
    will exit if the output *stops* changing.
    
    Add `--until-stagnates` to the README
    norcalli authored and Ashkan Kiani committed Feb 2, 2019

Commits on Jan 31, 2019

  1. 0.5.0 until changes

    Miserlou committed Jan 31, 2019
  2. update rdme

    Miserlou committed Jan 31, 2019
Older