Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Oct 8, 2022

Commits on Aug 27, 2022

Commits on Aug 24, 2022

Commits on Jul 27, 2022

  1. chore: Release v3.1.0

    alerque committed Jul 27, 2022
  2. fix(build): Use gai_strerrorA not gai_strerror on Windows

    * Explicitly call gai_strerrorA (for Windows builds), so that the code work correctly in 32bit or 64bit builds.
    
    * Implement GAI_STRERROR macro to deal with Windows vs. Non-Windows compiles for 64-bit.
    
    * make usocket.c consistent with other modules that call macro GAI_STRERROR
    
    * Use different name not just different case for macro wrapping function
    
    Co-authored-by: Caleb Maclennan <caleb@alerque.com>
    rpatters1 and alerque committed Jul 27, 2022
  3. feat(tcp): Add support for TCP Defer Accept

    This makes it so that a listening socket does not become readable for
    accept() until a connection has been fully established *and* started
    sending something, thus the program doesn't have to wait for the first
    data. This only makes sense for client-speaks-first protocols.
    
    Co-authored-by: Caleb Maclennan <caleb@alerque.com>
    Zash and alerque committed Jul 27, 2022
Older