summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/rpc_handler_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Update versioning logic to check for < version 5.0.0fix/update_rpc_versioning_logicJackLivio2018-10-151-1/+1
* Fix usage of base_rpc_versionJackLivio2018-10-111-2/+3
* Fix namespace case structure in projectfix/namespace_casejacobkeeler2018-08-291-15/+15
* Merge pull request #2278 from smartdevicelink/feature/boost_datetime_implemen...Jacob Keeler2018-08-281-2/+2
|\
| * Merge remote-tracking branch 'origin/develop' into feature/boost_datetime_imp...jacobkeeler2018-08-221-3/+49
| |\
| * | Fix namespace whoopsConlain Kelly2018-08-101-2/+2
* | | Merge pull request #2519 from JackLivio/fix/update_rpc_version_negotiation_logicJackLivio2018-08-241-5/+3
|\ \ \ | |_|/ |/| |
| * | Check styleJackLivio2018-08-211-1/+1
| * | Update mobile version negotiationJackLivio2018-08-161-5/+3
* | | Add API version to logging in case if message from mobile was not parsedAlexander2018-08-161-1/+2
|/ /
* | Address commentsJackLivio2018-08-141-13/+31
* | Address CommentsJackLivio2018-08-131-9/+15
* | Address comments and logic refactorJackLivio2018-08-101-1/+1
* | Check StyleJackLivio2018-08-051-10/+17
* | Add support for mandatory and removed versioningJackLivio2018-08-011-1/+15
|/
* Merge branch 'develop' into feature/STL_sharedptr_implementation_round2Conlain Kelly2018-07-181-3/+19
|\
| * Fix uses of deprecated methods in projectfeature/include_deprecated_warningsJacob Keeler2018-07-171-3/+19
* | style fixConlain Kelly2018-07-181-1/+2
* | Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-181-11/+11
|/
* Remove DBus from projectJacob Keeler2018-07-101-4/+0
* Fix GetInteriorVehicleDataConsent request/responseAndriy Byzhynar2018-06-261-2/+2
* Load plugins in app manager, init plugin with paramsIra Lytvynenko2018-06-261-13/+0
* Remove all remote controllAlexander Kutsan2018-06-261-9/+1
* Refactor CommandFactoryIra Lytvynenko2018-06-261-3/+4
* RPCHandler implementationIra Lytvynenko2018-06-261-0/+389