summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Re-enable some tests disabled because of expired certsrsleevi@chromium.org2013-06-2911-390/+459
* More tests for handling HSTS and HPKP headers.palmer@chromium.org2013-06-2910-69/+334
* Revert 209278 "Update dependency to NSS >= 3.14.3 and NSPR >= 4.9.2"joaodasilva@chromium.org2013-06-298-5/+135
* Update dependency to NSS >= 3.14.3 and NSPR >= 4.9.2rsleevi@chromium.org2013-06-298-135/+5
* UMA the TLS ciphersuitersleevi@chromium.org2013-06-281-0/+7
* Use a direct include of time headers in net/, part 2.avi@chromium.org2013-06-2851-64/+64
* Use a direct include of time headers in net/, part 1.avi@chromium.org2013-06-2862-71/+71
* Use a direct include of time headers in net/, part 3.avi@chromium.org2013-06-2849-58/+58
* No longer record whether an MD2/MD5 CA was seenrsleevi@chromium.org2013-06-289-63/+23
* Added HostResolverImpl::fallback_to_proctask_ to vary according to AsyncDnsNo...mef@chromium.org2013-06-283-16/+148
* [SPDY] Organize tests by minimum version neededakalin@chromium.org2013-06-273-1214/+1221
* [SPDY] Add switch and about:flags entry to enable SPDY/4a2akalin@chromium.org2013-06-272-0/+16
* net: add (*.)[blog|www].cyveillance.com to HSTS preloaded.agl@chromium.org2013-06-272-0/+4
* [SPDY] Enable tests for SPDY/3.1 and SPDY/4a2akalin@chromium.org2013-06-2716-938/+360
* Disk cache: Copy a source file to use on CL 17816008.rvargas@google.com2013-06-271-0/+350
* Add FrameType and SerializeWith methods to SpdyFrameIR and friendsakalin@chromium.org2013-06-277-7/+171
* Disk cache: Copy a source file to use on CL 17997002.rvargas@google.com2013-06-271-0/+65
* Revert r208636 to fix use-after-delete in StartDnsTask.mef@chromium.org2013-06-273-102/+13
* [UMA] Remove redundant bucket_count variable from base::Histogram.isherman@chromium.org2013-06-273-7/+4
* Expose receive header end time for URLRequestRedirectJobpan.deng@intel.com2013-06-273-0/+20
* net: trim NSS cipher suites.agl@chromium.org2013-06-271-3/+21
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-2717-53/+67
* Remove platform-specific implementations of RSAPrivateKey and SignatureCreatorrsleevi@chromium.org2013-06-2712-516/+261
* Fix a bug where the ReliableQuicStream would call ProcessData()rch@chromium.org2013-06-273-4/+5
* Fix build.phajdan.jr@chromium.org2013-06-261-1/+1
* GTTF: convert some tests in chrome to use EmbeddedTestServer patch nr 1phajdan.jr@chromium.org2013-06-266-50/+66
* net: Add 308 Permanent Redirect status code to the list of HTTP codes.phajdan.jr@chromium.org2013-06-261-0/+1
* Fix some potential after free errors on TestCompletionCallbackgavinp@chromium.org2013-06-262-20/+25
* Use the appropriate socket pool on socket connection.yhirano@chromium.org2013-06-263-28/+75
* Added HostResolverImpl::allow_fallback_from_dnstask_to_proctask to vary accor...mef@chromium.org2013-06-263-13/+102
* Style changes in SimpleIndexFileTest.gavinp@chromium.org2013-06-263-56/+64
* Limited NSEC support to RecordParsednoamsml@chromium.org2013-06-265-0/+138
* Make sure that QUIC connections correctly call OnSessionCloserch@chromium.org2013-06-263-6/+40
* Update comment for ChromeNetLog class.kouhei@chromium.org2013-06-261-1/+3
* Fix bug in memory leaks in QuicStreamFactory::Createrch@chromium.org2013-06-261-5/+6
* [SPDY] Remove remnants of split SPDY unit testsakalin@chromium.org2013-06-268-563/+2
* [SPDY] Unfork buffered_spdy_framer_spdy{2,3}_unittest.ccakalin@chromium.org2013-06-253-295/+29
* Revert 208562 "[SPDY] Unfork buffered_spdy_framer_spdy{2,3}_unit..."akalin@chromium.org2013-06-254-29/+311
* [SPDY] Unfork buffered_spdy_framer_spdy{2,3}_unittest.ccakalin@chromium.org2013-06-254-311/+29
* [SPDY] Unfork http_proxy_client_socket_pool_spdy{2,3}_unittest.ccakalin@chromium.org2013-06-253-671/+97
* [SPDY] Unfork websocket_handshake_handler_spdy{2,3}_unittest.ccakalin@chromium.org2013-06-255-236/+91
* [SPDY] Unfork websocket_job_spdy{2,3}_unittest.cc filesakalin@chromium.org2013-06-258-1284/+170
* mac: Remove unused includes of scoped_nsobject.h.thakis@chromium.org2013-06-251-1/+0
* [SPDY] Unfork spdy_websocket_stream_spdy{2,3}_unittest.cc filesakalin@chromium.org2013-06-256-663/+67
* Add unit test to verify the bug fixed in http://crrev.com/208168. rch@chromium.org2013-06-251-4/+45
* Cleanup: Refactor mDns transaction start into two smaller methodsnoamsml@chromium.org2013-06-252-32/+51
* [SPDY] Unfork spdy_websocket_test_util_spdy{2,3}.* filesakalin@chromium.org2013-06-2411-502/+284
* mac: Update clients of scoped_nsobject.h.thakis@chromium.org2013-06-241-1/+1
* Linux: make net_unittests pass even if m2crypto is present on systemphajdan.jr@chromium.org2013-06-241-1/+7
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-2415-50/+40