summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/r3/tcp.cpp
Commit message (Expand)AuthorAgeFilesLines
* IPRT: Make doxygen 1.9.6 happy. Mostly removing duplicate docs (iprt is docum...vboxsync2023-05-111-95/+0
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* IPRT: Resolve SetHandleInformation and GetHandleInformation dynamically and l...vboxsync2022-08-251-7/+2
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* IPRT/tcp: RTTcpClientCancelConnect must not attempt close an already cancelle...vboxsync2019-06-281-2/+4
* IPRT/socket.h: Added RTTcpSetBufferSize. bugref:9474vboxsync2019-05-281-0/+11
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* iprt/socket,tcp,pollset: Added RTTcpCreatePair. Implemented polling fallback ...vboxsync2018-01-071-0/+25
* (C) yearvboxsync2017-10-171-1/+1
* IPRT: More unused parameters and undefined preprocessor macor warning (C4668)...vboxsync2016-07-271-1/+1
* (C) 2016vboxsync2016-07-221-1/+1
* iprt: More doxygen corrections.vboxsync2015-09-291-1/+1
* *: scm cleanup run.vboxsync2015-08-141-12/+12
* IPRT: Updated (C) year.vboxsync2015-06-091-1/+1
* Runtime/socket: Add timeout argument to RTTcpClientConnectEx to specify the a...vboxsync2014-12-141-4/+4
* IPRT: Added RTTcpClientConnectEx and RTTcpClientCancelConnect.vboxsync2013-05-081-1/+45
* header (C) fixesvboxsync2013-02-041-1/+1
* IPRT: socket / address resolving fixes. Debugged.vboxsync2012-01-181-3/+0
* IPRT: socket / address resolving fixes.vboxsync2012-01-181-82/+15
* IPRT: -Wunused-parameter.vboxsync2011-10-221-1/+2
* VMM,IPRT: -Wunused-function.vboxsync2011-10-211-1/+0
* *: spelling fixes, thanks Timeless!vboxsync2010-10-281-1/+1
* tcp.cpp: Make the outlined fix for rtTcpClose workvboxsync2010-09-291-4/+4
* IPRT: RTTcpClientCloseEx - don't be nice to storage servers, they don't alway...vboxsync2010-09-291-0/+6
* tcp.cpp: Outlined fix rtTcpClose fix for 3.2.vboxsync2010-09-291-0/+72
* rtTcpClose: The trunk fix for the graceful shutdown hang.vboxsync2010-09-281-17/+21
* IPRT/Socket: Add extended select API where the events to wait for can be prov...vboxsync2010-09-071-0/+7
* IPRT/Socket: Add non blocking versions of the read/write methods. The mode is...vboxsync2010-07-261-0/+34
* IPRT:vboxsync2010-06-281-0/+16
* Runtime/tcp+socket: Add function to write to a socket using a scatter/gather ...vboxsync2010-06-171-0/+6
* RTTcpServerCreateEx: Don't assert when failing to resolve the host name.vboxsync2010-06-011-1/+0
* Automated rebranding to Oracle copyright/license strings via filemunchervboxsync2010-04-271-5/+1
* iprt: added RTTcpSetSendCoalescing.vboxsync2010-04-021-1/+7
* iprt: RTSocket/RTTcp: refcount the sockets the RTDbg* way.vboxsync2010-03-291-54/+88
* fix.vboxsync2010-03-291-5/+0
* tcp.cpp: no need to special FreeBSD case here I think.vboxsync2010-03-291-5/+4
* IPRT: Build fix for FreeBSDvboxsync2010-03-261-2/+10
* tcp.cpp: drop some of the includes.vboxsync2010-03-181-8/+0
* socket.cpp,tcp.cpp: Windows build fixes.vboxsync2010-03-181-45/+1
* iprt/socket.h: RTSocket API.vboxsync2010-03-181-816/+17
* tcp.cpp: build fix.vboxsync2010-03-181-12/+7
* build fixvboxsync2010-03-181-1/+2
* iprt,rdp,drvnamedpipe: Changed the RTSOCKET type from int to a struct pointer...vboxsync2010-03-181-311/+881
* r3/tcp.cpp: Mark all sockets as no-inherit. (TODO: windows)vboxsync2010-03-111-10/+39
* Runtime/tcp: new function to query the local address of a socket.vboxsync2010-03-011-35/+56
* iprt: RTEXITCODE, RTTcpServerListen2, RTTcpWrite fixes.vboxsync2010-02-221-15/+134
* RTTcpGetPeerAddress: Host endian for the port.vboxsync2010-02-171-2/+2
* tcp.cpp: IPRT_WITH_TCPIP_V6 not IPRT_TCP_IN6.vboxsync2010-02-171-3/+3