summaryrefslogtreecommitdiff
path: root/src/components/transport_manager
Commit message (Expand)AuthorAgeFilesLines
* Style fixBSolonenko2018-03-261-3/+2
* 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
|\
| * 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
| * Extract common code to separate functionAndriy Byzhynar2018-01-181-56/+19
| * Replace pragma with header guardsAndriy Byzhynar2018-01-183-22/+22
| * 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-185-31/+25
| * Adds comments, replaces pointer with reference and other minor changesAndrey Oleynik (GitHub)2018-01-182-12/+23
| * Changes implementation of iAP2 transport adapter emulationAndrey Oleynik (GitHub)2018-01-185-3/+165
| * Adds null pointer checks, fixes typos and other minor changes.Andrey Oleynik (GitHub)2018-01-181-4/+2
| * Fixes coding styleAndrey Oleynik (GitHub)2018-01-185-37/+49
| * Updates mocks and unit tests after prior commitAndrey Oleynik (GitHub)2018-01-182-55/+168
| * Changes iAP2 Bluetooth to USB switching flowAndrey Oleynik (GitHub)2018-01-187-51/+203
| * Fixes multiconnection from the same adapter typeAndrey Oleynik (GitHub)2018-01-182-9/+18
| * Adds iAP2 BT/USB connection emulation over TCP transportAndrey Oleynik (GitHub)2018-01-186-2/+215
| * Fixes coding style issuesAndrey Oleynik (GitHub)2018-01-181-1/+1
| * Fixes sending 'transport_switch' signal back to adapter/deviceAndrey Oleynik (GitHub)2018-01-182-6/+8
| * Reverts missing code after rebaseAndrey Oleynik (GitHub)2018-01-181-0/+11
| * Renames interfaces for consistencyAndrey Oleynik (GitHub)2018-01-182-2/+2
| * Fixes build w/o unit tests enabledAndrey Oleynik (GitHub)2018-01-181-1/+9
| * Removes odd interface, updates TM unit testsAndrey Oleynik (GitHub)2018-01-189-96/+165
| * Adds descriptions, removes unused codeAndrey Oleynik (GitHub)2018-01-187-13/+46
| * Moves new unit tests for transport switchingAndrey Oleynik (GitHub)2018-01-183-84/+203
| * Updates unit tests after switching logic implementationAndrey Oleynik (GitHub)2018-01-182-15/+22
| * Updates mocks and tests, makes code buildable with tests enabledAndrey Oleynik (GitHub)2018-01-183-172/+102
| * Adds main logic and related bugfixes for transport switchingAndrey Oleynik (GitHub)2018-01-187-203/+473
| * add the TRANSPORT_USB_BUFFER_MAX_SIZE Macro commentBrandonHe2017-11-211-1/+2
| * change usb buffer size for optimize sdl transportwangxh772017-11-212-2/+14
* | Dynamically link libusb-1.0JackLivio2018-01-205-8/+5
|/
* 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
* | Not related to RC changesAlexander Kutsan2017-08-161-4/+4
|/
* Merge branch 'develop'jacobkeeler2017-06-2159-875/+776
|\
| * Fix build issues with TransportManager UTIvo Stoilov (GitHub)2017-02-071-4/+1