summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2931 from smartdevicelink/hotfix/service_data_image_pathsrelease/5.1.2Jacob Keeler2019-05-298-22/+352
|\ | | | | Send full image paths to HMI in AppServiceData
| * Fix incorrect call in SendNotificationToConsumershotfix/service_data_image_pathsjacobkeeler2019-05-292-2/+2
| |
| * Send full image paths to HMI in AppServiceDatajacobkeeler2019-05-286-20/+350
| |
* | Merge pull request #2786 from XevoInc/fix/buffer_overrun_bson_parsingJacob Keeler2019-05-291-41/+71
|\ \ | | | | | | Avoid out-of-bound access while reading corrupted BSON field
| * | fix: avoid out-of-bound access while reading corrupted BSON fieldSho Amano2018-12-131-41/+71
| | |
* | | Merge pull request #2908 from smartdevicelink/fix/check_bson_versionJacob Keeler2019-05-292-35/+8
|\ \ \ | | | | | | | | Add version check for BSON library
| * | | Add version check for BSON libraryfix/check_bson_versionjacobkeeler2019-05-292-35/+8
| | |/ | |/|
* | | Merge pull request #2933 from ↵Jacob Keeler2019-05-291-4/+7
|\ \ \ | |/ / |/| | | | | | | | smartdevicelink/hotfix/publish_app_service_construction Fix creation of PublishAppService command
| * | Fix creation of PublishAppService commandhotfix/publish_app_service_constructionjacobkeeler2019-05-291-4/+7
|/ /
* | Merge pull request #2930 from ↵Shobhit Adlakha2019-05-289-33/+1331
|\ \ | | | | | | | | | | | | smartdevicelink/hotfix/cloud_app_endpoint_with_path Connection to cloud app endpoints with a target parameter
| * | Implemented fix and unit tests for regex endpoint parsing and websocket ↵hotfix/cloud_app_endpoint_with_pathShobhit Adlakha2019-05-249-33/+1331
| | | | | | | | | | | | connections
* | | Merge pull request #2924 from ↵Jacob Keeler2019-05-247-73/+226
|\ \ \ | |/ / |/| | | | | | | | smartdevicelink/hotfix/mobile_notification_broadcasting Check message source before constructing commands
| * | Address review commentshotfix/mobile_notification_broadcastingjacobkeeler2019-05-233-17/+17
| | |
| * | Add missing check in App Service Command Factoryjacobkeeler2019-05-221-3/+6
| | |
| * | Check message source before constructing commandsjacobkeeler2019-05-226-67/+217
| | |
* | | Merge pull request #2928 from smartdevicelink/fix/travis_build_failuresJacob Keeler2019-05-241-3/+4
|\ \ \ | |/ / |/| | Fix Travis build failures
| * | Fix Travis build failuresfix/travis_build_failuresjacobkeeler2019-05-231-3/+4
|/ /
* | Merge pull request #2903 from smartdevicelink/release/5.1.15.1.1JackLivio2019-04-3022-28/+234
|\ \ | | | | | | Hotfix Release 5.1.1
| * \ 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
| | | | |
| * | | | Merge pull request #2892 from smartdevicelink/hotfix/reject_duplicate_servicesJacob Keeler2019-04-264-8/+58
| |\ \ \ \ | | |_|/ / | |/| | | Prevent apps from publishing several services of the same type
| | * | | 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
| |/ / |/| |
| * | Merge pull request #2889 from smartdevicelink/fix/on_way_point_change_policiesJacob Keeler2019-04-241-0/+5
| |\ \ |/ / / | | | Add OnWayPointChange to preloaded PT
| * | Add OnWayPointChange to preloaded ptfix/on_way_point_change_policiesjacobkeeler2019-04-241-0/+5
|/ /
* | Merge pull request #2853 from smartdevicelink/release/5.1.05.1.0Jacob Keeler2019-04-17445-1106/+23039
|\ \ | | | | | | Release/5.1.0
| * \ Merge pull request #2881 from ↵5.1.0_RC3release/5.1.0JackLivio2019-04-0936-31/+351
| |\ \ | | | | | | | | | | | | | | | | smartdevicelink/feature/policy_allow_unknown_rpc_pass_through App Services Allow Unknown RPC Passthrough
| | * | 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
| * | | Merge pull request #2882 from smartdevicelink/fix/document_unimplemented_enumJackLivio2019-04-092-3/+3
| |\ \ \ | | | | | | | | | | Add note in APIs that MANIFEST_UPDATE is unimplemented
| | * | | Add note in APIs that MANIFEST_UPDATE is unimplementedfix/document_unimplemented_enumjacobkeeler2019-04-082-3/+3
| |/ / /