ostinato/rpc
Srivats P dccf2042f0 Abort connection if bad data received from drone
Currently we would crash because of qFatal(). The new behaviour is
better. Error is reported in the logs window alongwith a suggestion on
what to check.
2020-05-09 09:50:32 +05:30
..
pbhelper.h Feature: Reserve Ports for cooperative use of shared drone. If a port is reserved the GUI will display the username of the owner but others can still view and control the port; in other words, we just potentially prevent unintentional usage of other people's ports, users still need to play nice with each other! 2015-04-16 22:20:07 +05:30
pbqtio.h Bugfix: Fixed bugs in RPC Channel read function that causes the client to miss some messages or not receive any at all (see the diff for details); these bugs are day one bugs but adding the Notify RPC increased the chances of seeing them 2015-05-01 13:20:12 +05:30
pbrpc.pro Treat warnings as errors and fix existing warnings 2018-04-20 20:50:51 +05:30
pbrpcchannel.cpp Abort connection if bad data received from drone 2020-05-09 09:50:32 +05:30
pbrpcchannel.h RPC channel now prints method names in addition to id for better debugging 2016-04-26 18:33:20 +05:30
pbrpccommon.h Port common, rpc and client code to Qt5 2018-03-14 21:58:56 +05:30
pbrpccontroller.h Infra: Added code to disable notifications for python-ostinato scripts since python-ostinato does not expect and hence does not know how to deal with notifications 2015-05-01 21:41:04 +05:30
rpcconn.cpp Print RPC MethodName and ResponseMsgName on server 2019-02-09 18:22:57 +05:30
rpcconn.h Print RPC MethodName and ResponseMsgName on server 2019-02-09 18:22:57 +05:30
rpcserver.cpp Remove QThreadX since we have ported to Qt5 2019-07-28 10:42:11 +05:30
rpcserver.h Disable logs by default in release mode 2019-07-02 18:25:31 +05:30
sharedprotobufmessage.h Bugfix: Use 'smart' pointer to refcount and auto-destruct to avoid notification memory leaks 2015-04-28 18:45:35 +05:30