summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* remove an impossible case from protocol handler implfix/Remove_an_impossible_case_from_ProtocolHandlerImplSKobziev2018-10-081-5/+0
|
* Merge pull request #2583 from ↵fix/sdl_use_incorrect_url_on_system_requestJacob Keeler2018-09-074-9/+11
|\ | | | | | | | | AByzhynar/fix/Set_SmartObject_print_in_DEBUG_build_mode_only Rework usage of PrintSmartObject function
| * Rework usage of PrintSmartObject functionAndriy Byzhynar2018-09-074-9/+11
|/ | | | | Removed redundant #IFDEFs DEBUG wrappers from calling PrintSmartObject function as this wrapper moved into function body
* Merge pull request #2573 from AByzhynar/fix/PrintSmartObject_function_reworkJackLivio2018-09-061-69/+6
|\ | | | | Rework PrintSmartObject function
| * Rework PrintSmartObject functionAndriy Byzhynar2018-09-061-69/+6
|/ | | | | Reworked MessageHelper::PrintSmartObject() function to add possibility to print internal SDL smart object to log file
* Merge pull request #2568 from ↵5.0.0_RCJacob Keeler2018-09-051-5/+3
|\ | | | | | | | | smartdevicelink/fix/sdl_does_not_check_for_non_mandatory_parameters Add additional check for non-manadatory parameters
| * Add additional check for non-manadatory parametersfix/sdl_does_not_check_for_non_mandatory_parametersZhdanovP2018-09-051-5/+3
| | | | | | | | | | | | | | | | | | The OnPutFile notification has non mandatory parameters `fileSize` and `length`. If the mobile application has no provided appropriate parameters SDL sends `fileSize`: null as json value to HMI. The commit fixes the issue and simply remove non mandatory parameter in case mobile app sends nothing for one.
* | Merge pull request #1965 from AByzhynar/fix/Wrong_connection_closureJackLivio2018-09-044-145/+138
|\ \ | | | | | | Fix/wrong connection closure
| * | 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
| |\ \ | | | | | | | | | | | | | | | | # Conflicts: # src/components/connection_handler/test/heart_beat_monitor_test.cc
| * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new test cases to connection handler test Updated heart_beat_monitor unit tests Renamed variables according to project coding style Rebased to current develop branch(commit SHA 5b3764d30b66004c4716d44117dea7e7aa4ba119)
| * | | Fix wrong connection closureAndriy Byzhynar2018-05-152-12/+7
| | | | | | | | | | | | | | | | | | | | | | | | Removed connection closure in case of last session in the connection was closed. All connections should be removed when device would be unplugged.
* | | | Merge pull request #2559 from LitvinenkoIra/fix/external_policy_buildJacob Keeler2018-09-043-3/+3
|\ \ \ \ | |_|_|/ |/| | | fixup! remove struct timeval and use boost time_duration instead
| * | | fixup! remove struct timeval and use boost time_duration insteadLitvinenkoIra2018-08-313-3/+3
| | |/ | |/|
* | | Merge pull request #2557 from ↵Jacob Keeler2018-08-312-49/+51
|\ \ \ | | | | | | | | | | | | | | | | smartdevicelink/feature/revise_0122_to_exclude_synonyms Feature/revise 0122 to exclude synonyms
| * | | 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 ↵Andrii Kalinich (GitHub)2018-08-301-36/+32
| |\ \ \ | | | | | | | | | | | | | | | | | | | | AKalinich-Luxoft/feature/revise_0122_to_exclude_synonyms Implementation of Revise SDL-0122 to exclude synonyms
| | * | | Implementation of Revise SDL-0122 to exclude synonymsAndrii Kalinich2018-08-281-36/+32
| |/ / / | | | | | | | | | | | | | | | | Existing implementation of HelpPromptManager was updated according to revision.
* | | | Merge pull request #2226 from ↵JackLivio2018-08-3111-293/+283
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | smartdevicelink/feature/boost_filesystem_implementation Feature/boost filesystem implementation
| * | | Fix build issues with testsfeature/boost_filesystem_implementationjacobkeeler2018-08-311-5/+6
| | | | | | | | | | | | | | | | Caused by incorrect casting with new return types for FileSize and GetFileModificationTime.
| * | | 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 ↵JackLivio2018-08-29345-5087/+9622
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/boost_filesystem_implementation # Conflicts: # src/3rd_party/CMakeLists.txt # src/components/utils/CMakeLists.txt
| * \ \ \ 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
| | | | | |
| * | | | | Require boost filesystem component for successful boost installconlain-k2018-07-201-1/+1
| | | | | |
| * | | | | Merge branch 'develop' into feature/boost_filesystem_implementationconlain-k2018-06-18125-910/+3459
| |\ \ \ \ \
| * | | | | | Add CMake support for building needed boost libraries on clean systemConlain Kelly2018-06-182-7/+6
| | | | | | |
| * | | | | | Fix header typoconlain-k2018-05-311-1/+1
| | | | | | |
| * | | | | | Remove extra debug outputConlain Kelly2018-05-311-2/+1
| | | | | | |
| * | | | | | Hopefully final cleanup/modificationsConlain Kelly2018-05-302-5/+10
| | | | | | |
| * | | | | | More cleanupConlain Kelly2018-05-303-112/+120
| | | | | | |
| * | | | | | Port more utilities, maintain previous APIConlain Kelly2018-05-301-45/+31
| | | | | | |
| * | | | | | Begin port of filesystem utilities to BoostConlain Kelly2018-05-293-123/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should replace existing functionality in-place Currently passes gtest, needs ATF testing
* | | | | | | Merge pull request #2178 from XevoInc/bugfix/invalid_memory_accessesJacob Keeler2018-08-302-2/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Bugfix/invalid memory accesses
| * | | | | | | fix: invalid memory access in MediaManager when stopping CoreSho Amano2018-07-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since ThreadDelegate calls set_delegate() inside its destructor, we need to delete ThreadDelegate first, then Thread. This is detected by valgrind.
| * | | | | | | fix: invalid memory access in BluetoothDevice log messageSho Amano2018-07-061-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is detected by valgrind.
* | | | | | | | Merge pull request #2275 from XevoInc/bugfix/media_manager_test_memory_leakJacob Keeler2018-08-301-7/+8
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | fix: memory leaks in MediaManagerImplTest
| * \ \ \ \ \ \ \ Merge branch 'develop' into bugfix/media_manager_test_memory_leakJacob Keeler2018-08-292402-140498/+131388
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | fix: memory leaks in MediaManagerImplTestSho Amano2018-06-181-7/+8
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | These only affect unit testings.
* | | | | | | | Merge pull request #2057 from smartdevicelink/fix/remove_allow_device_to_connectJacob Keeler2018-08-302-9/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove unused `AllowDeviceToConnect` RPC
| * | | | | | | | Remove unused `AllowDeviceToConnect` RPCfix/remove_allow_device_to_connectjacobkeeler2018-03-092-9/+0
| | | | | | | | |
* | | | | | | | | Merge pull request #2204 from BSolonenko/fix/app_does_not_activateJacob Keeler2018-08-291-1/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fixed: app does not activate when policies are disabled.