summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/libjingle_transport_factory.cc
Commit message (Expand)AuthorAgeFilesLines
* Update JingleThreadWrapper to allow it to be created using task runner.sergeyu@chromium.org2012-08-141-2/+2
* Always use chromium threads for IO in remoting hostsergeyu@chromium.org2012-07-271-2/+5
* Disable TCP ports in the default LibjingleTransportFactory() constructor.sergeyu@chromium.org2012-07-261-0/+5
* Revert 148418 - Always use chromium threads for IO in remoting hostsergeyu@chromium.org2012-07-261-5/+2
* Always use chromium threads for IO in remoting hostsergeyu@chromium.org2012-07-251-2/+5
* Fix incorrect ready state events.sergeyu@chromium.org2012-07-241-1/+1
* Show connection state in the Chromoting client UI.sergeyu@chromium.org2012-07-231-0/+8
* Rolling libjingle to 159.ronghuawu@chromium.org2012-07-141-1/+1
* Don't depend on MessageLoopProxy in remoting protocol code.sergeyu@chromium.org2012-05-241-9/+9
* Changes needed to roll libjingle r141 to chrome.sergeyu@chromium.org2012-05-221-2/+10
* Implement HostPortAllocator.sergeyu@chromium.org2012-05-011-5/+1
* Pass TransportConfig to TransportFactory instead of Transport.sergeyu@chromium.org2012-04-301-5/+24
* Move PortAllocator creation out of LibjingleTransportFactory.sergeyu@chromium.org2012-04-301-48/+30
* Roll libjingle 132:135sergeyu@chromium.org2012-04-261-5/+6
* Implement write-waits-for-send mode for PseudoTCP and enable it on the host s...sergeyu@chromium.org2012-04-061-1/+7
* Roll libjingle to r126.ronghuawu@chromium.org2012-03-201-2/+3
* Set incoming_only flag on the host side when NAT traversal is disabled.sergeyu@chromium.org2012-03-021-1/+3
* Delete Session and SessionManager object synchronously.sergeyu@chromium.org2012-02-241-2/+33
* Implement support for route change notifications in the Transport interface.sergeyu@chromium.org2012-02-211-0/+37
* Libjingle-based TransportFactory implementation.sergeyu@chromium.org2012-02-211-0/+276