summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/libjingle_transport_factory.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix LibjingleTransportFactory to refresh STUN/Relay.sergeyu@chromium.org2013-12-161-31/+112
* Revert 240926 "Fix LibjingleTransportFactory to refresh STUN/Relay."sergeyu@chromium.org2013-12-161-112/+31
* Fix LibjingleTransportFactory to refresh STUN/Relay.sergeyu@chromium.org2013-12-161-31/+112
* Cleanup LibjingleTransportFactorysergeyu@chromium.org2013-12-121-58/+14
* Enable IPv6 in chromotingsergeyu@chromium.org2013-09-191-1/+2
* Use a direct include of time headers in ppapi/, printing/, remoting/.avi@chromium.org2013-06-281-1/+1
* Add static Create method to LibjingleTransportFactorysolb@chromium.org2013-06-211-1/+24
* Add timeout for when P2P connection failures.sergeyu@chromium.org2013-06-211-6/+50
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in remoting/.dcheng@chromium.org2013-06-141-2/+2
* Restart ICE when a P2P channel in chromoting connection becomes non-writable.sergeyu@chromium.org2013-05-021-1/+13
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Reland r185114 "Roll libjingle r281:r286"hclam@google.com2013-02-281-2/+1
* Revert 185114mpearson@chromium.org2013-02-281-1/+2
* Roll libjingle r281:r286hclam@google.com2013-02-281-2/+1
* 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