summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Created test fixture for SQLPTRepresentationTest3hotfix/store_policy_db_in_storage_folderJacob Keeler2016-10-251-36/+32
|
* Fix policy test failuresJacob Keeler2016-10-213-8/+26
|
* Set policy db path to storage folderJacob Keeler2016-10-181-0/+4
|
* Merge pull request #837 from smartdevicelink/hotfix/api_double_to_floatJacob Keeler2016-10-172-8/+8
|\ | | | | Change Double type parameters in spec to Float type
| * Change Double type parameters in spec to Float typehotfix/api_double_to_floatJacob Keeler2016-09-222-8/+8
| |
* | Merge pull request #884 from smartdevicelink/hotfix/generic_display_type_enumJackLivio2016-10-144-1/+5
|\ \ | | | | | | Add “SDL_GENERIC” Display Type Enum
| * | Added Enum to other fileshotfix/generic_display_type_enumJackLivio2016-10-132-1/+3
| | |
| * | Add “SDL_GENERIC” Display Type EnumJackLivio2016-10-072-0/+2
| | | | | | | | | | | | All display types included in the API specs are Ford specific. Other Parties integrating SDL need this enum supported ASAP.
* | | Merge pull request #840 from BTPankow/hotfix/resume_activate_hmi_level_2JackLivio2016-10-121-1/+1
|\ \ \ | | | | | | | | Fix HMI NONE after activation
| * | | Reorder register app response to mobile and hmiBrad Pankow2016-09-221-1/+1
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If an HMI activates an application immediately after receving a register app notification, then the mobile application could receive a HMI FULL notification from the activation and then an HMI NONE notification. The HMI NONE notification comes from the resumption function following the HMI and mobile responses. By sending the HMI notification last, we can ensure that resumption will follow before the HMI sends an `ActivateApp`. With this commit, the mobile application will first be notified of successful registration and then the HMI will be notified.
* | | Removed an unused variable that was causing the build to fail. Also f… (#880)jgrix2016-10-102-3/+6
| |/ |/| | | * Removed an unused variable that was causing the build to fail. Also fixed the connectionhandler class not being found in a2dp_source_player.
* | Merge pull request #830 from BTPankow/hotfix/enable_log_fixes4.1.1Jacob Keeler2016-09-265-8/+11
|\ \ | | | | | | Fix compile errors when ENABLE_LOG is 0
| * | Add dependencies when ENABLE_LOG is 0Brad Pankow2016-08-112-0/+2
| | |
| * | Fix logger macros when ENABLE_LOG is 0Brad Pankow2016-08-111-2/+4
| | |
| * | Remove log-specific variables for ENABLE_LOG = 0Brad Pankow2016-08-112-6/+5
|/ /
* | Merge pull request #722 from smartdevicelink/hotfix/cmake_check_for_udev_opensslJackLivio2016-09-232-0/+55
|\ \ | | | | | | Check for OpenSSL and UDev while running cmake
| * | Check for OpenSSL and UDev while running cmakehotfix/cmake_check_for_udev_opensslJacob Keeler2016-07-262-0/+55
| | |
* | | Merge pull request #810 from smartdevicelink/README_4.1.0_changesJackLivio2016-09-231-4/+2
|\ \ \ | | | | | | | | Update README to reflect run changes for 4.1.0
| * | | Update LD_LIBRARY_PATH for libs in current dirREADME_4.1.0_changesBTPankow2016-09-091-1/+1
| | | |
| * | | Update README to reflect run changes for 4.1.0BTPankow2016-09-091-3/+1
| | | | | | | | | | | | For the most recent master, smartDeviceLinkCore now needs to be run from build/bin to work correctly. This pull request updates the README to reflect this. Also, the keys do not need to be copied over to src/appMain since the executable can now be run from the build/bin directory.
* | | | Merge pull request #812 from smartdevicelink/hotfix/content_length_typoJackLivio2016-09-231-1/+1
|\ \ \ \ | |_|_|/ |/| | | Fix for content length typo
| * | | Fix for content length typohotfix/content_length_typoJackLivio2016-09-091-1/+1
| |/ /
* | | Merge pull request #813 from pestOO/fix/Documentation_4.1.0Elisey Zamakhov (GitHub)2016-09-131-3/+3
|\ \ \ | |/ / |/| | Update documentation in README
| * | Update README links to SAD, HMI Guidelines, TM guideElisey Zamakhov2016-09-101-3/+3
|/ / | | | | | | Related issue(s): APPLINK-26096, APPLINK-26662
* | Merge pull request #784 from LuxoftAKutsan/release-4.1.04.1.0Alexander Kutsan (GitHub)2016-08-302025-72324/+136986
|\ \ | | | | | | Release 4.1.0
| * | Make code appropriate to Google coding styleAlexander Kutsan2016-08-297-49/+52
| | | | | | | | | | | | Style guide : https://google.github.io/styleguide/cppguide.html
| * | Merge branch 'release/4.1.0'Alexander Kutsan2016-08-262025-72302/+136961
| |\ \ |/ / /
| * | Merge pull request #772 from ↵release/4.1.0Artem Nosach (GitHub)2016-08-221-2/+2
| |\ \ | | | | | | | | | | | | | | | | orhan-mehmedov/fix/Update_logger_properties_to_log_only_to_file Update logger properties to log to file only
| | * | Update logger properties to log to file onlyOrhan Mehmedov2016-08-221-2/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | Leave only logging to file in log4cxx.properties due to slow printing to console/terminal. Workaround for APPLINK-17599. Related to APPLINK-17599.
| * | Merge pull request #734 from ↵Artem Nosach (GitHub)2016-08-021-1/+1
| |\ \ | | | | | | | | | | | | | | | | VProdanov/feature/Change_VerifyPeer_parameter_in_ini_file_to_true Change_VerifyPeer_parameter_in_ini_file_to_true
| | * | Change_VerifyPeer_parameter_in_ini_file_to_trueVProdanov2016-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By implementing this feature we fix secure service opening without validation.The problem which is occuring is that when we remove the server cridentials from SDL and start secure service we succeed. The reason for that is the VerifyPeer located in .ini file which by default was set false. As result SSL_CTX_set_verify is called without SSL_VERIFY_PEER, which is the reason server`s cridentials to not be checked. Requirement: APPLINK-22607 Fix-issue: APPLINK-17757
| * | | Merge pull request #731 from vlantonov/fix/SDL_doesnt_add_app_to_app_level_tableArtem Nosach (GitHub)2016-08-014-7/+575
| |\ \ \ | | |/ / | |/| | Fix application add to app_level table
| | * | Fix application add to app_level tableVladislav Antonov2016-07-294-7/+575
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Required functionality to add the registered application in the app_level table with application name in column application_id. Covered changes with unit tests. Related issue: APPLINK-17802
| * | Merge pull request #701 from ↵Artem Nosach (GitHub)2016-07-254-0/+230
| |\ \ | | | | | | | | | | | | | | | | orhan-mehmedov/fix/Send_OnHashChange_when_sending_SubscribeWayPoints_UnsubscribeWayPoints_4.1 Fixes sending OnHashChange when sending subscribe way points / unsubscribe way points
| | * | Send OnHashChange for (Un)SubscribeWayPointsOrhan Mehmedov2016-07-214-0/+230
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OnHashChange now is send in case of SubscribeWayPoints / UnsubscribeWayPoints mobile command. Fix for APPLINK-25808. Note: SDL must send OnHashChange() to mobile app after responding with "success:true". Create initial UT for Un/SubscribeForWayPoints Created initial basic unit tests for SubscribeWayPoints/UnsubscribeWayPoints commands. Related to APPLINK-25808. Correct formatting with check_style.sh Related to APPLINK-25808.
| * | | Merge pull request #698 from ↵Andriy Byzhynar (GitHub)2016-07-195-7/+108
| |\ \ \ | | | | | | | | | | | | | | | | | | | | VProdanov/fix/Core_dump_on_app_registration_with_another_appName_and_AppID Fix_core_dump_due_to_connection_been_created_twice
| | * | | Fix_core_dump_due_to_connection_been_created_twiceVProdanov2016-07-195-7/+108
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The reson for the core dump, is that ConnectionCreated() is been called twice, from parent and child threads while the transport_adapter is restoring the last state. First is called in tcp_connection_factory.cc then in threaded_socket_connection.cc from the child threadMain() with connection->Start(). There was issue while the unit test was using app_info_storage with devices using the same ip. address. Related-issues: APPLINK-25379, APPLINK-22021
| * | | Merge pull request #699 from dev-gh/fix/Fixes_SSL_context_settingArtem Nosach (GitHub)2016-07-181-2/+2
| |\ \ \ | | | | | | | | | | Fixes SSL context setting during handshake
| | * | | Fixes SSL context setting during handshakeAndrey Oleynik2016-07-151-2/+2
| | |/ / | | | | | | | | | | | | Relates-to: APPLINK-26566
| * | | Merge pull request #696 from dev-gh/fix/Fixes_check_of_expired_certificateArtem Nosach (GitHub)2016-07-182-7/+22
| |\ \ \ | | | | | | | | | | Fixes check of certificate expiration
| | * | | Fixes includes and logsAndrey Oleynik2016-07-182-4/+8
| | | | | | | | | | | | | | | | | | | | Relates-to: APPLINK-25256
| | * | | Fixes check of certificate expirationAndrey Oleynik2016-07-141-7/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PoliciesManager must start a PolicyTable Update sequence IN CASE the current date is "24 hours prior to module's certificate expiration date". Relates-to: APPLINK-25256
| * | | | Merge pull request #694 from dev-gh/fix/Fixes_LAUNCH_APP_flowArtem Nosach (GitHub)2016-07-186-88/+223
| |\ \ \ \ | | | | | | | | | | | | Fixes SDL4.0 LAUNCH_APP flow
| | * | | | Removes odd calls to valid() and changed functorAndrey Oleynik2016-07-181-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Related-to:APPLINK-23987
| | * | | | Renames interfaces to fit coding styleAndrey Oleynik2016-07-145-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | Relates-to: APPLINK-23987
| | * | | | Renames some variables and interfacesAndrey Oleynik2016-07-141-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Relates-to: APPLINK-23987
| | * | | | Renames several variables and interfacesAndrey Oleynik2016-07-142-23/+30
| | | | | | | | | | | | | | | | | | | | | | | | Relates-to: APPLINK-23987
| | * | | | Reformats file with clang-formatAndrey Oleynik2016-07-141-259/+259
| | | | | | | | | | | | | | | | | | | | | | | | Relates-to: APPLINK-23987
| | * | | | Re-formats file with clang-formatAndrey Oleynik2016-07-141-67/+65
| | | | | | | | | | | | | | | | | | | | | | | | Relates-to: APPLINK-23987
| | * | | | Adds mocks for restored interfacesAndrey Oleynik2016-07-131-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Relates-to: APPLINK-23987