summaryrefslogtreecommitdiffstats
path: root/jingle/notifier/communicator
Commit message (Expand)AuthorAgeFilesLines
* Changed the jingle network code in ChromeAsyncSocket to use the client socket...sanjeevr@chromium.org2011-04-157-50/+58
* Move some files from base to base/memory.levin@chromium.org2011-03-283-5/+5
* [Sync] Delete ServerNotifierThread and refactor InvalidationNotifierakalin@chromium.org2011-03-241-0/+4
* [Jingle] Refactored some notifier-related structs/classesakalin@chromium.org2011-03-2211-273/+54
* Modified the jingle library to be able to able to update the auth token after...sanjeevr@chromium.org2011-03-172-0/+7
* Added support for other authentication mechanisms in jingle. This will allow ...sanjeevr@chromium.org2011-03-097-18/+41
* Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enablingadamk@chromium.org2011-03-042-4/+4
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* Fix nits. Add 'const'.wtc@google.com2011-01-041-2/+2
* The MediatorThread worker thread needs to have a CertVerifierwtc@google.com2010-12-175-6/+22
* [Sync] Make sync integration tests use local xmpp servers.akalin@chromium.org2010-11-272-2/+3
* Workaround for VS 2005 bug with inheritance from nested classes.caseq@google.com2010-11-031-1/+5
* [Sync] Removed more uses of libjingle's sigslotakalin@chromium.org2010-11-024-45/+54
* [Sync] Added unittests for XmppConnectionGenerator.akalin@chromium.org2010-10-273-21/+121
* [Sync] Removed use of libjingle's sigslot in XmppConnectionGeneratorakalin@chromium.org2010-10-264-48/+46
* Convert LOG(INFO) to VLOG(1) - jingle/.pkasting@chromium.org2010-10-203-33/+26
* Revert 62699 - [Sync] Added some switches for testing/debugging.rsimha@chromium.org2010-10-199-12/+41
* [Sync] Added some switches for testing/debugging.akalin@chromium.org2010-10-159-41/+12
* Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-042-2/+12
* Stop refcounting HostResolver.willchan@chromium.org2010-10-012-2/+2
* Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."erg@google.com2010-10-012-12/+2
* FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-012-2/+12
* Refactored handling of XmppClient.akalin@chromium.org2010-09-1613-684/+111
* Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...eroman@chromium.org2010-09-151-2/+1
* Removed use of XmppSocketAdapter by sync.akalin@chromium.org2010-09-1011-1306/+23
* Revert r59012 which started using Chrome sockets for sync.willchan@chromium.org2010-09-1011-23/+1306
* Removed use of XmppSocketAdapter by sync.akalin@chromium.org2010-09-0911-1306/+23
* Fix ClientSocketHandle reuse_type(). Correctly track socket use.willchan@chromium.org2010-09-022-1/+17
* FBTF: Move more ctors/dtors from headers to implementation.erg@google.com2010-09-012-0/+8
* Added XmppClientSocketFactory for use with ChromeAsyncSocketakalin@chromium.org2010-09-011-1/+6
* Gather preconnection use vs waste statisticsjar@chromium.org2010-08-252-0/+10
* Use SSL/TCP port for notifications in sync tests.rsimha@chromium.org2010-08-109-6/+38
* Skip unresolved hosts for sync notifications instead of having libjingle reso...akalin@chromium.org2010-08-061-0/+7
* Rewrote handing of auto-reconnection and network changes for sync notifier.akalin@chromium.org2010-07-279-492/+93
* Net: Get rid of ProxyServer::host_and_port() and friends.thestig@chromium.org2010-07-222-6/+6
* Added switch to use ChromeAsyncSocket for sync.akalin@chromium.org2010-07-164-21/+61
* Fixed bug where sync notifications don't work for non-gmail accounts.akalin@chromium.org2010-07-141-1/+34
* Fixed events handling in XmppSocketAdapter. Removed unnecessary warnings.sergeyu@chromium.org2010-07-012-118/+92
* Move chrome/common/net/notifier to jingle/notifier so that it can be used by ...ajwong@chromium.org2010-06-3026-0/+3411