Open-source KVM software
Go to file
crs 1cbdaee31b added better handling of X server disconnecting unexpectedly.
the apps still exit but they do it in a mostly controlled
manner.  in particular, the server threads except the one
processing primary screen events will terminate gracefully.
this will be important should the server ever allow HTTP
clients to rewrite the configuration file.

note that X makes it effectively impossible to continue once
the X server disconnects.  even if it didn't it would be
difficult for synergy to recover.  users will have to add
synergy to the X display manager's startup script if they
expect the server to be restarted.  alternatively, we could
add code to fork synergy at startup;  the child would do
the normal work while the parent would simply wait for the
child to exit and restart it.
2002-06-03 13:45:30 +00:00
base fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +00:00
client added better handling of X server disconnecting unexpectedly. 2002-06-03 13:45:30 +00:00
http added a maximum request size to CHTTPProtocol so we can bail 2002-06-02 13:34:35 +00:00
io changed buffered output stream to wait() when flush()ing instead 2002-06-02 22:57:50 +00:00
mt added SIGINT and SIGTERM handling to unix client and server. 2002-06-02 18:49:35 +00:00
net shortened poll() timeout. 2002-06-02 23:07:57 +00:00
server added better handling of X server disconnecting unexpectedly. 2002-06-03 13:45:30 +00:00
synergy added better handling of X server disconnecting unexpectedly. 2002-06-03 13:45:30 +00:00
tools initial revision of synergy. currently semi-supports X windows 2001-05-13 11:40:29 +00:00
Make-linux checkpoint. turned off nagle and send buffering. also 2002-05-01 15:31:47 +00:00
Make-solaris Changed name for auto-generated dependency files from 2002-04-30 16:23:30 +00:00
Makecommon set TARGETS macro to BIN and LIB targets. 2002-04-27 14:19:19 +00:00
Makefile added basic support for an embedded HTTP server. server 2002-05-30 16:13:16 +00:00
all.dsp checkpoint. merging win32 code. server on X is currently broken 2001-11-19 00:33:36 +00:00
notes checkpoint 2002-05-27 18:35:14 +00:00
synergy.dsw fixes, mainly for windows. first, had to add a notification from 2002-06-01 19:26:11 +00:00
test.cpp Started over. 2001-10-06 14:13:28 +00:00