summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Refactor SpdyStream.ukai@chromium.org2010-06-1413-348/+510
* Add metrics for measuring spdy transaction latency.mbelshe@chromium.org2010-06-132-8/+30
* Add dependency on libevent where required.phajdan.jr@chromium.org2010-06-121-0/+6
* Use KDEHOME variable instead of KDE_HOME for locating KDE directorydavidben@chromium.org2010-06-122-21/+21
* Revert 49600 - Http cache: Remove deprecated code.rvargas@google.com2010-06-113-16/+84
* Http cache: Remove deprecated code.rvargas@google.com2010-06-113-84/+16
* SPDY: Minor code cleanup.willchan@chromium.org2010-06-111-1/+3
* Http Cache: Remove blocking calls to GetAvailableRange.rvargas@google.com2010-06-1113-64/+293