Open-source KVM software
Go to file
Nick Bolton c368013f13 Patch by Jerry for issue 46:
- Unit test for sending file data from server to client.
- Removed singleton pattern from CSocketMultiplexer for easier unit testing.
- Incremented protocol version from 1.4 to 1.5 (new file chunk message).
- Storing pointer to CConfig instead of copying in CServer (so we can mock it).
- Created a common event queue for testing (timeout, quit event, etc).
- Fixed code style.
2013-07-16 19:02:30 +00:00
doc moving 1.4 to trunk 2012-06-10 16:50:54 +00:00
res patch by jerry - fixes ShellExecAsUser usage 2013-05-02 13:08:04 +00:00
src Patch by Jerry for issue 46: 2013-07-16 19:02:30 +00:00
tools jerry's patch: Added 2 missed files for building in debug mode. 2013-06-04 18:22:58 +00:00
.gitignore moving 1.4 to trunk 2012-06-10 16:50:54 +00:00
.lvimrc moving 1.4 to trunk 2012-06-10 16:50:54 +00:00
CMakeLists.txt removed dead vnc integration attempt. 2013-05-31 15:43:37 +00:00
COMPILE moving 1.4 to trunk 2012-06-10 16:50:54 +00:00
COPYING corrected license and author attribution (cs 2002-2012, nb 2008-2012) 2012-09-04 02:09:56 +00:00
ChangeLog ChangeLog for 1.4.12 2013-05-04 11:20:39 +00:00
INSTALL moving 1.4 to trunk 2012-06-10 16:50:54 +00:00
README Mailing list test 2 2013-06-29 22:21:12 +00:00
configure moving 1.4 to trunk 2012-06-10 16:50:54 +00:00
hm.cmd moving 1.4 to trunk 2012-06-10 16:50:54 +00:00
hm.py stripped out remaining vnc stuff 2013-05-31 16:06:51 +00:00
hm.sh moving 1.4 to trunk 2012-06-10 16:50:54 +00:00

README

See: http://synergy-foss.org/pm/projects/synergy/wiki/Readme

Announcement | 2009-08-04
=========================
We have recently switched to CMake, to replace Automake.
Plese read the Compiling wiki page for help with CMake:
http://synergy-foss.org/pm/projects/synergy/wiki/Compiling

Linux/Mac
---------
Instead of using the traditional GNU style `./configure; make`
commands, you will now need to use CMake.

Windows
-------
Instead of using the VS2005 and VS2008 directories, you now need
to generate the Visual Studio project files using CMake.