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

Use StorePathDescriptor much more wildly #68

Merged
merged 45 commits into from
Jul 22, 2020

Commits on Jun 19, 2020

  1. Configuration menu
    Copy the full SHA
    20799a5 View commit details
    Browse the repository at this point in the history
  2. WIP bug fixing

    meditans committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    e7a1411 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    507aa48 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. More bug fixing

    meditans committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    73ac003 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'hash-always-has-type' of github.com:obsidiansystems/nix…

    … into hash-always-has-type
    meditans committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    3dc10f7 View commit details
    Browse the repository at this point in the history
  3. Improve content address parsing

     - Ensure hash is in form <algo>-<prefix> and not SRI.
    
     - Better errors if something goes wrong
    
     - string_view for no coppying
    Ericson2314 committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    55d4bd6 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Configuration menu
    Copy the full SHA
    98e5d1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec3a857 View commit details
    Browse the repository at this point in the history
  3. Fix test suite

    meditans committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    8d51d38 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Configuration menu
    Copy the full SHA
    987a4a0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'hash-always-has-type' of github.com:obsidiansystems/nix…

    … into better-ca-parse-errors
    Ericson2314 committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    a83566e View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    7ba0fae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77b51f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1f66d1 View commit details
    Browse the repository at this point in the history
  4. WIP initial design

    meditans committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    b798efb View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Configuration menu
    Copy the full SHA
    c2e7f7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    274a813 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6faeec3 View commit details
    Browse the repository at this point in the history
  4. Remove unused import

    meditans committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    d63a5de View commit details
    Browse the repository at this point in the history
  5. Inline Hash::init()

    meditans committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    c8c4bcf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    263ccdd View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Fix test suite

    meditans committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    343d156 View commit details
    Browse the repository at this point in the history
  2. Inline newFunction

    meditans committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    27c8029 View commit details
    Browse the repository at this point in the history
  3. Get rid of the std::pair

    meditans committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    f61bc45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9462d8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36cbc74 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ea48e3a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b6b10b1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1fc835a View commit details
    Browse the repository at this point in the history
  9. Fix Narinfo corruption detection bug

    The aim of this check was just to ensure each key occurs once.
    Ericson2314 committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    1be279a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2f93d9f View commit details
    Browse the repository at this point in the history
  11. Move getParsedTypeAndSRI to a more suitable location

    Also mark it static
    Ericson2314 committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    a7cd742 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    13796be View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. Configuration menu
    Copy the full SHA
    dbffd30 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'hash-always-has-type' of github.com:obsidiansystems/nix…

    … into better-ca-parse-errors
    Ericson2314 committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    3134db1 View commit details
    Browse the repository at this point in the history
  3. Fix Perl

    Ericson2314 committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    d291be4 View commit details
    Browse the repository at this point in the history
  4. Fix Perl, again...

    Ericson2314 committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    d4250fe View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

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

Commits on Jul 9, 2020

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

Commits on Jul 13, 2020

  1. Configuration menu
    Copy the full SHA
    4415765 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c466cb2 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Configuration menu
    Copy the full SHA
    f8a1403 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecf65a6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'store-path-or-ca' of github.com:obsidiansystems/nix int…

    …o store-path-or-ca-reconcile
    Ericson2314 committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    f4918ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9f83f2 View commit details
    Browse the repository at this point in the history