summaryrefslogtreecommitdiffstats
path: root/net/socket_stream
Commit message (Expand)AuthorAgeFilesLines
* Make X509Certificate::GetDEREncoded a static function taking an OSCertHandlersleevi@chromium.org2011-11-011-1/+2
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-285-36/+20
* SSL client authentication support for secure proxy in WebSockettoyoshim@chromium.org2011-10-172-13/+70
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-012-17/+17
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-09-291-10/+0
* Fix crash bug at net::WebSocketJob::OnSentData.ukai@chromium.org2011-09-201-1/+1
* Change AuthChallengeInfo to better represent underlying encodings.cbentzel@chromium.org2011-09-121-5/+4
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-123-7/+8
* 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