summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Fix a regression that broke file uploading with http authenticationsatorux@chromium.org2012-05-223-2/+60
* Make AssociateWithRenderView() a free function in the 'content' namespaceakalin@chromium.org2012-05-221-0/+16
* Revert 138168 - net: Fix a regression that broke file uploading with http aut...zea@chromium.org2012-05-223-60/+2
* net: Fix a regression that broke file uploading with http authenticationsatorux@chromium.org2012-05-213-2/+60
* If the version field is omitted from the certificate, the defaultwtc@chromium.org2012-05-192-0/+39
* Removed unreached code related to ESET MITM detection.rsleevi@chromium.org2012-05-192-62/+52
* Roll NSS from 136057:137477rsleevi@chromium.org2012-05-181-0/+4
* RefCounted types should not have public destructors, Linux fixesrsleevi@chromium.org2012-05-182-6/+8
* RefCounted types should not have public destructorsrsleevi@chromium.org2012-05-181-2/+1
* Revert 137445 - CHECK for that we are not seeing user-visible SPDY_PING_FAILE...rch@chromium.org2012-05-171-2/+0
* Cleanup: Remove unneeded scoped_ptr.h includes from net.thestig@chromium.org2012-05-1719-34/+21
* Prevent the infinite loop inside SSLClientSocketNSS::OnSendComplete.wtc@chromium.org2012-05-163-8/+115
* [net/dns] Isolate DnsConfigWatcher from DnsConfigService.szym@chromium.org2012-05-1621-406/+655
* Fix typoamit@chromium.org2012-05-161-1/+1
* CHECK for that we are not seeing user-visible SPDY_PING_FAILED errors.rch@chromium.org2012-05-161-0/+2
* Add emailprivacytester.com to HSTS preloadedagl@chromium.org2012-05-161-0/+1
* Rewrite base::JSONReader to be 35-40% faster, depending on the input string.rsesek@chromium.org2012-05-162-4/+2
* Refactor TCPListenSocket.pliard@chromium.org2012-05-1618-622/+653
* Upstream: Depend on OpenSSL directly instead of via system.gypjingzhao@chromium.org2012-05-161-2/+2
* Use TaskRunner WorkerPool for ServerBoundCertService in TestURLRequestContext.mattm@chromium.org2012-05-151-2/+2
* Change the stream_id for streams which are serialized out of order.rch@chromium.org2012-05-158-0/+452
* Change the way _EXPORT macros look.thakis@chromium.org2012-05-151-0/+5
* Add a new gyp define to be used by the swarm master.maruel@chromium.org2012-05-151-1/+2
* Change TCPListenSocket::SendInternal to use a non-blocking implementation (tr...marshall@chromium.org2012-05-144-31/+173
* Update net::HttpUtil::IsSafeHeader() with two new headersbenjhayden@chromium.org2012-05-142-0/+9
* Coverity: Initialize a member variable.jhawkins@chromium.org2012-05-131-1/+1
* [net/dns] Fix IPv6 handling from res_init on Linux.szym@chromium.org2012-05-122-99/+100
* Add the StackTrace to the URLFetcher crash dumps.willchan@chromium.org2012-05-123-0/+31
* Roll rlz 127:128thakis@chromium.org2012-05-111-8/+0
* SPDY - Deleted the code that sends trailing ping.rtenneti@chromium.org2012-05-114-111/+26
* Make URLRequestContext::CopyFrom take a const pointer.mkosiba@chromium.org2012-05-112-21/+21
* Revert 136572 - Change TCPListenSocket::SendInternal to use a non-blocking im...benjhayden@chromium.org2012-05-114-172/+31
* Change TCPListenSocket::SendInternal to use a non-blocking implementation.marshall@chromium.org2012-05-114-31/+172
* Add missing OVERRIDEs in ssl_client_socket_openssl.h.pliard@chromium.org2012-05-111-24/+25
* Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/akalin@chromium.org2012-05-115-0/+320
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-1138-619/+587
* Add WebSocketFrameParser.yutak@chromium.org2012-05-106-0/+924
* Android content shell bringup.jrg@chromium.org2012-05-101-1/+1
* fix duplicated basename network_change_notifier.cc in net targetjames.wei@intel.com2012-05-105-5/+5
* Http cache: Don't attempt to doom the same entry multiple timesrvargas@google.com2012-05-094-3/+108
* Coverity: Remove dead code.jhawkins@chromium.org2012-05-091-3/+0
* Consistently log the ID of a spdy stream as "stream_id"rch@chromium.org2012-05-093-5/+5
* Adds NON_EXPORTED_BASE to AddressList base class.szym@chromium.org2012-05-091-1/+3
* Replace DBC.Advertised with DomainBoundCerts.Support histogram.mattm@chromium.org2012-05-092-4/+28
* Allow for overriding the handling of the referrer header in the network stackjochen@chromium.org2012-05-082-1/+30
* Get file extension synonyms from the OS, fix so that if one synonym is safe t...avi@chromium.org2012-05-088-18/+114
* Add braintreegateway.com/braintreepayments.com to HSTS preloaded.agl@chromium.org2012-05-082-0/+6
* If generating a domain bound cert fails, continue the connection without it.mattm@chromium.org2012-05-084-4/+14
* Disk cache: Measure the time spent verifying the lists.rvargas@google.com2012-05-081-0/+2
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-0769-1432/+641