summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* AsyncHostResolver: integrated HostCache, temporarily, until we have RR cache.agayev@chromium.org2011-07-2110-65/+145
* Fix instability in SSL client/server socketssergeyu@chromium.org2011-07-213-20/+61
* Added an OriginBoundCertStore field to the SSLClientSocketNSS class andrkn@chromium.org2011-07-2131-109/+154
* AsyncHostResolver: destruct pending requests to avoid memory leak.agayev@chromium.org2011-07-211-3/+8
* Implemented AsyncHostResolver -- asynchronous HostResolver!agayev@chromium.org2011-07-2111-211/+1520
* Adjust a LOG(WARNING) message to be less verbose, so that onlywtc@chromium.org2011-07-211-3/+5
* Revert r92977 partially to fix a certificate verification regressionwtc@chromium.org2011-07-215-17/+104
* Revert 93313 - Implemented AsyncHostResolver -- asynchronous HostResolver.agayev@chromium.org2011-07-2111-1519/+211
* Implemented AsyncHostResolver -- asynchronous HostResolver.agayev@chromium.org2011-07-2111-211/+1519
* Adds command-line switch for TLS origin bound certificate extension.rkn@chromium.org2011-07-204-1/+23
* Revert 93237 - Implement AsyncHostResolver, an asynchronous HostResolver.agayev@chromium.org2011-07-2011-1519/+211
* Implement AsyncHostResolver, an asynchronous HostResolver.agayev@chromium.org2011-07-2011-211/+1519
* Define FOO_IMPLEMENTATION unconditionally. Even though they only matter whendarin@chromium.org2011-07-201-5/+3
* Rename CommandLine::GetCommandLineString().msw@chromium.org2011-07-203-24/+14
* Detect when the disabled SSL/TLS cipher suites change within an SSLConfigrsleevi@chromium.org2011-07-203-11/+128
* Don't use X509Certificate in SSLConfig.sergeyu@chromium.org2011-07-208-21/+67
* Cookie transfer for initial account creation case on ChromeOS. zelidrag@chromium.org2011-07-203-1/+61
* Add basic support for parsing SSL/TLS cipher suite strings.rsleevi@chromium.org2011-07-203-2/+57
* Merge upstream NSS changes from the cached info extension.rkn@chromium.org2011-07-196-11/+220
* some cleanup for base/stl_utildilmah@chromium.org2011-07-1926-26/+26
* Changed SPDY's ip connection pooling logic to only add the used IP,rtenneti@chromium.org2011-07-196-40/+91
* Implementation of server socket for websockets protocol.dilmah@chromium.org2011-07-198-11/+1581
* Disk cache: Perform additional verifications of the keyrvargas@google.com2011-07-194-12/+65
* Http cache: Add more documentation to the http cache transactionrvargas@google.com2011-07-192-18/+80
* Implement GetSubjectAltName on all platformsjoth@chromium.org2011-07-196-141/+147
* Revert "Implementation of server socket for websockets protocol."dilmah@chromium.org2011-07-198-1575/+11
* Implementation of server socket for websockets protocol.dilmah@chromium.org2011-07-198-11/+1575
* Deprecate RegisterProtocolFactory/(Un)RegisterInterceptor.willchan@chromium.org2011-07-194-28/+126
* Cache the underlying OS certificate handle within the X509CertificateCache, r...rsleevi@chromium.org2011-07-1912-316/+208
* DnsTransaction: added NetLog support.agayev@chromium.org2011-07-195-10/+163
* mark TransportClientSocketPoolTest.BackupSocketFailAfterStall flaky on linux ...tim@chromium.org2011-07-191-2/+2
* Also ignore SEC_ERROR_BAD_INFO_ACCESS_LOCATION when we try AIAwtc@chromium.org2011-07-181-0/+1
* DatagramSocket: added NetLog accessor.agayev@chromium.org2011-07-189-3/+30
* Fix typo in net/base/net_api.hrch@chromium.org2011-07-181-1/+1
* base: Put md5.* into base namespace.tfarina@chromium.org2011-07-187-27/+27
* DnsTransaction: added a delegate interface.agayev@chromium.org2011-07-1813-223/+450
* Change base::LaunchProcess API slightlyevan@chromium.org2011-07-154-9/+4
* Clean up users of a deprecated base::LaunchApp API.evan@chromium.org2011-07-143-5/+9
* Replace onRequestSent with onSendHeaders in webrequest APIbattre@chromium.org2011-07-1411-64/+33
* Add client-side support for the origin bound certificate TLS extension.rkn@chromium.org2011-07-146-4/+109
* Fix memory leak in URLRequestTestHTTP.NetworkDelegateTunnelConnectionFailedbattre@chromium.org2011-07-141-3/+3
* Unit testing of event generation NetworkDelegate / Web Request APIbattre@chromium.org2011-07-145-163/+447
* Make the URLRequestContext constantbattre@chromium.org2011-07-1413-25/+29
* Revert 92511 - Make the URLRequestContext constantbattre@chromium.org2011-07-1413-29/+25
* Make the URLRequestContext constantbattre@chromium.org2011-07-1413-25/+29
* Fix a few places using OS_MAC instead of OS_MACOSX to disable flaky/failing t...rsleevi@chromium.org2011-07-141-1/+1
* Mark TransportClientSocketPoolTest.BackupSocketFailAfterStall flaky on ChromeOSrsleevi@chromium.org2011-07-141-2/+3
* Nix CommandLine::GetSwitchCount.msw@chromium.org2011-07-131-2/+1
* Add content-security-policy to chrome://view-http-cache, and move scripts to ...tsepez@chromium.org2011-07-131-1/+3
* Add COMPONENT_BUILD global define. darin@chromium.org2011-07-133-23/+4