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
*
Mark all exception type methods as noexcept
Pierre Ossman
2024-11-26
2
-23
/
+25
*
Don't save exceptions as std::exception
Pierre Ossman
2024-11-26
2
-6
/
+14
*
Change some assertions to exceptions
Pierre Ossman
2024-11-22
2
-3
/
+7
*
Capitalize some more logging and exceptions
Pierre Ossman
2024-11-22
3
-4
/
+4
*
Merge branch 'master' of https://github.com/madnicendio/tigervnc
Pierre Ossman
2024-11-22
2
-9
/
+9
|
\
|
*
Capitalize first letter in log, exception & error
Madeleine Nilsson
2024-11-21
2
-9
/
+9
*
|
Use standard library naming for exceptions
Pierre Ossman
2024-11-06
11
-49
/
+49
*
|
Replace base exception class with standard library
Pierre Ossman
2024-11-06
5
-25
/
+56
*
|
Use standard exception classes
Pierre Ossman
2024-11-06
8
-33
/
+31
*
|
Subclass exceptions from std::exception
Pierre Ossman
2024-11-06
7
-24
/
+13
*
|
Use what() to access exception description
Pierre Ossman
2024-11-06
3
-5
/
+5
*
|
Don't modify exception description dynamically
Pierre Ossman
2024-11-06
2
-56
/
+56
*
|
Use static string for exceptions
Pierre Ossman
2024-11-06
5
-18
/
+30
*
|
Get Unicode Windows error strings
Pierre Ossman
2024-11-06
1
-0
/
+9
|
/
*
Split SystemException to handle Windows
Pierre Ossman
2024-10-09
4
-21
/
+38
*
Consistently use SocketException for socket errors
Pierre Ossman
2024-10-09
4
-8
/
+8
*
Move SocketException to rdr
Pierre Ossman
2024-10-09
1
-0
/
+4
*
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
[next]