aboutsummaryrefslogtreecommitdiffstats
path: root/win/winvnc
Commit message (Expand)AuthorAgeFilesLines
* Clean up listening sockets on errorPierre Ossman2015-09-291-1/+5
* Return TcpListener pointers rather than objectsPierre Ossman2015-09-292-9/+9
* Improve TigerVNC branding in WinVNCPierre Ossman2015-05-042-3/+3
* Convert WinVNC to the new TcpListener APIPierre Ossman2015-03-173-19/+42
* Local address change events are not socket specificPierre Ossman2015-03-172-4/+4
* Resurrect TcpListener::getMyAddresses()Pierre Ossman2015-03-171-2/+2
* Fix unsafe format strings to the logging functionsPierre Ossman2015-03-033-4/+4
* Don't shove a pointer into a 32-bit variablePierre Ossman2015-03-032-4/+3
* Give CharArray a printf style method to ease automatic allocationPierre Ossman2015-03-032-7/+6
* Reorder class initialiser list to match what actually happensPierre Ossman2015-03-032-7/+8
* Fix mismatches between format string and argumentsPierre Ossman2015-03-031-1/+1
* Remove a lot of platform compatibilty stuffPierre Ossman2014-07-072-5/+0
* Make WinVNC service mode work on Windows Vista and beyond.Samuel Mannehed2014-02-076-37/+161
* Removes the additional padding reserved for the menubar and enables drag undo...Brian Hinz2014-01-122-1/+3
* Update more copyrights to 2013. Peter Åstrand2013-06-111-1/+1
* Windows has a bit of a peculiarity in that winsock2.h must be includedPierre Ossman2012-04-261-1/+2
* Build wm_hooks in its own directory. Makes the build structure more clear.Pierre Ossman2012-04-251-12/+0
* Consolidate the installation paths and make sure we have decent defaults.Pierre Ossman2012-03-271-2/+2
* Remove Visual C++ supportDRC2011-11-081-8/+1
* Fix installer build when using MinGWDRC2011-11-071-0/+5
* Fix Java viewer integration when building WinVNC with MinGWDRC2011-10-123-6/+10
* Newer versions of GCC (specifically, the one in MinGW64) don't like casting d...DRC2011-10-121-2/+2
* Move Java source up one level and allow Java viewer to be built as a standalo...DRC2011-10-072-2/+2
* Only include Java viewer resources if BUILD_JAVA is definedDRC2011-10-051-0/+4
* Fix WinVNC so that it embeds and serves up the Java viewer whenever BUILD_JAVA=1DRC2011-10-054-12/+34
* Use generic copyright message which refers the user to the complete copyright...DRC2011-06-281-4/+4
* Remove unused autotools build systemDRC2011-06-241-27/+0
* Remove old Visual C++ project files (use CMake to build with Visual C++)DRC2011-02-081-252/+0
* [Development] winvnc: Enable debug output when built with -D_DEBUGAdam Tkac2011-01-261-3/+13
* [Bugfix] Fix MinGW-based Windows builds.Adam Tkac2010-11-251-1/+1
* [Bugfix] Fix typo in winvnc.rc.Adam Tkac2010-11-251-1/+1
* [Bugfix] win: Enable server configuration parameters in winvnc.Adam Tkac2010-11-111-0/+2
* Unix LFDRC2010-10-271-26/+26
* Fix 'make dist'DRC2010-10-271-2/+2
* CMake build system for WindowsDRC2010-10-274-7/+72
* winvnc: Declare the main() function as WinMain()Adam Tkac2010-06-251-1/+4
* winvnc: Declare argv as "char**" instead of "const *char[]"Adam Tkac2010-06-251-2/+2
* [Bugfix] Include VNCServerWin32.h before QueryConnectDialog.h to ensure winso...Adam Tkac2010-06-251-1/+1
* Fix VPATH and out-of-tree builds when using MinGWDRC2010-05-141-5/+5
* [Development] winvnc: Add -ShowTrayIcon param which controls if winvnc systemAdam Tkac2010-05-131-1/+4
* [Development] Replace SSecurityFactoryStandard class by simplier Security class.Adam Tkac2010-04-232-3/+0
* [Development] Add possibility to define viewer/server specific parameters viaAdam Tkac2010-04-231-1/+1
* [Development] Add new "-i" and "-interface" parameters to Xvnc. Now Xvnc is ableAdam Tkac2010-02-051-1/+1
* [Development] Bump version numbers to 1.0.90.Adam Tkac2009-12-211-4/+4
* Make winvnc4 and Windows vncconfig compilable via MinGW.Adam Tkac2009-10-125-6/+39
* [Bugfix] Fix MS Visual Studio 2008 compilation issues.Adam Tkac2009-10-082-6/+6
* Change product name to TigerVNC in about dialogs. Peter Åstrand2009-08-271-1/+1
* Bump version to 0.0.91.Adam Tkac2009-06-121-4/+4
* The index.vnc in the javabin directory was removed in r3667. We couldPeter Åstrand2009-04-142-1/+14
* Fetch VncViewer.jar directly from the Java build directory, instead ofPeter Åstrand2009-04-141-1/+1