summaryrefslogtreecommitdiffstats
path: root/net/socket_stream
Commit message (Expand)AuthorAgeFilesLines
* secure proxy support in websocketukai@chromium.org2011-07-264-46/+202
* Revert 93860 - secure proxy support in websocketukai@chromium.org2011-07-254-201/+44
* secure proxy support in websocketukai@chromium.org2011-07-254-44/+201
* Added an OriginBoundCertStore field to the SSLClientSocketNSS class andrkn@chromium.org2011-07-212-1/+7
* Don't use X509Certificate in SSLConfig.sergeyu@chromium.org2011-07-201-2/+6
* Add WebSocket over SPDY experimental implementation.toyoshim@chromium.org2011-07-112-27/+49
* Revert 91997 - Add WebSocket over SPDY experimental implementation.toyoshim@chromium.org2011-07-112-49/+27
* Add WebSocket over SPDY experimental implementation.toyoshim@chromium.org2011-07-112-27/+49
* Revert 91296 - Revert 91292 - Refactoring on SocketStream to support IO PENDI...sky@chromium.org2011-07-013-17/+159
* Revert 91292 - Refactoring on SocketStream to support IO PENDING on WebSocket...sky@chromium.org2011-07-013-159/+17
* Refactoring on SocketStream to support IO PENDING on WebSocket throttlingtoyoshim@chromium.org2011-07-013-17/+159
* WebSocket unit test style fix on static const char kFooBar[]toyoshim@chromium.org2011-06-271-4/+4
* Update SocketStreamMetrics to support new metrics on protocol switch.toyoshim@chromium.org2011-06-244-43/+67
* Header file which defines unit test's target class should be included at first.toyoshim@chromium.org2011-06-242-2/+4
* Unit tests for WebSocket uses old callback mechanisms.toyoshim@chromium.org2011-06-171-59/+48
* WebSocket over SPDY: protocol switchtoyoshim@chromium.org2011-06-163-26/+107
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-2/+2
* Net: Add NET_API to socket_stream and spdy.rvargas@google.com2011-05-193-5/+9
* Get rid of net::CookiePolicy, now that all code that uses it (except WebSocke...jam@chromium.org2011-05-121-0/+16
* Miscelaneous cleanups to AddressList to make it harder to mis-use.eroman@chromium.org2011-05-121-1/+1
* Refactor to address URLRequestContext dependency added incevans@chromium.org2011-05-052-6/+10
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-053-3/+3
* Skip cert verification if it is expected to be bad.hclam@chromium.org2011-04-281-1/+1
* Apply HSTS rules to also upgrade ws:// -> wss:// if appropriate. This avoidscevans@chromium.org2011-04-192-3/+23
* Add websocket ownersukai@chromium.org2011-04-131-0/+2
* Rename a number of classes previously labeled "TCP" to "Transport" inmbelshe@chromium.org2011-04-071-3/+3
* Use lock-free lazy initialization for static histogram referencesjar@chromium.org2011-04-051-4/+4
* Move some files from base to base/memory.levin@chromium.org2011-03-284-8/+8
* Code cleanup related to allowed_bad_certs.wtc@chromium.org2011-03-141-4/+4
* NetLog: Log net error codes on a lot of EndEvents.mmenke@chromium.org2011-02-081-3/+2
* Clean up net unit testing code.erg@google.com2011-01-261-1/+1
* Revert "Clean up net unit testing code." since it breaks the shlib builder.erg@google.com2011-01-251-1/+1
* Clean up net unit testing code.erg@google.com2011-01-251-1/+1
* More net/ header/implementation method reordering.erg@google.com2011-01-212-59/+61
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-212-3/+3
* net: Remove prefix net:: from some places that already are in namespace net.tfarina@chromium.org2011-01-193-10/+10
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-153-9/+9
* Cleanup: Use AUTH_SCHEME enum instead of a string.cbentzel@chromium.org2011-01-131-7/+9
* Start reordering the methods in headers in net/.erg@google.com2011-01-071-7/+7
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-061-1/+1
* Properly lock access to static variables.mad@chromium.org2010-12-231-1/+1
* Cache certificate verification results in memory.wtc@google.com2010-12-162-1/+6
* Add a new GetInstance() method for singleton classes under chrome/service and...satish@chromium.org2010-12-093-8/+17
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-0/+1
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-1/+0
* Clean-up style issues in net:: related to X.509 data-types, eliminating unnec...rsleevi@chromium.org2010-11-221-0/+1
* Correctly handle SSL Client Authentication requests when connectingrch@chromium.org2010-11-121-3/+4
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-4/+7
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-4/+4
* Revert revert 62918 - net: clean up SSLHostInfo construction."agl@chromium.org2010-10-191-1/+3