summaryrefslogtreecommitdiff
path: root/src/components/protocol_handler/test
Commit message (Collapse)AuthorAgeFilesLines
* Add malformed messages filtering disableElisey Zamakhov2015-03-181-5/+49
| | | | | Update messages and malformed messages frequency counting setup Update pasa ini file
* Change malformed messages counting strategyElisey Zamakhov2015-03-181-2/+81
|
* Review fixElisey Zamakhov2015-03-181-9/+9
|
* Add MalformedLimitVerification testsElisey Zamakhov2015-03-182-16/+61
| | | | | Add log messages Review/gstyle fixs
* Update MalformedPacket_AdditionalByte testElisey Zamakhov2015-03-181-2/+77
| | | | Add MalformedPacket_Mix test
* Improve incoming_data_handler speedElisey Zamakhov2015-03-182-11/+75
| | | | Add test with unexpected bytes in stream
* UnitTest update (thread is already fixed)Elisey Zamakhov2015-03-183-1366/+0
| | | | Delete redundant PH test files
* Add PSM, malformed frequency verificationElisey Zamakhov2015-03-182-15/+17
| | | | Update tests
* Add one test main.cc file with correct logger deinitializationElisey Zamakhov2015-03-182-8/+0
|
* Bug Fixes and ImprovementsSynchronizationCommitJustin Dickow2015-02-2012-0/+3329
Fix Empty perform iteration request Fix type of name from string to enum SendLocation implemented on HTML5 HMI Fixed PI response on VR rejection due to high priority. Fix Apps not responsive/not able to start app/apps remain listed on SYNC even after USB disconnect Mobile API change and processing capabilities Change perform interaction request conditions. Fix SDL must always start 3sec timer before resuming the HMILevel of the app Remove redundant StartSavePersistentDataTimer() call. Change wrong predicate name to right. Added stream request handling feature Made streaming timeout in media manager configurable Put navi app in LIMITED in case of phone call Handling of audio state for applications Add stop streaming timeout into ini file Implement HMILevel resumption for job-1 Fix result code ABORTED when interrupts it by Voice recognition activation Fix incorrect value parameter unexpectedDisconnect in BCOnAppUnregistered Fix SDL send BC.OnAppUnregistered with "unexpectedDisconnect" set to "true" in case received from HMI OnExitAllApplications {"reason":"MASTER_RESET"} Fix Update ini file for iAP1 support Current working directory added to image path Fix helpers to make it workable with more then 2 parameters DCHECK() for ManageMobileCommand() replaced with log message because the latter returns false in some regular situations (e.g. TOO_MANY_PENDING_REQUESTS, see SDLAQ-CRS-10) Remove connection after closing. Signed-off-by: Justin Dickow <jjdickow@gmail.com>