summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Revert 122760 - While calling IO methods on accepted TCP sockets we run into ...jam@chromium.org2012-02-202-69/+7
* While calling IO methods on accepted TCP sockets we run into problem that Ass...ygorshenin@chromium.org2012-02-202-7/+69
* net: Clarify comments for FileStream about on what thread callbacks are run.satorux@chromium.org2012-02-191-8/+11
* net: Minor cleanup for FileStream implementation on Windows.satorux@chromium.org2012-02-191-7/+7
* net: Add FileStream::Open() and Close() that perform asynchronously.satorux@chromium.org2012-02-174-53/+416
* Modify the MockConnect constructor to take an enum of ASYNC or SYNCHRONOUS,rch@chromium.org2012-02-1715-69/+75
* Send RST_STREAM on receipt of non-lowercased header names. Add newrch@chromium.org2012-02-176-20/+209
* Pull out debug instrumentation.mattm@chromium.org2012-02-174-83/+0
* SPDY Proxy - Bug fix to handle flow control (spdy/2.1)rtenneti@google.com2012-02-163-5/+15
* Disk cache: Handle clearing the memory cache when it is already empty.rvargas@google.com2012-02-162-3/+5
* net: permit EV without online revocation checking.agl@chromium.org2012-02-165-24/+25
* net: check cached revocations on Windows when online checks are disabled.agl@chromium.org2012-02-162-2/+29
* net: FileStream::Read/Write() to take IOBuffer* instead of char*satorux@chromium.org2012-02-167-160/+222
* Add myself to OWNERS for Python test server.phajdan.jr@chromium.org2012-02-161-0/+3
* Enable Certum Trusted Network CA for EV.wtc@chromium.org2012-02-161-0/+7
* SPDY - Don't call AdjustWindowSize on PendingCreateStreams.rtenneti@google.com2012-02-161-20/+0
* Make ARM hash function consistent with x86 version.rvargas@google.com2012-02-161-5/+11
* SPDY - enable SPDY/2.1 (flow control).rtenneti@google.com2012-02-164-31/+40
* Add extra data to BrowserContext so that content layer and other embedders ca...jam@chromium.org2012-02-153-38/+7
* Remove WebSocketFrameHandler.yutak@chromium.org2012-02-156-424/+49
* Remove the global HCERTSTORE from Windows in favour of using the NULL HCERTST...rsleevi@chromium.org2012-02-154-92/+30
* Properly parse UTF8Strings in certificates on Windows.rsleevi@chromium.org2012-02-155-127/+163
* Revert 121887 - Mark HTTPSRequestTest.HTTPSErrorsNoClobberTSSTest flaky.rsleevi@chromium.org2012-02-151-2/+1
* 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