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
/
TLSOutStream.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use standard library naming for exceptions
Pierre Ossman
2024-11-06
1
-3
/
+3
*
Subclass exceptions from std::exception
Pierre Ossman
2024-11-06
1
-2
/
+2
*
Use what() to access exception description
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
*
Consistently use uint8_t for data buffers
Pierre Ossman
2023-03-18
1
-1
/
+1
*
Use stdint types
Pierre Ossman
2023-02-01
1
-1
/
+1
*
Use BufferedOutStream in more streams
Pierre Ossman
2022-08-25
1
-41
/
+9
*
Properly restore cork state when changed
Pierre Ossman
2022-06-28
1
-1
/
+6
*
Propagate exceptions from GnuTLS push/pull functions
Pierre Ossman
2021-06-11
1
-1
/
+11
*
Propagate errno to GnuTLS
Pierre Ossman
2021-06-11
1
-0
/
+5
*
Log I/O errors from TLS streams
Pierre Ossman
2020-05-21
1
-0
/
+4
*
Generalise corking to all output streams
Pierre Ossman
2020-05-21
1
-1
/
+17
*
Simplify stream availability handling
Pierre Ossman
2020-05-21
1
-10
/
+3
*
Add stream avail() methods
Pierre Ossman
2020-05-21
1
-1
/
+1
*
Be defensive about overflows in stream objects
Pierre Ossman
2019-11-15
1
-2
/
+4
*
Use size_t for lengths in stream objects
Pierre Ossman
2019-11-15
1
-5
/
+5
*
Raise GnuTLS requirements to 3.x
Pierre Ossman
2015-01-29
1
-5
/
+4
*
GnuTLS 3.x has removed gnutls_transport_set_global_errno() in favour of
Pierre Ossman
2012-07-03
1
-5
/
+2
*
Refactor the TLS code so that the push/pull functions are aware of their
Pierre Ossman
2012-07-03
1
-2
/
+11
*
Support building with older versions of gnutls; Fix gnutls detection when bui...
DRC
2010-09-30
1
-0
/
+4
*
[Bugfix] Properly report transport errors to GNUTLS.
Adam Tkac
2010-08-25
1
-2
/
+10
*
[Development] Implement secure TLS streams.
Adam Tkac
2010-04-23
1
-0
/
+106