summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Revert 177778rvargas@google.com2013-01-181-48/+2
* Disk cache: Update the dump_cache tool to show the Stats record. rvargas@google.com2013-01-181-2/+48
* Call FlushIndex in BackendImpl::ModifyStorageSizeboliu@chromium.org2013-01-181-0/+2
* Revert 177728rvargas@google.com2013-01-181-47/+2
* Disk cache: Update the dump_cache tool to show the Stats record.rvargas@google.com2013-01-181-2/+47
* Disk cache: Go back to regular evictions if we are falling behind.rvargas@google.com2013-01-181-1/+7
* Add has_user_gesture to netlog.rdsmith@chromium.org2013-01-181-0/+2
* Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside o...pneubeck@chromium.org2013-01-181-5/+3
* net: add histogram for SSL fallback in google.com.agl@chromium.org2013-01-182-6/+23
* Cleaning up constructors for QuicData, QuicPacket and QuicEncryptedPacket to ...rch@chromium.org2013-01-1852-938/+1537
* Fixes to WebSocketErrorToNetErrorTest()ricea@chromium.org2013-01-185-5/+32
* Remove unneeded friend declaration.pauljensen@chromium.org2013-01-171-1/+0
* Queueing QUIC frames to be resent instead of packets and packing RST frames w...rch@chromium.org2013-01-1713-176/+210
* Changing QUIC ack logic to match TCP (with the exception of the fixed RTO) by...rch@chromium.org2013-01-179-100/+197
* Merge DownloadItem::SafetyState and DownloadDangerTyperdsmith@chromium.org2013-01-171-5/+3
* MockClock needs to mock the NowAsDeltaSinceUnixEpoch method.wtc@chromium.org2013-01-172-2/+6
* Re-enable URLRequest tests disabled due to TestServermmenke@chromium.org2013-01-161-6/+4
* Send the ClientHello handshake message.wtc@chromium.org2013-01-1617-71/+473
* Remove support for 'system' SSL on Mac (SecureTransport) and Win (SChannel)rsleevi@chromium.org2013-01-1610-3563/+4
* Disable URLRequestTest.DoNotSendCookies for flakiness.ericu@chromium.org2013-01-161-1/+2
* net: don't pin crypto.cat's subdomains.agl@chromium.org2013-01-153-3/+3
* Optimization of the RTO ack logic: respect the RTO for truncated acks if this...rch@chromium.org2013-01-153-13/+47
* Largest received -> largest observed.rch@chromium.org2013-01-159-123/+86
* Http Cache: Release all references to buffers before invoking callbacks.rvargas@google.com2013-01-155-21/+59
* Adding a DCHECK to the QUIC writer's Offset functions, and moving tests around.rch@chromium.org2013-01-153-2/+16
* [net/dns] Ignore DNS addresses from stateless IPv6 DNS discovery.szym@chromium.org2013-01-152-4/+21
* Remove an unused forward declaration.wtc@chromium.org2013-01-151-4/+0
* Remove the base::files:: namespace.darin@chromium.org2013-01-152-3/+3
* Ignoring (and pushing back) the RTO alarm if we're getting truncated acks in ...rch@chromium.org2013-01-156-10/+68
* Switching from many small alarms to one big alarm for QUIC resends.rch@chromium.org2013-01-142-11/+53
* Disk cache: Improve the documentation related to proper use of enumerations.rvargas@google.com2013-01-141-1/+6
* Revert "net: don't pin crypto.cat's subdomains."agl@chromium.org2013-01-142-2/+2
* net: don't pin crypto.cat's subdomains.agl@chromium.org2013-01-142-2/+2
* Cleanup of CongestionFeedbackMessageInterArrival in QUIC.rch@chromium.org2013-01-124-65/+10
* NetworkChangeNotifier now supports changes when in the background.jcivelli@chromium.org2013-01-122-6/+29
* Initial CL for Downloads resumption.rdsmith@chromium.org2013-01-121-0/+106
* LoadTiming implementation in net, part 2.mmenke@chromium.org2013-01-1224-190/+650
* Fixing nits from Chrome review 11446029.rch@chromium.org2013-01-123-20/+24
* Remove LOG(WARNING) for SYN_REPLY to non-existent SPDY streams.cbentzel@chromium.org2013-01-121-1/+0
* [net] Set default HostCache size to 1000 entries.szym@chromium.org2013-01-111-1/+6
* DISABLE a test that fails in valgrind. Will be re-enabled when a follow up C...rch@chromium.org2013-01-111-1/+4
* Add X509Certificate::IsIssuedByEncoded()digit@chromium.org2013-01-1113-206/+744
* Make URLFetchers with SetAutomaticallyRetryOnNetworkChanges() retry immediate...joaodasilva@chromium.org2013-01-114-157/+7
* Re-enable tests marked with bug 60426, which has been closed for over a year.mattm@chromium.org2013-01-111-25/+0
* Handling partial writes and fin-only writes in QUIC.rch@chromium.org2013-01-1111-55/+94
* Fixing a really obvious (in hindsight) bug in the quic truncation code which ...rch@chromium.org2013-01-112-11/+15
* Http cache: Don't attempt to revalidate entries after a vary header mismatchrvargas@google.com2013-01-113-7/+142
* Make all net targets build on Win64jschuh@chromium.org2013-01-107-12/+42
* [net/udp] Measure the time spent in UDP closesocket on Windows.szym@chromium.org2013-01-101-0/+4
* [net/dns] Add per-address-family histograms AsyncDNS.ResolveSuccess_FAMILY_* ...szym@chromium.org2013-01-101-4/+23