summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Remove a few unused functions.thakis@chromium.org2011-08-021-10/+0
* Return the constructed certificate chain in X509Certificate::Verify()rsleevi@chromium.org2011-07-308-6/+229
* On Mac, compare certificate host names according to RFC6125.rsleevi@chromium.org2011-07-302-93/+27
* Fix an edge case where certificate intermediates are missing on Windowsrsleevi@chromium.org2011-07-301-7/+3
* Change CanGetCookies signature, add CookieList as parameters in order to remo...ycxiao@chromium.org2011-07-291-2/+1
* Provides in memory and persistent storage for origin bound certificates, whic...rkn@chromium.org2011-07-297-25/+536
* Revert 94553 - Provides in memory and persistent storage for origin bound cer...sergeyu@chromium.org2011-07-287-532/+25
* Provides in memory and persistent storage for origin bound certificates, whic...rkn@chromium.org2011-07-287-25/+532
* HostResolverImpl: don't interpret NULL callback argument as a request to do s...agayev@chromium.org2011-07-286-146/+82
* Relanding 94539 - Move MockHostResolver to net_test_supportagayev@chromium.org2011-07-281-5/+4
* Revert 94539 - Move MockHostResolver to net_test_supportagayev@chromium.org2011-07-281-4/+5
* Move MockHostResolver to net_test_supportagayev@chromium.org2011-07-281-5/+4
* Improve logging of webRequest API in NetLogbattre@chromium.org2011-07-281-0/+39
* Miscellaneous cleanups.wtc@chromium.org2011-07-281-2/+1
* Revert 94412 - HostResolverImpl: don't interpret NULL callback argument as a ...agayev@chromium.org2011-07-286-82/+146
* HostResolverImpl: don't interpret NULL callback argument as a request to do s...agayev@chromium.org2011-07-286-146/+82
* Test SIN6_LEN instead of OS_MACOSX to determine if sockaddr_in*wtc@chromium.org2011-07-271-2/+2
* Add net::ERR_BAD_PEER_PUBLIC_KEY, and map several NSS error codeswtc@chromium.org2011-07-271-0/+3
* Remove ChromeNetLog depenency from content/browser/debuggerdpranke@chromium.org2011-07-274-5/+82
* Revert 94196 (broke win shared build) - Remove ChromeNetLog dependency from c...willchan@chromium.org2011-07-264-82/+5
* Remove ChromeNetLog dependency from content/browser/debugger.dpranke@chromium.org2011-07-264-5/+82
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-3/+2
* net: add crypto.is and simon.butcher.name to HSTS preloaded list.agl@chromium.org2011-07-262-0/+16
* Revert the following change in r93346:wtc@chromium.org2011-07-261-3/+2
* Update the url_request_http_job according to the asynchronous CookieMonster API.ycxiao@chromium.org2011-07-252-0/+248
* Expose SSL_ExportKeyingMaterial() in SSLClient/ServerSocket interfaces.wez@chromium.org2011-07-231-0/+3
* File reorganization: move AsyncHostResolver files to net/dns.agayev@chromium.org2011-07-2216-2943/+76
* AsyncHostResolver: integrated HostCache, temporarily, until we have RR cache.agayev@chromium.org2011-07-2110-65/+145
* AsyncHostResolver: destruct pending requests to avoid memory leak.agayev@chromium.org2011-07-211-3/+8
* Implemented AsyncHostResolver -- asynchronous HostResolver!agayev@chromium.org2011-07-2110-211/+1517
* 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-213-5/+59
* Revert 93313 - Implemented AsyncHostResolver -- asynchronous HostResolver.agayev@chromium.org2011-07-2110-1516/+211
* Implemented AsyncHostResolver -- asynchronous HostResolver.agayev@chromium.org2011-07-2110-211/+1516
* Adds command-line switch for TLS origin bound certificate extension.rkn@chromium.org2011-07-202-0/+20
* Revert 93237 - Implement AsyncHostResolver, an asynchronous HostResolver.agayev@chromium.org2011-07-2010-1516/+211
* Implement AsyncHostResolver, an asynchronous HostResolver.agayev@chromium.org2011-07-2010-211/+1516
* 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-203-7/+29
* 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
* some cleanup for base/stl_utildilmah@chromium.org2011-07-197-7/+7
* Implementation of server socket for websockets protocol.dilmah@chromium.org2011-07-192-4/+7
* Implement GetSubjectAltName on all platformsjoth@chromium.org2011-07-196-141/+147
* Revert "Implementation of server socket for websockets protocol."dilmah@chromium.org2011-07-192-7/+4
* Implementation of server socket for websockets protocol.dilmah@chromium.org2011-07-192-4/+7
* Cache the underlying OS certificate handle within the X509CertificateCache, r...rsleevi@chromium.org2011-07-198-259/+189
* DnsTransaction: added NetLog support.agayev@chromium.org2011-07-195-10/+163
* Also ignore SEC_ERROR_BAD_INFO_ACCESS_LOCATION when we try AIAwtc@chromium.org2011-07-181-0/+1
* Fix typo in net/base/net_api.hrch@chromium.org2011-07-181-1/+1