Jerry (Xinyu Hou)
|
f22d9ac477
|
Added clipboard transmission start notification #4745
|
2015-06-02 11:14:28 -07:00 |
Jerry (Xinyu Hou)
|
d9921c894c
|
Added clipboard transmission notification #4745
|
2015-06-02 09:48:26 -07:00 |
Jerry (Xinyu Hou)
|
ce2c797f69
|
Made code more readable #4745
|
2015-06-01 16:58:21 -07:00 |
Jerry (Xinyu Hou)
|
3d55516fdf
|
Removed unused code #4745
|
2015-06-01 16:56:52 -07:00 |
Jerry (Xinyu Hou)
|
4533063768
|
Fixed compile error on Unix #4745
|
2015-06-01 16:04:13 -07:00 |
Jerry (Xinyu Hou)
|
bfe616eebe
|
Added file transmission started notification for server #4745
|
2015-06-01 16:00:35 -07:00 |
Jerry (Xinyu Hou)
|
d1ca021002
|
Monitoring log to show notification and made icon change while transfering $4745
|
2015-06-01 15:59:59 -07:00 |
Xinyu Hou
|
5cbcd74028
|
Fixed using NOTE level logging on Mac #4745
|
2015-06-01 23:42:58 +01:00 |
Jerry (Xinyu Hou)
|
e7f358afb2
|
Added file transmission started, failed and complete notification #4745
|
2015-06-01 15:33:06 -07:00 |
Jerry (Xinyu Hou)
|
5006adedfe
|
Changed note to notify #4745
|
2015-06-01 14:46:08 -07:00 |
Jerry (Xinyu Hou)
|
d3a4ce1f11
|
Moved note into either warning or info #4745
|
2015-06-01 14:31:32 -07:00 |
Jerry (Xinyu Hou)
|
ecf0485e8f
|
Removed commented out code #4745
|
2015-06-01 12:39:30 -07:00 |
Jerry (Xinyu Hou)
|
4a27c0b05c
|
Added drop file notification on client #4745
|
2015-06-01 11:57:43 -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 |
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 |
Jerry (Xinyu Hou)
|
b34044ec6a
|
Versioned to 1.7.4
|
2015-05-26 11:50:21 -07:00 |
Nick Bolton
|
efd0108597
|
Fixed "heads/" prepend problem for plugin upload #4695
|
2015-05-26 16:56:21 +01:00 |
Nick Bolton
|
d6cefa73a0
|
Removed test prepend string from previous commit #4695
|
2015-05-26 16:49:59 +01:00 |
Nick Bolton
|
5faa5178b4
|
Remove 'heads/' string from git branch name #4695
|
2015-05-26 16:49:23 +01:00 |
Nick Bolton
|
9b3d6d5665
|
Fake commit to force buildbot to build this branch
|
2015-05-26 16:31:56 +01:00 |
Nick Bolton
|
55c9f46156
|
Fixed version name for 1.7.1 in ChangeLog
|
2015-05-26 16:01:45 +01:00 |
Nick Bolton
|
ace8ffd6a8
|
Fixed version names in ChangeLog
|
2015-05-26 15:58:49 +01:00 |
Nick Bolton
|
f5d303cab2
|
ChangeLog for v1.7.3-stable
|
2015-05-26 15:58:49 +01: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
|
38bcea54d8
|
Do nothing if plugins dir doesn't exist #4695
|
2015-05-25 18:17:09 +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
|
8ed3d79cc2
|
Only upload plugin if file exists #4695
Some platforms (e.g. Mac 10.6) don't build the plugin
|
2015-05-25 16:57:28 +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
|
b4b5ce6483
|
Missing change from last commit, print error #4695
|
2015-05-25 16:23:21 +01:00 |
Nick Bolton
|
d278c2d8d4
|
Swallow mkd fail in case nlst doesn't work #4695
|
2015-05-25 16:22:45 +01:00 |
Nick Bolton
|
91d05c29db
|
Upload 'ns' to plugins dir (create if not exists) #4695
|
2015-05-25 16:05:16 +01:00 |