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/cloudproof rust integration #81

Merged
merged 31 commits into from
Nov 20, 2023

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    6ddad4e View commit details
    Browse the repository at this point in the history
  2. fix: remove CryptoCore from the dev-dependencies

    Just import it with the `ser` feature when compiling Findex with the
    `in_memory` feature.
    tbrezot committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    e1431aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c37f82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    481923b View commit details
    Browse the repository at this point in the history
  5. fix: fix user key type

    tbrezot committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    6838c1d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4fa6ef4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e158910 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dcce5e9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3e31ba4 View commit details
    Browse the repository at this point in the history
  10. feat: use async closure in compact operation

    + add compact operation to the `Index` trait.
    tbrezot committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    537f3e9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1817e8a View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    a1a979f View commit details
    Browse the repository at this point in the history
  2. fix: remove mutability of Findex structure.

    The EDX should provide a concurrently safe interface to Findex.
    tbrezot committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    843b52d View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

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

Commits on Oct 31, 2023

  1. fix: clippy pedantic warnings

    tbrezot committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    3243818 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    591ec11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2867ce6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e708031 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb849df View commit details
    Browse the repository at this point in the history
  6. fix: remove unwrap

    tbrezot committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    3e2f9e4 View commit details
    Browse the repository at this point in the history
  7. fix: reexport wrappers

    tbrezot committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    54b60b5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    69eb520 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    63eb274 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. fix: display

    tbrezot committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    451217c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03b54e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    175feb1 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Merge pull request #80 from Cosmian/fix/cloudproof_rust_integration_ffi

    feat: add logs on Index traits
    tbrezot committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    1d69d74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ee86b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

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

Commits on Nov 9, 2023

  1. fix: better compact errors

    tbrezot committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    182e1b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

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