Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite entire package #99

Merged
merged 19 commits into from
Nov 7, 2018
Merged

Rewrite entire package #99

merged 19 commits into from
Nov 7, 2018

Commits on Nov 6, 2018

  1. Configuration menu
    Copy the full SHA
    6fa3a39 View commit details
    Browse the repository at this point in the history
  2. Implement tar

    mholt committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    c0325ae View commit details
    Browse the repository at this point in the history
  3. Implement .tar.gz

    mholt committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    132b9c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d66ce6 View commit details
    Browse the repository at this point in the history
  5. Implement bzip2 tarballs

    mholt committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    cdc9a4c View commit details
    Browse the repository at this point in the history
  6. Implement tar.lz4

    mholt committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    066db17 View commit details
    Browse the repository at this point in the history
  7. Implement tar.sz

    mholt committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    4d7927b View commit details
    Browse the repository at this point in the history
  8. Implement rar (reading only)

    mholt committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    5c97d91 View commit details
    Browse the repository at this point in the history
  9. Implement CLI

    mholt committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    35c2dd7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6d03522 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    779b64c View commit details
    Browse the repository at this point in the history
  12. Update README

    mholt committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    b3459cf View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. tar/zip: Fix a couple bugs and edge cases

    The archivers' walks now skip the output archive, if contained in
    one of the source directory trees. For zip files, it would fill the
    disk and for tar files it would be included in the archive, about
    10 KB of it...
    
    Tar now closes the Reader/Writer wrapper last, after the inner
    tar writer/reader has been closed. Otherwise result is a corrupted
    archive that could be opened by archiver, but not by the OS.
    mholt committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    e54b7d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b3eda1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fea250a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48dff64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f50eb75 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d48ce61 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into rewrite

    # Conflicts:
    #	archiver_test.go
    #	bz2.go
    #	cmd/archiver/main.go
    #	gz.go
    mholt committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    604eb37 View commit details
    Browse the repository at this point in the history