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

fix(tar): enable unix paths in tar RootPath #582

Merged
merged 15 commits into from Aug 16, 2022
Merged

fix(tar): enable unix paths in tar RootPath #582

merged 15 commits into from Aug 16, 2022

Commits on Feb 17, 2021

  1. Fix Root path on unix Operating system

    (cherry picked from commit 14a6292)
    (cherry picked from commit 93e3464)
    sensslen authored and Simon Ensslen committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    176a501 View commit details
    Browse the repository at this point in the history
  2. - Use string extension method for path cleanup to make it equal wihto…

    …ut code duplication
    
    - Add unit test that tests the compression and extraction
    
    (cherry picked from commit cf007d5)
    (cherry picked from commit 29ac1d3)
    Simon Ensslen committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    4a9fd0d View commit details
    Browse the repository at this point in the history
  3. Add test commend and correct file location for dummy file

    (cherry picked from commit a90e117)
    (cherry picked from commit 216ab62)
    Simon Ensslen committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    52f3dc6 View commit details
    Browse the repository at this point in the history
  4. Fix Unit Tests

    (cherry picked from commit 376ca1e)
    (cherry picked from commit 159dbd4)
    Simon Ensslen committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    a5c1634 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2021

  1. Update src/ICSharpCode.SharpZipLib/Tar/TarEntry.cs

    Co-authored-by: nils måsén <nils@piksel.se>
    sensslen and piksel committed May 22, 2021
    Configuration menu
    Copy the full SHA
    0e0a451 View commit details
    Browse the repository at this point in the history
  2. Update test/ICSharpCode.SharpZipLib.Tests/Tar/TarTests.cs

    Co-authored-by: nils måsén <nils@piksel.se>
    sensslen and piksel committed May 22, 2021
    Configuration menu
    Copy the full SHA
    8bcddfe View commit details
    Browse the repository at this point in the history
  3. Update test/ICSharpCode.SharpZipLib.Tests/Tar/TarTests.cs

    Co-authored-by: nils måsén <nils@piksel.se>
    sensslen and piksel committed May 22, 2021
    Configuration menu
    Copy the full SHA
    32b4c8a View commit details
    Browse the repository at this point in the history
  4. Update test/ICSharpCode.SharpZipLib.Tests/Tar/TarTests.cs

    Co-authored-by: nils måsén <nils@piksel.se>
    sensslen and piksel committed May 22, 2021
    Configuration menu
    Copy the full SHA
    947a712 View commit details
    Browse the repository at this point in the history
  5. Update src/ICSharpCode.SharpZipLib/Tar/TarStringExtension.cs

    Co-authored-by: nils måsén <nils@piksel.se>
    sensslen and piksel committed May 22, 2021
    Configuration menu
    Copy the full SHA
    5ffbddc View commit details
    Browse the repository at this point in the history
  6. Update src/ICSharpCode.SharpZipLib/Tar/TarStringExtension.cs

    Co-authored-by: nils måsén <nils@piksel.se>
    sensslen and piksel committed May 22, 2021
    Configuration menu
    Copy the full SHA
    17e951f View commit details
    Browse the repository at this point in the history
  7. Update src/ICSharpCode.SharpZipLib/Tar/TarStringExtension.cs

    Co-authored-by: nils måsén <nils@piksel.se>
    sensslen and piksel committed May 22, 2021
    Configuration menu
    Copy the full SHA
    7719114 View commit details
    Browse the repository at this point in the history
  8. Update src/ICSharpCode.SharpZipLib/Tar/TarArchive.cs

    Co-authored-by: nils måsén <nils@piksel.se>
    sensslen and piksel committed May 22, 2021
    Configuration menu
    Copy the full SHA
    faa7725 View commit details
    Browse the repository at this point in the history
  9. Fix test

    Simon Ensslen committed May 22, 2021
    Configuration menu
    Copy the full SHA
    f2371ce View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Configuration menu
    Copy the full SHA
    b6829c7 View commit details
    Browse the repository at this point in the history
  2. fix(tar): except root dir from traversal logic

    also updates the references to test util helpers
    piksel committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    f1b175a View commit details
    Browse the repository at this point in the history