summaryrefslogtreecommitdiff
path: root/src/components/transport_manager
Commit message (Expand)AuthorAgeFilesLines
* Coverity Fixes for 5.0.0 (#2638)JackLivio2018-10-031-3/+4
* Fix uninitialized membersfix/coverity_fixes_5.0.0jacobkeeler2018-09-281-1/+1
* Fix uninitialized field errorsjacobkeeler2018-09-271-1/+6
* Add override for IAP emulated transportfix/emulated_iap_transport_overrideJackLivio2018-09-172-0/+28
* Merge pull request #2178 from XevoInc/bugfix/invalid_memory_accessesJacob Keeler2018-08-301-1/+3
|\
| * fix: invalid memory access in BluetoothDevice log messageSho Amano2018-07-061-1/+3
* | Merge pull request #2414 from XevoInc/fix/xevo_copyrightsJackLivio2018-08-2922-367/+12
|\ \
| * | Remove Xevo copyrights from multiple transport implementationSho Amano2018-07-2422-367/+12
* | | Merge pull request #2278 from smartdevicelink/feature/boost_datetime_implemen...Jacob Keeler2018-08-281-2/+2
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/develop' into feature/boost_datetime_imp...jacobkeeler2018-08-223-12/+8
| |\ \ \
| * \ \ \ Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into fe...Conlain Kelly2018-08-1044-251/+3510
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | remove struct timeval and use boost time_duration insteadConlain Kelly2018-06-181-2/+2
| | |_|/ | |/| |
* | | | Fix build failures when ENABLE_LOG=OFFjacobkeeler2018-08-212-0/+3
| |_|/ |/| |
* | | Merge branch 'develop' into feature/low_voltageJacob Keeler2018-08-212-12/+6
|\ \ \
| * | | Remove deprecated methods from projectfeature/remove_deprecated_functions_5_0jacobkeeler2018-08-172-12/+6
| | |/ | |/|
* | | Initial implementation of Low Voltage featureAndriy Byzhynar2018-08-211-0/+2
|/ /
* | Merge branch 'develop' into feature/STL_sharedptr_implementation_round2Conlain Kelly2018-07-181-2/+2
|\ \
| * \ Merge branch 'develop' into feature/use_STL_atomicsfeature/use_STL_atomicsJacob Keeler2018-07-1730-138/+3402
| |\ \
| * | | Remove custom atomic in favor of std::atomic typesConlain Kelly2018-06-251-2/+2
| | |/ | |/|
* | | style fixConlain Kelly2018-07-1814-35/+29
* | | Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-1823-107/+108
| |/ |/|
* | Add more comments in platform_specific_network_interface_listener.ccSho Amano2018-06-291-0/+25
* | Improve CMakeLists for tcp transportSho Amano2018-06-292-55/+53
* | Revert "Merge pull request #260 in NAR/sdl-core from bugfix/invalid_memory_ac...Sho Amano2018-06-281-3/+1
* | further review commentsfronneburg2018-06-276-56/+52
* | Merge pull request #290 in NAR/sdl-core from bugfix/handle_review to feature/...Sho Amano2018-06-275-45/+45
* | Use Pimple idiom for Network Interface ListenerAlexander2018-06-1110-702/+1166
* | Merge pull request #271 in NAR/sdl-core from fix/getifaddr_null_addr to featu...Frank Ronneburg2018-05-261-0/+3
* | Merge pull request #266 in NAR/sdl-core from bugfix/tcp_interface_event_build...Sho Amano2018-05-216-14/+50
* | Merge pull request #260 in NAR/sdl-core from bugfix/invalid_memory_accesses t...Sho Amano2018-05-161-1/+3
* | alignment and style checkfronneburg2018-04-191-2/+2
* | Merge pull request #241 in NAR/sdl-core from feat/transport_unit_tests to fea...Frank Ronneburg2018-04-1112-180/+1534
* | Merge pull request #236 in NAR/sdl-core from fix/build_errors_in_tests to fea...Frank Ronneburg2018-04-114-1/+27
* | Merge pull request #243 in NAR/sdl-core from fix/remove_device_id_from_protoc...Frank Ronneburg2018-04-111-7/+4
* | Merge pull request #229 in NAR/sdl-core from feat/disable_resumption_before_s...Frank Ronneburg2018-04-041-1/+7
* | Merge pull request #231 in NAR/sdl-core from feat/config_for_secondary_transp...Frank Ronneburg2018-04-041-4/+7
* | Merge pull request #225 in NAR/sdl-core from feat/network_name_and_notify_hmi...Sho Amano2018-04-043-122/+428
* | Merge branch 'develop' of https://github.com/XevoInc/sdl_core into feat/mt_tr...fronneburg2018-03-281-3/+2
|\ \ | |/
| * Style fixBSolonenko2018-03-261-3/+2
* | Merge pull request #221 in NAR/sdl-core from task/secondary_session_startup t...Frank Ronneburg2018-03-271-1/+1
* | Enable NetworkInterfaceListenerSho Amano2018-03-142-0/+19
* | Add notification of transport config update through TransportManagerSho Amano2018-03-1412-12/+194
* | Add NetworkInterfaceListener classSho Amano2018-03-142-0/+849
|/
* Erase connection from mapJackLivio2018-02-281-0/+1
* Warning only on failed restorehotfix/bluetooth_restore_on_startJackLivio2018-02-211-1/+0
* Fix unit test failureJackLivio2018-02-213-6/+39
* Fix bluetooth restore on startupJackLivio2018-02-202-10/+12
* Run Style ScriptJackLivio2018-02-141-3/+3
* Coverity FixesJackLivio2018-02-141-1/+12
* Merge branch 'develop' into hotfix/dynamically_link_librarieshotfix/dynamically_link_librariesJackLivio2018-02-0222-496/+1599
|\