summaryrefslogtreecommitdiff
path: root/src/components
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release/4.5.0' into fix/OnDriverDistructionJackLivio2018-02-12981-49791/+23636
|\
| * Merge pull request #1969 from AByzhynar/fix/PoliciesManager_allows_all_reques...JackLivio2018-02-125-15/+146
| |\
| | * Add differentiation of parameters absence from emptinessAndriy Byzhynar2017-12-214-15/+139
| | * Add SDL behavor handling in case of RPC parameters field exists but emptyAndriy Byzhynar2017-12-151-0/+7
| * | Merge branch 'develop' into feature/boost_websocket_hmi_message_adapterfeature/boost_websocket_hmi_message_adapterJackLivio2018-02-0261-472/+14706
| |\ \
| | * \ Merge branch 'develop' into hotfix/dynamically_link_librarieshotfix/dynamically_link_librariesJackLivio2018-02-021044-50870/+10055
| | |\ \
| | | * \ Merge pull request #1525 from smartdevicelink/feature/invalid_data_infoJacob Keeler2018-02-0235-319/+803
| | | |\ \
| | | | * | Update PR to use new DEPRECATED macrofeature/invalid_data_infojacobkeeler2018-01-1911-14/+3
| | | | * | Merge remote-tracking branch 'origin/develop' into feature/invalid_data_infojacobkeeler2018-01-19193-1586/+2496
| | | | |\ \
| | | | * | | Use ValidationReport objects for reporting rather than stringsjacobkeeler2017-11-3046-732/+650
| | | | * | | Deprecate old validate methodsjacobkeeler2017-09-2919-7/+187
| | | | * | | Fix build errors from merge and remove quotes from error messagesjacobkeeler2017-09-298-39/+33
| | | | * | | Merge remote-tracking branch 'origin/release/4.4.0' into feature/invalid_data...jacobkeeler2017-09-28458-10401/+42774
| | | | |\ \ \
| | | | * | | | Invalid data responses now return useful error messages in `info` fieldJacob Keeler2017-05-0443-364/+761
| | * | | | | | Review CommentsJackLivio2018-02-021-1/+1
| | * | | | | | Fix DBus Buildjacobkeeler2018-01-3011-37/+69
| | * | | | | | Remove Dbus and Iap librariesJackLivio2018-01-212-5/+4
| | * | | | | | Get dbus to compileJackLivio2018-01-2011-109/+13827
| | * | | | | | Dynamically link libusb-1.0JackLivio2018-01-206-9/+6
| * | | | | | | Review CommentsJackLivio2018-02-021-41/+34
| * | | | | | | Fixes for PR commentJackLivio2018-02-029-970/+918
| * | | | | | | Fix shutdown after hmi reconnectionJackLivio2018-02-024-17/+23
| * | | | | | | Add Boost Websocket HMI AdapterJackLivio2018-02-029-11/+1175
| | |/ / / / / | |/| | | | |
| * | | | | | Fix style issues in projectfix/style_issues_developjacobkeeler2018-02-017-29/+30
| * | | | | | Fix deprecated warnings in application_impl and connection_handler_implfix/deprecated_warningsjacobkeeler2018-02-015-15/+18
| * | | | | | Remove references to QT HMIfeature/remove_qt_hmijacobkeeler2018-02-011-1/+6
| * | | | | | Delete QT HMIjacobkeeler2018-02-01739-47454/+0
| * | | | | | Merge pull request #1999 from smartdevicelink/fix/unused_iteratorJacob Keeler2018-02-011-1/+1
| |\ \ \ \ \ \
| | * | | | | | Remove unused iteratorfix/unused_iteratorJacob Keeler2018-02-011-1/+1
| * | | | | | | Merge pull request #1971 from AKalinich-Luxoft/fix/fix_security_issuesJacob Keeler2018-01-3129-771/+1462
| |\ \ \ \ \ \ \
| | * | | | | | | Answer review commentsAKalinich-Luxoft2018-01-302-3/+6
| | * | | | | | | Fix failed RC test after rebaseAKalinich-Luxoft2018-01-291-1/+0
| | * | | | | | | Fixed mocks and related unit testsAKalinich-Luxoft2018-01-2910-448/+580
| | * | | | | | | Minor refactoring in protocol and security managerAKalinich-Luxoft2018-01-2918-37/+50
| | * | | | | | | Fixed certificate chain reading from PEM fileAKalinich-Luxoft2018-01-291-0/+12
| | * | | | | | | Updates in connection and handlerAKalinich-Luxoft2018-01-295-0/+87
| | * | | | | | | Added overriden functions for SecurityManager listenersAKalinich-Luxoft2018-01-295-1/+86
| | * | | | | | | ProtocolHandlerImpl was extended with PolicyHandlerObserverAKalinich-Luxoft2018-01-292-6/+113
| | * | | | | | | Fixes in Crypto/Security managersAKalinich-Luxoft2018-01-294-9/+65
| | * | | | | | | Refactoring in connection/protocol handlersAKalinich-Luxoft2018-01-296-134/+113
| | * | | | | | | Old StartSessionHandler class moved to a separate unitAKalinich-Luxoft2018-01-294-135/+343
| | * | | | | | | ServiceStartedContext were moved to session observerAKalinich-Luxoft2018-01-293-49/+58
| * | | | | | | | Merge branch 'fix/gcc6_build' into developJacob Keeler2018-01-302-1/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fix build errors with GCC6+fix/gcc6_buildjacobkeeler2018-01-172-1/+2
| | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Merge remote-tracking branch 'origin/master' into developjacobkeeler2018-01-291-1/+0
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | / / / / / | | | |/ / / / / | | |/| | | | |
| | * | | | | | Fix RC unit testfix/rc_unit_test_failureJacob Keeler2018-01-291-1/+0
| | | |/ / / / | | |/| | | |
| * | | | | | Merge remote-tracking branch 'origin/master' into developjacobkeeler2018-01-261-1/+0
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Activate app sent at wrong time for RC appshotfix/rc_sends_activate_app_at_wrong_timeJackLivio2017-11-031-1/+0
| * | | | | | Fix difference in device hash generationfeature/IAP_over_BTAndriy Byzhynar2018-01-221-2/+5
| * | | | | | Remove redundant functionalityAndriy Byzhynar2018-01-223-6/+18