Commit Graph

140 Commits

Author SHA1 Message Date
XinyuHou 0f686ff308 did not pass arch into plugins 2015-02-13 12:42:23 +00:00
XinyuHou c4c0fc8a08 added enable crypto argument to synergys/c 2015-02-12 15:50:08 +00:00
XinyuHou bbcca144f5 hacked avoid syntool sigsegv on linux 2015-02-11 17:32:18 +00:00
XinyuHou b9c5eb2e6f added certificate generate 2015-02-11 17:28:56 +00:00
XinyuHou 80343c41eb deleted old home brew crypto 2015-02-11 11:12:54 +00:00
XinyuHou 3c4b6163e3 Merge remote-tracking branch 'origin/jerry-sandbox' 2015-02-10 10:28:45 +00:00
XinyuHou b178d33d62 added plugin downloading from servere 2015-02-09 15:37:47 +00:00
XinyuHou 05e6cb6254 queried plugin list from server 2015-02-06 10:39:58 +00:00
XinyuHou aa46fe91a7 added activate page in wizard 2015-02-05 14:17:34 +00:00
XinyuHou 097f4c4c1f Revert "added login window "
This reverts commit ccc5834757.
2015-02-05 11:44:33 +00:00
XinyuHou 3aa6bed669 handled SSL connect failed on client side 2015-02-02 15:33:40 +00:00
XinyuHou ccc5834757 added login window 2015-01-30 16:04:27 +00:00
XinyuHou d15c99f41d rearranged the deletion orders of clientlistener and server 2015-01-28 17:34:19 +00:00
XinyuHou 622e40e5d7 managed secure socket allocation and deallocation 2015-01-28 13:07:03 +00:00
XinyuHou d80aa7c938 resolve removed IStreamFilterFactory dead code 2015-01-27 11:33:06 +00:00
XinyuHou 85813fd49b added plugin unload and cleanup 2015-01-27 10:42:10 +00:00
Xinyu Hou 141b778477 refactored SecureSocket to use interface 2015-01-14 17:25:53 +00:00
XinyuHou f973d1498d dropped prefix C 2015-01-12 10:33:29 +00:00
XinyuHou 1d7eb3f5cb updated pluging loader for Windows 2015-01-09 13:46:35 +00:00
XinyuHou de8fe7e2a5 fixed compiler cast warning in drag info class 2015-01-06 14:51:37 +00:00
the-wes d62c4a842b Update App.h
update --help output.
2014-12-16 18:04:00 -08:00
Xinyu Hou 9fd11da578 Drop C prefix on Windows 2014-11-12 11:44:29 +00:00
Xinyu Hou e5e0a3b653 Drop C prefix on Linux 2014-11-12 11:28:41 +00:00
Xinyu Hou 67377109f3 Moved Screen class into synergy namespace 2014-11-11 17:45:24 +00:00
Xinyu Hou 1aaa55163c Fixed "c" prefix compile error on Windows 2014-11-11 14:50:09 +00:00
Nick Bolton 41d6080028 changed company name in copyright notice 2014-11-11 13:52:03 +00:00
Nick Bolton e8e156f0e2 dropped "c" prefix from class names 2014-11-11 13:51:47 +00:00
Xinyu Hou d2191b6b93 Auto elevate for Windows UAC and screen lock 2014-10-27 16:39:18 +00:00
Xinyu Hou 6756296d85 Made daemon take full responsibility for logging 2014-10-27 14:11:43 +00:00
Xinyu Hou a32cb41342 Parse arg refactoring
Used argParser in DaemonApp.
2014-10-23 12:09:09 +01:00
Xinyu Hou a71ebc78b3 Parse arg refactoring
Fixed compile error on Linux
2014-10-23 11:37:59 +01:00
Xinyu Hou 943a355359 Parse arg refactoring
Used argParser to parse arguments and removed the old code
2014-10-23 11:30:51 +01:00
Xinyu Hou e26ccfdce6 Parse arg refactoring
Added unit testing
2014-10-22 16:52:08 +01:00
Xinyu Hou f9f2d8e8af Parse arg refactoring
Implemented argParser class.
2014-10-22 16:35:28 +01:00
Xinyu Hou d2814a423c Parse arg refactoring
Extracted platform specific argument parsing code.
2014-10-22 16:27:38 +01:00
jerry 7e562273d5 [no-issue]
revert to r2421
2014-09-15 15:17:07 +00:00
jerry 1805dd7900 issue - Cannot build x86_64 or ppc64 on Mac OS X
applied patch by Jake Petroules
2014-09-15 13:04:43 +00:00
Nick Bolton 3a6d9e82e3 added comment about protocol version [no-issue] [no-build] 2014-07-28 08:19:29 +00:00
jerry 1dfe867c54 issue - Key stuck down on Windows server
finished solving issue.
2014-05-23 15:01:29 +00:00
jerry f87bd9e860 - checked filename's validation before sending drag info
- refactored duplicated write to drop dir code
- removed legacy member variables
- fixed code style
- fixed typo
2014-05-14 14:45:15 +00:00
Nick Bolton d9f90e319e changed synergy-foss.org to synergy-project.org 2014-05-08 07:33:35 +00:00
jerry da3b77447a fixed warning on 10.6 and 10.5 2014-05-06 19:54:02 +00:00
jerry 2797e9a719 fixed compile error and added header for runtime_error 2014-05-06 19:23:40 +00:00
jerry 9621cba99e - redesigned drag information protocol
- used DragInformation to encapsulate information and helper functions.
- renamed parameters in sendDragInfo function.
2014-05-06 18:26:47 +00:00
jerry f773ff3d00 refactored duplicated code in dragInfoReceived
refactored fakeDraggigFiles interface
2014-04-30 18:54:32 +00:00
jerry c5e551ccae fixed name prefix in ServerApp and ClientApp.
removed testing code.
2014-04-22 10:56:30 +00:00
jerry 45c1cde698 fixed: events were added before event queue was ready, caused debug build assert failure.
removed sleep hack in favour of cond var wait.
2014-04-17 10:56:25 +00:00
Nick Bolton 0745d5884b Task - Merge String.cpp and StringUtil.cpp 2014-03-21 08:32:36 +00:00
Nick Bolton f9fe1130ac Task - Make premium login error more verbose 2014-03-20 10:33:33 +00:00
Nick Bolton 3ddb7ef9e3 Task - Remove Windows 95 support 2014-03-17 16:30:27 +00:00