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
/
win
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
*
Resurrect TcpListener::getMyAddresses()
Pierre Ossman
2015-03-17
1
-2
/
+2
*
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
1
-2
/
+2
*
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
*
Pointer truncation/expansion needs to be very explicit
Pierre Ossman
2015-03-03
3
-11
/
+12
*
Give CharArray a printf style method to ease automatic allocation
Pierre Ossman
2015-03-03
2
-7
/
+6
*
Add extra parentheses to avoid and/or priority ambiguity
Pierre Ossman
2015-03-03
1
-1
/
+2
*
Reorder class initialiser list to match what actually happens
Pierre Ossman
2015-03-03
2
-7
/
+8
*
Fix mismatches between format string and arguments
Pierre Ossman
2015-03-03
14
-43
/
+43
*
Fix bad signed/unsigned comparisons
Pierre Ossman
2015-03-03
3
-6
/
+6
*
Use new API for getVncAuthPasswd()
Pierre Ossman
2014-12-02
1
-1
/
+2
*
String literals are constant
Pierre Ossman
2014-07-14
1
-1
/
+1
*
Provide a better R/W base PixelBuffer class
Pierre Ossman
2014-07-07
1
-0
/
+1
*
Get rid of getStride()
Pierre Ossman
2014-07-07
1
-3
/
+0
*
Get rid of the direct access abuse of FullFramePixelBuffer's data
Pierre Ossman
2014-07-07
1
-6
/
+19
*
Remove full support for colour maps
Pierre Ossman
2014-07-07
7
-154
/
+22
*
Remove a lot of platform compatibilty stuff
Pierre Ossman
2014-07-07
3
-8
/
+0
*
Remove remnants of Windows only client
Pierre Ossman
2014-07-07
12
-1346
/
+0
*
Fix some offenders that poke around in the PixelFormat internals
Pierre Ossman
2014-07-07
2
-43
/
+58
*
Remove the scaled pixel buffer classes as they are not used.
Pierre Ossman
2014-07-07
3
-281
/
+0
*
Removes VeNCrypt-checkbox from the security page in the WinVNC options. Fixes...
Samuel Mannehed
2014-02-12
3
-99
/
+73
*
Make WinVNC service mode work on Windows Vista and beyond.
Samuel Mannehed
2014-02-07
8
-38
/
+180
*
Removes the additional padding reserved for the menubar and enables drag undo...
Brian Hinz
2014-01-12
2
-1
/
+3
*
Update more copyrights to 2013.
Peter Åstrand
2013-06-11
2
-2
/
+2
*
Windows has a bit of a peculiarity in that winsock2.h must be included
Pierre Ossman
2012-04-26
1
-1
/
+2
*
Fix unsafe usage of the logging functions.
Pierre Ossman
2012-04-26
7
-19
/
+19
*
Use the gcc way of creating shared segments in DLLs. The previous way
Pierre Ossman
2012-04-25
3
-26
/
+18
*
Build wm_hooks in its own directory. Makes the build structure more clear.
Pierre Ossman
2012-04-25
3
-12
/
+14
*
Consolidate the installation paths and make sure we have decent defaults.
Pierre Ossman
2012-03-27
2
-3
/
+3
*
Reimplement the deferred update handling, this time in a more robust and
Pierre Ossman
2011-11-08
1
-7
/
+1
*
Remove Visual C++ support
DRC
2011-11-08
2
-13
/
+1
*
Clean up the interface for VNCSConnectionST. Entry points are more apparent
Pierre Ossman
2011-11-07
2
-7
/
+1
*
Fix installer build when using MinGW
DRC
2011-11-07
1
-0
/
+5
*
The Tight decoding optimizations broke the build of the legacy viewers, so th...
DRC
2011-11-03
35
-6162
/
+0
*
Fix Java viewer integration when building WinVNC with MinGW
DRC
2011-10-12
3
-6
/
+10
*
Enable WinVNC build with MinGW and MinGW64
DRC
2011-10-12
2
-0
/
+2
*
Newer versions of GCC (specifically, the one in MinGW64) don't like casting d...
DRC
2011-10-12
1
-2
/
+2
*
Move Java source up one level and allow Java viewer to be built as a standalo...
DRC
2011-10-07
2
-2
/
+2
*
Only include Java viewer resources if BUILD_JAVA is defined
DRC
2011-10-05
1
-0
/
+4
*
Fix WinVNC so that it embeds and serves up the Java viewer whenever BUILD_JAVA=1
DRC
2011-10-05
4
-12
/
+34
*
Use generic copyright message which refers the user to the complete copyright...
DRC
2011-06-28
4
-13
/
+13
*
Don't need Windows formatted copy of LICENCE.TXT anymore
DRC
2011-06-28
1
-340
/
+0
*
Consolidate all README files into one and distribute it with the binary packa...
DRC
2011-06-28
1
-119
/
+0
*
Win32-->Windows (since there are Win64 builds as well); also remove copyright...
DRC
2011-06-24
1
-9
/
+2
[next]