summaryrefslogtreecommitdiffstats
path: root/remoting/jingle_glue
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement timeouts for IQ requests.sergeyu@chromium.org2012-02-265-37/+159
* Revert 123635 - Implement timeouts for IQ requests.jamesr@chromium.org2012-02-255-154/+37
* Implement timeouts for IQ requests.sergeyu@chromium.org2012-02-255-37/+154
* Use scoped_ptr to pass ownership in SignalStrategy.sergeyu@chromium.org2012-02-2312-70/+77
* Switch host to the new signaling code.sergeyu@chromium.org2012-02-222-175/+0
* Dump Xmpp connection error code to the log to facilitate debugging.alexeypa@chromium.org2012-02-181-0/+6
* Provided a way to update auth info for XmppSignalStrategy.sanjeevr@chromium.org2012-01-212-1/+32
* This change updates the libjingle logging so that it writes to chromiums VLOG...hellner@google.com2012-01-171-2/+1
* Return correct result from XmppSignalStrategy::HandleStanza().sergeyu@chromium.org2012-01-111-1/+1
* Implement SignalingConnector that reconnects XMPP when necessary.sergeyu@chromium.org2012-01-072-22/+14
* Move ChromotingHost initialization to the network thread.sergeyu@chromium.org2012-01-072-3/+17
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* base::Bind: Remove Task.jhawkins@chromium.org2012-01-051-14/+24
* Refactor SignalStrategy so that it can be reused for multiple connections.sergeyu@chromium.org2012-01-0313-112/+169
* Called Stop in d'tor of of JingleThread.sanjeevr@chromium.org2011-12-301-1/+8