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

Minimal viable implementation of poll_oneoff for Windows #552

Merged
merged 33 commits into from
Jan 23, 2020

Commits on Jan 9, 2020

  1. Configuration menu
    Copy the full SHA
    4695c95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98e84ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40ec01a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7cb8137 View commit details
    Browse the repository at this point in the history
  5. Comment on infinite sleep

    marmistrz committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    a8e9b1a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5cd3e99 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a2b556f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    54a398a View commit details
    Browse the repository at this point in the history
  9. WIP

    marmistrz committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    0b50274 View commit details
    Browse the repository at this point in the history
  10. WIP

    marmistrz committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    f20b5a4 View commit details
    Browse the repository at this point in the history
  11. WIP

    marmistrz committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    9197a68 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. More WIP

    marmistrz committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    432dbf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2c6329 View commit details
    Browse the repository at this point in the history
  3. Update Cargo.lock

    marmistrz committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    d31242c View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

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

    marmistrz committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    748894a View commit details
    Browse the repository at this point in the history
  3. wip

    marmistrz committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    8e8826d View commit details
    Browse the repository at this point in the history
  4. wip

    marmistrz committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    3261626 View commit details
    Browse the repository at this point in the history
  5. Align with Unix

    marmistrz committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    33818ea View commit details
    Browse the repository at this point in the history
  6. Handle timeout

    marmistrz committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    410777d View commit details
    Browse the repository at this point in the history
  7. fix build

    marmistrz committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    5b9272f View commit details
    Browse the repository at this point in the history
  8. Improve comments

    marmistrz committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    3c132d6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    716acf7 View commit details
    Browse the repository at this point in the history
  10. Finish minimal impl

    marmistrz committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    caa6897 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4f9218e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    947e74d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1c050b6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b5f293a View commit details
    Browse the repository at this point in the history
  15. Extra comments

    marmistrz committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    e4905c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. Configuration menu
    Copy the full SHA
    8a02a48 View commit details
    Browse the repository at this point in the history
  2. Properly return errors.

    marmistrz committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    5b5f9a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d29244 View commit details
    Browse the repository at this point in the history
  4. Fix a typo.

    Co-Authored-By: Peter Huene <peterhuene@protonmail.com>
    marmistrz and peterhuene committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    13afbd0 View commit details
    Browse the repository at this point in the history