crs
fee4095624
Reorganized source tree. Moved client.cpp into cmd/synergy as
...
synergy.cpp and server.cpp into cmd/synergyd as synergyd.cpp.
Moved and renamed related files. Moved remaining source files
into lib/.... Modified and added makefiles as appropriate.
Result is that library files are under lib with each library
in its own directory and program files are under cmd with each
command in its own directory.
2002-07-30 16:52:46 +00:00
crs
4651a3f821
Added doxygen comments for all relevant headers in net.
2002-07-28 19:06:52 +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
2cc63e31aa
fixed bug in closing down a socket.
2002-05-30 16:11:59 +00:00
crs
ea6b347b18
Indentation changes.
2002-04-29 14:40:01 +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