89 Commits (6d39667c4221a094eaa03152f0ce350f690c897d)

Author SHA1 Message Date
  Pierre Ossman 6d39667c42 Update copyright year to 2020 4 years ago
  Samuel Mannehed 7198491ad2 Update visible copyright years to 2019 5 years ago
  Pierre Ossman 10688efcf7 Properly terminate server on timeouts 5 years ago
  Pierre Ossman 8526e48073 Stop trying to send ListConnInfo via WM_COPYDATA 5 years ago
  Pierre Ossman 025326dd94 Move ListConnInfo to WinVNC directory 5 years ago
  Pierre Ossman 6c97fa4575 Encapsulate client handling in VNCServerST 5 years ago
  Pierre Ossman 32b96ffec1 Change to https for tigervnc URL 5 years ago
  Pierre Ossman eef6c9ad83 Remove QueryConnectionHandler 5 years ago
  Pierre Ossman e6aab24654 Force common flow of connection queries 5 years ago
  Pierre Ossman 4a4453fc69 Remove Java web server 5 years ago
  Pierre Ossman 8ee522a66e Catch exceptions by reference 6 years ago
  Pierre Ossman e3a2be69c4 Use abstract SocketListener class 6 years ago
  Samuel Mannehed 518698a28c Update visible copyright year to 2018 6 years ago
  Peter Åstrand (astrand) 6011f96cdc Rename README.txt to README.rst and convert to reStructuredText 6 years ago
  Peter Åstrand (astrand) 90afb1c20c Configuration::listParams wants width/nameWidth; not ConfigurationObject 6 years ago
  Pierre Ossman b000ff1327 Get rid of getFbSize()/getDesktopSize() in common 6 years ago
  Samuel Mannehed 8e5a29e4b2 Update visible copyright year to 2017 7 years ago
  klemens 0536d0975b spelling fixes 7 years ago
  Pierre Ossman c7860c2cb6 Don't fail old service cleanup 7 years ago
  Pierre Ossman 338e73aef8 Replace Windows specific thread handling 8 years ago
  Pierre Ossman ed92079eb6 Clean up old WinVNC services 8 years ago
  Pierre Ossman 4e7d05c992 Don't reference Xregion unless used directly 8 years ago
  Bojan Memetovic fa937783d7 change the Copyright year 8 years ago
  Pierre Ossman fc08bee5af Remove legacy Windows code 8 years ago
  Pierre Ossman 526b3802b4 Shorten service identifier 8 years ago
  Pierre Ossman 018c67e6e1 Provide description for services 8 years ago
  Pierre Ossman eab85bca5e Clean up listening sockets on error 8 years ago
  Pierre Ossman f7aa3f9bd3 Return TcpListener pointers rather than objects 8 years ago
  Pierre Ossman bc84faa2f3 Improve TigerVNC branding in WinVNC 9 years ago
  Pierre Ossman 5b90c5fbf7 Convert WinVNC to the new TcpListener API 9 years ago
  Pierre Ossman 79f82f95c1 Local address change events are not socket specific 9 years ago
  Pierre Ossman 57cab51d83 Resurrect TcpListener::getMyAddresses() 9 years ago
  Pierre Ossman cd5c82a655 Fix unsafe format strings to the logging functions 9 years ago
  Pierre Ossman b0a8047bba Don't shove a pointer into a 32-bit variable 9 years ago
  Pierre Ossman ba6fbfe368 Give CharArray a printf style method to ease automatic allocation 9 years ago
  Pierre Ossman b1cd6ca8f0 Reorder class initialiser list to match what actually happens 9 years ago
  Pierre Ossman fb450fba5d Fix mismatches between format string and arguments 9 years ago
  Pierre Ossman 5ad4d06006 Remove a lot of platform compatibilty stuff 10 years ago
  Samuel Mannehed 60c419320d Make WinVNC service mode work on Windows Vista and beyond. 10 years ago
  Brian Hinz dc6af3740c Removes the additional padding reserved for the menubar and enables drag undocking for the java applet when served from Windows. 10 years ago
  Peter Åstrand f8212b949c Update more copyrights to 2013. 11 years ago
  Pierre Ossman 7f4fc69784 Windows has a bit of a peculiarity in that winsock2.h must be included 12 years ago
  Pierre Ossman 4c378e0f93 Build wm_hooks in its own directory. Makes the build structure more clear. 12 years ago
  Pierre Ossman 95e28f74a2 Consolidate the installation paths and make sure we have decent defaults. 12 years ago
  DRC ccc0969dd9 Remove Visual C++ support 12 years ago
  DRC 714110ba26 Fix installer build when using MinGW 12 years ago
  DRC 11278c50dc Fix Java viewer integration when building WinVNC with MinGW 12 years ago
  DRC e8b16be856 Newer versions of GCC (specifically, the one in MinGW64) don't like casting directly from a 64-bit pointer to a 32-bit integer, so we need to first cast to a 64-bit integer (remember that Windows is LLP64) 12 years ago
  DRC c19ab9ec7f Move Java source up one level and allow Java viewer to be built as a standalone project (per community request) 12 years ago
  DRC 857f1337eb Only include Java viewer resources if BUILD_JAVA is defined 12 years ago