summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Add GetSystemNSSKeySlot, merge GetPrivateNSSKeySlot/GetPublicNSSKeySlot to Ge...mattm@chromium.org2014-07-131-1/+1
* Remove usage of singleton software_slot_ in nss on ChromeOStbarzic@chromium.org2014-07-121-3/+2
* Mark the ParseIPLiteralToNumber function as NET_EXPORT because it's usedwtc@chromium.org2014-07-121-2/+2
* Pass the client certificate into OpenSSL in common code.davidben@chromium.org2014-07-121-0/+4
* Eliminate ScopedOpenSSL in favour of scoped_ptr<> specializations.rsleevi@chromium.org2014-07-102-5/+6
* Refactor tcp socket.byungchul@chromium.org2014-07-092-0/+16
* Add Finch experiment for selectively bypassing proxies.rcs@chromium.org2014-07-093-0/+24
* Fixes for re-enabling more MSVC level 4 warnings: net/ editionpkasting@chromium.org2014-07-082-9/+9
* Make HTTPS SDCH dictionaries invalid to use over HTTP.rdsmith@chromium.org2014-07-082-5/+30
* Revert 278881 "Infer Windows network connection type from interf..."pauljensen@chromium.org2014-07-074-112/+2
* Move data reduction proxy to Chrome-Proxy header for authenticationbengr@chromium.org2014-06-262-0/+27
* Create temp socket in GetNetworkList only on MacOSservolk@chromium.org2014-06-261-0/+4
* Don't abbreviate the pathname of policy_helpers.cc.wtc@chromium.org2014-06-251-1/+1
* Http cache: Implement a timeout for the cache lock.rvargas@chromium.org2014-06-241-0/+3
* Add browser tests for navigator.onLine and navigator.connection.typejkarlin@chromium.org2014-06-232-22/+76
* Fix SSLClientSocketOpenSSL error-handling for Channel ID.davidben@chromium.org2014-06-211-0/+3
* Infer Windows network connection type from interface type.pauljensen@chromium.org2014-06-214-2/+112
* net: FileStream cleanuprvargas@chromium.org2014-06-2011-220/+140
* Implement PUSH_PROMISE handling in spdy_sessionbaranovich@yandex-team.ru2014-06-201-0/+9
* Do a quick tweak downwards to SDCH memory limits (esp for mobile).rdsmith@chromium.org2014-06-201-1/+8
* Move of SdchDictionaryFetcher to net.rdsmith@chromium.org2014-06-203-1/+205
* Clear SDCH information on "Clear browsing data" path.rdsmith@chromium.org2014-06-193-20/+73
* Backoff: Respect maximum delay in face of float overflowzea@chromium.org2014-06-182-11/+48
* Stop attempting to write to transport sockets in NSS on failure.davidben@chromium.org2014-06-182-8/+13
* Log QuicGoAwayFrames and QuicPingFrames, sent and received, in net log.rjshade@google.com2014-06-171-0/+22
* Revert of Clear SDCH information on "Clear browsing data" path. (https://code...sorin@chromium.org2014-06-173-63/+8
* Clear SDCH information on "Clear browsing data" path.rdsmith@chromium.org2014-06-173-8/+63
* Refresh Public Suffix List to the latest versionrsleevi@chromium.org2014-06-162-40/+533
* Fix: Adding list of supported codecs for MP4 containersamogh.bihani@samsung.com2014-06-163-23/+149
* Avoid advertising SDCH over HTTPS.rdsmith@chromium.org2014-06-162-6/+29
* Make SdchManager per-profile.rdsmith@chromium.org2014-06-153-139/+150
* Revert 277160 "Make SdchManager per-profile."viettrungluu@chromium.org2014-06-143-150/+139
* Add logging of received QUIC WindowUpdate and Blocked frames.rjshade@google.com2014-06-141-0/+13
* Make SdchManager per-profile.rdsmith@chromium.org2014-06-143-139/+150
* Add a NetLog event for when sockets are closed.mmenke@chromium.org2014-06-131-0/+4
* Componentize URLFixerUpper.blundell@chromium.org2014-06-121-1/+1
* Return ERR_PROXY_AUTH_REQUESTED_WITH_NO_CONNECTION instead of crashingrch@chromium.org2014-06-111-0/+3
* Improves the display of several CertVerifyResult fields.mshelley@chromium.org2014-06-111-0/+12
* Remove base/memory/scoped_handle.hbrettw@chromium.org2014-06-101-2/+2
* SpdySession sends GOAWAY frame when closing on an error.jgraettinger@chromium.org2014-06-101-0/+9
* Adds bluetooth connection type to NetworkChangeNotifier.jkarlin@chromium.org2014-06-042-6/+22
* Retry requests on reused sockets when receiving 408 responses.mmenke@chromium.org2014-06-041-1/+3
* Added net_log logging statments for CertVerifyResultmshelley@chromium.org2014-06-031-4/+43
* Sends NetworkChangeNotifier connection type changes to Blink, to support NetI...jkarlin@chromium.org2014-05-291-2/+4
* Don't use network interface type on Windows XP as it ispauljensen@chromium.org2014-05-291-0/+6
* Remove HTTP pipelining support.mmenke@chromium.org2014-05-274-37/+5
* Cleanup, mostly replacing uses of SplitStringUsingSubstr() with SplitString(),pkasting@chromium.org2014-05-231-2/+1
* Fail the SPDY transaction if it does not meet TLS base requirements.willchan@chromium.org2014-05-231-0/+3
* Make net::DataURL's MIME string check strictertyoshino@chromium.org2014-05-215-69/+144
* Revert of Restore base::ThreadRestrictions::ScopedAllowIO to see if it fixes ...asanka@chromium.org2014-05-191-6/+0