summaryrefslogtreecommitdiffstats
path: root/jingle
Commit message (Expand)AuthorAgeFilesLines
* Merge 153338 - Fixing a crash when cancelling the same PacRequest twice.alexeypa@google.com2012-09-051-1/+3
* Give MockRead and MockWrite distinct types.yutak@chromium.org2012-07-271-5/+4
* Enable cert pinning for XMPP connection made by XmppClientSocketFactory.sergeyu@chromium.org2012-07-251-0/+3
* Move TaskPump class from jingle/notifier/base to jingle/gluesergeyu@chromium.org2012-07-2411-42/+47
* Move ChromeAsyncSocket to jingle/gluesergeyu@chromium.org2012-07-2414-80/+80
* Enforce all the source files to be encoded in UTF-8.maruel@chromium.org2012-07-191-3/+3
* Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socketrch@chromium.org2012-07-197-0/+35
* Rolling libjingle to 159.ronghuawu@chromium.org2012-07-141-2/+2
* Remove #pragma once from jingleajwong@chromium.org2012-07-117-10/+3
* [Sync] Make Login class listen to connection and DNS changesakalin@chromium.org2012-06-282-6/+36
* Remove SSLHostInfo.agl@chromium.org2012-06-273-3/+2
* Revert 144382 - [Sync] Make Login class listen to connection and DNS changesnkostylev@chromium.org2012-06-272-37/+6
* [Sync] Make Login class listen to connection and DNS changesakalin@chromium.org2012-06-272-6/+37
* Use base::ThreadChecker as a member var, rather than base::NonThreadSafersleevi@chromium.org2012-06-254-25/+25
* [Sync] Propagate XMPP auth errors to SyncNotifierObserversakalin@chromium.org2012-06-1816-86/+218
* Replace GetIOMessageLoopProxy() with GetNetworkTaskRunner() in UrlRequestCont...sergeyu@chromium.org2012-06-162-3/+3
* Update libjingle to 153.ronghuawu@chromium.org2012-06-132-2/+5
* RefCounted types should not have public destructors - sync and jinglersleevi@chromium.org2012-06-118-28/+29
* fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...zhaoqin@chromium.org2012-06-087-12/+12
* Replace the CapturingNetLog in Jingle tests with a NULLmmenke@chromium.org2012-06-071-5/+2
* Currently when talk_base::Thread exists, Clear(NULL) is called from its destr...mallinath@chromium.org2012-06-011-0/+1
* [Sync] Make InvalidationNotifier use PushClientakalin@chromium.org2012-05-304-2/+23
* [Sync] Turn notifier::PushClient into an interfaceakalin@chromium.org2012-05-2318-442/+1126
* [net] Switch TestURLRequestContext and other tests to use MockCachingHostReso...szym@chromium.org2012-05-232-26/+25
* Changes needed to roll libjingle r141 to chrome.sergeyu@chromium.org2012-05-227-14/+26
* Revert 138216 - [Sync] Turn notifier::PushClient into an interfaceakalin@chromium.org2012-05-2218-1141/+442
* [Sync] Turn notifier::PushClient into an interfaceakalin@chromium.org2012-05-2218-442/+1141
* [Sync] Replace TalkMediator*/MediatorThread* with PushClientakalin@chromium.org2012-05-1716-1197/+530
* [Sync] Clean up XMPP connection codeakalin@chromium.org2012-05-1524-819/+785
* [Sync] Make ChromeAsyncSocket use only the hostname on connectakalin@chromium.org2012-05-116-66/+79
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-072-10/+8
* RefCounted types should not have public destructors, sql/ and jingle/ editionrsleevi@chromium.org2012-04-282-3/+7
* Don't make checkdeps ignore includes to directories that are brought in via d...jam@chromium.org2012-04-271-0/+1
* Roll libjingle 132:135sergeyu@chromium.org2012-04-265-13/+15
* Modify the base::JSONReader interface to take a set of options rather than a ...rsesek@chromium.org2012-04-111-1/+2
* Implement a MockCertVerifier that can be used to avoidrsleevi@chromium.org2012-04-101-2/+2
* Implement write-waits-for-send mode for PseudoTCP and enable it on the host s...sergeyu@chromium.org2012-04-063-1/+124
* Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...rch@chromium.org2012-04-037-4/+24
* Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt...wez@chromium.org2012-03-281-1/+1
* Make CertVerifier a pure virtual interface.rsleevi@chromium.org2012-03-211-3/+4
* Change Origin bound certs -> Domain bound certs.mattm@chromium.org2012-03-202-6/+6
* JSONWriter cleanup: integrate pretty print into write options.ericdingle@chromium.org2012-03-161-1/+1
* Roll libjingle to r124. Removed overrides for the ws2 fixes.ronghuawu@chromium.org2012-03-152-4/+5
* Include the headers from the libjingle overrides.ronghuawu@chromium.org2012-03-061-2/+2
* Convert uses of int ms to TimeDelta in jingle and remoting.tedvessenes@gmail.com2012-03-052-7/+9
* Move TestURLRequestContextGetter to url_request_test_util.{h,cc}akalin@chromium.org2012-03-023-84/+33
* Convert the XXX_sync builders to using directly sync_integration_tests.maruel@chromium.org2012-03-021-2/+6
* * Remove the dependency to ws2_32.dll from talk_base::ThreadManager and talk_...ronghuawu@chromium.org2012-03-012-2/+3
* Delete Session and SessionManager object synchronously.sergeyu@chromium.org2012-02-241-12/+25
* Change MockRead and MockWrite (et. al.) to take an IoMode enum, insteadrch@chromium.org2012-02-232-51/+51