summaryrefslogtreecommitdiff
path: root/src/components/transport_manager/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1793 from smartdevicelink/pr/1674JackLivio2017-09-281-17/+11
|\
| * Style & remove unused codeJackLivio2017-09-281-14/+2
| * Fix PR issues.David Switzer2017-07-201-1/+0
| * Fix for sending wrong app handle to RemoveFinalizedConnection() due to erase ...David Switzer2017-07-201-6/+13
* | fix core cannot find app via bt.panliang012017-09-121-0/+1
|/
* Merge branch 'develop'jacobkeeler2017-06-2112-138/+275
|\
| * Change policies path and fix params method usageAlex Kutsan2017-01-181-1/+0
| |\
| | * Fixed double calling of UpdateDeviceListKozoriz2016-12-071-1/+0
| * | Refactor TcpSocketConnection related classesdcherniev2017-01-103-77/+115
| * | Fix SegFault problem of UTdcherniev2017-01-109-57/+107
| * | Create mock for LastState classdcherniev2017-01-102-6/+7
| * | Fix eraseDereference cppcheck errorsLitvinenkoIra2016-12-291-10/+17
| |/
| * Revert "Merge pull request #1067 from dcherniev/fix/Fix_UT_failure"dcherniev2016-12-024-9/+4
| * Fix issue of TransportManager UTdcherniev2016-11-294-4/+9
| * Merge commit '5bf2c5500309d36b60987e74bdd4ed1610ecffde' into release/4.2.0Alexander Kutsan2016-10-151-3/+2
| |\
| | * Remove log-specific variables for ENABLE_LOG = 0Brad Pankow2016-08-111-3/+2
| * | Fix coding styleLevchenko2016-08-052-10/+11
| * | AppLaunch TM and CH implementationAGaliuzov2016-08-032-0/+42
| |/
* | Fix style issuesJacob Keeler2016-09-212-11/+17
* | Merge branch 'master'Jacob Keeler2016-09-2025-1523/+1630
|\ \ | |/
| * Fix_core_dump_due_to_connection_been_created_twiceVProdanov2016-07-192-2/+1
| * Format not formated filesAlexander2016-04-292-28/+33
| * hotfix/SDL does not release memory after app unregisteringVladislav Antonov2016-04-272-28/+52
| * Format all code in projectKozoriz2016-04-2618-680/+915
| * Code style format with clang-formatKozoriz2016-04-256-347/+497
| * TransportManager update after removing all singletonsKozoriz2016-04-256-47/+60
| * Changes after reviewKozoriz2016-03-311-15/+17
| * TransportManager correctives after singletons removingKozoriz2016-03-316-45/+51
| * TimeTester refatctoring.Kozoriz2016-03-103-32/+32
| * Review correctives and buildability correctives.Kozoriz2016-03-071-4/+4
| * Correctives in transportManagerKozoriz2016-03-041-16/+14
| * INtegration of new Timer to TransportManagerAndriy Kozoriz2016-02-171-15/+21
| * Delete part of SDL code that uses AVAHIHerasym Oleh2016-01-272-386/+0
| * Merge branch 'master' into developagaliuzov2016-05-021-0/+1
| |\
| * \ Merge branch 'master' into developagaliuzov2016-04-231-11/+25
| |\ \
| * | | Removed redundant commaElisey Zamakhov2015-12-181-1/+0
| * | | Fixed wrong logger name for TransportManagerElisey Zamakhov2015-12-187-7/+9
| * | | Added UT for transport manager & partially refactorediAndrew52015-10-281-31/+31
| * | | Add MultiFrame assembling verification with DCHECKsElisey Zamakhov2015-10-261-2/+2
| * | | Add proper logger naming for TM classesAleksandr Galiuzov2015-10-077-7/+7
| * | | Add auto lock before devices map accessArtem Nosach2015-10-051-2/+3
| * | | Replace legacy _EXT/INFO macroses in sourceElisey Zamakhov2015-08-311-1/+1
| * | | Merge remote-tracking branch 'origin/release/4.0.0' into developAlexandr Galiuzov2015-08-311-4/+4
| |\ \ \
| * \ \ \ Merge branch 'release/4.0.0' into developAlexandr Galiuzov2015-07-171-1/+1
| |\ \ \ \
| * | | | | Change DeviceInfo structure and extend TransportTypeAleksandr Galiuzov2015-07-021-3/+3
| * | | | | Merge branch 'release/4.0.0' into developAlexandr Galiuzov2015-06-195-10/+15
| |\ \ \ \ \
| * | | | | | Add TMIpl::device_list_ synchronizationElisey Zamakhov2015-03-241-1/+7
| * | | | | | Add TMIpl::device_to_adapter_map_ synchronizationElisey Zamakhov2015-03-241-4/+11
| * | | | | | Add TMIpl::connections_ synchronizationElisey Zamakhov2015-03-241-27/+68
* | | | | | | Check return values for tcp socket functions (CIDs 79989, 79990, 79991)Brad Pankow2016-07-281-10/+30