summaryrefslogtreecommitdiffstats
path: root/jingle/notifier
Commit message (Expand)AuthorAgeFilesLines
* Added support for the new Google push notifications.sanjeevr@chromium.org2010-09-2510-8/+555
* Removed TalkMediator SSL initialization.akalin@chromium.org2010-09-163-68/+4
* Fixed notifier_unit_tests failures.akalin@chromium.org2010-09-161-1/+13
* Refactored handling of XmppClient.akalin@chromium.org2010-09-1624-855/+822
* Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...eroman@chromium.org2010-09-151-2/+1
* Fixed test broken in Release build.akalin@chromium.org2010-09-131-1/+5
* Removed use of XmppSocketAdapter by sync.akalin@chromium.org2010-09-1018-1547/+26
* Revert r59012 which started using Chrome sockets for sync.willchan@chromium.org2010-09-1018-26/+1547
* Removed use of XmppSocketAdapter by sync.akalin@chromium.org2010-09-0918-1547/+26
* Adding the sync-notification-host command line parameter to the integration t...rsimha@chromium.org2010-09-086-27/+201
* Revert 58768 - Adding the sync-notification-host command line parameter to th...rsimha@chromium.org2010-09-076-201/+27
* Adding the sync-notification-host command line parameter to the integration t...rsimha@chromium.org2010-09-076-27/+201
* Fix ClientSocketHandle reuse_type(). Correctly track socket use.willchan@chromium.org2010-09-025-2/+23
* Fixed crash involving using NetAddress::Adopt() incorrectlyakalin@chromium.org2010-09-021-17/+13
* FBTF: Move more ctors/dtors from headers to implementation.erg@google.com2010-09-012-0/+8
* Style fix.akalin@chromium.org2010-09-011-12/+0
* Added XmppClientSocketFactory for use with ChromeAsyncSocketakalin@chromium.org2010-09-016-91/+177
* Added FakeSSLClentSocket for connecting to Google Talk on the SSL portakalin@chromium.org2010-09-013-0/+790
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-275-5/+1
* Gather preconnection use vs waste statisticsjar@chromium.org2010-08-252-0/+10
* In about:net-internals, each SOCKET created by a CONNECT_JOB holds a referenc...mmenke@chromium.org2010-08-251-2/+3
* Adds HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-241-1/+2
* Revert 56539 - Added HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-181-2/+1
* Added HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-181-1/+2
* GTTF: some more FRIEND_TEST_ALL_PREFIXESphajdan.jr@chromium.org2010-08-162-4/+4
* Use SSL/TCP port for notifications in sync tests.rsimha@chromium.org2010-08-1012-9/+47
* Skip unresolved hosts for sync notifications instead of having libjingle reso...akalin@chromium.org2010-08-061-0/+7
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-2/+2
* Rewrote handing of auto-reconnection and network changes for sync notifier.akalin@chromium.org2010-07-2710-506/+97
* GTTF: more FRIEND_TEST_ALL_PREFIXESphajdan.jr@chromium.org2010-07-271-5/+6
* Net: Get rid of ProxyServer::host_and_port() and friends.thestig@chromium.org2010-07-222-6/+6
* Fixed invalid reads when XmppClient is destroyed.akalin@chromium.org2010-07-201-2/+5
* Add a command line flag to change the default number of parallel DNS requests...eroman@chromium.org2010-07-171-1/+2
* Added switch to use ChromeAsyncSocket for sync.akalin@chromium.org2010-07-167-32/+84
* Moved ChromeAsyncSocket to jingle/notifier/base.akalin@chromium.org2010-07-163-0/+1720
* 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-3056-0/+5906