summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Reworks implementation, makes logic more clearAndrey Oleynik2016-07-132-62/+132
| | * | | | Fixes LAUNCH_APP flowAndrey Oleynik2016-07-131-23/+29
| | * | | | Restores AM interfaces ocassionally removed beforeAndrey Oleynik2016-07-133-325/+373
| | |/ / /
| * | | | Merge pull request #693 from dtrunov/fix/SDL_crashes_if_execute_auto_smoke_te...Artem Nosach (GitHub)2016-07-187-40/+82
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Fix comments after reviewdtrunov2016-07-186-48/+45
| | * | | Fix core crash during streaming and execution smoke test.dtrunov2016-07-139-24/+69
| * | | | Merge pull request #695 from Kozoriz/fix/SDL_dont_ignore_elements_without_man...Aleksandr Galiuzov (GutHub)2016-07-142-70/+81
| |\ \ \ \
| | * | | | Add mandatory fields validationKozoriz2016-07-142-70/+81
| | |/ / /
| * | | | Merge pull request #687 from okozlovlux/feature/SDL_fails_json_validation_in_...Andriy Byzhynar (GitHub)2016-07-141-5/+3
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Resolve issue with coding styleOleksandr2016-07-122-3/+2
| | * | | Change process of json validationOleksandr2016-07-111-5/+3
| * | | | Merge pull request #689 from dev-gh/fix/Fixes_dump_on_app_launch_requestAleksandr Galiuzov (GutHub)2016-07-130-0/+0
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Fixes dump on SDL.ActivateApp callAndrey Oleynik2016-07-121-0/+1
| | |/ /
| * | | Merge pull request #683 from vlantonov/fix/Core_dump_unplug_USB_App_registeredAndriy Byzhynar (GitHub)2016-07-125-19/+23
| |\ \ \
| | * | | Fix invalid memory access.Vladislav Antonov2016-07-126-20/+23
| * | | | Merge pull request #690 from LuxoftAKutsan/fix/APPLINK-24905_DCHECK_resumptionAleksandr Galiuzov (GutHub)2016-07-121-1/+2
| |\ \ \ \
| | * | | | Fix style issues in release4.1.0Alexander Kutsan2016-07-121-1/+0
| | * | | | Fix crash on DCHECK in process SystemRequest(LAUNCH_APP)Anton Hrytsevich2016-07-121-1/+2
| | | |/ / | | |/| |
| * | | | Read endpoints services from database correctly (#688)Artem Nosach (GitHub)2016-07-121-5/+4
| |/ / /
| * | | Merge pull request #681 from dev-gh/fix/Fixes_app_default_policies_settingAleksandr Galiuzov (GutHub)2016-07-112-17/+60
| |\ \ \ | | |/ / | |/| |
| | * | Updates unit tests to check default policy settingAndrey Oleynik2016-07-081-13/+46
| | * | Fixes saving of default assigned policyAndrey Oleynik2016-07-081-4/+14
| * | | Merge pull request #675 from dev-gh/fix/Fix_policy_data_savingAleksandr Galiuzov (GutHub)2016-07-086-36/+100
| |\ \ \ | | |/ / | |/| |
| | * | Beautifies file format with clang-formatAndrey Oleynik2016-07-081-28/+28
| | * | Extends unit tests to cover fixes of policy data savingAndrey Oleynik2016-07-081-10/+33
| | * | Fixes gathering messages and device data for snapshotAndrey Oleynik2016-07-084-32/+51
| | * | Fixes 'message' section savingAndrey Oleynik2016-07-082-4/+15
| | * | Fixes TLS counter savingAndrey Oleynik2016-07-082-16/+14
| | * | Fixes saving of device id to policy DBAndrey Oleynik2016-07-082-2/+15
| |/ /
| * | Merge pull request #678 from dev-gh/fix/Fix_certificate_saving_to_DBAleksandr Galiuzov (GutHub)2016-07-082-7/+19
| |\ \
| | * | Updates unit tests to check certificate saving/reading from DBAndrey Oleynik2016-07-071-2/+14
| | * | Fixes processing of certificate field in policy DBAndrey Oleynik2016-07-071-5/+5
| * | | SDL doesn't cut image in softbutton with "Type"=TEXT (#673)Dmitrii Trunov (GitHub)2016-07-082-2/+5
| * | | Merge pull request #677 from LuxoftAKutsan/fix/DCHECK_on_secure_RPCAleksandr Galiuzov (GutHub)2016-07-086-32/+52
| |\ \ \
| | * | | Improove check_style.sh script to support fix styleAlexander Kutsan2016-07-071-4/+17
| | * | | Changed assert to if for not critical optionAlexander Kutsan2016-07-074-28/+34
| | * | | Build on travis also release branchesAlexander Kutsan2016-07-071-0/+1
| | |/ /
| * | | Merge pull request #676 from OHerasym/fix/system-request-dont-update-policyAndriy Byzhynar (GitHub)2016-07-071-1/+9
| |\ \ \ | | |/ / | |/| |
| | * | Fix system_request on HTTP don't update Policy tableHerasym Oleh2016-07-071-1/+9
| * | | Fix SDL crashes at request for PTU when transport is disconnected (#672)Dmitrii Trunov (GitHub)2016-07-062-4/+45
| * | | Fix problem with incorrect removing data from resumption data (#667)Dmitrii Trunov (GitHub)2016-07-061-4/+4
| |/ /
| * | Merge pull request #585 from dtrunov/fix/GetWayPoints_SDL_does_not_resend_app...AGaliuzov2016-06-102-3/+12
| |\ \
| | * | SDL does not resend appID and wayPointType in GetWayPoints rps to HMIdtrunov2016-06-092-3/+12
| |/ /
| * | Merge pull request #560 from nk0leg/fix/on_system_requestAnton Hrytsevich2016-06-021-0/+3
| |\ \
| | * | Fix of SDL4.1.0. SDL doesn't send OnSystemRequest(QUERY_APPS) to the AppOleg Krotenko2016-06-011-0/+3
| |/ /
| * | Merge pull request #557 from Kozoriz/fix/Fix_tests_after_ptu_impl_movingArtem Nosach2016-05-274-27/+64
| |\ \
| | * | Fix tests in PolicyHandlerKozoriz2016-05-261-18/+46
| | * | Fix tests in policy and sql_pt_representationKozoriz2016-05-262-2/+4
| | * | Fix hmi_capabilities testKozoriz2016-05-261-1/+4
| | * | Correct test warnings in hmi_capabilities_testKozoriz2016-05-261-6/+10
| |/ /