summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/r3/udp.cpp
Commit message (Expand)AuthorAgeFilesLines
* IPRT: Make doxygen 1.9.6 happy. Mostly removing duplicate docs (iprt is docum...vboxsync2023-05-111-56/+0
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* Runtime: Implement RTUdpCreateServerSocket(), bugref:9822vboxsync2022-09-261-0/+45
* IPRT: Resolve SetHandleInformation and GetHandleInformation dynamically and l...vboxsync2022-08-251-5/+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
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* (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
* Runtime: fixed parameters for RTUdpCreateClientSocketvboxsync2015-09-301-4/+5
* Runtime/udp: use default connect.vboxsync2015-09-291-1/+1
* Runtime: Allow specifying the default destination address on the UDP client s...vboxsync2015-09-291-3/+9
* IPRT: Add RTUdpCreateClientSocket.vboxsync2015-09-291-0/+35
* 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
* header (C) fixesvboxsync2013-02-041-1/+1
* IPRT: socket / address resolving fixes.vboxsync2012-01-181-46/+6
* IPRT: -Wunused-parameter.vboxsync2011-10-221-0/+2
* Runtime/udp: build fixvboxsync2011-05-241-2/+0
* Runtime/socket+udp: new socket functions needed to provide UDP as part of the...vboxsync2011-05-241-0/+728