summaryrefslogtreecommitdiffstats
path: root/jingle/notifier
Commit message (Expand)AuthorAgeFilesLines
* Introduce net::HttpServerPropertiesManager to manage server-specific properties.rtenneti@chromium.org2011-10-091-0/+2
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-018-34/+34
* Jingle unit tests for issue 87336asanka@chromium.org2011-09-154-18/+75
* Update libjingle to the latest version.sergeyu@chromium.org2011-09-0817-44/+42
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-1/+1
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-1/+1
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-1/+1
* Only mark a proxy as bad if we have confirmation that another proxy succeeded...asanka@chromium.org2011-08-292-0/+7
* [Sync] Make P2PNotifier behave more like InvalidationNotifierakalin@chromium.org2011-08-273-32/+32
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-154-4/+4
* HostResolverImpl: don't interpret NULL callback argument as a request to do s...agayev@chromium.org2011-07-281-0/+4
* Revert 94412 - HostResolverImpl: don't interpret NULL callback argument as a ...agayev@chromium.org2011-07-281-4/+0
* HostResolverImpl: don't interpret NULL callback argument as a request to do s...agayev@chromium.org2011-07-281-0/+4
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-1/+1
* Added an OriginBoundCertStore field to the SSLClientSocketNSS class andrkn@chromium.org2011-07-213-4/+13
* [Sync] Simplify notifier code now that we have a single sync threadakalin@chromium.org2011-06-284-49/+26
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-275-1/+29
* Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...dimich@chromium.org2011-06-245-29/+1
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-245-1/+29
* [Sync] Add Stop() method to TaskPump and call it in XmppConnection destructorakalin@chromium.org2011-06-178-4/+133
* Add unit-tests for SingleRequestHostResolver.eroman@chromium.org2011-06-061-0/+1
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* Pass net_log parameter properly for ProxyResolvingClientSocketakalin@chromium.org2011-05-1310-37/+23
* Miscelaneous cleanups to AddressList to make it harder to mis-use.eroman@chromium.org2011-05-121-2/+2
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-122-4/+4
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-059-24/+24
* Added GetLocalAddress() in net::ClientSocket.sergeyu@chromium.org2011-04-195-0/+15
* [Sync] Fix race condition in P2PNotifier with sending notificationsakalin@chromium.org2011-04-1910-29/+189
* Changed the jingle network code in ChromeAsyncSocket to use the client socket...sanjeevr@chromium.org2011-04-1520-163/+795
* [Jingle] Fix deref of begin() for empty vector in unit test.akalin@chromium.org2011-04-131-2/+2
* [Jingle] Fix jingle_unittests failuresakalin@chromium.org2011-04-131-1/+5
* Changed jingle to use the IO thread from the passed in URLRequestContextGette...sanjeevr@chromium.org2011-04-074-196/+214
* Rename a number of classes previously labeled "TCP" to "Transport" inmbelshe@chromium.org2011-04-074-7/+6
* Move sync notifier contruction out of syncer thread.nileshagrawal@chromium.org2011-04-074-30/+61
* Move some files from base to base/memory.levin@chromium.org2011-03-2818-40/+40
* [Sync] Delete ServerNotifierThread and refactor InvalidationNotifierakalin@chromium.org2011-03-243-23/+7
* [Jingle] Refactored some notifier-related structs/classesakalin@chromium.org2011-03-2222-206/+242
* Modified the jingle library to be able to able to update the auth token after...sanjeevr@chromium.org2011-03-179-2/+66
* [Sync] Merged MediatorThread and PushNotificationsThreadakalin@chromium.org2011-03-1631-1028/+314
* Added support for other authentication mechanisms in jingle. This will allow ...sanjeevr@chromium.org2011-03-0910-24/+68
* 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
* Add a new method of ClientSocketFactory for clearing the cache used for SSL s...rch@chromium.org2011-02-252-0/+5
* Revert 75262: "Use xmpp.google.com instead of talk.google.com"akalin@chromium.org2011-02-171-2/+2
* Use xmpp.google.com instead of talk.google.comakalin@chromium.org2011-02-161-2/+2
* Currently chrome sync subscribes to notifications on all datatypes regardless...lipalani@chromium.org2011-02-161-1/+4
* Even more test cleanup. Some fixes to non-test code that's regressed.erg@google.com2011-02-152-60/+101
* Cleanup everything but net/ for our first clang plugins.erg@google.com2011-02-022-0/+3
* [Sync] Relax checks for received XMPP messagesakalin@chromium.org2011-01-311-7/+7
* Part 1 of repairing regressions to my old clang check plugins so Nico canerg@google.com2011-01-272-5/+18