summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Delete part of SDL code that uses AVAHIHerasym Oleh2016-01-278-699/+0
* Merge branch 'master' into developagaliuzov2016-05-022-1/+1
|\
| * Merge pull request #337 from smartdevicelink/hotfix/dcheck_crash4.0.3AGaliuzov2016-01-251-2/+0
| |\
| | * Remove DCHECKs that seem to always be tripping everyone uphotfix/dcheck_crashJustin Dickow2016-01-191-2/+0
| * | Merge pull request #336 from smartdevicelink/hotfix/bt_device_scanner_leakAGaliuzov2016-01-251-0/+1
| |\ \
| | * | Fixes #314hotfix/bt_device_scanner_leakJustin Dickow2016-01-191-0/+1
| | |/
| * | removed redundant includes fixes #223hotfix/redundant_includesJustin Dickow2016-01-191-2/+0
| |/
* | Merge pull request #353 from LuxoftSDL/hotfix/SetGlobalProperties_coreDumpAGaliuzov2016-01-261-1/+5
|\ \
| * | Stash connection_key before calling SendResponse(),Anatoliy-Leshin2016-01-251-1/+5
* | | Fix OnHMIStatusNotificationFromMobile command creationAsen Kirov2016-01-251-1/+2
|/ /
* | Merge pull request #346 from LuxoftSDL/hotfix/Fix_validity_of_Policy_Table_Sn...AGaliuzov2016-01-252-3/+84
|\ \
| * | Fix validity of Policy Table SnapshotAsen Kirov2016-01-222-3/+84
* | | Fix StateController Unit TestAlexander Kutsan2016-01-211-5/+2
* | | Merge pull request #340 from LuxoftSDL/feature/CustomStringImplAGaliuzov2016-01-2152-1942/+2223
|\ \ \
| * | | Integrate CustomStringdtrunov2016-01-2051-2317/+2439
| * | | Implement tests for CustomStringdtrunov2016-01-202-231/+153
| * | | Implement CustomStringdtrunov2016-01-203-71/+308
* | | | Fix filling 'tts' and 'vrSynonyms' for UpdateAppListAnatoliy-Leshin2016-01-201-26/+45
| |/ / |/| |
* | | Merge pull request #332 from LuxoftSDL/hotfix/Fix_sending_PT_snapshot_in_OnSy...AGaliuzov2016-01-203-8/+10
|\ \ \ | |/ / |/| |
| * | Fix sending Policy Table snapshot in OnSystemRequestAsen Kirov2016-01-203-8/+10
* | | Refines logging, introduce usage of some variables and ScopeGuard.Andrey Oleynik2016-01-203-19/+23
* | | Extends tests and aligns data representation for DB and JSON data resumptionAndrey Oleynik2016-01-204-5/+73
* | | Fixes skipping of resumption on multiple igntion cyclesAndrey Oleynik2016-01-208-48/+101
|/ /
* | Merge pull request #335 from LuxoftSDL/feature/Complete_UT_for_ConnectionHandlerAGaliuzov2016-01-202-11/+308
|\ \
| * | Complete unit tests for connection handlerVeronica Veremjova2016-01-192-11/+308
* | | Merge pull request #328 from LuxoftSDL/hotfix/Fix_registration_on_dropped_con...AGaliuzov2016-01-201-0/+6
|\ \ \
| * | | Fixes issue with RAI execution after connection is droppedAndrey Oleynik2016-01-141-0/+6
* | | | Final formating changed filesAlexander Kutsan2016-01-2011-286/+378
* | | | Replaced virtual keywork by OVERRIDE macro in application managerAlexander Kutsan2016-01-201-15/+15
* | | | Make Enum values capitalizedAlexander Kutsan2016-01-201-41/+41
* | | | Rename MessageHelperLibrary to MessageHelperAlexander Kutsan2016-01-194-4/+4
* | | | Minor logging fixesAlexander Kutsan2016-01-191-2/+1
* | | | Rename StateIdFindPredicate to StateIDComparatorAlexander Kutsan2016-01-192-7/+7
* | | | Use typedef for Application shared ptrAlexander Kutsan2016-01-192-3/+2
* | | | Add missed testcases from sdl_pasaAlexander Kutsan2016-01-191-87/+964
* | | | Remove redundant redifinition of SendActivateAppToHMIAlexander Kutsan2016-01-192-8/+8
* | | | Replace returns to breaks in ApplicationState::RemoveStateAlexander Kutsan2016-01-191-3/+3
* | | | Used OVERRIDE macro against virtual in hmi_state.hAlexander Kutsan2016-01-191-17/+17
* | | | Fix EndTimeisExpired testAlexander Kutsan2016-01-191-4/+12
* | | | Extract MessageHelper to separate libraryAlexander Kutsan2016-01-199-15/+26
* | | | Resolve rebase conflictsAlexander Kutsan2016-01-1938-1526/+2102
* | | | Fix formating to simplify mergeAlexander Kutsan2016-01-1936-5798/+6205
* | | | Merge pull request #326 from LuxoftSDL/hotfix/Converting_UpperBoundValuesAGaliuzov2016-01-1916-171/+422
|\ \ \ \
| * | | | Move cast number in another type to utilsvveremeva2016-01-184-58/+37
| * | | | Add cast from int64 to int32 in number schemaVeronica Veremjova2016-01-152-14/+15
| * | | | Add consts for convert_utils methodsVeronica Veremjova2016-01-152-9/+23
| * | | | Add checks in unit tests for formattersVeronica Veremjova2016-01-151-4/+15
| * | | | Add cast to schema itemVeronica Veremjova2016-01-151-6/+21
| * | | | Add DCHECK_OR_RETURN in conversion int64 to long long and backVeronica Veremjova2016-01-152-14/+14
| * | | | Add const in function definitions in Smart Object's headersVeronica Veremjova2016-01-151-9/+9