Adam Potolsky
|
0c211e2852
|
Adding logging output when ssl connects for aid in debugging and support
|
2015-06-09 14:07:42 -07:00 |
Adam Potolsky
|
ed37eeca51
|
Merge branch '4696'
|
2015-06-08 13:24:47 -07:00 |
Adam Potolsky
|
155a8b70c4
|
Added version string to plugin and added to plugin loaded message
|
2015-06-05 17:07:47 -07:00 |
Adam Potolsky
|
2db2ffac84
|
Adding Windows Plugins Directory to install #4696
|
2015-06-05 16:55:36 -07:00 |
Adam Potolsky
|
88e5c6197d
|
Trivial whitespace fix cause by by editor settings
|
2015-06-04 14:06:17 -07:00 |
Adam Potolsky
|
78f8fb45ba
|
Fixed Installed Directory in ARCH for MacOS #4696
|
2015-06-04 09:58:22 -07:00 |
Adam Potolsky
|
ad9cfd64af
|
Added symbolic link creation to linux and macos #4696
|
2015-06-02 14:29:01 -07:00 |
Adam Potolsky
|
0061969cf2
|
Updating installed dir for Linux and MacOS #4696
|
2015-06-02 14:28:20 -07:00 |
Adam Potolsky
|
e784b48711
|
Added use of Installed Dir for finding plugin install directory #4696
Fixed issues with file path creation #4696
|
2015-06-01 16:50:05 -07:00 |
Adam Potolsky
|
c1158ea7f9
|
Removed speaker and system hard coded locations from code #4696
Removed previously commended out code that is unnecessary #4696
|
2015-06-01 16:48:12 -07:00 |
Adam Potolsky
|
4a7fdabd65
|
Added Installed Dir to PluginManager #4696
|
2015-06-01 16:46:33 -07:00 |
Adam Potolsky
|
5d770d4204
|
Added getInstallDir to Core Interface #4696
|
2015-06-01 16:43:57 -07:00 |
Adam Potolsky
|
98bb9b3fb3
|
Added getInstalledDir to ToolApp. #4696
|
2015-06-01 16:43:27 -07:00 |
Jerry (Xinyu Hou)
|
bd3a8e9429
|
Fixed unittest for ipcLogOutputter #4721
|
2015-05-29 17:48:53 -07:00 |
Jerry (Xinyu Hou)
|
97bac70fae
|
Stop writing into and clear buffer when no GUI #4721
|
2015-05-29 16:55:22 -07:00 |
Adam Potolsky
|
4bf1eeb065
|
Removed unnecessary method and static data #4696
|
2015-05-29 16:47:51 -07:00 |
Adam Potolsky
|
1229974d2f
|
Merge branch 'master' into 4696
Conflicts:
src/gui/src/PluginManager.cpp
|
2015-05-29 16:39:31 -07:00 |
Adam Potolsky
|
e35fd80cef
|
Fixed name for Mac and Linux Build #4696
|
2015-05-29 16:20:47 -07:00 |
Adam Potolsky
|
8d70075171
|
Replaces plugin download with install and copy functionality #4696
|
2015-05-29 15:57:21 -07:00 |
Jerry (Xinyu Hou)
|
9487db1672
|
Merge pull request #4722 from maximd/master
Fix issue synergy/synergy#4720
|
2015-05-28 16:58:44 -07:00 |
Jerry (Xinyu Hou)
|
d7063a87c8
|
Fixed using wrong local variable #4723
|
2015-05-27 10:32:13 -07:00 |
Jerry (Xinyu Hou)
|
aec52c36e6
|
Added timeout for waiting active destop result #4723
|
2015-05-27 10:18:45 -07:00 |
Jerry (Xinyu Hou)
|
3498d1bc8e
|
Used synergy::string::sprintf instead of append #4690
|
2015-05-27 09:52:58 -07:00 |
Maxim Doucet
|
03fc9b5fa7
|
Fix issue synergy/synergy#4720
|
2015-05-27 18:34:47 +02:00 |
Jerry (Xinyu Hou)
|
d83cb23cc7
|
Reverted 8b9758 #4712
|
2015-05-26 17:25:18 -07:00 |
Jerry (Xinyu Hou)
|
907b02fb09
|
Used log system instead of stdout (part 2) #4690
|
2015-05-26 17:18:14 -07:00 |
Jerry (Xinyu Hou)
|
3788084e43
|
Merge branch 'jerry-sandbox' of https://github.com/synergy/synergy into jerry-sandbox
|
2015-05-26 17:13:09 -07:00 |
Jerry (Xinyu Hou)
|
f063b094ec
|
Used log system instead of stdout #4690
|
2015-05-26 17:12:58 -07:00 |
Jerry (Xinyu Hou)
|
dba46707b2
|
Removed SSL chunk size limitation #4712
|
2015-05-26 13:31:15 -07:00 |
Nick Bolton
|
8b975878c2
|
Limited clipboard size to 1kb when SSL is enabled #4601
@XinyuHou I had no choice but to block clipboard data over 1kb in
size... anything over that and you get an access violation.
|
2015-05-26 15:04:04 +01:00 |
Nick Bolton
|
fd72bf17ce
|
Reworded SSL errors to be more consistent #4650
|
2015-05-26 14:17:30 +01:00 |
Nick Bolton
|
42ed1c2f27
|
Increased ssl error rate limit from 50k to 100k #4650
@speaker This is nuts... my mac client now errors 50k times before it
eventually connects.
|
2015-05-26 14:14:24 +01:00 |
Nick Bolton
|
3dc3d5b309
|
Increased ssl error rate limit from 60 to 50000 #4650
@speaker, a 50k limit seems a bit insane, but it seems to be the only
way to get my Mac client to establish a connection :-/
|
2015-05-26 14:00:50 +01:00 |
Nick Bolton
|
e96cead732
|
Fixed wrong sprintf specifier used (%s instead of %d) #4650
My bad, I was being carless in 4aa57cfbdb
|
2015-05-26 12:19:13 +01:00 |
Nick Bolton
|
4aa57cfbdb
|
Fixed code style, more consistent logging #4650
|
2015-05-25 20:24:29 +01:00 |
Nick Bolton
|
1cea4bb80f
|
Fixed code style, use lower case for logging #4650
|
2015-05-25 20:20:12 +01:00 |
Nick Bolton
|
0fdcfe9b95
|
Fixed code style, prefer enums over macros #4650
|
2015-05-25 20:20:12 +01:00 |
Nick Bolton
|
3563217c7b
|
Fixed Mac package platform variable name #4708
|
2015-05-25 19:54:34 +01:00 |
Nick Bolton
|
590d0482b3
|
Removed useless processor type return for Mac #4708
|
2015-05-25 19:54:21 +01:00 |
Nick Bolton
|
e8a43dd020
|
Simplified logic to detect Linux 64/32 deb/rpm #4565
|
2015-05-25 19:41:53 +01:00 |
Nick Bolton
|
e479f16705
|
Incremented default plugin version to 1.1
|
2015-05-25 18:59:58 +01:00 |
Nick Bolton
|
cae767735c
|
Download specific plugin version on Mac #4708
|
2015-05-25 18:59:58 +01:00 |
Nick Bolton
|
14bb44f539
|
Comment explaining lack of 10.7 support #4695
|
2015-05-25 17:41:38 +01:00 |
Nick Bolton
|
25237a14b7
|
Revert "Allowed Mac OS X 10.7 to build ns plugin #4695"
This reverts commit a900543c1d .
|
2015-05-25 17:40:36 +01:00 |
Nick Bolton
|
a900543c1d
|
Allowed Mac OS X 10.7 to build ns plugin #4695
|
2015-05-25 16:53:46 +01:00 |
Nick Bolton
|
b71c298163
|
Changed sleep time to 100ms for unit test (hack) #4651
|
2015-05-25 15:25:14 +01:00 |
Nick Bolton
|
18344e6b52
|
Copy ns plugin to debug dir when in debug mode #4704
|
2015-05-25 13:08:47 +01:00 |
Nick Bolton
|
f322a79760
|
Copy plugins to config dir on Mac #4703
|
2015-05-25 13:07:36 +01:00 |
Jerry (Xinyu Hou)
|
b1f2abbaae
|
Merge remote-tracking branch 'origin/master' into jerry-sandbox
|
2015-05-22 16:39:33 -07:00 |
Xinyu Hou
|
fb3252efef
|
Added a way to interrupt sending clipboard/file #4601
|
2015-05-23 00:34:00 +01:00 |