summaryrefslogtreecommitdiff
path: root/src/components
Commit message (Expand)AuthorAgeFilesLines
...
* Fix Handshake Flow issues (#3441)Jacob Keeler2020-06-184-27/+30
* Revert "remove hci_inquiry call"collin2020-06-171-0/+31
* remove hci_inquiry callcollin2020-06-171-31/+0
* Fix deadlock in timer.cc (#3379)fix/sdl_build_problemsAlexander Kutsan2020-06-161-1/+0
* only set language in rai response if it is valid (#3435)Collin2020-06-151-4/+12
* Update to filter unknown enums (#3436)JackLivio2020-06-158-27/+59
* clean up choice_set_map_ in DynamicApplicationDataImpl destructor (#3420)Collin2020-06-151-0/+5
* Filter unknown enums when removing unknown parameters (#3385)Jacob Keeler2020-06-1038-138/+696
* fix build error in http unit tests (#3422)Collin2020-06-091-1/+3
* Sdl must store onWayPointChange internally (#2490)Pavel Zhdanov (GitHub)2020-06-088-11/+93
* Bugfix/protocol handler memory issues (#2270)Sho Amano2020-06-064-8/+19
* fix: memory leaks in data_resumption_test (#2273)Sho Amano2020-06-062-1/+37
* Remove defunct `appID` parameter from UnsubscribeVehicleData (#2331)Jacob Keeler2020-06-051-3/+0
* trigger ptu on startup only in proprietary policy mode (#3415)Collin2020-06-051-1/+1
* Fix: handle network interface removal (#2759)Sho Amano2020-06-045-101/+200
* Add workaround to handle problem, caused by gcc compiler (#3418)Yana Chernysheva (GitHub)2020-06-041-1/+8
* fix: memory leak in DynamicApplicationDataImpl class (#2259)Sho Amano2020-06-031-0/+15
* Fix defect: revoked app still be resumed as FULL. (#2546)Igor Gapchuk (GitHub)2020-05-294-8/+51
* Fix onsystemrequest retry logic (#3400)JackLivio2020-05-2811-25/+100
* ensure delegates are destroyed before their threads (#3388)Collin2020-05-282-1/+4
* Fix style (#3398)Mykhailo Vorobiov (GitHub)2020-05-274-27/+36
* Increase policy unit-tests speed (#2315)Pavel Zhdanov (GitHub)2020-05-228-271/+755
* Rewrite unit tests for PolicyManagerImpl from External flow (#3353)Yana Chernysheva (GitHub)2020-05-2149-61422/+5217
* Rewrite unit tests for PolicyManagerImpl from Proprietary flow (#3352)Yana Chernysheva (GitHub)2020-05-2123-24251/+6389
* Fix messages protocol version check (#2771)Stanislav Kobziev (GitHub)2020-05-217-17/+62
* unsubscripe app from waypoints when it is unregistered (#3373)Collin2020-05-214-19/+71
* Forward OnButtonPressNotifications where HMI specifies appID to apps in LIMIT...Collin2020-05-202-3/+5
* Fix/gufm check syntax (#3369)Collin2020-05-206-28/+72
* fix memory error in TcpDevice::IsSameAs (#3386)Collin2020-05-201-2/+2
* Release delegate only after full thread stopping (#2534)Pavel Zhdanov (GitHub)2020-05-201-1/+1
* Fix SendUpdateAppList and SendOnAppUnreg order (#2517)Kostiantyn Grygoriev2020-05-191-5/+7
* Add RPCService unit tests (#3250)Yana Chernysheva (GitHub)2020-05-184-0/+900
* Change reason to IGNITION_OFF only if reason wasn't defined before (#3274)Yana Chernysheva (GitHub)2020-05-181-2/+6
* Fix/issue 1951 (#3371)Collin2020-05-184-19/+56
* Fix/Add Startup PTU trigger check (#3363)Shobhit Adlakha2020-05-189-0/+43
* Merge pull request #2553 from smartdevicelink/fix/start_stream_retry_countJacob Keeler2020-05-182-8/+8
|\
| * Fix Start Stream retry countfix/start_stream_retry_countjacobkeeler2018-08-292-8/+8
* | ResetGlobalProperties doesn't reset HELPPROMPT and VRHELPITEMS to default val...Collin2020-05-185-8/+100
* | only return if we are sure we are out of space (#3361)Collin2020-05-131-5/+0
* | Revert "RAI reply DUPLICATE_NAME when app has same id and name as existing app"collin2020-05-133-69/+8
* | RAI reply DUPLICATE_NAME when app has same id and name as existing appcollin2020-05-133-8/+69
* | Fix Compile Warnings (#3356)Collin2020-05-112-2/+5
* | [SDL4.0]SDL does not create icons folder in case it was removed (#2649) (#3359)Collin2020-05-111-0/+8
* | Add missing ssl_context.h include in security_manager_listener (#2775)Stanislav Kobziev (GitHub)2020-05-111-0/+1
* | Fixing problem with validation of array (#2669)Oleksandr Nyzhnyk (GitHub)2020-05-083-17/+47
* | SDL crash during cleanup. (#2621)Mykola Korniichuk (GitHub)2020-05-081-0/+2
* | Update HMI_API.xml (#3354)Collin2020-05-071-1/+1
* | Init usage_and_error_counts on startup (#3349)release/6.1.1JackLivio2020-04-301-0/+4
* | do not retry ptu if no apps are connected (#3350)Collin2020-04-301-0/+4
* | Add permission checking for all messages to and from mobile (#3344)6.1.0_RC2Jacob Keeler2020-04-2712-107/+152