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
*
winsock2.h must always be included before windows.h
Pierre Ossman
2015-03-17
1
-0
/
+1
*
Local address change events are not socket specific
Pierre Ossman
2015-03-17
4
-6
/
+6
*
Nothing uses inet_ntop()/inet_pton() so remove the CMake define
Pierre Ossman
2015-03-17
1
-1
/
+0
*
Fix proper socket headers for Win32
Pierre Ossman
2015-03-17
1
-0
/
+6
*
Resurrect TcpListener::getMyAddresses()
Pierre Ossman
2015-03-17
3
-2
/
+61
*
Make sure Win32 sockets are available in new listening API
Pierre Ossman
2015-03-17
1
-0
/
+5
*
AI_NUMERICSERV is not available on some systems
Pierre Ossman
2015-03-17
1
-0
/
+5
*
Make sure socket errno defines are available for Win32
Pierre Ossman
2015-03-17
1
-0
/
+4
*
Look in libsocket for socket functions on Solaris
Pierre Ossman
2015-03-17
1
-0
/
+3
*
stop using check_function_exists() for Windows socket functions
Pierre Ossman
2015-03-17
1
-10
/
+7
*
stop setting CMAKE_EXTRA_INCLUDE_FILES for check_function_exists()
Pierre Ossman
2015-03-17
1
-4
/
+0
*
Bump Windows requirement to XP SP2
Pierre Ossman
2015-03-17
1
-9
/
+2
*
family variable can be unset when matching any address
Pierre Ossman
2015-03-17
1
-0
/
+2
*
Merge branch 'multisocket-rebased' of https://github.com/twaugh/tigervnc
Pierre Ossman
2015-03-17
8
-245
/
+513
|
\
|
*
IPv6 support for TcpFilter.
Tim Waugh
2015-03-13
2
-57
/
+201
|
*
Fixed IPv6 support.
Tim Waugh
2015-03-13
8
-185
/
+309
|
*
Whitespace changes only.
Tim Waugh
2015-03-11
1
-4
/
+4
*
|
Remove unnecessary dependency on openmotif
Brian P. Hinz
2015-03-15
2
-4
/
+0
*
|
Update package builds to meet new minimum requirements.
Brian P. Hinz
2015-03-14
5
-130
/
+187
*
|
Merge branch 'upreqs' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2015-03-12
72
-14485
/
+139
|
\
\
|
*
|
Remove no longer functional workaround
Pierre Ossman
2015-02-16
1
-9
/
+0
|
*
|
Drop bundled zlib
Pierre Ossman
2015-02-03
34
-12366
/
+5
|
*
|
Add parameter to override GnuTLS priority
Pierre Ossman
2015-01-29
4
-21
/
+48
|
*
|
Raise GnuTLS requirements to 3.x
Pierre Ossman
2015-01-29
15
-381
/
+60
|
*
|
Remove code supporting Xorg older than 1.7
Pierre Ossman
2015-01-29
6
-746
/
+28
|
*
|
Move build-xorg to contrib as it is not a maintained component
Pierre Ossman
2015-01-27
5
-7
/
+7
|
*
|
Raise base Xorg requirement to 1.7
Pierre Ossman
2015-01-27
8
-511
/
+6
|
*
|
Raise FLTK requirement to 1.3.3
Pierre Ossman
2015-01-27
11
-461
/
+5
*
|
|
Don't disable xinerama (#147)
Brian P. Hinz
2015-03-08
4
-6
/
+12
|
|
/
|
/
|
*
|
Merge branch 'mac_menu' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2015-03-04
3
-7
/
+50
|
\
\
|
*
|
Add a OS X system menu so that new viewer windows can be started
Pierre Ossman
2015-03-04
1
-0
/
+40
|
*
|
Hide OS X specific callback when not needed
Pierre Ossman
2015-03-04
1
-0
/
+2
|
*
|
Fix bad long line detection logic in config file parser
Pierre Ossman
2015-03-04
1
-3
/
+4
|
*
|
Change type to fix bad signed/unsigned comparison
Pierre Ossman
2015-03-04
1
-4
/
+4
|
/
/
*
|
Merge branch 'warnings' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2015-03-03
68
-231
/
+340
|
\
\
|
*
|
Make warnings into errors when doing debug builds
Pierre Ossman
2015-03-03
1
-0
/
+8
|
*
|
Make sure defaultServerName is initialised even on errors
Pierre Ossman
2015-03-03
1
-0
/
+1
|
*
|
Move about text constant so the compiler can analyse it
Pierre Ossman
2015-03-03
1
-5
/
+5
|
*
|
Fix unsafe format strings to the logging functions
Pierre Ossman
2015-03-03
3
-4
/
+4
|
*
|
Don't shove a pointer into a 32-bit variable
Pierre Ossman
2015-03-03
2
-4
/
+3
|
*
|
Fix bad initialiser lists
Pierre Ossman
2015-03-03
2
-4
/
+4
|
*
|
Compiler doesn't like us not checking return values here
Pierre Ossman
2015-03-03
1
-3
/
+3
|
*
|
Compiler doesn't like referencing unset variables
Pierre Ossman
2015-03-03
1
-0
/
+4
|
*
|
LPARAM and WPARAM have different types on Win32 and Win64
Pierre Ossman
2015-03-03
2
-2
/
+4
|
*
|
WIN64 should come from the compiler or SDK, not us
Pierre Ossman
2015-03-03
1
-1
/
+0
|
*
|
Handler still needs to return something even with XDamage
Pierre Ossman
2015-03-03
1
-0
/
+2
|
*
|
No need to force modifiable strings here
Pierre Ossman
2015-03-03
2
-2
/
+2
|
*
|
Pointer truncation/expansion needs to be very explicit
Pierre Ossman
2015-03-03
4
-13
/
+15
|
*
|
Wrong array index in CPU usage calculation on Windows
Pierre Ossman
2015-03-03
1
-1
/
+1
|
*
|
Windows doesn't have %lld
Pierre Ossman
2015-03-03
1
-0
/
+5
[next]