VirtualBox

source: vbox/trunk/src/VBox/Runtime/r3/socket.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @72364   7 years vboxsync comment typos
(edit) @71950   7 years vboxsync socket.cpp: Windows polling fixes for problem where we got stuck …
(edit) @71949   7 years vboxsync Runtime/socket.cpp: Typo
(edit) @70485   7 years vboxsync iprt/socket.cpp: stupid me
(edit) @70484   7 years vboxsync iprt/socket.cpp: two fixes
(edit) @70483   7 years vboxsync IPRT/socket,poll: Try fix windows polling bug (not fallback) …
(edit) @70481   7 years vboxsync iprt/socket,tcp,pollset: Added RTTcpCreatePair. Implemented polling …
(edit) @70401   7 years vboxsync IPRT/socket: WSAStartup fix for winsock 1.1 (NT 3.1).
(edit) @70393   7 years vboxsync IPRT/winsock: init fixes.
(edit) @70244   7 years vboxsync iprt/socket: fix a white-space-checker burn.
(edit) @70206   7 years vboxsync IPRT/socket.cpp: Fixed socket even leak (windows + polling).
(edit) @70205   7 years vboxsync IPRT/socket.cpp: Initialize winsock before creating sockets.
(edit) @70198   7 years vboxsync IPRT/R3: Made the core work on NT 3.51 (still experimental). [build fix]
(edit) @70195   7 years vboxsync IPRT/R3: Made the core work on NT 3.51 (still experimental).
(edit) @69111   7 years vboxsync (C) year
(edit) @67170   8 years vboxsync RTSocketSelectOneEx: Addendeum to r115827: Should set …
(edit) @67151   8 years vboxsync Runtime/r3/socket: when checking for select() results it is possible …
(edit) @66862   8 years vboxsync Runtime: provide LogRel output for all cases resulting in …
(edit) @62761   8 years vboxsync Wrap ws2tcpip.h too.
(edit) @62592   8 years vboxsync IPRT: More unused parameters and undefined preprocessor macor warning …
(edit) @62584   8 years vboxsync IPRT: Unused parameters on windows.
(edit) @62570   8 years vboxsync IPRT: More unused parameters.
(edit) @62564   8 years vboxsync IPRT: Mark unused parameters.
(edit) @62477   8 years vboxsync (C) 2016
(edit) @62464   8 years vboxsync socket.cpp: build fix
(edit) @60910   9 years vboxsync iprt/socket.cpp: set *pcbWritten to 0 on windows too when returning …
(edit) @60902   9 years vboxsync Runtime/RTSocketReadNB: Set *pcbRead to 0 if the socket is in non …
(edit) @60756   9 years vboxsync Runtime/socket.cpp: Initialise fEventsSaved properly or we might get …
(edit) @59278   9 years vboxsync Runtime: gcc 6 detects if both sides of logical || contain the same …
(edit) @58389   9 years vboxsync IPRT: Added RTSocketWriteToNB for non-blocking writes to UDP sockets …
(edit) @58295   9 years vboxsync iprt: Added RTLocalIpcSessionReadNB on posix systems.
(edit) @58282   9 years vboxsync localipc-posix.cpp: Partly debugged code.
(edit) @57978   9 years vboxsync IPRT: Doxygen warning fixes (last ones, hopefully).
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56978   9 years vboxsync Runtime: Formatting fixes, time.cpp being the most significant.
(edit) @56290   9 years vboxsync IPRT: Updated (C) year.
(edit) @53624   10 years vboxsync scm automatic cleanups.
(edit) @53542   10 years vboxsync Committed a bit too much
(edit) @53538   10 years vboxsync oops
(edit) @53537   10 years vboxsync Build fix
(edit) @53536   10 years vboxsync Runtime/socket: Add timeout argument to RTTcpClientConnectEx to …
(edit) @53489   10 years vboxsync build fix.
(edit) @53487   10 years vboxsync Split rtSocketBindRawAddr from rtSocketBind.
(edit) @50457   11 years vboxsync RTSocketQueryAddressStr: don't reinvent %RTnaipv4 and %RTnaipv6. This …
(edit) @48935   11 years vboxsync Runtime: Whitespace and svn:keyword cleanups by scm.
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44487   12 years vboxsync IPRT: Poll on OS/2.
(edit) @44469   12 years vboxsync IPRT: Merging poll-win.cpp and poll-posix.cpp, part 1.
(edit) @44429   12 years vboxsync IPRT/r3/socket.cpp: OS/2 has trouble sending buffers larger than 64KB, …
(edit) @43363   12 years vboxsync Haiku Additions.
(edit) @43213   12 years vboxsync RTSocketGetAddrInfo -> RTSocketQueryAddressStr
(edit) @43206   12 years vboxsync More cleanups.
(edit) @43205   12 years vboxsync cleanup fix
(edit) @43204   12 years vboxsync The code breaks NT4 additions, trying a quick fix before backing out …
(edit) @43203   12 years vboxsync cleanup.
(edit) @43183   12 years vboxsync Runtime breakage for OS/2
(edit) @43176   12 years vboxsync more windows build fixes
(edit) @43174   12 years vboxsync vcc build fix
(edit) @43171   12 years vboxsync Runtime: add IPv6 parsing/resolving functions (contributed by Oliver …
(edit) @39807   13 years vboxsync duh2!
(edit) @39806   13 years vboxsync duh!
(edit) @39804   13 years vboxsync Fixed regression (I hope) in yesterdays tcp/socket changes (name …
(edit) @39802   13 years vboxsync IPRT: socket / address resolving fixes. Debugged.
(edit) @39801   13 years vboxsync IPRT: socket / address resolving fixes.
(edit) @39032   13 years vboxsync IPRT: Fixed unused variable warnings.
(edit) @37196   14 years vboxsync Runtime/socket+udp: new socket functions needed to provide UDP as part …
(edit) @34507   14 years vboxsync IPRT: Visual C++ warnings.
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @32800   14 years vboxsync socket.cpp: minor cleanup.
(edit) @32320   14 years vboxsync oops
(edit) @32276   14 years vboxsync IPRT/Socket: Add extended select API where the events to wait for can …
(edit) @32134   14 years vboxsync nits
(edit) @32131   14 years vboxsync Runtime/poll: New attempt to save received events to prevent losing them
(edit) @31585   14 years vboxsync Another one
(edit) @31584   14 years vboxsync Try to fix burning builds
(edit) @31582   14 years vboxsync Runtime/sockets: Don't loop in the non blocking calls
(edit) @31450   14 years vboxsync Runtime/socket: Make use of the new method to convert the S/G buffer …
(edit) @31212   14 years vboxsync socket.cpp: renamed function to better reflect what's going on now.
(edit) @31189   14 years vboxsync Runtime/sockets: Don't switch back to blocking mode if the socket is …
(edit) @31122   14 years vboxsync IPRT/Sockets: Fix switch to blocking mode
(edit) @31121   14 years vboxsync IPRT/Sockets: Fix switch to blocking mode
(edit) @31106   14 years vboxsync Fix windows burn, take 3
(edit) @31105   14 years vboxsync Really fix windows burn
(edit) @31104   14 years vboxsync Fix windows burn
(edit) @31103   14 years vboxsync IPRT/Socket: Add non blocking versions of the read/write methods. The …
(edit) @30468   14 years vboxsync IPRT: - Corrected RTSGBUF member names. - Corrected RTSgBufInit …
(edit) @30307   14 years vboxsync compile fix
(edit) @30306   14 years vboxsync Runtime/socket: Windows does have a good enough sendmsg() equivalent …
(edit) @30275   14 years vboxsync Runtime/socket: fix size_t/int problem
(edit) @30273   14 years vboxsync Runtime/socket: typo
(edit) @30272   14 years vboxsync Runtime/socket: there is no sendmsg equivalent on all Windows …
(edit) @30270   14 years vboxsync Runtime/tcp+socket: Add function to write to a socket using a …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28535   15 years vboxsync iprt: add RTSocketFromNative API
(edit) @27791   15 years vboxsync socket.cpp: build fix.
(edit) @27787   15 years vboxsync iprt: RTSocket/RTTcp: refcount the sockets the RTDbg* way.
(edit) @27772   15 years vboxsync Backed out 59389 (r3/socket.cpp) as it seems to cause some really …
(edit) @27755   15 years vboxsync IPRT: an attempt to implement correct socket use accounting
(edit) @27549   15 years vboxsync iprt/socket.cpp: relaxed the locking for accept and shutdown.
(edit) @27541   15 years vboxsync RT: temporary commented out owner assert in RT socket's shutdown() - …
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette