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

Alpine Package Keeper (apk) format support #1054

Merged
merged 30 commits into from
Apr 28, 2016
Merged

Alpine Package Keeper (apk) format support #1054

merged 30 commits into from
Apr 28, 2016

Commits on Dec 29, 2015

  1. Configuration menu
    Copy the full SHA
    c195efe View commit details
    Browse the repository at this point in the history
  2. APK control tar implementation

    Knetic committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    2f91b8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1aff3d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e17e10 View commit details
    Browse the repository at this point in the history
  5. Implemented checksum rewriting

    Knetic committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    9d437d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a85fa3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0b2ea18 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    81b9ff6 View commit details
    Browse the repository at this point in the history
  9. Fixed a menagerie of errors around extension header, and ensured that…

    … output concatted tar is also gzipped
    Knetic committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    c0afd61 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    52e2c61 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6078704 View commit details
    Browse the repository at this point in the history
  12. Ensured that extension headers are only added to file contents, not d…

    …irectories or nul records
    Knetic committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    9a0ce23 View commit details
    Browse the repository at this point in the history
  13. Fixed hanging nul-records on data tar. Ensured both tars are -individ…

    …ually- zipped before concatenation.
    Knetic committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    0dcf15a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a46aaac View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5ef04f0 View commit details
    Browse the repository at this point in the history
  16. Cleaned up some logic, and ensured that only two nul records are ever…

    … written to the resultant tar.
    Knetic committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    feb16be View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fdf7ccc View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    55e2e23 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    cbef21f View commit details
    Browse the repository at this point in the history
  20. Cleaned up header cutting logic, ensured that permission bits are rem…

    …oved from control tar
    Knetic committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    af19256 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    231e4fb View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    94215c5 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4418f1a View commit details
    Browse the repository at this point in the history
  24. First actually-working version

    Knetic committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    15ac8a0 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    9b3c0f3 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    9e857de View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    333a2d6 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    8ac30f4 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    277926b View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    a254064 View commit details
    Browse the repository at this point in the history