summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3949 from smartdevicelink/release/8.2.0HEAD8.2.0masterdevelopShobhit Adlakha2022-10-2671-470/+1024
|\
| * Update expired certificates used by unit tests (#3950)Shobhit Adlakha2022-10-245-111/+179
| * Fix narrowing cast of time_t in resumption data (#3946)8.2.0-RC1Jacob Keeler2022-09-2310-43/+43
| * Fix RequestControllerTest.CheckPosibilitytoAdd_ZeroValueLimiters_SUCCESS (#3947)Jacob Keeler2022-09-211-11/+23
| * Fix CheckButtonName check for module types other than CLIMATE and RADIO (#3944)Shobhit Adlakha2022-08-311-12/+13
| * Fix/Optimize Boost Logger Implementation (#3941)Shobhit Adlakha2022-08-262-36/+54
| * Core dump on ignition off when registering 20 apps (#3939)Shobhit Adlakha2022-08-2521-70/+179
| * Delete both successful and pending commands on AddComand failure (#3940)Jacob Keeler2022-08-242-36/+49
| * Merge pull request #3943 from smartdevicelink/fix/prepare_result_3_argsJacob Keeler2022-08-241-3/+10
| |\
| | * Fix PrepareResultForMobileResponse (3 args) logicjacobkeeler2022-08-221-3/+10
| * | Check iterator before erase in ProcessResponseFromHMI (#3919)Olha Vorobiova (GitHub)2022-08-232-4/+14
| |/
| * Fix/Invalid VR.AddCommand sent during CreateInteractionChoiceSet resumption (...Shobhit Adlakha2022-08-043-6/+19
| * Fix/Reset sending type on ResetGlobalProperties (#3937)Shobhit Adlakha2022-08-0412-73/+142
| * Make shared pointer atomic (#3920)VladSemenyuk2022-06-294-18/+210
| * Added a lock in StartPTExchange (#3921)Olha Vorobiova (GitHub)2022-06-284-0/+16
| * Deleted local hmi api factory (#3930)Olha Vorobiova (GitHub)2022-06-221-2/+2
| * Move OnTBTClientState to Navigation-1 policy group (#3932)Jacob Keeler2022-06-221-7/+7
| * Send UI.ChangeRegistration for background application after PTU (#3927)RomanReznichenkoLuxoft2022-06-211-5/+4
| * Move subscribe_on_event before sending BCActivateAppRequest (#3915)Olha Vorobiova (GitHub)2022-06-203-24/+23
| * Fix result codes of CreateInteractionChoiceSet response (#3907)Olha Vorobiova (GitHub)2022-06-153-9/+22
| * Fix/Reset VRHelp array to default values instead of null (#3916)Shobhit Adlakha2022-06-102-9/+14
| * Fix/Adjust PTS content length for newline string (#3913)Shobhit Adlakha2022-05-272-2/+12
|/
* Merge pull request #3872 from smartdevicelink/release/8.1.08.1.0Jacob Keeler2022-04-13156-1799/+2156
|\
| * Fix potential crashes by using shared pointers for app data (#3900)8.1-RC2release/8.1.0Jacob Keeler2022-04-0720-519/+530
| * Obtain appID if url is sent to prop policies (#3883)JackLivio2022-04-061-3/+9
| * Check if JSON value is a map before accessing members (#3896)Jacob Keeler2022-04-051-1/+2
| * Fix app activation during pending cloud connection (#3898)JackLivio2022-04-046-1/+48
| * Fix/WSS re-connection loop (#3891)Shobhit Adlakha2022-03-312-39/+71
| * Add missed locks (#3890)RomanReznichenkoLuxoft2022-03-296-21/+27
| * Set secure wss cipher list (#3885)JackLivio2022-03-231-1/+9
| * Fix/Clear endpoint_properties in policy DB if empty properties recieved in PT...8.1-RC1Shobhit Adlakha2022-03-156-0/+32
| * Remove empty check in SaveConsumerFriendlyMessages to clear messages when cor...Shobhit Adlakha2022-03-142-6/+2
| * Fix crash on shutdown during streaming (#3876)JackLivio2022-03-113-4/+7
| * Fix/8.1.0 RC1 Coverity fixes (#3877)Shobhit Adlakha2022-03-114-28/+14
| * Add additional case to openssl_to_internal_error for local issuer certificate...Shobhit Adlakha2022-03-113-2/+3
| * Add missed locks (#3864)Olha Vorobiova (GitHub)2022-03-098-6/+66
| * Update coverity build process to account for different tool versions (#3873)Jacob Keeler2022-03-041-1/+1
| * Check if app id exists in cloud_app_id_map_ (#3870)JackLivio2022-03-032-2/+99
| * Fix typos in HMI API (#3867)theresalech2022-02-251-2/+2
| * Set Last PTU App ID when forwarding on system request in HTTP policy mode (#3...Collin2022-02-215-9/+14
| * Fix result code for PrepareAudioPassThru (#3854)Olha Vorobiova (GitHub)2022-02-143-21/+31
| * reject PTU system request when PTU not in progress (#3853)Collin2022-02-116-9/+51
| * Fix perform interaction close pop up (#3844)Iryna Lytvynenko (GitHub)2022-02-112-45/+32
| * Check that message code exists before accessing (#3852)Jacob Keeler2022-02-042-4/+14
| * remove unused param FileName from OnPutFile in HMI API (#3850)Collin2022-02-031-4/+0
| * lock read and write operations (#3851)RomanReznichenkoLuxoft2022-02-032-0/+4
| * [SDL 0334] Feature/Transform SetDisplayLayout to UI.Show (#3849)Shobhit Adlakha2022-02-0212-372/+91
| * Replase clusterModeStatus with clusterModes when this parameter is disallowed...Olha Vorobiova (GitHub)2022-02-011-3/+8
| * Resolve a deadlock (#3828)Olha Vorobiova (GitHub)2022-01-255-85/+19
| * Fix PerformInteractionChoiceSet request behavior (#3826)Yana Chernysheva (GitHub)2022-01-259-11/+152