summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrectly saved RequestType and RequestSubType, which caused silent err...fix/gather_request_typesjacobkeeler2018-09-136-68/+0
* Merge pull request #2587 from smartdevicelink/fix/sirium_xm_capability_checkingJacob Keeler2018-09-071-32/+37
|\
| * Fix capabilities check for siriusxmAvailablejacobkeeler2018-09-071-32/+37
* | Merge pull request #2588 from smartdevicelink/fix/add_missing_rpc_changesJacob Keeler2018-09-071-5/+26
|\ \ | |/ |/|
| * Fix SpacingJackLivio2018-09-071-11/+11
| * Update missing RPC changes: SpaceAvailable & CurrentTemperatureAvailableJackLivio2018-09-071-5/+26
* | Merge pull request #2578 from smartdevicelink/feature/5.0.0_update_hmi_api_in...Jacob Keeler2018-09-061-7/+7
|\ \
| * | Update HMI API interface versions for 5.0.0feature/5.0.0_update_hmi_api_interface_versionsjacobkeeler2018-09-061-7/+7
|/ /
* | Merge pull request #2577 from smartdevicelink/fix/set_function_id_remove_fake...JackLivio2018-09-066-7/+22
|\ \ | |/
| * Set proper function id in removeHMIFakeParametersfix/set_function_id_remove_fake_paramsJackLivio2018-09-066-7/+22
|/
* 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
| * | | | | 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
|\ \ \ \ \ \ \ \