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

Replace socket select() with poll() #6296

Merged
merged 22 commits into from Jan 11, 2022

Commits on Dec 29, 2021

  1. Configuration menu
    Copy the full SHA
    6435eab View commit details
    Browse the repository at this point in the history
  2. Toggle select vs poll

    britzl committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    befd7af View commit details
    Browse the repository at this point in the history
  3. Use only poll

    britzl committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    2872d93 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Configuration menu
    Copy the full SHA
    e92fb6c View commit details
    Browse the repository at this point in the history
  2. Update http_server.cpp

    britzl committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    db7a8ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    635faa5 View commit details
    Browse the repository at this point in the history
  4. Windows support

    britzl committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    9876dd9 View commit details
    Browse the repository at this point in the history
  5. More windows fixes

    britzl committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    c82a6a9 View commit details
    Browse the repository at this point in the history
  6. Windows fixes

    britzl committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    d763971 View commit details
    Browse the repository at this point in the history
  7. Update file_descriptor.cpp

    britzl committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    12b2166 View commit details
    Browse the repository at this point in the history
  8. Update file_descriptor.cpp

    britzl committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    39543a3 View commit details
    Browse the repository at this point in the history
  9. Update file_descriptor.cpp

    britzl committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    e8486b0 View commit details
    Browse the repository at this point in the history
  10. Changed struct

    britzl committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    dbf984a View commit details
    Browse the repository at this point in the history
  11. Removed incorrect include

    britzl committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    dd0e412 View commit details
    Browse the repository at this point in the history
  12. Use of poller for sslsocket

    britzl committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    bd23c4f View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2022

  1. Properly handle timeouts

    britzl committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    cbe7535 View commit details
    Browse the repository at this point in the history
  2. Micro vs millisencond timeout

    britzl committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    124b0d7 View commit details
    Browse the repository at this point in the history
  3. Handle timeouts the right way

    britzl committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    d8ef13e View commit details
    Browse the repository at this point in the history
  4. Also dump revents

    britzl committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    6cb3055 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. Fixed typo

    --skip-ci
    britzl committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    f044003 View commit details
    Browse the repository at this point in the history
  2. Removed unused Result struct

    britzl committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    1c85240 View commit details
    Browse the repository at this point in the history
  3. Review fixes

    britzl committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    aa09681 View commit details
    Browse the repository at this point in the history