crs
455d0210b2
Fixed thread reference leak in network code.
2004-05-12 19:50:58 +00:00
crs
bf2879724f
Preliminary support for MSYS/MinGW builds. Doesn't yet build
...
CSynergyHook as a DLL and does not compile or link in the
resources for the binaries.
2004-04-11 19:15:09 +00:00
crs
4576b30c37
Fixed lookup of hosts by name on win32.
2004-03-31 22:14:15 +00:00
crs
ffa966747b
Fixed handling of winsock connect event. Was always immediately
...
indicating socket had connected.
2004-02-29 21:33:20 +00:00
crs
d6ec331b09
Made all arch sockets non-blocking.
2004-02-29 16:11:17 +00:00
crs
54acf38d82
Merged Win32 updates. Added full warnings on g++. Fixed bug in
...
client when handling server rejection.
2004-02-28 12:19:49 +00:00
crs
80f3998398
Changed name-to-address translation to only use IPv4 addresses
...
and to only copy as much address as fits in sockaddr_in.sin_addr,
in case hostent.h_length is wrong.
2003-09-03 21:54:18 +00:00
crs
188d89108b
Added missing entry in a socket family table. This was a serious
...
bug and should've failed on all platforms but just happened to
work on linux and windows.
2003-01-25 13:34:17 +00:00
crs
e9cc0b434e
Moved CPrimaryScreen and CSecondaryScreen to the lib/synergy
...
and the platform specific implementations to lib/platform.
Added an lib/arch method to query the platform's native wide
character encoding and changed CUnicode to use it. All
platform dependent code is now in lib/arch, lib/platform,
and the programs under cmd. Also added more documentation.
2003-01-05 21:48:54 +00:00
crs
f65921bc3f
Refactored some platform dependent code into a new library,
...
lib/arch. This should make porting easier. Will probably
continue to refactor a little more, moving platform dependent
event handling stuff into lib/platform.
2003-01-04 22:01:32 +00:00