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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use std::min replace min
Kang Lin
2024-07-26
3
-9
/
+9
*
Avoid shadowing variables
Pierre Ossman
2024-06-24
3
-10
/
+10
*
Mark overridden virtual functions
Pierre Ossman
2024-06-24
16
-30
/
+30
*
Use nullptr in all C++ code
Pierre Ossman
2024-06-24
15
-51
/
+53
*
Merge branch 'types2' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2023-06-30
10
-12
/
+12
|
\
|
*
Consistently use uint8_t for data buffers
Pierre Ossman
2023-03-18
10
-12
/
+12
*
|
Emulate corking when TCP_CORK is missing
Pierre Ossman
2023-06-28
1
-1
/
+6
*
|
Prefer target_include_directories()
Pierre Ossman
2023-03-31
1
-5
/
+4
*
|
Add all common inter-dependencies
Pierre Ossman
2023-03-31
1
-1
/
+1
|
/
*
Avoid redefining errno
Pierre Ossman
2023-02-04
2
-12
/
+12
*
Get rid of TCHAR magic
Pierre Ossman
2023-02-04
1
-1
/
+0
*
Move hex conversion helpers to util
Pierre Ossman
2023-02-04
4
-78
/
+8
*
Use std::vector for basic data arrays
Pierre Ossman
2023-02-01
1
-71
/
+0
*
Use stdint types
Pierre Ossman
2023-02-01
23
-117
/
+127
*
Use __attribute__:s directly
Pierre Ossman
2023-01-05
1
-7
/
+2
*
Explicitly mark unused parameters
Pierre Ossman
2023-01-04
1
-1
/
+1
*
Mark system include paths correctly
Pierre Ossman
2023-01-04
1
-3
/
+3
*
Fix incorrect nettle library references
Pierre Ossman
2022-09-01
1
-1
/
+2
*
Add support for RSA-AES security types
pdlan
2022-09-01
5
-0
/
+296
*
Fix stream check for InStream::getptr()
Pierre Ossman
2022-08-25
1
-3
/
+0
*
Move include_directories() to proper places
Pierre Ossman
2022-08-25
1
-1
/
+3
*
Use BufferedOutStream in more streams
Pierre Ossman
2022-08-25
9
-161
/
+69
*
Make BufferedInStream allocation more available
Pierre Ossman
2022-08-25
14
-24
/
+43
*
Properly restore cork state when changed
Pierre Ossman
2022-06-28
2
-2
/
+13
*
Only implicitly flush on uncorking
Pierre Ossman
2022-06-28
1
-1
/
+1
*
Avoid temporary cmake variables
Pierre Ossman
2022-06-07
1
-5
/
+4
*
Enable stream sanity checks in debug builds
Pierre Ossman
2022-04-06
1
-1
/
+3
*
Don't trust GNUTLS_E_AGAIN
Pierre Ossman
2022-04-06
2
-3
/
+17
*
Be consistent in including config.h
Pierre Ossman
2021-12-30
8
-8
/
+24
*
Increase maximum input buffer
Pierre Ossman
2021-11-04
1
-1
/
+1
*
Propagate exceptions from GnuTLS push/pull functions
Pierre Ossman
2021-06-11
4
-3
/
+28
*
Remove early data check for TLSInStream
Pierre Ossman
2021-06-11
1
-5
/
+3
*
Propagate errno to GnuTLS
Pierre Ossman
2021-06-11
2
-0
/
+10
*
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
*
Fix overloaded function signature
Pierre Ossman
2021-01-26
2
-2
/
+2
*
Remove unused attributes
Pierre Ossman
2021-01-26
1
-3
/
+0
*
Change streams to be asynchronous
Pierre Ossman
2020-05-21
21
-198
/
+193
*
Remove readString()/writeString()
Pierre Ossman
2020-05-21
4
-57
/
+0
*
Improved bandwidth monitoring
Pierre Ossman
2020-05-21
2
-60
/
+2
*
Make direct stream API a bit safer
Pierre Ossman
2020-05-21
6
-31
/
+35
*
Log I/O errors from TLS streams
Pierre Ossman
2020-05-21
2
-1
/
+10
*
Check buffer usage with a simply boolean
Pierre Ossman
2020-05-21
2
-8
/
+10
*
Dynamically allocate stream buffers
Pierre Ossman
2020-05-21
4
-28
/
+132
*
Don't shuffle input buffer unless actually needed
Pierre Ossman
2020-05-21
1
-4
/
+6
*
Generalise corking to all output streams
Pierre Ossman
2020-05-21
9
-24
/
+69
*
Remove unused bufSize argument from streams
Pierre Ossman
2020-05-21
16
-34
/
+27
*
Simplify stream availability handling
Pierre Ossman
2020-05-21
17
-113
/
+63
*
Create common base classes for buffered streams
Pierre Ossman
2020-05-21
19
-397
/
+413
[next]