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

Auto PR from release/0.8 to main #563

Merged
merged 5 commits into from
Sep 18, 2024
Merged

Auto PR from release/0.8 to main #563

merged 5 commits into from
Sep 18, 2024

Commits on Aug 19, 2024

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

Commits on Aug 29, 2024

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

Commits on Sep 2, 2024

  1. add fstack CI (#549)

    beef9999 authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    b41b89e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    e951a93 View commit details
    Browse the repository at this point in the history
  2. Fix/sockpool wait_for_fd 0.8 (#557)

    * FIX: wait_for_fd in epoll should atleast put into sleep for a tiny moment
    
    * Also fix on kqueue
    
    wait_for_fd reap events when wait_for_fd in 0 timeout
    
    fix kevent immeidate enqueue
    
    KQueue event submitt always use immediate
    
    fix
    
    Fix kqueue response for wait_for_fd with interests=0
    
    Remove unused code
    
    * Since now thread_usleep(0) can also bring errno of interruption, it should be working
    
    * No more needs of  in kqueue
    
    * No need to change epoll
    Coldwings authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    812ae91 View commit details
    Browse the repository at this point in the history