summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Do not inherit from std::vector.tfarina@chromium.org2012-07-255-8/+5
* Factor out common error-code conversion code for PlatformFileErrorToNetError.nhiroki@google.com2012-07-252-2/+21
* net: fix a couple of broken certificate tests.agl@chromium.org2012-07-244-40/+353
* SPDY - minor bug fixes. Log status code for GOAWAY framesrtenneti@google.com2012-07-243-4/+7
* Fix removal of headersbattre@chromium.org2012-07-243-54/+62
* net: don't crash when failing dynamic pins.agl@chromium.org2012-07-231-0/+5
* Offload disk accesses to WorkerPool in ExtensionProtocolHandlerpaivanof@gmail.com2012-07-235-20/+44
* Allow any text/* mime type to be rendered inline.torne@chromium.org2012-07-233-3/+44
* Make disk cache tests ETags more HTTP standard conformant.gavinp@chromium.org2012-07-222-7/+7
* Modify DeterministicSocketData to verify that the sequence number of reads an...rch@chromium.org2012-07-2110-34/+84
* Add more using base::Time* to http_cache_transaction.cc.gavinp@chromium.org2012-07-211-4/+6
* Convert ProtocolHandlerRegistry to be a ProfileKeyedService.smckay@chromium.org2012-07-211-3/+3
* mac: Remove code that was only needed on 10.5thakis@chromium.org2012-07-201-2/+0
* Revert 147692 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea...vitalybuka@chromium.org2012-07-2017-460/+209
* Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read...rch@chromium.org2012-07-2017-209/+460
* Switch net_unittests_run, unit_tests_run and browser_tests_run to use run_tes...maruel@chromium.org2012-07-201-0/+3
* Disk cache: Always look for open entries when loadingrvargas@google.com2012-07-204-8/+56
* More -Wunused-private-field cleanups.thakis@chromium.org2012-07-202-5/+3
* Add irccloud.com to HSTS preloaded listagl@chromium.org2012-07-202-0/+6
* Add sol.io to HSTS preloadedagl@chromium.org2012-07-202-0/+2
* Move files related to registry-controlled domains into a new net/base/registr...pam@chromium.org2012-07-2019-31/+37
* Exclude openssl_memory_private_key_store.cc from build on Android.pliard@chromium.org2012-07-202-10/+9
* A Speculative Revert for r147597 - Convert ProtocolHandlerRegistry to be a Pr...hbono@chromium.org2012-07-201-3/+3
* Convert ProtocolHandlerRegistry to be a ProfileKeyedService.smckay@chromium.org2012-07-201-3/+3
* Fix TCPClientSocket::GetLocalAddress() to work when socket is not connected.sergeyu@chromium.org2012-07-204-5/+29
* Remove most usages of scoped_ptr<*SocketData> in net unittests.rch@chromium.org2012-07-1912-1280/+1006
* Add ipv6 probe events to NetLog, and add a buttonmmenke@chromium.org2012-07-195-59/+144
* Uses gyp "rules" rather than "actions" templates for the JNI generator.bulach@chromium.org2012-07-194-13/+9
* Removed redundant static settings resets.bengr@google.com2012-07-192-4/+0
* Initialize StatisticsRecorder in Child Process to holdrtenneti@chromium.org2012-07-192-2/+2
* Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socketrch@chromium.org2012-07-1939-56/+492
* Use SPNEGO mechanism with GSSAPI on Posixasanka@chromium.org2012-07-195-38/+24
* Refactor the SPDY stream unit test with merging common part.shouqun.liu@intel.com2012-07-195-140/+145
* Support for printing the dns configuration and hosts.dcastagna@google.com2012-07-191-74/+208
* Fixed namespace commentsbattre@chromium.org2012-07-192-2/+2
* refactor code for android haveOnlyLookbackAddressesjames.wei@intel.com2012-07-191-15/+12
* base: Make ScopedVector::clear() destroy elements.derat@chromium.org2012-07-192-3/+2
* Remove old unclaimed streams pushed by a SPDY server.bengr@google.com2012-07-185-6/+232
* Remove all the OS X 10.6 SDK forward declarations.rsesek@chromium.org2012-07-181-9/+1
* [net] Initialize Job priority before the first request is added.szym@chromium.org2012-07-181-6/+8
* Change the FindHistogram interface of StatisticsRecorderkaiwang@chromium.org2012-07-183-51/+59
* Remove linked_ptr from SpdyStream.rch@chromium.org2012-07-1815-49/+52
* Update effective-TLD data files using the latest data from Mozilla, ignoring ...pam@chromium.org2012-07-184-11093/+25125
* Move CanonicalCookie into separate filesbattre@chromium.org2012-07-1813-774/+880
* Fix 6 failures in net unittests on Androidyongsheng.zhu@intel.com2012-07-181-1/+44
* Pad base64 encoded data URIs if they aren't padded.asanka@chromium.org2012-07-182-3/+29
* Linux: Detect Unity as a desktop environment.thestig@chromium.org2012-07-171-0/+1
* Cap the record layer version number of TLS ClientHello to TLS 1.0wtc@chromium.org2012-07-177-19/+252
* Unit tests for all public members of net::URLRequestFilterpauljensen@chromium.org2012-07-172-0/+124
* Fix the failed case ThreadCheckDeleteSessionCookies on Androidyongsheng.zhu@intel.com2012-07-171-0/+11