summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Add an additional per-request DNS cache when executing FindProxyForURL() from...eroman@chromium.org2010-06-226-32/+238
* Style-fix: make a parameter a const reference.eroman@chromium.org2010-06-222-2/+2
* Factor out factory method for Google GET request, which is constructed identi...mlloyd@chromium.org2010-06-221-117/+53
* Initial commit of CookieMonster statistics.rdsmith@google.com2010-06-222-18/+90
* Revert 50402 (build failure) - Pass in NetLog to NetworkChangeNotifier.willchan@chromium.org2010-06-2110-52/+15
* Pass in NetLog to NetworkChangeNotifier.willchan@chromium.org2010-06-2110-15/+52
* A/B test for determining a value for unused socket timeout. Currently theziadh@chromium.org2010-06-217-12/+45
* Added NetLog support for HTTP authentication.cbentzel@chromium.org2010-06-216-4/+127
* Revert 50296 (Causes DCHECK failures) - Make CookieMonster NonThreadSafe.willchan@chromium.org2010-06-212-23/+2
* Refactor: Rename MockAuthHandler and move to a separate file.cbentzel@chromium.org2010-06-214-165/+237
* Make CookieMonster NonThreadSafe.willchan@chromium.org2010-06-182-2/+23
* Make FixupURL() return a GURL instead of a string (i.e. do fixup + canonicali...pkasting@chromium.org2010-06-182-21/+28
* TTF: Reenable some disabled tests.vandebo@chromium.org2010-06-181-3/+3
* Revert 50215 because of crashes - Refactor SpdyStream to get HTTP specific ou...willchan@chromium.org2010-06-1811-591/+427
* FAILS tests should not turn the bot red.vandebo@chromium.org2010-06-181-3/+3
* Move the Mozilla-derived code in net/base/keygen_handler_nss.ccwtc@chromium.org2010-06-186-235/+397
* TTF: Reenable some disabled tests.vandebo@chromium.org2010-06-181-3/+3
* Refactor SpdyStream to get HTTP specific out of the interface and members.ukai@chromium.org2010-06-1811-427/+591
* Fix crash in SpdySession::DeleteStream.ukai@chromium.org2010-06-181-2/+2
* Disk Cache: Remove deprecated methods from the disk cache interface.rvargas@google.com2010-06-1716-191/+168
* Remove unfixable test.vandebo@chromium.org2010-06-171-15/+0
* Disable caching of failed DNS lookups.eroman@chromium.org2010-06-171-1/+1
* Implement a TODO: Move "NonThreadSafe" inheritance from NetworkChangeNotifier...pkasting@chromium.org2010-06-178-49/+82
* Assert SetCookieableScheme called before first use.rdsmith@google.com2010-06-172-0/+5
* HttpNetworkTransaction handles asynchronous auth token generation.cbentzel@chromium.org2010-06-177-110/+604
* Check state in SocketStream delegate methods.ukai@chromium.org2010-06-171-0/+11
* Check proxy_info_.is_empty()ukai@chromium.org2010-06-171-2/+11
* Fix TestConnectJob::kMockAdvancingLoadStateJob to be less flaky.vandebo@chromium.org2010-06-172-13/+14
* Coverity: fix possible library leak in GSSAPISharedLibrary::LoadSharedLibrary.mattm@chromium.org2010-06-161-4/+6
* Revert 49982 - patchthakis@chromium.org2010-06-161-2/+1
* patchthakis@chromium.org2010-06-161-1/+2
* Working towards -Wextrathomasvl@chromium.org2010-06-162-6/+6
* Don't run DiskCacheBackendTests under ThreadSanitizer on Windowstimurrrr@chromium.org2010-06-161-2/+1
* Fix crash in DeleteStream.ukai@chromium.org2010-06-161-2/+3
* Don't run some DiskCacheBackendTests under TSan on Windowstimurrrr@chromium.org2010-06-161-0/+4
* Don't run ClientSocketPoolBaseTest.LoadState under Valgrindtimurrrr@chromium.org2010-06-161-0/+3
* In addition to the logging the IP address that a TCP connect is made to, also...eroman@chromium.org2010-06-167-35/+83
* Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM...ajwong@chromium.org2010-06-161-5/+1
* TTF: Fix and enable disabled test: ClientSocketPoolBaseTest.LoadStatevandebo@chromium.org2010-06-161-4/+3
* cleaned up the way that streams close so that all of them use DeleteStreamerikchen@google.com2010-06-155-192/+52
* Improve error messages for bad SocketParams.willchan@chromium.org2010-06-154-14/+31
* Disk cache: Update the disk cache tools and tests to uservargas@google.com2010-06-1515-191/+414
* Add Keynectis to EV listdavidben@chromium.org2010-06-151-0/+6
* Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate.willchan@chromium.org2010-06-1518-6/+70
* Fix a regression that accesses file system synchronouslyhuanr@chromium.org2010-06-144-44/+50
* Introduced artificial processing delay to work around the issue of proxy init...zelidrag@chromium.org2010-06-142-2/+35
* Changed the return error code if the GSSAPI library cannot be initialized.ahendrickson@google.com2010-06-141-1/+1
* Reland 49600 - Http cache: Remove deprecated code.rvargas@google.com2010-06-143-84/+16
* Implement KDE ReversedException setting in Chromedavidben@chromium.org2010-06-148-27/+143
* Improved library loading to bypass libraries that don't contain all the funct...ahendrickson@google.com2010-06-143-57/+129