crs
c6ecc79c0d
removed restart function from platform. no longer trying to
...
restart if the X server connection was lost; since synergy
is likely to be started by xdm or the user's xsession, it's
better for synergy to simply terminate when the connection
is lost. synergy will still restart due to other errors.
also fixed numerous other minor bugs and cleaned some stuff
up (like app error codes are now consistent and enumerated
in Version.h, for lack of a better place). and boosted
version and protocol numbers.
2002-07-24 13:01:18 +00:00
crs
327af03d3d
fixed CTCPSocket::connect() to allow cancellation.
2002-06-21 16:19:08 +00:00
crs
fe16546a1d
formatting changes.
2002-06-17 13:31:21 +00:00
crs
57fb87ad10
refactored ISocket into IDataSocket. the latter and IListenSocket
...
now derive from ISocket.
2002-06-17 12:02:26 +00:00
crs
62519b19fe
indentation and other formatting changes. also cleaned up
...
#includes.
2002-06-10 22:06:45 +00:00
crs
ad15393732
changed buffered output stream to wait() when flush()ing instead
...
of polling/sleeping. changed CTCPSocket to not use thread
cancellation but to instead use m_connected to exit the thread.
also shortened poll timeout.
2002-06-02 22:57:50 +00:00
crs
2cc63e31aa
fixed bug in closing down a socket.
2002-05-30 16:11:59 +00:00
crs
4968a5bb7c
removed setting send buffer to zero size. it just reduced
...
performance.
2002-05-05 23:37:12 +00:00
crs
4d11079095
Fixes for win32 key handling.
2002-05-04 18:08:22 +00:00
crs
5132161e30
Fixed bug in stream buffer that could cause data to be
...
inserted out of order. Also removed unnecessary limit
on writes to the TCP socket.
2002-05-02 11:43:52 +00:00
crs
f2e83e607d
checkpoint. turned off nagle and send buffering. also
...
added test to skip clipboard conversion if a previous
conversion from that owner failed.
2002-05-01 15:31:47 +00:00
crs
3f6146b15f
checkpoint. merging win32 code. server on X is currently broken
...
and client probably is.
2001-11-19 00:33:36 +00:00
crs
8d1cf844c7
fixed bugs in handling streams.
2001-10-21 00:21:02 +00:00
crs
6aba3a6f57
removed exception specifications. thread exceptions weren't
...
being listed and they'd have to be added to every one. just
doesn't seem worth the trouble.
2001-10-14 16:58:01 +00:00
crs
ff81f708e2
Started over.
2001-10-06 14:13:28 +00:00