summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update Apache Licensefix/update-apache-licenseJackLivio2018-04-1014-0/+28
| | | | | Update license to note that the files have been modified from original form. `Note: This file has been modified from its original form.`
* Merge pull request #2005 from smartdevicelink/release/4.5.04.5.0Jacob Keeler2018-04-051641-324627/+24854
|\ | | | | Release/4.5.0
| * Merge pull request #2113 from smartdevicelink/fix/clearer_default_endpointsrelease/4.5.0Jacob Keeler2018-04-051-2/+2
| |\ | | | | | | Update default endpoint urls
| | * Update default endpoint urlsfix/clearer_default_endpointsJacob Keeler2018-04-051-2/+2
| |/ | | | | Modified default URLs to make it clearer that they should be customized by the user
| * Merge pull request #2110 from smartdevicelink/fix/add_license_to_mb_filesJackLivio2018-04-044-1/+120
| |\ | | | | | | Fix/add license to mb files
| | * Add license to new message broker filesfix/add_license_to_mb_filesJackLivio2018-04-044-1/+120
| |/
| * Merge pull request #2081 from smartdevicelink/feature/update_changelog_4.5.0Jacob Keeler2018-04-041-92/+61
| |\ | | | | | | Update Changelog for Release 4.5.0
| | * Update Changelog for Release 4.5.0feature/update_changelog_4.5.0Jacob Keeler2018-04-041-92/+61
| | |
| * | Merge pull request #2108 from ↵JackLivio2018-04-042-5/+5
| |\ \ | | | | | | | | | | | | | | | | smartdevicelink/fix/load_service_type_as_string_from_backup_pt Additional fixes for 2072
| | * | Additional fixes for 2072fix/load_service_type_as_string_from_backup_ptJackLivio2018-04-042-5/+5
| |/ / | | | | | | | | | When loading the policy table from backup sql file, service types must be read in a strings.
| * | Merge pull request #2100 from ↵JackLivio2018-03-292-6/+2
| |\ \ | | | | | | | | | | | | | | | | smartdevicelink/fix/service_endpoint_keys_as_string External Proprietary Lock Screen URL Fix
| | * | External Proprietary Lock Screen URL FixJackLivio2018-03-292-6/+2
| |/ / | | | | | | | | | The service enpoints in the policy table should be saved as strings instead of integers.
| * | Merge pull request #2086 from ↵JackLivio2018-03-295-35/+24
| |\ \ | | | | | | | | | | | | | | | | LuxoftAKutsan/fix/on_permission_change_after_app_permission_consent Fix/on permission change after app permission consent
| | * | Move checking if app revoked in the begining of check PermissionsAlex Kutsan2018-03-291-11/+11
| | | | | | | | | | | | | | | | | | | | In case if app revoked it should not be checked for any other permissions
| | * | Process setting user concent if group permissions are emptyAlex Kutsan2018-03-291-4/+0
| | | |
| | * | Avoid adding RC groups in external policy flowAlex Kutsan2018-03-291-12/+1
| | | | | | | | | | | | | | | | fixup! Avoid adding RC groups in external policy flow
| | * | Add apropriate logging in policy flowAlex Kutsan2018-03-285-8/+12
| |/ /
| * | Merge pull request #2096 from smartdevicelink/fix/broken_SAD_linkJacob Keeler2018-03-271-1/+1
| |\ \ | | | | | | | | Update link to software architecture document
| | * | Update link to software architecture documentfix/broken_SAD_linkJacob Keeler2018-03-271-1/+1
| |/ /
| * | Merge pull request #2085 from ↵JackLivio2018-03-2611-19/+26
| |\ \ | | | | | | | | | | | | | | | | LuxoftAKutsan/fix/activation_app_external_proprietary_fix Fix/activation app external proprietary fix
| | * | Fix styleAlex Kutsan2018-03-231-3/+2
| | | |
| | * | Avoid integer overflowAlex Kutsan2018-03-2311-19/+26
| | |/ | | | | | | | | | | | | Replaced all usaged of device handle with apropriate typedef Assignment device handle to uint32_t leads to integer overflow
| * | Merge pull request #2076 from smartdevicelink/fix/security_off_buildJacob Keeler2018-03-2218-96/+136
| |\ \ | | |/ | |/| Fix build issues and test failures when building with ENABLE_SECURITY=OFF
| | * Fix build issues and test failures when building with ENABLE_SECURITY=OFFfix/security_off_buildjacobkeeler2018-03-2118-96/+136
| | |
| * | Merge pull request #2078 from smartdevicelink/feature/4.5.0_README_updatesJacob Keeler2018-03-211-0/+2
| |\ \ | | |/ | |/| Update README with new dependencies
| | * Update README with new dependenciesfeature/4.5.0_README_updatesJacob Keeler2018-03-211-0/+2
| |/ | | | | These were previously built within the project, but are now dynamically linked.
| * Merge pull request #2055 from smartdevicelink/fix/update_lock_screen_iconJacob Keeler2018-03-071-1/+1
| |\ | | | | | | Update Lock Screen Icon URL
| | * Update Lock Screen Icon URLfix/update_lock_screen_iconJacob Keeler2018-03-071-1/+1
| |/
| * Merge pull request #2036 from ↵4.5.0_RC2JackLivio2018-02-281-0/+1
| |\ | | | | | | | | | | | | smartdevicelink/fix/transport_manager_connection_erase Erase connection from map
| | * 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 2018
| | * 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 cleanup
| | * 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 DBus build issue due to new message broker
| | * 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
| |\ | | | | | | Fix incorrect App ID caused by implicit conversion of smart pointer to integer
| | * Add files via uploadleekillough2017-10-111-1/+1
| | | | | | | | | Fix silent bug caused by implicit conversion of smart pointer to integer
| * | Merge pull request #2018 from smartdevicelink/hotfix/bluetooth_restore_on_startJackLivio2018-02-213-13/+47
| |\ \ | | | | | | | | Fix bluetooth restore on startup
| | * | 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 SaveAppGroup
| | * | 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
| |\ \ \ | | |/ / | | | | Coverity Fixes
| | * | 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_event
| | * | prevent deadlocks in EventDispatcherImpl::raise_eventFrank2017-12-131-5/+5
| | | |