summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Handled uncaught exception in Wait functionfix/5.0.0_coverity_otherShobhitAd2018-10-021-15/+20
* Reordered initializationShobhitAd2018-10-021-3/+3
* 148706 replaced settings_ with get_settingsShobhitAd2018-10-011-1/+1
* Style fixShobhitAd2018-10-012-5/+7
* Fix 148706 Unitialized pointer fieldShobhitAd2018-09-301-0/+1
* Fix 188234 Uncaught ExceptionShobhitAd2018-09-301-0/+1
* Fix 148714 Structurally Dead CodeShobhitAd2018-09-301-1/+0
* Fix 188234 Uncaught ExceptionShobhitAd2018-09-301-24/+29
* Fix 188233 Unitialized scalar fieldShobhitAd2018-09-301-1/+2
* Merge pull request #2641 from smartdevicelink/fix/coverity_fixes_5.0.0Jacob Keeler2018-09-2812-23/+37
|\
| * Fix uninitialized membersfix/coverity_fixes_5.0.0jacobkeeler2018-09-286-6/+10
| * Add missing resource close in LoadPluginjacobkeeler2018-09-271-0/+1
| * Fix missing return valuejacobkeeler2018-09-271-0/+1
| * Fix uninitialized field errorsjacobkeeler2018-09-275-17/+25
|/
* Fix ReadDID Typo (#2630)JackLivio2018-09-242-17/+3
* Merge pull request #2607 from smartdevicelink/fix/video_streaming_in_backgroundJacob Keeler2018-09-2112-43/+82
|\
| * Add keepContext logic to AudioSource HMI Statefix/video_streaming_in_backgroundjacobkeeler2018-09-188-31/+62
| * Fix EndService being sent to the wrong connectionjacobkeeler2018-09-125-12/+20
* | Merge pull request #2628 from JackLivio/fix/default_hmi_comp_errorJackLivio2018-09-211-5/+0
|\ \
| * | Remove default_hmi error from regular policy managerJackLivio2018-09-211-5/+0
|/ /
* | Merge pull request #2627 from JackLivio/update_to_filter_invalid_parametres_a...JackLivio2018-09-219-35/+258
|\ \
| * \ Merge remote-tracking branch 'origin/release/5.0.0' into fix/filter_invalid_p...JackLivio2018-09-210-0/+0
| |\ \ | |/ / |/| |
* | | Merge pull request #2006 from LuxoftAKutsan/fix/filter_invalid_parametres_and...JackLivio2018-09-216-1/+1837
|\ \ \
| | * | Address commentsJackLivio2018-09-204-8/+8
| | * | Merge remote-tracking branch 'origin/release/5.0.0' into fix/filter_invalid_p...JackLivio2018-09-2018-126/+437
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #2622 from smartdevicelink/fix/reject_audio_video_by_trans...Jacob Keeler2018-09-192-7/+317
|\ \ \ \
| * | | | Reject StartService for audio or video based on settingsjacobkeeler2018-09-192-7/+317
* | | | | Merge remote-tracking branch 'origin/develop' into release/5.0.0jacobkeeler2018-09-194-77/+16
|\ \ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #2617 from smartdevicelink/fix/emulated_iap_transport_over...Jacob Keeler2018-09-192-0/+28
|\ \ \ \ \
| * | | | | Add override for IAP emulated transportfix/emulated_iap_transport_overrideJackLivio2018-09-172-0/+28
|/ / / / /
* | | | | Merge pull request #2609 from smartdevicelink/fix/gather_request_typesJackLivio2018-09-176-68/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix incorrectly saved RequestType and RequestSubType, which caused silent err...fix/gather_request_typesjacobkeeler2018-09-136-68/+0
|/ / / /
* | | | Merge pull request #2587 from smartdevicelink/fix/sirium_xm_capability_checkingJacob Keeler2018-09-071-32/+37
|\ \ \ \
| * | | | Fix capabilities check for siriusxmAvailablejacobkeeler2018-09-071-32/+37
* | | | | Merge pull request #2588 from smartdevicelink/fix/add_missing_rpc_changesJacob Keeler2018-09-071-5/+26
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix SpacingJackLivio2018-09-071-11/+11
| * | | | Update missing RPC changes: SpaceAvailable & CurrentTemperatureAvailableJackLivio2018-09-071-5/+26
* | | | | Merge pull request #2578 from smartdevicelink/feature/5.0.0_update_hmi_api_in...Jacob Keeler2018-09-061-7/+7
|\ \ \ \ \
| * | | | | Update HMI API interface versions for 5.0.0feature/5.0.0_update_hmi_api_interface_versionsjacobkeeler2018-09-061-7/+7
|/ / / / /
* | | | | Merge pull request #2577 from smartdevicelink/fix/set_function_id_remove_fake...JackLivio2018-09-066-7/+22
|\ \ \ \ \ | |/ / / /
| * | | | Set proper function id in removeHMIFakeParametersfix/set_function_id_remove_fake_paramsJackLivio2018-09-066-7/+22
|/ / / /
| | | * Fix typoJackLivio2018-09-202-4/+4
| | | * Update based on commentsJackLivio2018-09-202-71/+51
| | | * Add filtering for policy table parametersJackLivio2018-09-199-31/+274
| | |/
| | * Add FunctionID to enumsAlexander2018-09-104-0/+1745
| | * Add function to filter invalid parametres and RPCsAlexander Kutsan2018-09-102-1/+92
| |/
| * Merge pull request #2583 from AByzhynar/fix/Set_SmartObject_print_in_DEBUG_bu...fix/sdl_use_incorrect_url_on_system_requestJacob Keeler2018-09-074-9/+11
| |\
| | * Rework usage of PrintSmartObject functionAndriy Byzhynar2018-09-074-9/+11
| |/
| * Merge pull request #2573 from AByzhynar/fix/PrintSmartObject_function_reworkJackLivio2018-09-061-69/+6
| |\ |/ /
| * Rework PrintSmartObject functionAndriy Byzhynar2018-09-061-69/+6
|/