summaryrefslogtreecommitdiff
path: root/src/components
Commit message (Expand)AuthorAgeFilesLines
* Style fixConlain Kelly2018-06-2520-58/+52
* Merge branch 'develop' into feature/boost_datetime_implementationconlain-k2018-06-2585-841/+3183
|\
| * Merge pull request #2280 from XevoInc/bugfix/build_breaks_security_offJacob Keeler2018-06-252-0/+4
| |\
| | * fix: build breaks when ENABLE_SECURITY is OFFSho Amano2018-06-192-0/+4
| * | Merge pull request #2288 from mrapitis/fix/issue_2137feature/low_voltage_on_unix_signalsJacob Keeler2018-06-224-55/+0
| |\ \
| | * | fix for issue 2137Markos2018-06-204-55/+0
| | |/
| * | Check for hmi level instead of statusfix/check_onhmistatus_invalidConlain Kelly2018-06-211-5/+4
| * | add validity check to OnHMIStatusNotification::Run() to avoid passing bad def...Conlain Kelly2018-06-201-0/+10
| |/
| * Merge pull request #2235 from smartdevicelink/fix/fix_v5_protocol_messages_bs...feature/new_vehicle_data_turn_signalJackLivio2018-06-184-31/+82
| |\
| | * Fix failed unit test after updated implementationfix/fix_v5_protocol_messages_bson_paramsAKalinich-Luxoft2018-06-181-0/+12
| | * V5 Protocol Messages do not encrypt payload of Control Frame Message TypesAKalinich-Luxoft2018-06-183-31/+70
| * | Merge pull request #2218 from smartdevicelink/fix/fix_certificate_saving_afte...JackLivio2018-06-1810-194/+121
| |\ \ | | |/
| | * Added logic related to certificate savingfix/fix_certificate_saving_after_ptuAKalinich-Luxoft2018-06-1810-166/+11
| | * Fix leaked objects and add constAndrii Kalinich2018-06-182-11/+25
| | * Fixed affected mocks and UT'sAKalinich-Luxoft2018-06-181-18/+13
| | * Fix cert processing and module saving after policy table updateAKalinich-Luxoft2018-06-182-31/+81
| | * Fix nonfunctional CertificatePath and KeyPath parameters in INIAKalinich-Luxoft2018-06-181-0/+23
| * | removed TLS handshake app name string compare and updated UTMarkos Rapitis2018-06-182-18/+0
| |/
| * Fixed leaked objectsAndrii Kalinich2018-06-181-6/+20
| * Fixed affected mocks and UT'sAKalinich-Luxoft2018-06-184-0/+41
| * Fix nonfunctional CertificatePath and KeyPath parameters in INIAKalinich-Luxoft2018-06-184-1/+128
| * Moved out unrelated to feature codeAKalinich-Luxoft2018-06-181-4/+0
| * Add correct certificate expiration handlingAndriy Byzhynar2018-06-182-7/+5
| * Add UT for DTLSValerii2018-06-184-63/+91
| * Fix security manager UTValerii2018-06-186-268/+320
| * Fix decrypted multiframe message handlingAndriy Byzhynar2018-06-187-13/+44
| * Add handling of wrong force protection settings in ini fileAndriy Byzhynar2018-06-186-2/+48
| * Add support for DTLS encryption protocolAndriy Byzhynar2018-06-183-2/+24
| * Merge pull request #2105 from smartdevicelink/feature/get_system_timeJacob Keeler2018-06-1852-246/+1963
| |\
| | * Removed unused code in regular policiesfeature/get_system_timeAKalinich-Luxoft2018-06-158-37/+0
| | * Fixed time zones issue while checking certificate exp dateAndrii Kalinich2018-06-131-1/+11
| | * Updates after Livio reviewAndrii Kalinich2018-06-1312-37/+41
| | * Merge branch 'develop' into feature/get_system_timeAndrii Kalinich (GitHub)2018-06-05108-248/+1613
| | |\
| | * | Move out unrelated to feature changesAKalinich-Luxoft2018-06-046-15/+123
| | * | Fix affected UT and mocksAKalinich-Luxoft2018-05-313-11/+2
| | * | Additional fixes after ATF testingAKalinich-Luxoft2018-05-3116-161/+76
| | * | Add Unit Tests: GetSystemTime Request/Response, OnSystemTimeReadyKVGrygoriev2018-04-066-3/+231
| | * | Implement fully functional GetSystemTime featureAndriy Byzhynar2018-04-0654-224/+1722
| * | | Style FixJackLivio2018-06-151-6/+6
| * | | Merge pull request #2243 from smartdevicelink/feature/working_travis_buildJacob Keeler2018-06-151-2/+1
| |\ \ \
| | * | | Add in working travis build that runs unit tests, apply style check fixConlain Kelly2018-06-061-2/+1
| | | |/ | | |/|
| * | | Merge pull request #2266 from LitvinenkoIra/fix/external_proprietary_policy_b...JackLivio2018-06-151-2/+5
| |\ \ \
| | * | | Fix build with EXTERNAL PROPRIETARY policy flagIra Lytvynenko (GitHub)2018-06-141-2/+5
| * | | | Merge pull request #1360 from smartdevicelink/feature/audio_file_playback_tts...Jacob Keeler2018-06-1420-30/+380
| |\ \ \ \
| | * | | | Set full file path for files that aren't foundfeature/audio_file_playback_tts_chunksJacob Keeler2018-06-082-27/+19
| | * | | | Fix test failures and add method descriptionsJacob Keeler2018-06-077-0/+127
| | * | | | Merge remote-tracking branch 'origin/develop' into feature/audio_file_playbac...Jacob Keeler2018-06-0661-129/+1594
| | |\ \ \ \
| | * | | | | Validate existence of files used in TtsChunksJacob Keeler2018-06-0111-20/+247
| | * | | | | Added "FILE" SpeechCapabilities type and updated TTSChunk description.Jacob Keeler2018-06-013-8/+12
| | | |_|/ / | | |/| | |
* | | | | | remove struct timeval and use boost time_duration insteadConlain Kelly2018-06-1853-658/+486
|/ / / / /