summaryrefslogtreecommitdiff
path: root/src/components
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Added RPC Passthrough request timeoutShobhit Adlakha2019-05-131-1/+52
| | | | |
| * | | | Implemented test for UNSUPPORTED_REQUEST response(forwarded to mobile)Shobhit Adlakha2019-05-101-28/+32
| | | | |
| * | | | Implemented test for UNSUPPORTED_REQUEST response(forwarded to core)Shobhit Adlakha2019-05-101-21/+44
| | | | |
| * | | | Fixed typo and implemented mock_rpc_handlerShobhit Adlakha2019-05-102-5/+49
| | | | |
| * | | | Implemeted unit tests for the rpc_passing_handler classShobhit Adlakha2019-05-103-5/+354
| | |_|/ | |/| |
* | | | Add check for missing option parameter `menu_icon`fix/menu_icon_nulljacobkeeler2019-05-141-1/+3
| | | |
* | | | Implemented ASSERT expectations for client connection pointer checkfeature/websocket_connection_testsShobhit Adlakha2019-05-131-2/+2
| | | |
* | | | Addressed review commentsShobhit Adlakha2019-05-133-35/+30
| | | |
* | | | Separated interface and implementation for sample_websocket_serverShobhit Adlakha2019-05-084-204/+242
| | | |
* | | | Added WebsocketClient structShobhit Adlakha2019-05-061-52/+43
| | | |
* | | | Added CA certificate and fixed style for sample_websocket_serverShobhit Adlakha2019-05-062-243/+172
| | | |
* | | | WSS Connection test and sample WSS ServerShobhit Adlakha2019-05-062-6/+399
| | | |
* | | | WS Connection test and sample WS ServerShobhit Adlakha2019-05-034-5/+373
|/ / /
* | | Merge pull request #2901 from smartdevicelink/feature/update_style_scriptJacob Keeler2019-05-011450-6462/+6726
|\ \ \ | | | | | | | | Update style script
| * \ \ Merge remote-tracking branch 'origin/release/5.1.1' into ↵feature/update_style_scriptjacobkeeler2019-04-3013-10/+68
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | feature/update_style_script # Conflicts: # src/components/transport_manager/src/transport_manager_impl.cc
| * | | Fix build failures from rearranged includesjacobkeeler2019-04-306-7/+15
| | | |
| * | | Run updated style scriptjacobkeeler2019-04-291447-6455/+6710
| | | |
* | | | Merge remote-tracking branch 'origin/master' into developjacobkeeler2019-05-0121-28/+229
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #2902 from smartdevicelink/fix/cloud_regex_case_insensitiverelease/5.1.1JackLivio2019-04-301-1/+2
| |\ \ \ | | | | | | | | | | Add regex case insensitive flag
| | * | | Add regex case insensitive flagfix/cloud_regex_case_insensitiveJackLivio2019-04-301-1/+2
| | |/ /
| * | | Merge pull request #2900 from ↵Shobhit Adlakha2019-04-3011-8/+64
| |\ \ \ | | |/ / | |/| | | | | | | | | | smartdevicelink/fix/building_without_cloudapp_support Building with option BUILD_CLOUD_APP_SUPPORT=OFF
| | * | Added macro to application manager and unit testsShobhit Adlakha2019-04-305-2/+29
| | | |
| | * | Addressed review commentsfix/building_without_cloudapp_supportShobhit Adlakha2019-04-294-5/+9
| | | |
| | * | Style fixShobhit Adlakha2019-04-251-2/+2
| | | |
| | * | Made the websocket transport adapter include in the transport_manager ↵Shobhit Adlakha2019-04-251-3/+4
| | | | | | | | | | | | | | | | conditional
| | * | Set return values for cloud app functions if CLOUD_APP_SUPPORT=OFFShobhit Adlakha2019-04-253-0/+13
| | | |
| | * | Fixed regex error when building with CLOUD_APP_SUPPORT=OFFShobhit Adlakha2019-04-254-5/+16
| | | |
| * | | Merge pull request #2894 from ↵Jacob Keeler2019-04-292-1/+69
| |\ \ \ | | | | | | | | | | | | | | | | | | | | smartdevicelink/hotfix/on_app_service_data_error_cases Add checks for error cases in OnAppServiceData
| | * | | Apply suggestions from code reviewhotfix/on_app_service_data_error_casesShobhit Adlakha2019-04-292-8/+8
| | | | | | | | | | | | | | | Co-Authored-By: jacobkeeler <jacob.keeler@livioradio.com>
| | * | | Add checks for error cases in OnAppServiceDatajacobkeeler2019-04-232-1/+69
| | |/ /
| * | | Merge pull request #2899 from ↵Jacob Keeler2019-04-292-7/+15
| |\ \ \ | | | | | | | | | | | | | | | | | | | | smartdevicelink/hotfix/missing_info_cloud_app_properties Update RPC spec
| | * | | Update description in HMI_APIhotfix/missing_info_cloud_app_propertiesjacobkeeler2019-04-251-1/+1
| | | | |
| | * | | Update RPC spec to 5.1.1jacobkeeler2019-04-251-6/+14
| | |/ /
| * | | Merge pull request #2898 from ↵Jacob Keeler2019-04-293-14/+32
| |\ \ \ | | | | | | | | | | | | | | | | | | | | smartdevicelink/hotfix/reject_duplicate_service_names Add check for duplicate service names
| | * | | Address review comments and fix unit testshotfix/reject_duplicate_service_namesjacobkeeler2019-04-262-26/+20
| | | | |
| | * | | Add check for duplicate service namesjacobkeeler2019-04-242-0/+24
| | | | |
| * | | | Apply suggestions from code reviewhotfix/reject_duplicate_servicesShobhit Adlakha2019-04-263-3/+3
| |/ / / | | | | | | | | Co-Authored-By: jacobkeeler <jacob.keeler@livioradio.com>
| * | | Make FindServiceByProvider non-virtualjacobkeeler2019-04-242-3/+4
| | | |
| * | | Prevent apps from publishing several services of the same typejacobkeeler2019-04-234-8/+57
| |/ /
* | | Fix stylefix/mobile_event_test_styleJackLivio2019-04-231-4/+3
| | |
* | | Add Mobile Event Engine Testtests/mobile_event_engine_testJackLivio2019-04-164-1/+181
|/ /
* | Address commentfeature/policy_allow_unknown_rpc_pass_throughJackLivio2019-04-091-4/+1
| |
* | Merge remote-tracking branch 'origin/release/5.1.0' into ↵JackLivio2019-04-093-17/+36
|\ \ | | | | | | | | | feature/policy_allow_unknown_rpc_pass_through
| * | Error Response for AppService.GetAppServiceData with unknown service ↵Shobhit Adlakha2019-04-093-17/+36
| | | | | | | | | | | | | | | | | | | | | | | | type/service id (#2880) * Added error response for AppService.GetAppServiceData request with unknown service type * Addressed review comments
* | | Merge remote-tracking branch 'origin/release/5.1.0' into ↵JackLivio2019-04-092-3/+3
|\ \ \ | |/ / | | | | | | feature/policy_allow_unknown_rpc_pass_through
| * | Add note in APIs that MANIFEST_UPDATE is unimplementedfix/document_unimplemented_enumjacobkeeler2019-04-082-3/+3
| | |
* | | Address commentsJackLivio2019-04-096-51/+82
| | |
* | | Add missing comma in pt query stringsJackLivio2019-04-091-1/+1
| | |
* | | Fix incorrectly sending enum value for resultCode if function ID is unknownjacobkeeler2019-04-081-1/+9
| | |
* | | Fix function titlejacobkeeler2019-04-083-4/+4
| | |