summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src
Commit message (Expand)AuthorAgeFilesLines
* Prevent `INVALID_ID`responses from terminating valid requestsfix/event_dispatcher_crashjacobkeeler2018-05-141-0/+25
* Fix EventDispatcher crash by rejecting duplicate correlation_idsjacobkeeler2018-03-291-1/+9
* Fix/unregister while audio pass thru (#1757)Sho Amano2018-03-263-7/+37
* Merge pull request #2044 from smartdevicelink/fix/subscriptions_typoJacob Keeler2018-03-067-41/+67
|\
| * Fix all misspellings of `subscriptions` in the projectfix/subscriptions_typojacobkeeler2018-03-027-41/+67
* | Merge pull request #1828 from leekillough/Hotfix/AppIconJacob Keeler2018-02-221-1/+1
|\ \
| * | Add files via uploadleekillough2017-10-111-1/+1
* | | Run Style ScriptJackLivio2018-02-141-2/+3
* | | Coverity FixesJackLivio2018-02-141-1/+1
* | | Merge pull request #1950 from fronneburg/fix/Issue_1949Jacob Keeler2018-02-131-5/+5
|\ \ \
| * | | prevent deadlocks in EventDispatcherImpl::raise_eventFrank2017-12-131-5/+5
* | | | Merge pull request #1954 from fronneburg/fix/Issue_1953JackLivio2018-02-131-0/+3
|\ \ \ \
| * | | | protect access to ResumptionDataJson during state saveFrank2017-12-131-0/+3
| |/ / /
* | | | Merge branch 'release/4.5.0' into fix/OnDriverDistructionJackLivio2018-02-1231-272/+1384
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'develop' into hotfix/dynamically_link_librarieshotfix/dynamically_link_librariesJackLivio2018-02-0267-544/+2034
| |\ \ \
| | * \ \ Merge pull request #1525 from smartdevicelink/feature/invalid_data_infoJacob Keeler2018-02-021-6/+29
| | |\ \ \
| | | * \ \ Merge remote-tracking branch 'origin/develop' into feature/invalid_data_infojacobkeeler2018-01-1959-327/+834
| | | |\ \ \
| | | * | | | Use ValidationReport objects for reporting rather than stringsjacobkeeler2017-11-304-35/+35
| | | * | | | Fix build errors from merge and remove quotes from error messagesjacobkeeler2017-09-292-10/+17
| | | * | | | Merge remote-tracking branch 'origin/release/4.4.0' into feature/invalid_data...jacobkeeler2017-09-2867-710/+3763
| | | |\ \ \ \
| | | * | | | | Invalid data responses now return useful error messages in `info` fieldJacob Keeler2017-05-044-14/+24
| | * | | | | | Fix style issues in projectfix/style_issues_developjacobkeeler2018-02-011-2/+1
| | * | | | | | Fix deprecated warnings in application_impl and connection_handler_implfix/deprecated_warningsjacobkeeler2018-02-011-1/+1
| | * | | | | | Merge pull request #1999 from smartdevicelink/fix/unused_iteratorJacob Keeler2018-02-011-1/+1
| | |\ \ \ \ \ \
| | | * | | | | | Remove unused iteratorfix/unused_iteratorJacob Keeler2018-02-011-1/+1
| | * | | | | | | Merge pull request #1971 from AKalinich-Luxoft/fix/fix_security_issuesJacob Keeler2018-01-311-0/+15
| | |\ \ \ \ \ \ \
| | | * | | | | | | Minor refactoring in protocol and security managerAKalinich-Luxoft2018-01-291-2/+2
| | | * | | | | | | Added overriden functions for SecurityManager listenersAKalinich-Luxoft2018-01-291-0/+15
| | * | | | | | | | Merge branch 'fix/gcc6_build' into developJacob Keeler2018-01-301-0/+1
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | Fix build errors with GCC6+fix/gcc6_buildjacobkeeler2018-01-171-0/+1
| | | | |_|_|/ / / | | | |/| | | | |
| | * | | | | | | Replace deprecation comments with DEPRECATED macroAndriy Byzhynar2018-01-187-48/+37
| | * | | | | | | Replace pragma with header guardsAndriy Byzhynar2018-01-187-227/+13
| | * | | | | | | Fix issues after rebaseAndriy Byzhynar2018-01-181-1/+1
| | * | | | | | | Add wrappers for deprecated methodsAndriy Byzhynar2018-01-189-88/+37
| | * | | | | | | Revert "Changes return codes for application id replacement"Andrey Oleynik (GitHub)2018-01-181-4/+4
| | * | | | | | | Changes return codes for application id replacementAndrey Oleynik (GitHub)2018-01-181-4/+4
| | * | | | | | | Adds null pointer checks, fixes typos and other minor changes.Andrey Oleynik (GitHub)2018-01-185-21/+36
| | * | | | | | | Fixes coding styleAndrey Oleynik (GitHub)2018-01-185-65/+65
| | * | | | | | | Updates mocks and unit tests after prior commitAndrey Oleynik (GitHub)2018-01-181-12/+15
| | * | | | | | | Changes iAP2 Bluetooth to USB switching flowAndrey Oleynik (GitHub)2018-01-184-35/+84
| | * | | | | | | Fixes RPCs holding for applications being switchedAndrey Oleynik (GitHub)2018-01-182-20/+104
| | * | | | | | | Fixes deletion of commands and submenus on failed resumeAndrey Oleynik (GitHub)2018-01-181-3/+3
| | * | | | | | | Fixes handling of way points un/subscription for transport switch caseAndrey Oleynik (GitHub)2018-01-187-9/+47
| | * | | | | | | Fixes resume issue for application on switching transportAndrey Oleynik (GitHub)2018-01-181-1/+7
| | * | | | | | | Renames interfaces according to people desireAndrey Oleynik (GitHub)2018-01-182-6/+6
| | * | | | | | | Fixes typos, commentsAndrey Oleynik (GitHub)2018-01-181-3/+2
| | * | | | | | | Renames interfaces for consistencyAndrey Oleynik (GitHub)2018-01-181-1/+1
| | * | | | | | | Fixes deadlock on resume data saving during transport switchAndrey Oleynik (GitHub)2018-01-181-5/+7
| | * | | | | | | Changes CommandHolderImpl usage and removes odd interfaceAndrey Oleynik (GitHub)2018-01-182-13/+8
| | * | | | | | | Adds descriptions and removes obsolete implementationsAndrey Oleynik (GitHub)2018-01-181-77/+61