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

instead of skipping, let's prepare the parts and mark it noop #356

Merged
merged 70 commits into from
Oct 16, 2023

Commits on Sep 19, 2023

  1. WIP

    TingDaoK committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    ac0c9e6 View commit details
    Browse the repository at this point in the history
  2. hook it up with s3

    TingDaoK committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    43d792b View commit details
    Browse the repository at this point in the history
  3. io/future.h

    TingDaoK committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    6c23fd6 View commit details
    Browse the repository at this point in the history
  4. fix compile error

    TingDaoK committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    55d025d View commit details
    Browse the repository at this point in the history
  5. fix use after free

    TingDaoK committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    f36e660 View commit details
    Browse the repository at this point in the history
  6. fix tests

    TingDaoK committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    88e36fc View commit details
    Browse the repository at this point in the history
  7. disable the test for now

    TingDaoK committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    15b1dc4 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. only allow one read per time

    TingDaoK committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    bc350f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    392ee38 View commit details
    Browse the repository at this point in the history
  3. type case

    TingDaoK committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    71caee4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5754ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7c16ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f75c45a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    771369d View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. updates

    TingDaoK committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    15026da View commit details
    Browse the repository at this point in the history
  2. use after free

    TingDaoK committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    54401cd View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    7fc8dce View commit details
    Browse the repository at this point in the history
  2. const

    TingDaoK committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    0b8c393 View commit details
    Browse the repository at this point in the history
  3. use define

    TingDaoK committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    2a0626c View commit details
    Browse the repository at this point in the history
  4. update comments

    TingDaoK committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    7630d1c View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. try to use mmap

    TingDaoK committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    e6a4ae1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6d6318 View commit details
    Browse the repository at this point in the history
  3. unused lable

    TingDaoK committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    524c568 View commit details
    Browse the repository at this point in the history
  4. forgot to destroy the string

    TingDaoK committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    2106654 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. a wrapper around mmap

    TingDaoK committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    8fc1bda View commit details
    Browse the repository at this point in the history
  2. add windows impl

    TingDaoK committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    6565dba View commit details
    Browse the repository at this point in the history
  3. a bit more error handling

    TingDaoK committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    04667c6 View commit details
    Browse the repository at this point in the history
  4. renaming and comments

    TingDaoK committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    8b18679 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. map and unmap

    TingDaoK committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    c9b56b2 View commit details
    Browse the repository at this point in the history
  2. let's fix windows later

    TingDaoK committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    d74a4ee View commit details
    Browse the repository at this point in the history
  3. windows impl

    TingDaoK committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    e08da93 View commit details
    Browse the repository at this point in the history
  4. fix warning

    TingDaoK committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    b1b0a98 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    4d75985 View commit details
    Browse the repository at this point in the history
  2. rcbc

    TingDaoK committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    c6a1011 View commit details
    Browse the repository at this point in the history
  3. red code best code

    TingDaoK committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    afe61b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. clean up

    TingDaoK committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    11141c5 View commit details
    Browse the repository at this point in the history
  2. check for file modified

    TingDaoK committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    cd666c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9c3dce View commit details
    Browse the repository at this point in the history
  4. one missing

    TingDaoK committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    d4f531f View commit details
    Browse the repository at this point in the history
  5. add test for eos

    TingDaoK committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    88b5de8 View commit details
    Browse the repository at this point in the history
  6. heap use after free

    TingDaoK committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    b500eb7 View commit details
    Browse the repository at this point in the history
  7. fix compile issue

    TingDaoK committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    84fff59 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3cfc0ae View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    8651866 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b9a4da View commit details
    Browse the repository at this point in the history
  3. renaming

    TingDaoK committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    f204570 View commit details
    Browse the repository at this point in the history
  4. fix the test count

    TingDaoK committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    5e3c8f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c8a5bb View commit details
    Browse the repository at this point in the history
  6. delete the extra

    TingDaoK committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    e2718c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    68c62e1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    25f0140 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    316b8c0 View commit details
    Browse the repository at this point in the history
  10. add comment

    TingDaoK committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    1461481 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bca43d2 View commit details
    Browse the repository at this point in the history
  12. more test

    TingDaoK committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    1cc2d01 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    52d2d94 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Apply suggestions from code review

    Co-authored-by: Michael Graeb <graebm@amazon.com>
    TingDaoK and graebm committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    540e5fa View commit details
    Browse the repository at this point in the history
  2. address comments

    TingDaoK committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    9c96251 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8614ea5 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. clean up

    TingDaoK committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    0401db5 View commit details
    Browse the repository at this point in the history
  2. comments addressed

    TingDaoK committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    0f96e35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e712ba6 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Michael Graeb <graebm@amazon.com>
    TingDaoK and graebm committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    4914373 View commit details
    Browse the repository at this point in the history
  5. still needs errno.h

    TingDaoK committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    68aa652 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. why it fails??

    TingDaoK committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    9b78f79 View commit details
    Browse the repository at this point in the history
  2. fix the error

    TingDaoK committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    00a533c View commit details
    Browse the repository at this point in the history
  3. fix compile wraning

    TingDaoK committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    122ac29 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    9bcdfda View commit details
    Browse the repository at this point in the history
  2. address comments

    TingDaoK committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    e87fdd4 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. merge

    TingDaoK committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    80a305c View commit details
    Browse the repository at this point in the history