summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/Serial/DrvTCP.cpp
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-1/+0
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* VMM,Devices: Add callbacks to required MMR3* APIs to the helper callbacks tab...vboxsync2021-10-201-1/+1
* Devices/Serial: Change the serial drivers to access the CFGM API through the ...vboxsync2021-10-201-3/+4
* Devices/Serial/DrvTCP: Decrement connection count on orderly shutdown, fixes ...vboxsync2020-09-131-20/+24
* Devices/Serial/DrvTCP: Avoid filling up the pipe with external woken up reque...vboxsync2020-06-051-23/+40
* Devices/Serial/DrvTCP: Don't block the guest if there is no one connected in ...vboxsync2020-05-061-27/+62
* Devices/Serial/DrvTCP: Fix connection handling for the server case and avoid ...vboxsync2020-04-061-33/+57
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* Devices/Serial/DrvTCP: Fixed stalling reads on Windows hosts caused by slight...vboxsync2018-08-101-16/+22
* Serial/DrvTcp: scm updatesvboxsync2017-10-271-3/+5
* Serial/DrvTCP: Fix for Windows hosts where the write event in a poll is only ...vboxsync2017-09-111-1/+31
* pdmifs.h,Serial: Reworked stream interface. The old design with the two read/...vboxsync2017-09-071-176/+279
* @copydoc -> @interface_method_implvboxsync2016-08-041-2/+2
* Devices: warningsvboxsync2016-08-031-5/+7
* Wrap ws2tcpip.h too.vboxsync2016-07-301-1/+1
* (C) 2016vboxsync2016-07-221-1/+1
* DrvTCP: On Windows call WSAStartup() ourselves, don't rely on anothervboxsync2016-03-021-0/+14
* *: scm cleanup run.vboxsync2015-08-141-12/+14
* 5.0.0 Beta 2vboxsync2015-04-141-0/+492