summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Answer to PR comments.fix/fix_sdl_crash_on_bootigapchuck2018-11-052-3/+2
* Potential fix for SDL crash on boot.igapchuck2018-09-126-46/+39
* 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
| * | | | | 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
* | | | | | | Merge pull request #2178 from XevoInc/bugfix/invalid_memory_accessesJacob Keeler2018-08-302-2/+4
|\ \ \ \ \ \ \
| * | | | | | | fix: invalid memory access in MediaManager when stopping CoreSho Amano2018-07-061-1/+1
| * | | | | | | fix: invalid memory access in BluetoothDevice log messageSho Amano2018-07-061-1/+3
* | | | | | | | Merge pull request #2275 from XevoInc/bugfix/media_manager_test_memory_leakJacob Keeler2018-08-301-7/+8
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ 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
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #2057 from smartdevicelink/fix/remove_allow_device_to_connectJacob Keeler2018-08-302-9/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | 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.BSolonenko2018-07-091-1/+0
* | | | | | | | | | Merge pull request #2552 from smartdevicelink/fix/namespace_caseJacob Keeler2018-08-29135-1165/+1188
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Fix namespace case structure in projectfix/namespace_casejacobkeeler2018-08-29135-1165/+1188
|/ / / / / / / / /
* | | | | | | | | Merge pull request #2504 from smartdevicelink/fix/unsubscribe_typoJacob Keeler2018-08-2912-41/+41
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix UnsubscribeWayPoints typofix/unsubscribe_typojacobkeeler2018-08-0912-41/+41