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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Bugfix] viewers: set server's hostname as a server name. (Thanks to Guillaum...
Adam Tkac
2011-02-01
2
-2
/
+3
*
[Development] Windows vncconfig: add various TLS related boxes to Security di...
Adam Tkac
2011-02-01
4
-89
/
+88
*
[Development] Win vncviewer: use SecurityPage class for Security dialog
Adam Tkac
2011-02-01
2
-233
/
+24
*
[Development] Add new rfb_win32::SecurityPage class
Adam Tkac
2011-02-01
5
-0
/
+341
*
[Development] Add Security::ToString method
Adam Tkac
2011-02-01
2
-0
/
+27
*
[Development] Allow to set security types directly in the Security class
Adam Tkac
2011-02-01
1
-0
/
+2
*
[Bugfix] win vncviewer: preserve security settings during reconnection
Adam Tkac
2011-02-01
2
-0
/
+3
*
[Development] winvnc: Enable debug output when built with -D_DEBUG
Adam Tkac
2011-01-26
1
-3
/
+13
*
[Development] Add possibility to build Windows programs with GNUTLS via cmake.
Adam Tkac
2011-01-19
4
-3
/
+37
*
[Bugfix] CSecurityTLS.cxx: include os/print.h to get correct snprintf definit...
Adam Tkac
2011-01-19
1
-0
/
+1
*
[Bugfix] Don't include unistd.h and don't call access() on Windows.
Adam Tkac
2011-01-19
1
-0
/
+7
*
[Bugfix] Use free() instead of gnutls_free() on Windows.
Adam Tkac
2011-01-19
1
-0
/
+18
*
[Bugfix] Handle situation when viewer doesn't send the key release event well.
Adam Tkac
2011-01-17
1
-0
/
+10
*
[Bugfix] Fix "Alt key gets stuck in Xvnc" issue.
Adam Tkac
2011-01-17
1
-2
/
+68
*
[Bugfix] Disable server-side key autorepeating.
Adam Tkac
2011-01-17
1
-0
/
+15
*
[Bugfix] TXViewport: check if we need another scrollbar after adding one
Adam Tkac
2011-01-17
1
-4
/
+13
*
[Bugfix] TXViewport: set the window max width/height considering the scrollbars
Adam Tkac
2011-01-17
1
-0
/
+11
*
[Bugfix] Render "Ok" and "Cancel" button correctly when compiled with GNUTLS.
Adam Tkac
2011-01-07
1
-0
/
+2
*
Further protect against bad Huffman codes
DRC
2011-01-04
1
-1
/
+1
*
Sometimes we get copy requests that are partially or fully outside the
Pierre Ossman
2010-12-21
1
-0
/
+7
*
We might sometimes end up with an empty copy because of clipping. Make sure
Pierre Ossman
2010-12-21
1
-1
/
+2
*
Clean up CopyWindow hook so it's more readable.
Pierre Ossman
2010-12-21
1
-4
/
+8
*
Add extra check for bad copy rects and try to handle it gracefully instead of
Pierre Ossman
2010-12-21
1
-8
/
+31
*
[Development] Allow to modify only "desktop", "SendCutText" and "AcceptCutText"
Adam Tkac
2010-12-13
3
-4
/
+26
*
[Bugfix] Handle situation when keyboard has no modifiers in Input.cc well.
Adam Tkac
2010-12-08
1
-38
/
+61
*
[Bugfix] Fix various compilation warnings.
Adam Tkac
2010-12-08
2
-5
/
+7
*
[Bugfix] Use malloc/free instead of Xalloc/Xfree when built against X.Org 1.1...
Adam Tkac
2010-12-08
2
-0
/
+9
*
[Development] Add xserver110.patch
Adam Tkac
2010-12-08
1
-0
/
+86
*
[Development] Add support for X.Org 1.10
Adam Tkac
2010-12-08
4
-3
/
+47
*
[Bugfix] Don't hook pixmaps in vncHooks, it fixes crash after XDrawArc call.
Adam Tkac
2010-12-08
1
-2
/
+2
*
[Bugfix] Fix "off-by-one" sprintf error in CConn::showMsgBox() function.
Adam Tkac
2010-12-08
1
-1
/
+1
*
[Development] Remove the "Encryption" combo box from the Windows viewer.
Adam Tkac
2010-12-08
3
-13
/
+2
*
[Development] Preserve SecurityTypes value during "reconnect" in Win vncviewer.
Adam Tkac
2010-12-08
3
-0
/
+27
*
[Development] Add glue code for -SecurityTypes option and GUI Security dialog.
Adam Tkac
2010-12-08
3
-15
/
+154
*
[Development] Add "Security" options dialog for Windows viewer.
Adam Tkac
2010-12-08
4
-2
/
+177
*
[Bugfix] Enable viewer specific parameters in Windows viewer.
Adam Tkac
2010-12-08
1
-0
/
+3
*
[Cleanup] Remove unneeded includes from CConn.cxx.
Adam Tkac
2010-12-08
1
-2
/
+0
*
Make it possible to disable PAM support if you want to avoid that dependency.
Pierre Ossman
2010-12-07
1
-5
/
+13
*
[Bugfix] Fix "Add-dridir-parameter" patch for Xorg 7.5.
Adam Tkac
2010-12-06
1
-15
/
+25
*
[Bugfix] Improve fix for #3112731.
Adam Tkac
2010-12-01
1
-1
/
+1
*
[Bugfix] Link vncviewer.exe against common/os/libos.la.
Adam Tkac
2010-11-25
1
-0
/
+1
*
[Development] Implement gethomedir() function on Windows.
Adam Tkac
2010-11-25
2
-8
/
+32
*
[Bugfix] Fix MinGW-based Windows builds.
Adam Tkac
2010-11-25
5
-5
/
+13
*
[Bugfix] Fix typo in winvnc.rc.
Adam Tkac
2010-11-25
1
-1
/
+1
*
[Development] Generate resdefs.h from resdefs.h.cmake.in in cmake builds.
Adam Tkac
2010-11-25
2
-1
/
+5
*
[Bugfix] Don't operate on erased iterator (ID 3112731).
Adam Tkac
2010-11-22
1
-2
/
+3
*
[Development] Remove support for the "Tight" security type from Java code.
Adam Tkac
2010-11-18
8
-933
/
+23
*
[Development] Remove support for the "Tight" security type from C++ code.
Adam Tkac
2010-11-18
10
-604
/
+3
*
[Bugfix] java: Disable Tight security type.
Adam Tkac
2010-11-18
1
-0
/
+2
*
[Development] java: Implement X509 Security types. (Martin Koegler)
Adam Tkac
2010-11-18
4
-2
/
+128
[prev]
[next]