aboutsummaryrefslogtreecommitdiffstats
path: root/common/rdr/FdOutStream.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use standard library naming for exceptionsPierre Ossman2024-11-061-2/+2
* Consistently use SocketException for socket errorsPierre Ossman2024-10-091-2/+2
* Use nullptr in all C++ codePierre Ossman2024-06-241-3/+3
* Merge branch 'types2' of https://github.com/CendioOssman/tigervncPierre Ossman2023-06-301-2/+2
|\
| * Consistently use uint8_t for data buffersPierre Ossman2023-03-181-2/+2
* | Emulate corking when TCP_CORK is missingPierre Ossman2023-06-281-1/+6
|/
* Avoid redefining errnoPierre Ossman2023-02-041-6/+6
* Use BufferedOutStream in more streamsPierre Ossman2022-08-251-1/+1
* Revert "Support TCP_NOPUSH as alternative to TCP_CORK"Pierre Ossman2021-03-021-4/+0
* Support TCP_NOPUSH as alternative to TCP_CORKPierre Ossman2021-03-021-0/+4
* Add missing headers for TCP_CORKPierre Ossman2021-03-021-0/+2
* Change streams to be asynchronousPierre Ossman2020-05-211-44/+15
* Generalise corking to all output streamsPierre Ossman2020-05-211-0/+10
* Remove unused bufSize argument from streamsPierre Ossman2020-05-211-3/+2
* Create common base classes for buffered streamsPierre Ossman2020-05-211-75/+16
* Add stream avail() methodsPierre Ossman2020-05-211-2/+2
* Be defensive about overflows in stream objectsPierre Ossman2019-11-151-3/+4
* Use size_t for lengths in stream objectsPierre Ossman2019-11-151-10/+10
* Fully standardise on send()/recv()Pierre Ossman2017-11-081-3/+2
* Added my/Cendio copyright where relevantPeter Åstrand (astrand)2017-11-081-0/+1
* Use send() with MSG_DONTWAIT when possiblePeter Åstrand (astrand)2017-11-081-1/+9
* Fix busy loop in FdOutStream::flush()Pierre Ossman2016-10-101-1/+6
* Clean up FdOutStream::flush()Pierre Ossman2016-04-291-21/+3
* Remove Windows 98 socket workaroundPierre Ossman2016-04-291-26/+22
* Remove old Windows CE codePierre Ossman2015-11-091-9/+0
* Fix Winsock errno code overlapPierre Ossman2015-05-291-1/+1
* Use a common header file for Windows errno names.Peter Åstrand (astrand)2015-02-051-3/+1
* Add method to query how long since we last wrote something to a fd.Pierre Ossman2011-11-151-0/+11
* Make socket writes non-blockable. This allows the system to more quicklyPierre Ossman2011-10-251-9/+68
* - use unix/configure.ac as top-level configure.ac baseAdam Tkac2009-09-041-2/+2
* Check where select() is defined during configure timeAdam Tkac2008-11-141-3/+7
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-251-0/+159