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

feat: Adding self-extracting file as an optional feature #31

Open
wants to merge 37 commits into
base: main
Choose a base branch
from

Commits on Jul 23, 2024

  1. Adding self-executable

    prsabahrami committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    58eda9c View commit details
    Browse the repository at this point in the history
  2. Added header.sh

    prsabahrami committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    175ed05 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    4ae4b35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5171a0 View commit details
    Browse the repository at this point in the history
  3. Adding tests

    prsabahrami committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    cecfe4e View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    447a6e2 View commit details
    Browse the repository at this point in the history
  2. fix ci

    pavelzw authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    c2290a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    506ff30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9cf18a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Initialized extractor

    prsabahrami committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    b23c1a9 View commit details
    Browse the repository at this point in the history
  2. Update chore.yml

    prsabahrami authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    4bed827 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd71898 View commit details
    Browse the repository at this point in the history
  4. Update ci.yml

    prsabahrami authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    85d50eb View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Added extractor

    prsabahrami committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    5990275 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78352cb View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    34ece1e View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    bab4334 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a409cc View commit details
    Browse the repository at this point in the history
  3. Fixed unpack.rs

    prsabahrami committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    2c70aa1 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    9591883 View commit details
    Browse the repository at this point in the history
  2. Revert "Merge branch 'main' into selfexec_support"

    This reverts commit 9591883, reversing
    changes made to 2c70aa1.
    prsabahrami committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    aeb8873 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0137e5b View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Adding tests

    prsabahrami committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    04b3a45 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    90c1014 View commit details
    Browse the repository at this point in the history
  2. Fixed merge conflict

    prsabahrami committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    62ec962 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Update dependencies

    prsabahrami committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    b7abd97 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. added download to pack

    prsabahrami committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    89a242d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Added windows support

    prsabahrami committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    1bf7523 View commit details
    Browse the repository at this point in the history
  2. added tests

    prsabahrami committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    4157a22 View commit details
    Browse the repository at this point in the history
  3. added tests and run fmt

    prsabahrami committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    1109360 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c06d2b View commit details
    Browse the repository at this point in the history
  5. Remove extractor tests

    prsabahrami committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    76d41fc View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Update src/header.sh

    Co-authored-by: Pavel Zwerschke <[email protected]>
    prsabahrami and pavelzw authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    db13b4a View commit details
    Browse the repository at this point in the history
  2. Update src/header.sh

    Co-authored-by: Pavel Zwerschke <[email protected]>
    prsabahrami and pavelzw authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9d2c1ac View commit details
    Browse the repository at this point in the history
  3. Update src/main.rs

    Co-authored-by: Pavel Zwerschke <[email protected]>
    prsabahrami and pavelzw authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e980ec1 View commit details
    Browse the repository at this point in the history
  4. Update tests/integration_test.rs

    Co-authored-by: Pavel Zwerschke <[email protected]>
    prsabahrami and pavelzw authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    bc037b5 View commit details
    Browse the repository at this point in the history
  5. Update tests/integration_test.rs

    Co-authored-by: Pavel Zwerschke <[email protected]>
    prsabahrami and pavelzw authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    cc6b42e View commit details
    Browse the repository at this point in the history