summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | |
* | | | Fix external policy buildJackLivio2018-02-131-1/+1
| | | |
* | | | Merge pull request #1962 from fronneburg/fix/Issue_1961JackLivio2018-02-133-25/+114
|\ \ \ \ | | | | | | | | | | protect pt_ from concurrent access
| * | | | 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 save
| * | | | protect access to ResumptionDataJson during state saveFrank2017-12-131-0/+3
| |/ / /
* | | | Merge pull request #1970 from LitvinenkoIra/fix/OnDriverDistructionJackLivio2018-02-1213-36/+301
|\ \ \ \ | | | | | | | | | | Implement new behavior for OnDriverDistraction
| * \ \ \ Merge branch 'release/4.5.0' into fix/OnDriverDistructionJackLivio2018-02-121537-323078/+23771
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #1969 from ↵JackLivio2018-02-125-15/+146
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | AByzhynar/fix/PoliciesManager_allows_all_requested_params_in_case_parameters_field_is_empty Fix/policies manager allows all requested params in case parameters field is empty
| * | | | | Add differentiation of parameters absence from emptinessAndriy Byzhynar2017-12-214-15/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added way how to store empty parameters in policy db for further restoring after ingnition off Added empty lines between functions definitions to improve readability
| * | | | | Add SDL behavor handling in case of RPC parameters field exists but emptyAndriy Byzhynar2017-12-151-0/+7
| | |/ / / | |/| | | | | | | | | | | | | | | | | | Added check for RPC parameters existence and emptiness Added necessary SDL behaviour for case specified above
* | | | | Merge pull request #2011 from smartdevicelink/fix/boost_install_sudoJacob Keeler2018-02-071-1/+5
|\ \ \ \ \ | | | | | | | | | | | | Don't use sudo when installing boost into a custom directory
| * | | | | Don't use sudo when installing boost into a custom directoryfix/boost_install_sudojacobkeeler2018-02-071-1/+5
|/ / / / /
* | | | | Merge pull request #2003 from ↵4.5.0_RCJackLivio2018-02-0249-6512/+1170
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | smartdevicelink/feature/boost_websocket_hmi_message_adapter boost websocket hmi message adapter
| * \ \ \ \ Merge branch 'develop' into feature/boost_websocket_hmi_message_adapterfeature/boost_websocket_hmi_message_adapterJackLivio2018-02-02578-267025/+14777
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #2004 from smartdevicelink/hotfix/dynamically_link_librariesJackLivio2018-02-02541-266702/+13969
|\ \ \ \ \ \ | | | | | | | | | | | | | | dynamically link libraries
| * \ \ \ \ \ Merge branch 'develop' into hotfix/dynamically_link_librarieshotfix/dynamically_link_librariesJackLivio2018-02-021052-51109/+10071
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #1525 from smartdevicelink/feature/invalid_data_infoJacob Keeler2018-02-0236-322/+806
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Include info in INVALID_DATA responses
| * | | | | | | Update PR to use new DEPRECATED macrofeature/invalid_data_infojacobkeeler2018-01-1911-14/+3
| | | | | | | |
| * | | | | | | Merge remote-tracking branch 'origin/develop' into feature/invalid_data_infojacobkeeler2018-01-19201-1750/+2569
| |\ \ \ \ \ \ \
| * | | | | | | | Use ValidationReport objects for reporting rather than stringsjacobkeeler2017-11-3047-735/+653
| | | | | | | | |
| * | | | | | | | Deprecate old validate methodsjacobkeeler2017-09-2919-7/+187
| | | | | | | | |
| * | | | | | | | Fix build errors from merge and remove quotes from error messagesjacobkeeler2017-09-298-39/+33
| | | | | | | | |
| * | | | | | | | Merge remote-tracking branch 'origin/release/4.4.0' into ↵jacobkeeler2017-09-28486-33919/+43966
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/invalid_data_info
| * | | | | | | | | Invalid data responses now return useful error messages in `info` fieldJacob Keeler2017-05-0443-364/+761
| | | | | | | | | |