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
path:
root
/
unix
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Bugfix] Xvnc: use strncpy instead of strncat to copy string to uninitialized
Adam Tkac
2010-11-11
1
-1
/
+2
*
Static Xvnc build should now work with later versions of libgnutls that depen...
DRC
2010-11-04
1
-38
/
+24
*
[Bugfix] Use correct settings for 24 bit color depth (Martin Koegler)
Adam Tkac
2010-11-02
1
-0
/
+1
*
[Development] Use gethomedir() function in vncpasswd and vncviewer.
Adam Tkac
2010-10-29
4
-10
/
+18
*
Fix 'make dist'
DRC
2010-10-27
1
-7
/
+6
*
Previous fix for statically linking against GnuTLS on OS X broke the build on...
DRC
2010-10-01
2
-0
/
+8
*
Support linking statically with GnuTLS on OS X
DRC
2010-10-01
2
-2
/
+2
*
Hide the GNUTLS options in vncviewer when support isn't present.
Pierre Ossman
2010-09-30
2
-10
/
+23
*
Attempt to link statically with gnutls if -static is specified, so that Xvnc ...
DRC
2010-09-30
1
-0
/
+16
*
Add ifdef:s around TLS specific code in Unix vncviewer.
Pierre Ossman
2010-09-29
1
-0
/
+4
*
[Development] Add code which process new GUI-exposed security options.
Adam Tkac
2010-09-15
2
-2
/
+167
*
[Development] Expose encryption and authentication params in the "Options" wi...
Adam Tkac
2010-09-15
1
-2
/
+84
*
[Development] Add -dridir parameter to Xvnc to specify DRI drivers directory ...
Adam Tkac
2010-09-15
1
-0
/
+121
*
[Development] When building X.Org 7.5, use xserver 1.8.X to reduce number of DLL
Adam Tkac
2010-09-15
3
-62
/
+4
*
[Development] build-xorg: apply patches from xorg-7.5-patches directory only.
Adam Tkac
2010-09-15
1
-2
/
+3
*
[Development] Apply some downstream patches to get Xvnc build via build-xorg ...
Adam Tkac
2010-09-15
3
-0
/
+107
*
[Development] build-xorg: don't build hardware specific DRI drivers.
Adam Tkac
2010-09-15
1
-1
/
+1
*
[Development] build-xorg: don't build X11 documentation.
Adam Tkac
2010-09-15
1
-1
/
+1
*
[Development] Update X.Org 7.5 packages to the latest releases.
Adam Tkac
2010-09-15
1
-16
/
+16
*
[Development] Handle .tar.gz Mesa archives in build-xorg script correctly.
Adam Tkac
2010-09-15
1
-1
/
+6
*
[Development] Improve download-xorg-7.5 script to work with .tar.gz archives.
Adam Tkac
2010-09-15
1
-1
/
+4
*
[Development] Add more --disable- flags to Xorg's configure to compile Xvnc o...
Adam Tkac
2010-09-02
1
-1
/
+1
*
[Development] Compile Xvnc parallely, if possible.
Adam Tkac
2010-09-02
1
-0
/
+4
*
[Bugfix] Set pvfb->pixelFormatDefined only if format is defined.
Adam Tkac
2010-08-27
1
-2
/
+2
*
[Bugfix] Xvnc: define 32bit pixel format correctly when enabled.
Adam Tkac
2010-08-25
1
-5
/
+14
*
[Bugfix] Fix memory leak in InputDevice::keyEvent function.
Adam Tkac
2010-07-21
1
-0
/
+2
*
[Bugfix] vncserver: accept <+optname> option when specified as the first one.
Adam Tkac
2010-07-21
1
-1
/
+1
*
[Development] Client now uses security types from -SecurityTypes parameter in...
Adam Tkac
2010-07-20
1
-3
/
+0
*
[Development] Add xserver19.patch.
Adam Tkac
2010-07-20
1
-0
/
+86
*
[Development] Pass "serverClient" to QueryColors when compiling against X.Org...
Adam Tkac
2010-07-20
1
-0
/
+4
*
[Development] Fetch root window pointer directly from pScreen if possible.
Adam Tkac
2010-07-20
2
-2
/
+12
*
[Development] Improve privates handling in vncHooks to be compatible with X.O...
Adam Tkac
2010-07-20
1
-2
/
+22
*
[Development] Enable compilation against X.Org 1.9.X source.
Adam Tkac
2010-07-20
1
-1
/
+3
*
Reuse the getpasswd() function in filter mode so that the new line is strippe...
DRC
2010-07-09
1
-9
/
+10
*
Add a filter mode option to vncpasswd
DRC
2010-07-09
2
-13
/
+46
*
Don't require GTK when building pixman module
DRC
2010-07-05
1
-0
/
+3
*
[Doc] Include information about running "autoreconf -fiv" in the README file.
Adam Tkac
2010-06-29
1
-0
/
+6
*
Extend the default keyboard table with the Windows keys so that they can
Pierre Ossman
2010-06-15
1
-0
/
+4
*
Map up the rest of the standard modifiers (if available).
Pierre Ossman
2010-06-15
1
-0
/
+14
*
Use a switch statement instead of a series of if:s for setting up the modmap
Pierre Ossman
2010-06-15
1
-8
/
+14
*
Reinstate Caps Lock in the default keyboard map. It's not documented why
Pierre Ossman
2010-06-14
1
-1
/
+1
*
XConvertCase() in xorg-xserver 1.5 is simply a macro that maps to XkbConvertC...
DRC
2010-05-20
1
-4
/
+0
*
[Bugfix] Don't link libvnc.so against libXi.la, libdix.la and libxkb.la; use
Adam Tkac
2010-05-18
3
-37
/
+38
*
[Bugfix] Use always XkbConvertCase instead of XConvertCase when compiling
Adam Tkac
2010-05-18
1
-1
/
+6
*
[Development] Implement VeNCrypt type support on client side. Currently only
Adam Tkac
2010-04-23
1
-1
/
+2
*
[Development] Use enhanced Security class by both UNIX and Windows viewers.
Adam Tkac
2010-04-23
2
-16
/
+4
*
[Development] Replace SSecurityFactoryStandard class by simplier Security class.
Adam Tkac
2010-04-23
2
-2
/
+0
*
[Development] Implement Security class. This class will be used to create
Adam Tkac
2010-04-23
1
-1
/
+1
*
[Development] Move all VncAuth code from SSecurityFactoryStandard class to
Adam Tkac
2010-04-23
1
-2
/
+0
*
[Development] Rename common/rfb/secTypes.{h,cxx} to common/rfb/Security.{h,cxx}.
Adam Tkac
2010-04-23
1
-1
/
+1
[next]