summaryrefslogtreecommitdiffstats
path: root/remoting/jingle_glue
Commit message (Expand)AuthorAgeFilesLines
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in remoting/.dcheng@chromium.org2013-06-141-1/+1
* Remove XmppProxy and JavascriptSignalStrategy.sergeyu@chromium.org2013-06-133-220/+0
* Use a direct include of strings headers in remoting/.avi@chromium.org2013-06-116-6/+6
* Update remoting/ and jingle/ to use scoped_refptr<T>::get() rather than impli...rsleevi@chromium.org2013-06-012-5/+8
* Roll libjingle r313.ronghuawu@chromium.org2013-05-072-5/+5
* remoting: Use base::MessageLoop.xhwang@chromium.org2013-04-302-3/+3
* remoting: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-271-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-092-13/+14
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-092-14/+13
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-092-13/+14
* Linux/ChromeOS Chromium style checker cleanup, remoting/ edition.rsleevi@chromium.org2013-02-061-10/+10
* Make host/url references configurable.rmsousa@chromium.org2013-02-052-12/+28
* remoting: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-011-3/+3
* Delete some unused code found by -Wunused-functionthakis@chromium.org2012-10-011-8/+0
* Create stub jingle library for iOS.qsr@chromium.org2012-08-231-1/+2
* Clean-up inline members of nested classes (remoting/)hans@chromium.org2012-08-091-2/+2
* Fix destruction order in XmppSignalStrategy.sergeyu@chromium.org2012-08-021-0/+9
* Don't use MessageLoop and MessageLoopProxy in remoting/jingle_gluesergeyu@chromium.org2012-07-272-7/+9
* Always use chromium threads for IO in remoting hostsergeyu@chromium.org2012-07-2711-1597/+40
* Ingore ERR_ADDRESS_INVALID error returned from sendto().sergeyu@chromium.org2012-07-271-2/+8
* Revert 148418 - Always use chromium threads for IO in remoting hostsergeyu@chromium.org2012-07-2611-40/+1597
* Always use chromium threads for IO in remoting hostsergeyu@chromium.org2012-07-2511-1597/+40
* Implement ChromiumSocketFactory.sergeyu@chromium.org2012-07-233-0/+489
* Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socketrch@chromium.org2012-07-192-0/+12
* Enable HSTS for XMPP connection used by Chromotingsergeyu@chromium.org2012-07-162-2/+6
* Remove SSLHostInfo.agl@chromium.org2012-06-271-1/+1
* Fix SSLSocketAdapter to handle asynchronous writes appropriately.sergeyu@chromium.org2012-06-132-63/+142
* Update libjingle to 153.ronghuawu@chromium.org2012-06-132-3/+3
* fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...zhaoqin@chromium.org2012-06-082-5/+3
* Changes needed to roll libjingle r141 to chrome.sergeyu@chromium.org2012-05-221-2/+2
* Reland 137824 - was reverted by mistakesergeyu@chromium.org2012-05-221-18/+0
* This broke M20 build.dharani@chromium.org2012-05-221-0/+18
* Properly handle accounts that don't have GMail account.sergeyu@chromium.org2012-05-181-18/+0
* Verify that xmpp_login specified in the config matches auth token.sergeyu@chromium.org2012-05-128-4/+75
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-071-16/+7
* Roll libjingle 132:135sergeyu@chromium.org2012-04-261-0/+2
* Handle IQ responses asynchronously.sergeyu@chromium.org2012-04-204-5/+28
* Send keep-alive messages for XMPP connections.sergeyu@chromium.org2012-04-202-0/+20
* Use NSS for SSL encryption of XMPP connection on Windows.sergeyu@chromium.org2012-04-201-5/+1
* Objects that derive from RefCounted should not have public dtorsrsleevi@chromium.org2012-04-051-0/+2
* Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...rch@chromium.org2012-04-032-1/+7
* Fix some grammar in comments, error messages and documentation.gavinp@chromium.org2012-04-031-1/+1
* Make CertVerifier a pure virtual interface.rsleevi@chromium.org2012-03-211-2/+2
* Roll libjingle to r124. Removed overrides for the ws2 fixes.ronghuawu@chromium.org2012-03-151-1/+1
* Don't crash in ~HostNPScriptObject() when the object wasn't initialized.sergeyu@chromium.org2012-03-062-5/+7
* Convert uses of int ms to TimeDelta in jingle and remoting.tedvessenes@gmail.com2012-03-052-3/+3
* Include the headers from the libjingle overrides.ronghuawu@chromium.org2012-03-031-2/+2
* Fix check_deps broken in 124769sergeyu@chromium.org2012-03-021-1/+1
* Include override the new override headers in libjingle.sergeyu@chromium.org2012-03-021-2/+2
* Fix JingleSession to properly set initiator field in session.sergeyu@chromium.org2012-02-292-5/+14