summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed rpc_passing_handler_ initializer and added commentsfeature/handle_unknown_rpc_paramsShobhit Adlakha2019-03-072-1/+4
* Addressed review commentsShobhit Adlakha2019-03-075-8/+15
* Added locks for request and timeout queuesShobhit Adlakha2019-03-076-17/+42
* Seperated RPCPassing checks from IsAppServiceRPC checksShobhit Adlakha2019-03-076-61/+52
* Fixed timeout implementationShobhit Adlakha2019-03-073-34/+47
* Changed implementation to use one map with the original request and a queue o...Shobhit Adlakha2019-03-072-107/+43
* Moved Populating request queue functionality to seperate functionShobhit Adlakha2019-03-072-53/+52
* Created functions for handling forwarding requests/responses to core and mobileShobhit Adlakha2019-03-072-51/+67
* Fixed timeout implementationShobhit Adlakha2019-03-062-12/+51
* Removed unused request/response file (based on review comment r263121367)Shobhit Adlakha2019-03-064-283/+0
* Merge branch 'feature/base_app_services_implementation' into feature/handle_u...Shobhit Adlakha2019-03-0636-156/+1163
|\
| * GetFile RPC (#2811)Shobhit Adlakha2019-03-0625-6/+1041
| * Merge pull request #2827 from smartdevicelink/feature/protect_published_servicesJacob Keeler2019-03-069-88/+122
| |\
| | * Fix stylefeature/protect_published_servicesjacobkeeler2019-03-052-11/+8
| | * Fix HMI API typesjacobkeeler2019-03-051-9/+9
| | * Fix usage of `subscribe` parameter in GetAppServiceDatajacobkeeler2019-03-051-8/+8
| | * Add logic for handling `allowAppConsumers`jacobkeeler2019-03-055-8/+40
| | * Fix lock usagejacobkeeler2019-03-051-7/+6
| | * Add lock for `published_services` mapjacobkeeler2019-02-274-65/+71
| * | Remove URI Scheme and URI Prefix (#2828)JackLivio2019-03-018-62/+0
| |/
* | Put RPCPassingHandler in seperate fileShobhit Adlakha2019-03-064-293/+388
* | Addressed style and formatting commentsShobhit Adlakha2019-03-0626-110/+126
* | Implemented passthrough request timeoutShobhit Adlakha2019-03-052-4/+56
* | Merge branch 'feature/forwarded_request_timeout' into feature/handle_unknown_...Shobhit Adlakha2019-03-059-1/+56
|\ \
| * \ Merge branch 'feature/base_app_services_implementation' into feature/forwarde...Shobhit Adlakha2019-02-26228-589/+8366
| |\ \
| * | | Fixed build testsShobhit Adlakha2019-02-213-1/+3
| * | | Implemented RpcPassThroughTimeout param and IncreaseForwardedRequestTimeout f...Shobhit Adlakha2019-02-217-1/+54
* | | | Moved RPCPassing implementation into seperate classShobhit Adlakha2019-03-054-150/+132
* | | | fixed UNSUPPORTED_REQUEST caseShobhit Adlakha2019-03-011-1/+1
* | | | Merge branch 'feature/base_app_services_implementation' into feature/handle_u...Shobhit Adlakha2019-03-0114-54/+453
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge pull request #2826 from smartdevicelink/feature/app_services_ini_behaviorJacob Keeler2019-02-275-12/+75
| |\ \ \
| | * \ \ Merge branch 'feature/base_app_services_implementation' into feature/app_serv...feature/app_services_ini_behaviorJacob Keeler2019-02-2713-40/+376
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #2820 from smartdevicelink/feature/navigation_service_typeJacob Keeler2019-02-2713-40/+376
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Add capability updates for NAVIGATION service typefeature/navigation_service_typejacobkeeler2019-02-2613-42/+164
| | * | | Add NAVIGATION AppServiceTypejacobkeeler2019-02-232-0/+214
| | | * | Address commentsjacobkeeler2019-02-272-10/+11
| | | * | Add logic for `HMIOriginID` and `EmbeddedServices`jacobkeeler2019-02-265-12/+74
| | |/ / | |/| |
* | | | Initial implementation of RPC PassingShobhit Adlakha2019-02-283-1/+270
* | | | Merge branch 'feature/base_app_services_implementation' into feature/handle_u...Shobhit Adlakha2019-02-265-8/+290
|\ \ \ \ | |/ / /
| * | | PerformAppServiceInteraction RPC (#2815)Jacob Keeler2019-02-2637-59/+1920
* | | | Implemented handling unknown params for RPC PassingShobhit Adlakha2019-02-267-14/+52
* | | | Fixed build testsShobhit Adlakha2019-02-261-4/+5
* | | | Implemented handling unknown params for OSCU notificationsShobhit Adlakha2019-02-252-9/+10
* | | | Merge branch 'feature/perform_app_service_interaction' into feature/handle_un...Shobhit Adlakha2019-02-2579-208/+2183
|\ \ \ \
| * \ \ \ Merge branch 'feature/base_app_services_implementation' into feature/perform_...Jacob Keeler2019-02-258-11/+12
| |\ \ \ \ | | |/ / /
| | * | | Get App Service Data With Subscribe (#2812)JackLivio2019-02-24125-415/+3254
| * | | | Merge branch 'feature/get_app_service_data_w_subscribe' into feature/perform_...Jacob Keeler2019-02-2579-207/+2181
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/feature/base_app_services_implementation...feature/get_app_service_data_w_subscribeJackLivio2019-02-245-0/+69
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge pull request #2818 from smartdevicelink/feature/app_service_configurati...JackLivio2019-02-245-0/+69
| | | |\ \ \
| | | | * | | Update src/appMain/smartDeviceLink.inifeature/app_service_configuration_es_and_core_originJacob Keeler2019-02-221-1/+1