barrier/server
crs 255e46017e fixed problem with setConfig(). if the new config didn't
include a screen that was already connected under an alias
then that screen wouldn't be disconnected and removed from
the screen list until the screen voluntarily disconnected.
at that time removeConnection() would assert because the
screen name would not be found.  now using the canonical
name in the protocol object as well as CServer.  this
allows setConfig() to always detect removed screens and
disconnect them.
2002-06-09 17:21:33 +00:00
..
CConfig.cpp added command line and configuration file arguments to choose 2002-06-09 16:53:25 +00:00
CConfig.h added command line and configuration file arguments to choose 2002-06-09 16:53:25 +00:00
CHTTPServer.cpp added command line and configuration file arguments to choose 2002-06-09 16:53:25 +00:00
CHTTPServer.h added a maximum request size to CHTTPProtocol so we can bail 2002-06-02 13:34:35 +00:00
CMSWindowsPrimaryScreen.cpp win32 changes. changed names of binaries. added support for 2002-06-08 21:48:00 +00:00
CMSWindowsPrimaryScreen.h win32 changes. changed names of binaries. added support for 2002-06-08 21:48:00 +00:00
CServer.cpp fixed problem with setConfig(). if the new config didn't 2002-06-09 17:21:33 +00:00
CServer.h added command line and configuration file arguments to choose 2002-06-09 16:53:25 +00:00
CServerProtocol.cpp added command line parsing, restartability, and daemonizing to 2002-06-04 11:06:26 +00:00
CServerProtocol.h added screen locking support to win32. added support for 2002-05-24 17:54:28 +00:00
CServerProtocol1_0.cpp added mutex to all public methods that didn't already have it. 2002-06-01 10:52:02 +00:00
CServerProtocol1_0.h added screen locking support to win32. added support for 2002-05-24 17:54:28 +00:00
CSynergyHook.cpp win32 changes. changed names of binaries. added support for 2002-06-08 21:48:00 +00:00
CSynergyHook.h win32 changes. changed names of binaries. added support for 2002-06-08 21:48:00 +00:00
CXWindowsPrimaryScreen.cpp changes to add command line arguments. also added automatic 2002-06-03 18:53:18 +00:00
CXWindowsPrimaryScreen.h changes to add command line arguments. also added automatic 2002-06-03 18:53:18 +00:00
Makefile refactored some common platform dependent stuff into a new 2002-06-04 12:26:23 +00:00
makehook.dsp win32 changes. changed names of binaries. added support for 2002-06-08 21:48:00 +00:00
resource.h checkpoint. merging win32 code. server on X is currently broken 2001-11-19 00:33:36 +00:00
server.cpp added command line and configuration file arguments to choose 2002-06-09 16:53:25 +00:00
server.dsp win32 changes. changed names of binaries. added support for 2002-06-08 21:48:00 +00:00
server.rc Fixes to get win32 client and server up to date. 2002-04-30 16:23:03 +00:00
synrgyhk.dsp win32 changes. changed names of binaries. added support for 2002-06-08 21:48:00 +00:00