summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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-256-13/+329
* Revert 93860 - secure proxy support in websocketukai@chromium.org2011-07-254-201/+44
* secure proxy support in websocketukai@chromium.org2011-07-254-44/+201
* Expose SSL_ExportKeyingMaterial() in SSLClient/ServerSocket interfaces.wez@chromium.org2011-07-2317-7/+168
* sync: have the client compute position_in_parent values.nick@chromium.org2011-07-232-128/+27
* Revert 93704 - Remove Content-Length mismatch checks.cbentzel@chromium.org2011-07-225-8/+45
* Remove Content-Length mismatch checks.cbentzel@chromium.org2011-07-225-45/+8
* FTP: use an unmodified and more recent version of pyftpdlib fetched via DEPSphajdan.jr@chromium.org2011-07-221-3/+4
* net: Add more histograms for a disk cache experiment.rvargas@google.com2011-07-221-0/+13
* Http Cache: Keep track of whether we are doing byte rangervargas@google.com2011-07-223-22/+27
* Add OVERRIDE throughout net/proxy/*eroman@chromium.org2011-07-2229-197/+217
* Add OVERRIDE throughout net/ftp/*eroman@chromium.org2011-07-223-30/+34
* File reorganization: move AsyncHostResolver files to net/dns.agayev@chromium.org2011-07-2218-158/+192
* net: add NSS support for RFC 5705agl@chromium.org2011-07-227-22/+361
* Make test server accept oauth token.mnissler@chromium.org2011-07-221-7/+16
* net: update NSS patches to reflect recent changes.agl@chromium.org2011-07-226-30/+573
* Use ScopedRunnableMethodFactory in WebSocketJobukai@chromium.org2011-07-222-5/+13
* Added client hello handler for the TLS origin bound cert extensionrkn@chromium.org2011-07-221-0/+1
* Check socket_ is not NULL.ukai@chromium.org2011-07-221-1/+5
* Introduce a new connection test which verify WebSocket and SPDY connection se...toyoshim@chromium.org2011-07-222-12/+107
* 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