summaryrefslogtreecommitdiffstats
path: root/net/socket_stream/socket_stream_job.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-111-2/+2
* Use SSLManager to handle SSL error in SocketStreamDispatcherHosttoyoshim@chromium.org2012-03-211-0/+7
* Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landingrch@chromium.org2012-03-041-2/+3
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-3/+1
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-2/+2
* Net: Add NET_API to socket_stream and spdy.rvargas@google.com2011-05-191-1/+3
* Refactor to address URLRequestContext dependency added incevans@chromium.org2011-05-051-1/+5
* Apply HSTS rules to also upgrade ws:// -> wss:// if appropriate. This avoidscevans@chromium.org2011-04-191-1/+4
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* net: Remove prefix net:: from some places that already are in namespace net.tfarina@chromium.org2011-01-191-2/+2
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-151-2/+2
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-061-1/+1
* Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-041-25/+10
* Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."erg@google.com2010-10-011-10/+25
* FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-011-25/+10
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-2/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Support HttpOnly cookie on Web Socketukai@chromium.org2010-03-011-0/+87