Nick Bolton
|
b5effc0591
|
Merge branch 'bug3784-MacOSXDoubleTripleClickFix' of https://github.com/jpmcmu/synergy into jpmcmu-tripple-click-fix
|
2015-03-21 11:08:53 +00:00 |
legonigel
|
447169df32
|
Fix #4349
Fixes issue #4349 in MSWindowsDesks.cpp by using HWND_TOP instead of HWND_TOPMOST. All credit for this fix goes to @gitscrubz and @dubuaych.
|
2015-03-20 03:12:50 -04:00 |
Nick Bolton
|
702d79570d
|
Merge pull request #4414 from JoshMcCullough/4389
Fixed #4389 - removed unused include from platform/MSWindowsScreen.
|
2015-03-09 10:55:43 +00:00 |
Josh McCullough
|
4ac8f61a54
|
Fixed #4389 - removed unused include from platform/MSWindowsScreen.
|
2015-03-06 18:10:39 -05:00 |
Nick Bolton
|
2feb916f2f
|
Unfucked --enable-drag-drop arg parse #4168
|
2015-03-04 15:10:03 +00:00 |
Nick Bolton
|
3364d38498
|
Removed unused retry variables #4313
|
2015-03-04 14:07:43 +00:00 |
Nick Bolton
|
b4a1c3627f
|
Improved SSL error handling for accept/connect socket #4313
|
2015-03-04 13:59:53 +00:00 |
Nick Bolton
|
501dc6c886
|
More user-friendly SSL errors, and rate limited failure #4313
|
2015-03-04 13:42:19 +00:00 |
Nick Bolton
|
9cdff4a910
|
Removed throw from checkResult (causes client to freeze) #4313
|
2015-03-04 12:26:54 +00:00 |
Nick Bolton
|
87a81adeb4
|
Improved SLL error messages and throw on cert error #4313
|
2015-03-04 12:15:56 +00:00 |
Nick Bolton
|
55de0746dc
|
Copy all plugin files to bin dir (including symbols) #4168
|
2015-03-04 12:03:38 +00:00 |
Nick Bolton
|
719e8f6b56
|
Revert "More robust secure socket error handling #4313"
This reverts commit 40fa58de8c .
|
2015-03-04 11:43:52 +00:00 |
Nick Bolton
|
1c2576b8d7
|
Revert "Rephrased "crypto disabled" log, changed to error #4313"
This reverts commit a6b5c872f5 .
|
2015-03-04 11:43:45 +00:00 |
Nick Bolton
|
6ef41522b7
|
Revert "Fixed: Exception was not thrown on secure accept/connect #4313"
This reverts commit c5ed03a8a0 .
|
2015-03-04 11:43:42 +00:00 |
Nick Bolton
|
cfd21216cd
|
Fixed: Plugins dir may change depending on user #4168
|
2015-03-04 11:15:07 +00:00 |
Nick Bolton
|
c5ed03a8a0
|
Fixed: Exception was not thrown on secure accept/connect #4313
|
2015-03-04 10:14:21 +00:00 |
Nick Bolton
|
a6b5c872f5
|
Rephrased "crypto disabled" log, changed to error #4313
|
2015-03-04 09:00:01 +00:00 |
Nick Bolton
|
40fa58de8c
|
More robust secure socket error handling #4313
|
2015-03-03 19:21:14 +00:00 |
Nick Bolton
|
6e7b9491d4
|
Fixed: Incorrect log level used #4168
|
2015-02-26 16:44:15 +00:00 |
Nick Bolton
|
dd57a93345
|
Added OpenSSL DLLs to Windows installer #4313
libeay32.dll
ssleay32.dll
|
2015-02-26 00:04:17 +00:00 |
Nick Bolton
|
bcf1a1c4d4
|
Added extra logging to plugin loaders #4168
|
2015-02-26 00:03:24 +00:00 |
Nick Bolton
|
eb1083ec45
|
Fixed: Missing 'else if' on arg parsing #4168
|
2015-02-25 17:44:17 +00:00 |
Nick Bolton
|
a1bfddeb5b
|
Changed plugin manager to use installed arch #4168
Using the processor arch to figure out which plugin to downloa is not
the best idea, since a user could install 32-bit Synergy on 64-bit
Windows.
|
2015-02-25 17:43:48 +00:00 |
XinyuHou
|
226f2c966a
|
assigned arch static instance instead of create a new one #4313
|
2015-02-13 15:58:54 +00:00 |
Xinyu Hou
|
4014176d8e
|
Revert "created new instance of arch in plugin #4313"
This reverts commit 8e4f758cb1 .
|
2015-02-13 14:26:03 +00:00 |
Xinyu Hou
|
9f1255d986
|
Revert "did not pass arch into plugins #4313"
This reverts commit 0f686ff308 .
|
2015-02-13 14:25:29 +00:00 |
XinyuHou
|
0f686ff308
|
did not pass arch into plugins #4313
|
2015-02-13 12:42:23 +00:00 |
XinyuHou
|
8e4f758cb1
|
created new instance of arch in plugin #4313
|
2015-02-13 12:35:12 +00:00 |
XinyuHou
|
4cd20d97ea
|
changed profile directory on mac #4168
|
2015-02-12 16:52:34 +00:00 |
XinyuHou
|
c4c0fc8a08
|
added enable crypto argument to synergys/c #4313
|
2015-02-12 15:50:08 +00:00 |
XinyuHou
|
bbcca144f5
|
hacked avoid syntool sigsegv on linux #4168
|
2015-02-11 17:32:18 +00:00 |
XinyuHou
|
b9c5eb2e6f
|
added certificate generate #4168
|
2015-02-11 17:28:56 +00:00 |
XinyuHou
|
80343c41eb
|
deleted old home brew crypto #4313
|
2015-02-11 11:12:54 +00:00 |
XinyuHou
|
4fcec1d217
|
limited ns pluging to Mac 10.8 and above #4168
|
2015-02-10 16:20:49 +00:00 |
XinyuHou
|
7d5df54bd0
|
fixed copy command for libns on Linux #4168
|
2015-02-10 13:07:52 +00:00 |
XinyuHou
|
31440b1a8a
|
added const cast #4168
|
2015-02-10 12:22:30 +00:00 |
XinyuHou
|
98716f4e78
|
fixed compile error on ubuntu64 #4168
|
2015-02-10 12:13:59 +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 #4168
|
2015-02-09 15:37:47 +00:00 |
XinyuHou
|
05e6cb6254
|
queried plugin list from server #4168
|
2015-02-06 10:39:58 +00:00 |
XinyuHou
|
aa46fe91a7
|
added activate page in wizard #4168
|
2015-02-05 14:17:34 +00:00 |
XinyuHou
|
097f4c4c1f
|
Revert "added login window #4168"
This reverts commit ccc5834757 .
|
2015-02-05 11:44:33 +00:00 |
XinyuHou
|
5f33a21878
|
deleted secure socket when close client time out #4313
|
2015-02-02 16:06:51 +00:00 |
XinyuHou
|
3aa6bed669
|
handled SSL connect failed on client side #4313
|
2015-02-02 15:33:40 +00:00 |
XinyuHou
|
10e6b5ad63
|
removed client connection when SSL handshake failed #4313
|
2015-02-02 14:18:34 +00:00 |
XinyuHou
|
ccc5834757
|
added login window #4168
|
2015-01-30 16:04:27 +00:00 |
XinyuHou
|
ad230d46e6
|
handled secure socket exception #4313
|
2015-01-29 16:16:45 +00:00 |
XinyuHou
|
767802f111
|
removed loop accept and connect and added more debug info #4313
|
2015-01-29 15:40:30 +00:00 |
XinyuHou
|
d15c99f41d
|
rearranged the deletion orders of clientlistener and server #4313
|
2015-01-28 17:34:19 +00:00 |
XinyuHou
|
4e42b9fdbd
|
fixed memory leak and validate ssl #4313
|
2015-01-28 17:33:10 +00:00 |