summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fixed buildMaksym Ked (GitHub)2018-09-179-88/+45
* changed result code int to enum type, moved FinishSendingRegisterAppInterface...Maksym Ked (GitHub)2018-09-173-32/+18
* Remove app from waypoints list (copied from Sync3.2v2)Maksym Ked (GitHub)2018-09-171-0/+1
* Fix compilationAlexander2018-09-171-0/+10
* fixes for failing feature testsMaksym Ked (GitHub)2018-09-1712-50/+165
* fixed failing reset global properties smoke testsMaksym Ked (GitHub)2018-09-171-2/+2
* Use alias for RAI callbakcAlexander2018-09-177-19/+20
* Send RAI response on last received response of resumption dataAlexander2018-09-1710-140/+145
* fixes as per PR commentsMaksym Ked (GitHub)2018-09-174-25/+26
* fixed code styleMaksym Ked (GitHub)2018-09-172-3/+3
* changed int64_t to enum type (as per PR comment)Maksym Ked (GitHub)2018-09-171-2/+3
* moved ResetGlobalProperties to ApplicationManagerMaksym Ked (GitHub)2018-09-1714-371/+601
* fixup! Refactor register app interface request logicAlexander2018-09-171-1/+1
* Added resumption and revert resumption process.BSolonenko2018-09-175-167/+836
* Added revert resumption option for pluginsBSolonenko2018-09-177-36/+145
* Removed resumption data process from resume ctrl.BSolonenko2018-09-171-186/+1
* Typo fix in Application ManagerAlexander2018-09-171-1/+1
* fixup! Refactor register app interface request logicAlexander2018-09-171-0/+66
* Refactor register app interface request logicAlexander2018-09-173-253/+385
* Merge pull request #2583 from AByzhynar/fix/Set_SmartObject_print_in_DEBUG_bu...fix/sdl_use_incorrect_url_on_system_requestJacob Keeler2018-09-074-9/+11
|\
| * Rework usage of PrintSmartObject functionAndriy Byzhynar2018-09-074-9/+11
|/
* Merge pull request #2573 from AByzhynar/fix/PrintSmartObject_function_reworkJackLivio2018-09-061-69/+6
|\
| * Rework PrintSmartObject functionAndriy Byzhynar2018-09-061-69/+6
|/
* Merge pull request #2568 from smartdevicelink/fix/sdl_does_not_check_for_non_...5.0.0_RCJacob Keeler2018-09-051-5/+3
|\
| * Add additional check for non-manadatory parametersfix/sdl_does_not_check_for_non_mandatory_parametersZhdanovP2018-09-051-5/+3
* | Merge pull request #1965 from AByzhynar/fix/Wrong_connection_closureJackLivio2018-09-044-145/+138
|\ \
| * | Fix styleJackLivio2018-09-041-4/+8
| * | Fix merge conflictsJackLivio2018-09-042-99/+49
| * | Merge remote-tracking branch 'origin/develop' into fix/Wrong_connection_closureJackLivio2018-09-042474-141484/+135940
| |\ \
| * | | Fix coding style issue after rebaseAndriy Byzhynar2018-05-182-5/+48
| * | | Add/Update connection_handler unit tests according to code changesAndriy Byzhynar2018-05-152-153/+103
| * | | Fix wrong connection closureAndriy Byzhynar2018-05-152-12/+7
* | | | Merge pull request #2559 from LitvinenkoIra/fix/external_policy_buildJacob Keeler2018-09-043-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | fixup! remove struct timeval and use boost time_duration insteadLitvinenkoIra2018-08-313-3/+3
| | |/ | |/|
* | | Merge pull request #2557 from smartdevicelink/feature/revise_0122_to_exclude_...Jacob Keeler2018-08-312-49/+51
|\ \ \
| * | | Removed redundant codefeature/revise_0122_to_exclude_synonymsAKalinich-Luxoft2018-08-311-6/+3
| * | | Extract VR items generation to the separate functionAKalinich-Luxoft2018-08-312-23/+32
| * | | Merge pull request #2540 from AKalinich-Luxoft/feature/revise_0122_to_exclude...Andrii Kalinich (GitHub)2018-08-301-36/+32
| |\ \ \
| | * | | Implementation of Revise SDL-0122 to exclude synonymsAndrii Kalinich2018-08-281-36/+32
| |/ / /
* | | | Merge pull request #2226 from smartdevicelink/feature/boost_filesystem_implem...JackLivio2018-08-3111-293/+283
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix build issues with testsfeature/boost_filesystem_implementationjacobkeeler2018-08-311-5/+6
| * | | Update based on commentsJackLivio2018-08-301-2/+4
| * | | Updated based on commentsJackLivio2018-08-302-35/+19
| * | | Add IsAccessible checkJackLivio2018-08-301-1/+1
| * | | Update FileSize and Offset to uint64_tJackLivio2018-08-307-9/+9
| * | | Update GetFileModificationTime to use boostJackLivio2018-08-303-13/+22
| * | | Fix merge conflictJackLivio2018-08-291-6/+1
| * | | Merge remote-tracking branch 'origin/develop' into feature/boost_filesystem_i...JackLivio2018-08-29345-5087/+9622
| |\ \ \
| * \ \ \ Merge branch 'develop' into feature/boost_filesystem_implementationconlain-k2018-07-242335-137074/+123435
| |\ \ \ \
| * | | | | remove conditional boost installation, make it requiredConlain Kelly2018-07-231-27/+25