index
:
tigervnc.git
1.0-branch
1.1-branch
1.10-branch
1.11-branch
1.12-branch
1.13-branch
1.14-branch
1.2-branch
1.3-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
1.9-branch
master
High performance, multi-platform VNC client and server: https://github.com/TigerVNC/tigervnc
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
rdr
/
FdOutStream.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use standard library naming for exceptions
Pierre Ossman
2024-11-06
1
-2
/
+2
*
Consistently use SocketException for socket errors
Pierre Ossman
2024-10-09
1
-2
/
+2
*
Use nullptr in all C++ code
Pierre Ossman
2024-06-24
1
-3
/
+3
*
Merge branch 'types2' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2023-06-30
1
-2
/
+2
|
\
|
*
Consistently use uint8_t for data buffers
Pierre Ossman
2023-03-18
1
-2
/
+2
*
|
Emulate corking when TCP_CORK is missing
Pierre Ossman
2023-06-28
1
-1
/
+6
|
/
*
Avoid redefining errno
Pierre Ossman
2023-02-04
1
-6
/
+6
*
Use BufferedOutStream in more streams
Pierre Ossman
2022-08-25
1
-1
/
+1
*
Revert "Support TCP_NOPUSH as alternative to TCP_CORK"
Pierre Ossman
2021-03-02
1
-4
/
+0
*
Support TCP_NOPUSH as alternative to TCP_CORK
Pierre Ossman
2021-03-02
1
-0
/
+4
*
Add missing headers for TCP_CORK
Pierre Ossman
2021-03-02
1
-0
/
+2
*
Change streams to be asynchronous
Pierre Ossman
2020-05-21
1
-44
/
+15
*
Generalise corking to all output streams
Pierre Ossman
2020-05-21
1
-0
/
+10
*
Remove unused bufSize argument from streams
Pierre Ossman
2020-05-21
1
-3
/
+2
*
Create common base classes for buffered streams
Pierre Ossman
2020-05-21
1
-75
/
+16
*
Add stream avail() methods
Pierre Ossman
2020-05-21
1
-2
/
+2
*
Be defensive about overflows in stream objects
Pierre Ossman
2019-11-15
1
-3
/
+4
*
Use size_t for lengths in stream objects
Pierre Ossman
2019-11-15
1
-10
/
+10
*
Fully standardise on send()/recv()
Pierre Ossman
2017-11-08
1
-3
/
+2
*
Added my/Cendio copyright where relevant
Peter Åstrand (astrand)
2017-11-08
1
-0
/
+1
*
Use send() with MSG_DONTWAIT when possible
Peter Åstrand (astrand)
2017-11-08
1
-1
/
+9
*
Fix busy loop in FdOutStream::flush()
Pierre Ossman
2016-10-10
1
-1
/
+6
*
Clean up FdOutStream::flush()
Pierre Ossman
2016-04-29
1
-21
/
+3
*
Remove Windows 98 socket workaround
Pierre Ossman
2016-04-29
1
-26
/
+22
*
Remove old Windows CE code
Pierre Ossman
2015-11-09
1
-9
/
+0
*
Fix Winsock errno code overlap
Pierre Ossman
2015-05-29
1
-1
/
+1
*
Use a common header file for Windows errno names.
Peter Åstrand (astrand)
2015-02-05
1
-3
/
+1
*
Add method to query how long since we last wrote something to a fd.
Pierre Ossman
2011-11-15
1
-0
/
+11
*
Make socket writes non-blockable. This allows the system to more quickly
Pierre Ossman
2011-10-25
1
-9
/
+68
*
- use unix/configure.ac as top-level configure.ac base
Adam Tkac
2009-09-04
1
-2
/
+2
*
Check where select() is defined during configure time
Adam Tkac
2008-11-14
1
-3
/
+7
*
Migrating to new directory structure adopted from the RealVNC's source tree. ...
Constantin Kaplinsky
2006-05-25
1
-0
/
+159