summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prevent `INVALID_ID`responses from terminating valid requestsfix/event_dispatcher_crashjacobkeeler2018-05-142-0/+32
* Add test case for duplicate correlation_idsjacobkeeler2018-03-291-0/+36
* Fix EventDispatcher crash by rejecting duplicate correlation_idsjacobkeeler2018-03-291-1/+9
* Merge pull request #2090 from BSolonenko/fix/style_fixJacob Keeler2018-03-271-3/+2
|\
| * Style fixBSolonenko2018-03-261-3/+2
* | Fix/unregister while audio pass thru (#1757)Sho Amano2018-03-2610-25/+234
|/
* Merge pull request #218 from smartdevicelink/hotfix/readme_update_build_instr...Jacob Keeler2018-03-071-1/+1
|\
| * Fix a mistake in build instruction updateshotfix/readme_update_build_instructionsJoel Fischer2015-09-161-1/+1
| * Slight clarity improvement to build instructionsJoel Fischer2015-09-161-1/+1
| * Alter build instructions for slight clarity improvementsJoel Fischer2015-09-161-1/+1
* | Merge pull request #1366 from smartdevicelink/hotfix/add_FAQ_to_READMEJacob Keeler2018-03-071-0/+4
|\ \
| * \ Merge branch 'develop' into hotfix/add_FAQ_to_READMEhotfix/add_FAQ_to_READMEJacob Keeler2018-03-072925-455995/+211587
| |\ \ | |/ / |/| |
* | | Remove duplicate `PendingRequestsAmount` valueJacob Keeler2018-03-061-1/+0
* | | Merge pull request #2044 from smartdevicelink/fix/subscriptions_typoJacob Keeler2018-03-0617-67/+108
|\ \ \
| * | | Fix all misspellings of `subscriptions` in the projectfix/subscriptions_typojacobkeeler2018-03-0217-67/+108
* | | | Merge pull request #2051 from smartdevicelink/fix/dbus_wild_pointerJacob Keeler2018-03-061-3/+5
|\ \ \ \
| * | | | Fix wild pointer in dbus adapterfix/dbus_wild_pointerjacobkeeler2018-03-061-3/+5
|/ / / /
* | | | Merge remote-tracking branch 'origin/release/4.5.0' into developjacobkeeler2018-03-0640-12398/+11609
|\ \ \ \ | |/ / / |/| | |
| * | | Merge pull request #2036 from smartdevicelink/fix/transport_manager_connectio...4.5.0_RC2JackLivio2018-02-281-0/+1
| |\ \ \
| | * | | Erase connection from mapJackLivio2018-02-281-0/+1
| |/ / /
| * | | Merge pull request #2032 from smartdevicelink/hotfix/issue_2031Jacob Keeler2018-02-281-1/+1
| |\ \ \
| | * | | Update License for 2018hotfix/issue_2031theresalech2018-02-271-1/+1
| * | | | Merge pull request #2033 from smartdevicelink/fix/message_broker_cleanupJacob Keeler2018-02-281-6/+10
| |\ \ \ \
| | * | | | Fix crash and memory leaks in message broker cleanupfix/message_broker_cleanupjacobkeeler2018-02-271-6/+10
| |/ / / /
| * | | | Merge pull request #2027 from smartdevicelink/fix/dbus_adapter_threadJacob Keeler2018-02-264-25/+46
| |\ \ \ \
| | * | | | Fix memory leakfix/dbus_adapter_threadjacobkeeler2018-02-261-0/+2
| | * | | | Fix DBus build issue due to new message brokerjacobkeeler2018-02-264-25/+44
| |/ / / /
| * | | | Merge pull request #1828 from leekillough/Hotfix/AppIconJacob Keeler2018-02-221-1/+1
| |\ \ \ \
| | * | | | Add files via uploadleekillough2017-10-111-1/+1
| * | | | | Merge pull request #2018 from smartdevicelink/hotfix/bluetooth_restore_on_startJackLivio2018-02-213-13/+47
| |\ \ \ \ \
| | * | | | | Warning only on failed restorehotfix/bluetooth_restore_on_startJackLivio2018-02-211-1/+0
| | * | | | | Fix unit test failureJackLivio2018-02-213-6/+39
| | * | | | | Fix bluetooth restore on startupJackLivio2018-02-202-10/+12
| |/ / / / /
| * | | | | Merge pull request #2016 from smartdevicelink/fix/policy_save_app_group_fixJackLivio2018-02-151-6/+1
| |\ \ \ \ \
| | * | | | | Policy Fix: Remove redundant function call to SaveAppGroupJackLivio2018-02-151-6/+1
| * | | | | | Merge pull request #2013 from smartdevicelink/hotfix/rc-4.5.0-coverity-fixesJackLivio2018-02-1411-12271/+10939
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Run Style ScriptJackLivio2018-02-1410-12269/+10930
| | * | | | | Coverity FixesJackLivio2018-02-143-6/+13
| |/ / / / /
| * | | | | Merge pull request #1950 from fronneburg/fix/Issue_1949Jacob Keeler2018-02-131-5/+5
| |\ \ \ \ \
| | * | | | | prevent deadlocks in EventDispatcherImpl::raise_eventFrank2017-12-131-5/+5
| * | | | | | Fix external policy buildJackLivio2018-02-131-1/+1
| * | | | | | Merge pull request #1962 from fronneburg/fix/Issue_1961JackLivio2018-02-133-25/+114
| |\ \ \ \ \ \
| | * | | | | | try build fix againFrank2017-12-182-9/+9
| | * | | | | | fix buildFrank2017-12-181-4/+4
| | * | | | | | fix buildFrank2017-12-181-2/+2
| | * | | | | | protect pt_ from concurrent accessFrank2017-12-183-22/+111
| | |/ / / / /
| * | | | | | 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 pull request #1970 from LitvinenkoIra/fix/OnDriverDistructionJackLivio2018-02-1213-36/+301
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'release/4.5.0' into fix/OnDriverDistructionJackLivio2018-02-121537-323078/+23771
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |