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.15-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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Fully standardise on send()/recv()
Pierre Ossman
2017-11-08
2
-7
/
+6
*
|
|
Merge branch 'x0-xdesktop-initial-cursor' of https://github.com/x11clone/x11c...
Pierre Ossman
2017-11-08
24
-762
/
+575
|
\
\
\
|
*
|
|
x0vncserver does not support SetDesktopSize; remove -AcceptSetDesktopSize
Peter Åstrand (astrand)
2017-11-08
3
-0
/
+27
|
*
|
|
Configuration::listParams wants width/nameWidth; not ConfigurationObject
Peter Åstrand (astrand)
2017-11-08
1
-1
/
+1
|
*
|
|
Removed IRIX/Solaris overlay support
Peter Åstrand (astrand)
2017-11-08
5
-289
/
+4
|
*
|
|
Remove support for Lynx/OS
Peter Åstrand (astrand)
2017-11-08
4
-20
/
+0
|
*
|
|
Added my/Cendio copyright where relevant
Peter Åstrand (astrand)
2017-11-08
4
-0
/
+4
|
*
|
|
Set the correct cursor when starting
Peter Åstrand (astrand)
2017-11-08
2
-6
/
+16
|
*
|
|
Use send() with MSG_DONTWAIT when possible
Peter Åstrand (astrand)
2017-11-08
1
-1
/
+9
|
*
|
|
Define cork() as pure virtual in Socket class
Peter Åstrand (astrand)
2017-11-08
4
-7
/
+8
|
*
|
|
Move XDesktop to separate file
Peter Åstrand (astrand)
2017-11-08
4
-419
/
+499
|
*
|
|
Using namespace rfb in header files is a bad idea
Peter Åstrand (astrand)
2017-11-07
5
-17
/
+15
|
*
|
|
Build with support for MIT-SHM
Peter Åstrand (astrand)
2017-11-07
2
-11
/
+1
*
|
|
|
Avoid corner case of applications rendering at frame rate
Pierre Ossman
2017-11-06
1
-1
/
+11
*
|
|
|
Fix broken logic for sending mouse cursor
Pierre Ossman
2017-11-06
1
-2
/
+3
*
|
|
|
Update distro package requirements
Brian P. Hinz
2017-10-29
2
-2
/
+2
*
|
|
|
Patch the el7 xorg source appropriately
Brian P. Hinz
2017-10-29
1
-1
/
+1
|
/
/
/
*
|
|
Add debug trace when the clipboard changes
Pierre Ossman
2017-10-12
1
-0
/
+3
*
|
|
Don't validate timestamp on clipboard request
Pierre Ossman
2017-10-12
1
-7
/
+5
*
|
|
Make exception classes have clearer messages
Pierre Ossman
2017-10-12
6
-39
/
+47
*
|
|
Add Travis CI configuration
Pierre Ossman
2017-10-06
1
-0
/
+17
*
|
|
Improve test if library is a CMake target
Pierre Ossman
2017-10-06
1
-2
/
+1
*
|
|
Avoid getting LOCATION property
Pierre Ossman
2017-10-06
1
-3
/
+2
*
|
|
Push query connect timeout back in to Xvnc
Pierre Ossman
2017-10-04
6
-21
/
+30
*
|
|
Don't queue a query if it is directly rejected
Pierre Ossman
2017-10-04
1
-6
/
+6
*
|
|
Keep alpha in cursor alpha conversion
Pierre Ossman
2017-10-02
1
-1
/
+0
*
|
|
Use current server time for XUngrabKeyboard
Pierre Ossman
2017-10-02
1
-1
/
+1
*
|
|
Remove accidental debug output
Pierre Ossman
2017-09-22
1
-1
/
+0
*
|
|
Make sure to start the frame timer after a buffer change
Pierre Ossman
2017-09-22
1
-0
/
+1
*
|
|
Get rid of getFbSize()/getDesktopSize() in common
Pierre Ossman
2017-09-22
9
-20
/
+15
*
|
|
Switch back to low resolution mode on macOS
Pierre Ossman
2017-09-21
1
-1
/
+1
*
|
|
Update keyboard test notes for raw keyboard mode
Pierre Ossman
2017-09-18
1
-4
/
+20
*
|
|
Add keyboard test notes for LED state handling
Pierre Ossman
2017-09-18
1
-1
/
+12
*
|
|
Be explicit which Exception class we want
Pierre Ossman
2017-09-18
1
-2
/
+2
*
|
|
Release pointer grab when cursor leaves window
Pierre Ossman
2017-09-18
2
-13
/
+77
*
|
|
Don't throw exceptions in destructors
Pierre Ossman
2017-09-15
1
-10
/
+2
*
|
|
Handle unknown keysyms properly in x0vncserver
Pierre Ossman
2017-09-15
1
-1
/
+1
*
|
|
Handle XKB groups properly in x0vncserver
Pierre Ossman
2017-09-15
1
-2
/
+5
*
|
|
Update mouse cursor position in x0vncserver
Pierre Ossman
2017-09-15
1
-0
/
+8
*
|
|
Only select XFixes event once
Pierre Ossman
2017-09-15
1
-11
/
+4
*
|
|
Merge branch 'cursor' of https://github.com/alanc/tigervnc
Pierre Ossman
2017-09-15
2
-2
/
+93
|
\
\
\
|
*
|
|
x0vncserver: Use Xfixes to display cursors if available
Alan Coopersmith
2017-08-05
2
-12
/
+106
*
|
|
|
Merge branch 'fix-warnings'
Pierre Ossman
2017-09-15
20
-21
/
+54
|
\
\
\
\
|
*
|
|
|
rfb: Avoid unused argument warnings in headers
Steve Kondik
2017-09-15
4
-7
/
+18
|
*
|
|
|
rfb: vsnprintf returns an int, not size_t
Steve Kondik
2017-07-10
1
-1
/
+1
|
*
|
|
|
rfb: Silence nonliteral format string warning in Logger
Steve Kondik
2017-07-10
2
-4
/
+10
|
*
|
|
|
rfb: Fix inheritance in CMsgWriter
Steve Kondik
2017-07-08
2
-2
/
+2
|
*
|
|
|
rfb: Fix struct-vs-class warnings
Steve Kondik
2017-07-08
5
-6
/
+7
|
*
|
|
|
rdr: Fix incorrect error checking after fread()
Steve Kondik
2017-07-08
1
-3
/
+3
|
*
|
|
|
Add missing virtual destructors
Steve Kondik
2017-07-08
6
-0
/
+12
[prev]
[next]