summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* test_server: include errno in failed poll()evan@chromium.org2012-02-151-2/+2
* net: Split FileStream::Read/Write() into sync and async versions.satorux@chromium.org2012-02-158-50/+139
* SPDY - pass stream_id instread contol frame tortenneti@chromium.org2012-02-1510-37/+49
* Fix bug in HasMetadata: Updates argument even if it fails.palmer@chromium.org2012-02-153-24/+47
* Revert 121379 - net: Simplify SpdyHttpStream::OnSendBody() and OnSendBodyComp...satorux@chromium.org2012-02-153-16/+33
* Retry r121912 downloads.onChangedbenjhayden@chromium.org2012-02-141-5/+25
* SPDY - trun off spdy/2.1 by default. It could be enabledrtenneti@chromium.org2012-02-144-16/+17
* SPDY - updated comments and used int32 for window sizertenneti@chromium.org2012-02-145-39/+47
* dbus: add ObjectPath typekeybuk@google.com2012-02-142-5/+7
* Revert 121920 - dbus: add ObjectPath typedpapad@chromium.org2012-02-142-7/+5
* dbus: add ObjectPath typekeybuk@chromium.org2012-02-142-5/+7
* Revert 121912 - Implement chrome.experimental.downloads.onChangedvollick@google.com2012-02-141-25/+5
* Prefer ScopedNestableTaskAllower over manual save/restoredhollowa@chromium.org2012-02-143-8/+7
* Implement chrome.experimental.downloads.onChangedbenjhayden@chromium.org2012-02-141-5/+25
* Mark HTTPSRequestTest.HTTPSErrorsNoClobberTSSTest flaky.joi@chromium.org2012-02-141-1/+2
* Add some instrumentation to track down a crash.eroman@chromium.org2012-02-144-0/+83
* Disable CREDENTIALS frames when using spdy/2.1 or earlier.rch@chromium.org2012-02-144-0/+6
* Disk cache: Enable DiskCacheBackendTest.AppCacheEnumerationsrvargas@google.com2012-02-141-2/+1
* Flakiness cleanup: disable flaky tests under net/evan@chromium.org2012-02-143-12/+14
* Add client for background testing of HTTP pipelining.simonjam@chromium.org2012-02-132-5/+19
* Do not cache Strict-Transport-Security and Public-Key-Pins headers.palmer@chromium.org2012-02-135-4/+114
* Coverity: Initialize member variables.jhawkins@chromium.org2012-02-131-1/+2
* Removing support for EKS_DISCARD_RECENT_AND_PURGE_DOMAINmmaxfield@google.com2012-02-113-191/+63
* Revert 121572 - Add client for background testing of HTTP pipelining.simonjam@chromium.org2012-02-112-19/+5
* Ignore ServiceUnknown DBus errors in NetworkChangeNotifierLinux.adamk@chromium.org2012-02-112-6/+7
* Strip brackets from IPv6 host literals before passing down to PAC script.eroman@chromium.org2012-02-113-2/+34
* [net/dns] Fixes to DnsConfigServiceWin szym@chromium.org2012-02-116-11/+59
* Add client for background testing of HTTP pipelining.simonjam@chromium.org2012-02-112-5/+19
* Re-enable full HSTS for groups for M19.cevans@chromium.org2012-02-102-2/+2
* Revert 121525 - M18 branched so put groups back on full HSTS as agreed for M19.cevans@chromium.org2012-02-101-1/+1
* Remove (now) incorrect comment that got missed.agl@chromium.org2012-02-101-1/+0
* M18 branched so put groups back on full HSTS as agreed for M19.cevans@chromium.org2012-02-101-1/+1
* Don't use IDENT_SRC_URL for HttpAuth challenges. IE hasn't supported it for ...tsepez@chromium.org2012-02-103-193/+11
* net: SSL blacklisting for Nordea Bankagl@chromium.org2012-02-102-0/+7
* net: Make UploadData::GetContentLength() asynchronous.satorux@chromium.org2012-02-107-59/+219
* net: Simplify SpdyHttpStream::OnSendBody() and OnSendBodyComplete().satorux@chromium.org2012-02-103-33/+16
* Http Cache: Doom cache entries when there is any error reading from thervargas@google.com2012-02-096-15/+56
* Create a message loop if needed in CookieStore unittests.droger@chromium.org2012-02-091-5/+12
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-0910-57/+62
* [net] Fixes NetLog event HOST_RESOLVER_IMPL_ATTEMPT_FINISHED parameter attemp...szym@chromium.org2012-02-091-1/+1
* Back out r121064 from the trunk due to a compile failure.mark@chromium.org2012-02-0810-62/+57
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-0810-57/+62
* net: Allow IO when UpdateData closes its FileStream.marja@chromium.org2012-02-081-1/+6
* Remove last traces of DNS certificate provenance checking.agl@chromium.org2012-02-082-22/+6
* Fix a compilation issue in cookie_store_unittest.hdroger@chromium.org2012-02-081-1/+3
* net: Fix a memory leak in upload_data_stream_unittest.ccsatorux@chromium.org2012-02-081-2/+5
* net: Rework UploadDataStream API by introducing Read().satorux@chromium.org2012-02-089-196/+205
* Adds support for the credentials frame.rch@chromium.org2012-02-0825-28/+901
* Coverity: Initialize member variables.jhawkins@chromium.org2012-02-083-4/+7
* Added net logging to DownloadItem.ahendrickson@chromium.org2012-02-081-0/+104