summaryrefslogtreecommitdiff
path: root/src/components/protocol_handler/test
Commit message (Expand)AuthorAgeFilesLines
* fix: send Service Data ACK frames only for version 2-4Sho Amano2017-09-221-0/+56
* Integration with develop fixesAlexander Kutsan2017-08-161-6/+9
* Merge pull request #1719 from shoamano83/fix/build_break_protocol_packet_testJacob Keeler2017-08-161-3/+6
|\
| * fix: build break in protocol_packet_test.ccSho Amano2017-08-121-3/+6
* | fix: don't use local var for mock OnSessionStartedCallback() callSho Amano2017-08-121-26/+14
* | Remove deprecated enable_protocol_5() method in test codeSho Amano2017-08-111-2/+2
* | Add video related keys in bson_object_keys.ccSho Amano2017-08-111-15/+24
* | Append video releated parameters in Start Service ACK packetSho Amano2017-08-111-5/+15
* | Add unit test to simulate two video StartService packetsSho Amano2017-08-111-0/+172
* | fix: session ID and hash ID may be notified to wrong proxySho Amano2017-08-111-15/+39
* | Deprecate OnSessionStartedCallback()Sho Amano2017-08-111-39/+57
* | fix: build break in protocol_header_validator_test.ccSho Amano2017-08-111-4/+4
* | Add implementation for video streaming parametersSho Amano2017-08-111-14/+126
|/
* Implement reading and writing constructed payloads for StartService and EndSe...jacobkeeler2017-07-251-3/+5
* Add protocol version 5 with service-specific MTUjacobkeeler2017-07-252-4/+89
* Add missing functionality fo policiesokozlovlux2017-05-171-4/+7
* Fix coding styleSergey Levchenko (GitHub)2017-04-211-27/+50
* Disable protocol_handler flood testsIvo Stoilov (GitHub)2017-02-081-5/+5
* Apply code review commentsIvo Stoilov (GitHub)2017-02-061-141/+134
* Refactor ProtocolHandler test to use TestAsyncWaiterIvo Stoilov (GitHub)2017-02-061-101/+401
* Rename mock files to correct namingIvo Stoilov (GitHub)2017-01-251-1/+1
* Update all header-guards in projectIvo Stoilov (GitHub)2017-01-251-3/+3
* Move interface classes to correct directoryIvo Stoilov (GitHub)2017-01-251-57/+0
* Refactor CMake filesIvo Stoilov (GitHub)2017-01-121-14/+6
* Revert "Fix/cmake files refactoring"revert-1144-fix/cmake_files_refactoringAlexander Kutsan (GitHub)2017-01-051-6/+14
* Refactor CMake filesIvo Stoilov (GitHub)2016-12-301-14/+6
* Format all code in projectKozoriz2016-04-267-269/+626
* Fix tests in resumption, policy and protocol_handlerKozoriz2016-04-151-1/+5
* Change magic numbers to const vars and rename some varsiAndrew52016-04-053-31/+33
* Change other unit-tests according new code changesiAndrew52016-04-044-283/+378
* Complete covering of Protocol handleriAndrew52016-04-042-461/+988
* ProtocolHandler test correctivesKozoriz2016-03-313-138/+7
* TimeTester refatctoring.Kozoriz2016-03-102-1/+55
* Remove singleton from ProtocolHandlerKozoriz2016-03-046-319/+174
* hotfix/Fix_UT_for_Protocol_handler_in_geniviHerasym Oleh2015-12-021-5/+5
* Implement Multiframe assembling by MessageIDElisey Zamakhov2015-11-064-3/+531
* Merge branch 'release/4.0.0' into developiAndrew52015-10-291-5/+5
|\
| * Moved, Enabled and partially refactored Unit testsiAndrew52015-10-209-57/+860
| * Disabled some tests in CmakeLists to enable compilation with TESTSiAndrew52015-10-191-1/+1
* | Added, refactored UT for protocol_handleriAndrew52015-10-289-51/+854
* | Disabled some tests in CmakeLists to enable compilation with TESTSiAndrew52015-10-281-1/+1
* | Merge pull request #198 from LuxoftSDL/DeleteCommand_WARNINGAGaliuzov2015-08-282-7/+7
|/
* Post review changes.Artem Nosach2015-06-231-4/+13
* Update malformed message occurence counting for stream with mix ofElisey Zamakhov2015-03-181-6/+38
* Add malformed messages filtering disableElisey Zamakhov2015-03-181-5/+49
* 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
* Update MalformedPacket_AdditionalByte testElisey Zamakhov2015-03-181-2/+77
* Improve incoming_data_handler speedElisey Zamakhov2015-03-182-11/+75