summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Second attempt to land r49489. wtc@chromium.org2010-06-115-11/+88
* Revert 49489 - Use NSS for SSL by default on Mac OS X.hayato@chromium.org2010-06-115-88/+11
* Use NSS for SSL by default on Mac OS X.wtc@chromium.org2010-06-115-11/+88
* A couple of style mods in proxy_config_service_linux.ccziadh@chromium.org2010-06-111-11/+11
* Download filename encoding fix [try2]:estade@chromium.org2010-06-112-4/+37
* Track whether a page was loaded via a proxy so that we canmbelshe@chromium.org2010-06-101-0/+5
* Return NULL instead of false when appropriate.evan@chromium.org2010-06-101-1/+1
* Adding flushing of files on chromeos, so that when something is downloaded, i...dhg@chromium.org2010-06-103-0/+41
* Linux: check the timestamps of .kde and .kde4 to figure out which to use for ...mdm@chromium.org2010-06-102-6/+38
* Reland my close on idle socket change (r43882+r44150).willchan@chromium.org2010-06-104-44/+169
* Removed gssapi namespace.ahendrickson@google.com2010-06-104-184/+177
* Async support for HttpAuthHandler::GenerateAuthToken.cbentzel@chromium.org2010-06-1021-230/+168
* More robust handling of GSSAPI error stringscbentzel@chromium.org2010-06-091-6/+20
* Mark HostCache as NonThreadSafe.cbentzel@chromium.org2010-06-092-25/+48
* revert r49217, which caused unit test failures on win:estade@chromium.org2010-06-091-10/+3
* Download filename encoding fix:estade@chromium.org2010-06-081-3/+10