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
/
TLSInStream.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make BufferedInStream allocation more available
Pierre Ossman
2022-08-25
1
-2
/
+2
*
Don't trust GNUTLS_E_AGAIN
Pierre Ossman
2022-04-06
1
-3
/
+16
*
Propagate exceptions from GnuTLS push/pull functions
Pierre Ossman
2021-06-11
1
-2
/
+13
*
Remove early data check for TLSInStream
Pierre Ossman
2021-06-11
1
-5
/
+3
*
Propagate errno to GnuTLS
Pierre Ossman
2021-06-11
1
-0
/
+5
*
Change streams to be asynchronous
Pierre Ossman
2020-05-21
1
-7
/
+6
*
Log I/O errors from TLS streams
Pierre Ossman
2020-05-21
1
-1
/
+6
*
Simplify stream availability handling
Pierre Ossman
2020-05-21
1
-2
/
+2
*
Create common base classes for buffered streams
Pierre Ossman
2020-05-21
1
-37
/
+9
*
Add stream avail() methods
Pierre Ossman
2020-05-21
1
-1
/
+1
*
Merge branch 'secfix' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2019-12-20
1
-8
/
+10
|
\
|
*
Be defensive about overflows in stream objects
Pierre Ossman
2019-11-15
1
-4
/
+6
|
*
Use size_t for lengths in stream objects
Pierre Ossman
2019-11-15
1
-5
/
+5
*
|
Handle pending data in TLS buffers
Pierre Ossman
2019-12-09
1
-3
/
+5
|
/
*
Merge branch 'upreqs' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2015-03-12
1
-6
/
+5
|
\
|
*
Raise GnuTLS requirements to 3.x
Pierre Ossman
2015-01-29
1
-6
/
+5
*
|
Fix bad signed/unsigned comparisons
Pierre Ossman
2015-03-03
1
-1
/
+1
|
/
*
GnuTLS 3.x has removed gnutls_transport_set_global_errno() in favour of
Pierre Ossman
2012-07-03
1
-6
/
+3
*
Refactor the TLS code so that the push/pull functions are aware of their
Pierre Ossman
2012-07-03
1
-3
/
+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
-7
/
+13
*
[Development] Implement secure TLS streams.
Adam Tkac
2010-04-23
1
-0
/
+111