• src/xpdev/multisock.c sockwrap.c

    From deuce@VERT to CVS commit on Sat Aug 31 22:44:50 2013
    src/xpdev multisock.c 1.9 1.10 sockwrap.c 1.46 1.47
    Update of /cvsroot/sbbs/src/xpdev
    In directory cvs:/tmp/cvs-serv10211

    Modified Files:
    multisock.c sockwrap.c
    Log Message:
    Attempt to fix for windows. We don't currently include ws2tcpip.h which
    is what defines socklen_t, so we need to undefine our copy before including that header.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Sat Sep 26 18:24:35 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/35435a9626d88910957fb6ff
    Modified Files:
    src/xpdev/multisock.c sockwrap.c
    Log Message:
    Place socket error description at the end of the logged messages.

    Socket error descriptions on Windows can be quite long (e.g. > 128 chars) and include punctuation, so include at the end of logged socket error messages.

    If FormatMessage() fails on Windows (in socket_strerror()) return the GetLastError() value in the error description.
    ---
    ï¿­ Synchronet ï¿­ Vertrauen ï¿­ Home of Synchronet ï¿­ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sat Mar 20 21:19:23 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/85f5df80298b20ff8b665770
    Modified Files:
    src/xpdev/multisock.c sockwrap.c
    Log Message:
    Stop using select() in *nix for xpdev stuff.
    ---
    ï¿­ Synchronet ï¿­ Vertrauen ï¿­ Home of Synchronet ï¿­ [vert/cvs/bbs].synchro.net