Commit Graph

92 Commits

Author SHA1 Message Date
Josh Stone 7a0bc3abb7 Fix data indexes in Unicode::fromUTF8 2018-08-29 14:40:39 -07:00
walker0643 830f6acbef fix windows build and refactor last addition to EventQueue 2018-02-01 10:10:46 -05:00
walker0643 d9530bf7aa use a relatively small hack to keep barriers/barrierc from crashing on
unixes when they are killed from the GUI with QProcess's close(). the
stdin stream is going completely unused (though the stdout stream is
not) so use stdin to send a shutdown command. this solution avoids all
the nastiness and overhead of using shared memory, mutexes, condvars,
etc. just to communicate "stop" from one process to another
2018-01-31 20:20:06 -05:00
walker0643 b77eec1f17 fix some compiler warnings 2018-01-31 10:03:34 -05:00
walker0643 f12bfdfedc rebranding symless/synergy to debauchee/barrier 2018-01-27 16:48:17 -05:00
Andrew Nelless 46231cd35c Slightly improve error checking in vformat() 2017-05-12 00:45:59 +01:00
Andrew Nelless fedbcb0f3a Remove ../ includes in src/lib 2017-03-09 15:16:08 +00:00
Andrew Nelless 0cd45ba1ef Remove unused include paths 2017-03-09 14:18:39 +00:00
Andrew Nelless b46daccc29 Fix ODR violation of EventQueueTimer base class 2017-02-07 01:25:01 +00:00
XinyuHou deea23f866 Apply tab to spaces filter to src folder 2017-02-07 01:24:59 +00:00
Andrew Nelless 0371002497 Restore use of reinterpret_cast in unicode routines 2016-10-05 12:46:16 +01:00
Andrew Nelless f3d1470e58 Brutally replace all reinterpret_casts with static_casts 2016-10-05 12:46:16 +01:00
Jerry (Xinyu Hou) 3df75f9601 Conflicts:
src/lib/server/ClientListener.cpp
2016-09-26 11:58:33 +01:00
Jerry (Xinyu Hou) 95464d97cf Conflicts:
src/lib/client/Client.cpp
	src/lib/net/TCPSocketFactory.cpp
2016-09-26 11:58:33 +01:00
Andrew Nelless c3c0913633 Update company copyright notice 2016-09-26 11:58:33 +01:00
Jerry (Xinyu Hou) 83c0dea2e4 Calculated log message size rather than using fixed size 2016-08-08 14:36:43 +01:00
Jerry (Xinyu Hou) 7cbd3fdcb4 Revert "Add keepAlive message before send file/clipboard data "
This reverts commit 5287c62540b277474603ea8a38c53b50cb8f4d52.
2016-03-15 12:57:39 -07:00
Jerry (Xinyu Hou) b5b2cdfade Add keepAlive message before send file/clipboard data 2016-03-15 12:57:06 -07:00
Jerry (Xinyu Hou) d429988e73 Add more unit tests for split string function 2015-10-29 13:00:03 -07:00
Jerry (Xinyu Hou) 72397137c0 Add split string function 2015-10-29 12:52:55 -07:00
Jerry (Xinyu Hou) d2c94bfb04 Revert "Removed mutex locking from get and set of log level "
This reverts commit 3eef49d5c9.
2015-08-06 12:57:57 -07:00
Jerry (Xinyu Hou) bfc3ac340f Fixed possible loss of data warning 2015-07-31 13:55:23 -07:00
Jerry (Xinyu Hou) 485547d6ea Reverted Notify back to note 2015-07-31 13:20:35 -07:00
Jerry (Xinyu Hou) a8cf9173c8 Revert "Changed note to notify "
This reverts commit 5006adedfe.

Conflicts:
	src/test/unittests/ipc/IpcLogOutputterTests.cpp
2015-07-31 13:19:17 -07:00
Jerry (Xinyu Hou) 9483fecc42 Fixed code style
Revert "Moved note into either warning or info "

This reverts
commit d3a4ce1f11.

Revert "Changed note to notify "

This reverts commit
5006adedfe.

Conflicts:
	src/test/unittests/ipc/IpcLogOutputterTests.cpp

Shortened transmission log 

Revert "Added code to throw an error if the plugin can't be deleted or
written to "

This reverts commit
5696497bc0.
2015-07-31 13:17:12 -07:00
Jerry (Xinyu Hou) 260a7337d3 Added timestamp in log 2015-07-06 15:50:21 -07:00
Jerry (Xinyu Hou) 3aebb87b37 Fixed using old log level convention 2015-06-25 11:25:58 -07:00
Adam Potolsky 3eef49d5c9 Removed mutex locking from get and set of log level 2015-06-18 14:18:05 -07:00
Jerry (Xinyu Hou) 0680c33909 Added file events 2015-06-05 15:21:17 -07:00
Jerry (Xinyu Hou) 5006adedfe Changed note to notify 2015-06-01 14:46:08 -07:00
Xinyu Hou 49ac320f97 Refactored clipboard event into ClipboardEvent 2015-05-20 19:09:54 +01:00
Jerry (Xinyu Hou) 2c74a7f5c1 Added stringToSizeType and its unittest 2015-05-19 14:23:43 -07:00
Jerry (Xinyu Hou) 00ceda55dc Merge remote-tracking branch 'origin/master' into jerry-sandbox 2015-05-19 11:37:45 -07:00
Jerry (Xinyu Hou) eaff6f50f8 Added sending clipboard chunks handling 2015-05-19 10:54:02 -07:00
Nick Bolton 46527ded56 Limited Windows service log file size to 1MB
Oversized file is renamed to .1 to keep old log files in case needed,
but the old file will eventually be overwritten on 2nd recycle
2015-05-19 14:04:02 +01:00
Jerry (Xinyu Hou) 70be9cd97f Refactored intToString 2015-05-18 11:27:54 -07:00
Nigel Armstrong d71304ee55 Modified header of every file COPYING to LICENSE
Modified to match the updated name of the license file
2015-05-06 22:12:44 -04:00
Xinyu Hou e6e3eae0a9 Disabled reconnect after fingerprint failed 2015-04-20 14:43:39 +01:00
XinyuHou 28eb85660f Fixed error from merge 2015-04-14 17:51:41 +01:00
Xinyu Hou 39e183da3e Refactored string operations
Conflicts:
	src/lib/base/String.cpp
2015-04-14 17:51:19 +01:00
Xinyu Hou 141b778477 refactored SecureSocket to use interface 2015-01-14 17:25:53 +00:00
XinyuHou 1d7eb3f5cb updated pluging loader for Windows 2015-01-09 13:46:35 +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 6756296d85 Made daemon take full responsibility for logging 2014-10-27 14:11:43 +00:00
Xinyu Hou d2814a423c Parse arg refactoring
Extracted platform specific argument parsing code.
2014-10-22 16:27:38 +01:00
jerry 507abdcbfb issue Carbon loop not ready within 5 sec
added lock to all condVar
2014-06-02 16:07:58 +00:00
jerry 9feaa959f1 issue - Carboon loop not ready within 5 sec
issue solved
2014-06-02 11:04:09 +00:00
jerry 5773ed1ceb made XBase non abstract 2014-04-23 14:15:41 +00:00