83 コミット (a4308c9ec45b0ebcafaed2280b442d2840098e4e)

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