summaryrefslogtreecommitdiff
path: root/src/components/connection_handler
Commit message (Expand)AuthorAgeFilesLines
* Code style format with clang-formatKozoriz2016-04-251-8/+18
* Correctives after reviewKozoriz2016-04-251-1/+1
* Change magic numbers to const vars and rename some varsiAndrew52016-04-051-9/+12
* Change other unit-tests according new code changesiAndrew52016-04-043-263/+315
* Changes after reviewKozoriz2016-03-311-29/+30
* ConnectionHandler test correctivesKozoriz2016-03-312-12/+14
* Merge pull request #440 from Kozoriz/hotfix/Fix_impl_and_tests_of_connection_...AGaliuzov2016-03-283-12/+44
|\
| * Changes after reviewKozoriz2016-03-283-16/+15
| * Connection handler tests fixKozoriz2016-03-283-5/+38
* | Merge remote-tracking branch 'upstream/master' into developagaliuzov2016-03-242-28/+39
|\ \ | |/ |/|
| * Fixes issue with SDL data resetting during MASTER_RESETAndrey Oleynik2016-03-112-12/+14
* | TimeTester refatctoring.Kozoriz2016-03-102-2/+2
* | Review correctives and buildability correctives.Kozoriz2016-03-071-6/+6
* | Remove ConnectionHandler singletonKozoriz2016-03-0410-324/+290
* | Fix dead locks if user register 30 and more applicationsdtrunov2016-02-033-28/+33
* | Complete unit tests for connection handlerVeronica Veremjova2016-01-192-11/+308
* | Add Mock::AsyncVerifyAndClearExpectations in failed tests.Herasym Oleh2016-01-142-34/+40
* | Merge pull request #310 from LuxoftSDL/hotfix/Fix_UnitTests_in_connection_han...AGaliuzov2015-12-312-8/+10
|\ \
| * | Update of include directives in connecton_handler testsKozoriz2015-12-282-8/+10
* | | Merge pull request #306 from LuxoftSDL/hotfix/SDL_can_not_be_stopped_with_Ctrl+cAGaliuzov2015-12-311-8/+2
|\ \ \ | |/ / |/| |
| * | Fix excess spacesAnton Hrytsevich2015-12-281-1/+1
| * | Send End Session in most casesAnton Hrytsevich2015-12-251-26/+24
| * | Delete copy past code, commited by mistakeAnton Hrytsevich2015-12-251-6/+0
| * | Fir indents to L815, L816 after reviewAnton Hrytsevich2015-12-251-2/+2
| * | Make if statment more wide after reviewAnton Hrytsevich2015-12-251-16/+18
| * | Make function handler checking for prevent main thread crashAnton Hrytsevich2015-12-231-1/+1
* | | Merge pull request #300 from LuxoftSDL/hotfix/Logging_by_ComponentArtem Nosach2015-12-253-7/+12
|\ \ \
| * | | Fixed possible problem with logger namespace and logger nameElisey Zamakhov2015-12-181-0/+1
| * | | Fixed wrong logger name for ProtocolHandlerElisey Zamakhov2015-12-183-7/+11
| |/ /
* | | hottfix/Fix_UT_for_ConnectionHandler_in_GeniviHerasym Oleh2015-12-155-36/+43
|/ /
* | Unit tests for connection handlerVeronica Veremjova2015-11-193-206/+172
* | Merge branch 'release/4.0.0' into developiAndrew52015-10-297-349/+739
|\ \ | |/
| * Moved, Enabled and partially refactored Unit testsiAndrew52015-10-207-350/+740
| * Disabled some tests in CmakeLists to enable compilation with TESTSiAndrew52015-10-191-2/+2
* | Disabled some tests in CmakeLists to enable compilation with TESTSiAndrew52015-10-281-2/+2
* | Merge pull request #228 from LuxoftSDL/hotfix/anosach-bugfixAGaliuzov2015-10-056-51/+46
|\ \
| * | Remove default parameters from GetDataOnSessionKey() methodArtem Nosach2015-10-043-7/+7
| * | Check for session existing when retreiving data by session keyArtem Nosach2015-10-041-35/+25
| * | Make Connection::connection_device_handle() method constArtem Nosach2015-10-042-2/+2
| * | Move GetDataOnSessionKey() method to connection handler interfaceArtem Nosach2015-10-042-13/+18
* | | Implement getting additional counters for handshakeAlexandr Galiuzov2015-10-043-0/+16
|/ /
* | Replace legacy _EXT/INFO macroses in sourceElisey Zamakhov2015-08-311-4/+4
* | Merge remote-tracking branch 'origin/release/4.0.0' into developAlexandr Galiuzov2015-08-312-3/+6
|\ \ | |/
| * Update HeartBeat timeoutOleg Krotenko2015-07-281-1/+2
| * Update after reviewOleg Krotenko2015-07-282-2/+3
| * Fixing of core dumps when executing IGNITION_OFF. Update after review. APPLIN...Oleg Krotenko2015-07-282-2/+1
| * Fixing of core dumps when executing IGNITION_OFF. APPLINK-11950Oleg Krotenko2015-07-282-2/+4
* | Merge pull request #180 from LuxoftSDL/hotfix/SDL_does_not_apply_HeartBeat_ti...AGaliuzov2015-08-287-41/+48
|\ \
| * | fixed comment after reviewdtrunov2015-08-037-25/+23
| * | Reworked heartbeat timeout on millisecondsdtrunov2015-08-036-31/+40