summaryrefslogtreecommitdiff
path: root/src/components/transport_manager/src
Commit message (Expand)AuthorAgeFilesLines
* 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-298-115/+5
|\ \
| * | Remove Xevo copyrights from multiple transport implementationSho Amano2018-07-248-115/+5
* | | Fix build failures when ENABLE_LOG=OFFjacobkeeler2018-08-212-0/+3
* | | Merge branch 'develop' into feature/low_voltageJacob Keeler2018-08-211-4/+0
|\ \ \
| * | | Remove deprecated methods from projectfeature/remove_deprecated_functions_5_0jacobkeeler2018-08-171-4/+0
| |/ /
* | | Initial implementation of Low Voltage featureAndriy Byzhynar2018-08-211-0/+2
|/ /
* | style fixConlain Kelly2018-07-187-19/+16
* | Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-1813-38/+38
* | Add more comments in platform_specific_network_interface_listener.ccSho Amano2018-06-291-0/+25
* | Revert "Merge pull request #260 in NAR/sdl-core from bugfix/invalid_memory_ac...Sho Amano2018-06-281-3/+1
* | further review commentsfronneburg2018-06-272-4/+7
* | Merge pull request #290 in NAR/sdl-core from bugfix/handle_review to feature/...Sho Amano2018-06-271-3/+3
* | Use Pimple idiom for Network Interface ListenerAlexander2018-06-113-26/+172
* | 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-212-14/+31
* | 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-112-36/+59
* | 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-042-121/+403
* | 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-141-0/+17
* | Add notification of transport config update through TransportManagerSho Amano2018-03-146-6/+97
* | Add NetworkInterfaceListener classSho Amano2018-03-141-0/+654
|/
* 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-212-5/+7
* Fix bluetooth restore on startupJackLivio2018-02-201-5/+6
* 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-029-156/+709
|\
| * Fix style issues in projectfix/style_issues_developjacobkeeler2018-02-012-8/+8
| * Fix difference in device hash generationfeature/IAP_over_BTAndriy Byzhynar2018-01-221-2/+5
| * Remove redundant functionalityAndriy Byzhynar2018-01-222-5/+6
| * Add TODO comment in correct formatAndriy Byzhynar2018-01-191-2/+2
| * Replace pragma with header guardsAndriy Byzhynar2018-01-181-3/+4
| * Add wrappers for deprecated methodsAndriy Byzhynar2018-01-181-1/+1
| * Fixes thread races in transport manager unit testsAndrey Oleynik (GitHub)2018-01-181-5/+1
| * Adds error handlingAndrey Oleynik (GitHub)2018-01-181-3/+6
| * Fixes potential build warnings with macroAndrey Oleynik (GitHub)2018-01-181-0/+2
| * Fixes thread stopping in case no one connected to the pipeAndrey Oleynik (GitHub)2018-01-181-2/+11
| * Fixes coding styleAndrey Oleynik (GitHub)2018-01-183-27/+21
| * Adds comments, replaces pointer with reference and other minor changesAndrey Oleynik (GitHub)2018-01-181-10/+10
| * Changes implementation of iAP2 transport adapter emulationAndrey Oleynik (GitHub)2018-01-183-2/+110