summaryrefslogtreecommitdiffstats
path: root/chrome/common/net
Commit message (Expand)AuthorAgeFilesLines
* Add undeclared virtual destructors part 4ziadh@chromium.org2010-07-301-0/+6
* GTTF: Move more test server code from net/url_request/url_request_unittest.hphajdan.jr@chromium.org2010-07-291-13/+21
* The token service should now support issuing auth tokens.chron@chromium.org2010-07-285-12/+60
* Make login cancel logic load localaccount file before attempting offline logincmasone@google.com2010-07-282-3/+4
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-2613-0/+13
* GTTF: Use FRIEND_TEST_ALL_PREFIXES some more.phajdan.jr@chromium.org2010-07-261-2/+3
* GTTF: test server cleanup:phajdan.jr@chromium.org2010-07-231-19/+12
* GTTF: Move net/socket/ssl_test_util to net/test/test_serverphajdan.jr@chromium.org2010-07-211-1/+1
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-151-0/+1
* Revert everything related to the relanding.erg@chromium.org2010-07-141-1/+0
* Reland r52336.erg@chromium.org2010-07-141-0/+1
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-141-1/+0
* More header cleanup:erg@chromium.org2010-07-141-0/+1
* Add IssueAuthToken and unit tests to GaiaAuthenticator2.chron@chromium.org2010-07-065-81/+276
* Split Gaia auth out into common/net. This is in preparation for creating a ne...chron@chromium.org2010-07-015-0/+757
* Move chrome/common/net/notifier to jingle/notifier so that it can be used by ...ajwong@chromium.org2010-06-3056-5906/+0
* Rename Dns prefetching files to Predictor filesjar@chromium.org2010-06-271-3/+3
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-2519-1335/+12
* Do speculative preconnection based on network traffic (not just DNS)jar@chromium.org2010-06-231-0/+6
* Implemented initial version of server-issued notification client.akalin@chromium.org2010-06-232-23/+29
* Revert 50550 - Implemented initial version of server-issued notification client.akalin@chromium.org2010-06-232-29/+23
* Implemented initial version of server-issued notification client.akalin@chromium.org2010-06-232-23/+29
* Revert 50479 - Implemented initial version of server-issued notification client.akalin@chromium.org2010-06-222-29/+23
* Implemented initial version of server-issued notification client.akalin@chromium.org2010-06-222-23/+29
* Cleanup: Put functions in the same order in the .cc file as the .h file. Rem...pkasting@chromium.org2010-06-171-22/+21
* Implement a TODO: Move "NonThreadSafe" inheritance from NetworkChangeNotifier...pkasting@chromium.org2010-06-172-17/+12
* Combined both constructors of TalkMediatorImpl into one.akalin@chromium.org2010-06-163-53/+49
* Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM...ajwong@chromium.org2010-06-165-26/+6
* Make the URLFetcher observe IO thread shutdown and auto-cancel its request, i...pkasting@chromium.org2010-06-152-4/+17
* Token-based authentication for chromoting.sergeyu@chromium.org2010-06-093-87/+138
* Revert 49298 - Broke compile - Token-based authentication for chromoting.rsesek@chromium.org2010-06-093-136/+87
* Token-based authentication for chromoting.sergeyu@chromium.org2010-06-093-87/+136
* Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ...tfarina@chromium.org2010-06-061-2/+2
* New libjingle integrated to chrome.sergeyu@chromium.org2010-06-0314-29/+35
* Revert 48798 - New libjingle integrated to chrome.sergeyu@chromium.org2010-06-0314-35/+29
* New libjingle integrated to chrome.sergeyu@chromium.org2010-06-0314-29/+35
* Refactored MediatorThread to use Chrome threads primarily. This is in prepar...akalin@chromium.org2010-06-026-248/+272
* Removed non-working proxy auto-detect code.akalin@chromium.org2010-06-012-38/+2
* Converted MediatorThread to use a delegate instead of sigslots.akalin@chromium.org2010-06-017-195/+179
* Converted TalkMediator to use a delegate instead of a channelakalin@chromium.org2010-06-015-133/+123
* Remove signin and persist from gaia_authenticator. This fixes an issue where ...chron@chromium.org2010-05-284-101/+26
* Recombined buzz::PreXmppAuth and buzz::SaslHandler to be compatibleakalin@chromium.org2010-05-272-9/+38
* Made Login and AutoReconnect use base/timer.h.akalin@chromium.org2010-05-2515-371/+151
* Removed now-erroneous DCHECK in login.cc (made obsolete by 47344).akalin@chromium.org2010-05-241-8/+10
* Use net::HostResolver instead of AsyncDnsLookup.akalin@chromium.org2010-05-2013-338/+157
* Revert 47815 - Use net::HostResolver instead of AsyncDnsLookup.akalin@chromium.org2010-05-2013-157/+338
* Use net::HostResolver instead of AsyncDnsLookup.akalin@chromium.org2010-05-2013-338/+157
* Removed tons of unused code in chrome/common/net/notifier.akalin@chromium.org2010-05-2014-1358/+0
* Changed some asserts into DCHECKs.akalin@chromium.org2010-05-203-9/+10
* Removed unused fastalloc.h file.akalin@chromium.org2010-05-181-59/+0