summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLTCPTransport.m
Commit message (Expand)AuthorAgeFilesLines
* Removed dealloc commentsNicoleYarroch2020-06-151-4/+0
* Added docs and fixed assertsNicoleYarroch2020-05-291-8/+12
* Refactored how transports are closed & fixed testsNicoleYarroch2020-05-281-7/+7
* Added a semaphore the TCP loopNicoleYarroch2020-05-281-18/+49
* Refactored session shutdown codeNicoleYarroch2020-05-281-10/+4
* Fixed documentationNicoleYarroch2020-05-191-1/+1
* Added docsNicoleYarroch2020-05-191-0/+2
* Fixed how thread is cancelledNicoleYarroch2020-05-181-8/+3
* Fixed where handler is savedNicoleYarroch2020-05-181-1/+2
* Reset handler after useNicoleYarroch2020-05-181-0/+1
* TCP reconnects when wifi disconnectedNicoleYarroch2020-05-121-6/+12
* Fix TCP transport code no longer running on the correct threadJoel Fischer2020-05-011-1/+1
* Use SDLTimer instead of NSTimerJoel Fischer2020-05-011-12/+11
* Added logs to TCPTransport start/stop funcsbugfix/issue_1551_video_end_service_not_sent_secondary_transportNicoleYarroch2020-04-011-0/+4
* Removed unnecessary shutdown codeNicoleYarroch2020-03-311-25/+0
* Refactored cancel timer methodNicoleYarroch2020-03-311-20/+23
* Streams now opened and closed on same threadNicoleYarroch2020-03-241-3/+18
* Cleaned up TCP transport classes and docsNicoleYarroch2020-02-211-6/+1
* Merge branch 'develop' into bugfix/issue_1551_video_end_service_not_sent_seco...NicoleYarroch2020-02-211-6/+6
|\
| * Fix many logsJoel Fischer2020-02-111-6/+6
* | Added background task and fixesNicoleYarroch2020-02-191-12/+12
* | TCP transport only stopped after video stopsNicoleYarroch2020-02-181-1/+3
|/
* Reflect review commentSho Amano2018-08-071-0/+10
* Reflect review commentsSho Amano2018-07-271-5/+2
* Reflect review commentsSho Amano2018-07-271-45/+44
* Reflect review commentsSho Amano2018-07-271-48/+42
* Add notification for TCP connection errorsSho Amano2018-07-031-4/+50
* Rewrite TCP transport using CFNetwork APISho Amano2018-07-031-115/+248
* Basic refactor of transport, protocol, proxy layersJoel Fischer2018-05-011-0/+10
* Fix implicit retains of selfbugs/issue_840_fix_implicit_retainsJoel Fischer2018-01-091-2/+4
* Merge branch 'develop' of https://github.com/smartdevicelink/sdl_ios into hot...Brandon2017-12-191-2/+2
|\
| * Enable and fix a host of warningsJoel Fischer2017-12-071-2/+2
* | Wrapping TCP transport connect logic inside of an operation queue. This allow...Brandon2017-12-071-14/+16
|/
* Logging bytes now only computes on verbose loggingfeature/issue_545_redesign_loggingJoel Fischer2017-03-281-11/+5
* SDLDebugTool logs are translated to new logsJoel Fischer2017-03-061-15/+15
* In progress SDLDebugTool log replacementsJoel Fischer2017-03-031-1/+1
* Comment out all `SDLDebugTool` callsJoel Fischer2017-03-031-12/+9
* Remove all old importsJoel Fischer2017-03-031-1/+1
* Removed dispose and destroy methods.Muller, Alexander (A.)2017-01-111-22/+9
* Added nullability annotations for transport classes.Muller, Alexander (A.)2017-01-041-0/+3
* Update to 4.3.0-beta.1Joel Fischer2016-08-121-4/+4
* Fix not handling the TCP disconnect casehotfix/issue_385Joel Fischer2016-07-061-7/+13
* Shift files into root directoryJoel Fischer2016-05-251-0/+175