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

Partial send on blocking sockets is not available in Windows #9

Merged
merged 33 commits into from
Aug 20, 2023

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    4633aa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    746cb77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a70d608 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32a4df3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37f1a1b View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    b4190df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa6ab50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59e4ac1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b4160e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28894af View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Socket: make all sockets non-blocking

    in Windows the partial send flags were not working
    the TLS socket (which has not been fixed yet) was also deemed readable/writable in error because of unlimited timeout
    mporsch committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    6e955f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c7577b View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. style

    mporsch committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    77285c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7753196 View commit details
    Browse the repository at this point in the history
  3. style

    mporsch committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    d36b55b View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    160b9ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e7b1e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06acfe5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b807fe2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52c9f84 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. SocketAsync: add debug prints

    mporsch committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    6c1802d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8514cb9 View commit details
    Browse the repository at this point in the history
  3. test: disable stable tests

    mporsch committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    93255bb View commit details
    Browse the repository at this point in the history
  4. test: fix typos

    mporsch committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    1be8c55 View commit details
    Browse the repository at this point in the history
  5. Revert "test: disable stable tests"

    This reverts commit 93255bb.
    mporsch committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    4d187f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dda6531 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Configuration menu
    Copy the full SHA
    68c6011 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90d980f View commit details
    Browse the repository at this point in the history
  3. github: re-enable disabled builds

    This reverts commit 8514cb9.
    mporsch committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    580e156 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Configuration menu
    Copy the full SHA
    ea0bb32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3674d3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b60ddad View commit details
    Browse the repository at this point in the history
  4. Socket: documentation

    mporsch committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    f5aebf9 View commit details
    Browse the repository at this point in the history