index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
socket_stream
/
socket_stream.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace OldCompletionCallback in SocketStream::Delegate.
yutak@chromium.org
2011-12-01
1
-13
/
+20
*
Replace NewRunnableMethod in SocketStream.
yutak@chromium.org
2011-12-01
1
-5
/
+5
*
base::Bind: Convert HostResolver::Resolve.
jhawkins@chromium.org
2011-11-16
1
-2
/
+3
*
Make X509Certificate::GetDEREncoded a static function taking an OSCertHandle
rsleevi@chromium.org
2011-11-01
1
-1
/
+2
*
Use AuthCredentials throughout the network stack instead of username/password.
cbentzel@chromium.org
2011-10-28
1
-15
/
+8
*
SSL client authentication support for secure proxy in WebSocket
toyoshim@chromium.org
2011-10-17
1
-11
/
+66
*
Fix crash bug at net::WebSocketJob::OnSentData.
ukai@chromium.org
2011-09-20
1
-1
/
+1
*
Change AuthChallengeInfo to better represent underlying encodings.
cbentzel@chromium.org
2011-09-12
1
-5
/
+4
*
secure proxy support in websocket
ukai@chromium.org
2011-07-26
1
-46
/
+91
*
Revert 93860 - secure proxy support in websocket
ukai@chromium.org
2011-07-25
1
-90
/
+44
*
secure proxy support in websocket
ukai@chromium.org
2011-07-25
1
-44
/
+90
*
Added an OriginBoundCertStore field to the SSLClientSocketNSS class and
rkn@chromium.org
2011-07-21
1
-1
/
+6
*
Don't use X509Certificate in SSLConfig.
sergeyu@chromium.org
2011-07-20
1
-2
/
+6
*
Add WebSocket over SPDY experimental implementation.
toyoshim@chromium.org
2011-07-11
1
-3
/
+3
*
Revert 91997 - Add WebSocket over SPDY experimental implementation.
toyoshim@chromium.org
2011-07-11
1
-3
/
+3
*
Add WebSocket over SPDY experimental implementation.
toyoshim@chromium.org
2011-07-11
1
-3
/
+3
*
Revert 91296 - Revert 91292 - Refactoring on SocketStream to support IO PENDI...
sky@chromium.org
2011-07-01
1
-17
/
+41
*
Revert 91292 - Refactoring on SocketStream to support IO PENDING on WebSocket...
sky@chromium.org
2011-07-01
1
-41
/
+17
*
Refactoring on SocketStream to support IO PENDING on WebSocket throttling
toyoshim@chromium.org
2011-07-01
1
-17
/
+41
*
Update SocketStreamMetrics to support new metrics on protocol switch.
toyoshim@chromium.org
2011-06-24
1
-8
/
+13
*
WebSocket over SPDY: protocol switch
toyoshim@chromium.org
2011-06-16
1
-3
/
+23
*
Miscelaneous cleanups to AddressList to make it harder to mis-use.
eroman@chromium.org
2011-05-12
1
-1
/
+1
*
Rename ClientSocket to StreamSocket.
sergeyu@chromium.org
2011-05-05
1
-1
/
+1
*
Skip cert verification if it is expected to be bad.
hclam@chromium.org
2011-04-28
1
-1
/
+1
*
Rename a number of classes previously labeled "TCP" to "Transport" in
mbelshe@chromium.org
2011-04-07
1
-3
/
+3
*
Code cleanup related to allowed_bad_certs.
wtc@chromium.org
2011-03-14
1
-4
/
+4
*
NetLog: Log net error codes on a lot of EndEvents.
mmenke@chromium.org
2011-02-08
1
-3
/
+2
*
More net/ header/implementation method reordering.
erg@google.com
2011-01-21
1
-46
/
+47
*
net: Remove prefix net:: from some places that already are in namespace net.
tfarina@chromium.org
2011-01-19
1
-5
/
+5
*
net: Remove typedef net::URLRequestContext URLRequestContext;
tfarina@chromium.org
2011-01-15
1
-3
/
+3
*
Cleanup: Use AUTH_SCHEME enum instead of a string.
cbentzel@chromium.org
2011-01-13
1
-7
/
+9
*
Cache certificate verification results in memory.
wtc@google.com
2010-12-16
1
-1
/
+5
*
Correctly handle SSL Client Authentication requests when connecting
rch@chromium.org
2010-11-12
1
-3
/
+4
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 2
thakis@chromium.org
2010-11-02
1
-4
/
+7
*
Revert revert 62918 - net: clean up SSLHostInfo construction."
agl@chromium.org
2010-10-19
1
-1
/
+3
*
Revert 62918 - net: clean up SSLHostInfo construction.
agl@chromium.org
2010-10-18
1
-3
/
+1
*
net: clean up SSLHostInfo construction.
agl@chromium.org
2010-10-18
1
-1
/
+3
*
Convert LOG(INFO) to VLOG(1) - net/.
pkasting@chromium.org
2010-10-16
1
-3
/
+3
*
Stop refcounting HostResolver.
willchan@chromium.org
2010-10-01
1
-3
/
+3
*
net: Append base:: in the StringPrintf calls.
tfarina@chromium.org
2010-09-25
1
-2
/
+3
*
Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...
eroman@chromium.org
2010-09-15
1
-10
/
+5
*
Fix multi-round authentication.
cbentzel@chromium.org
2010-09-11
1
-4
/
+5
*
In about:net-internals, each SOCKET created by a CONNECT_JOB holds a referenc...
mmenke@chromium.org
2010-08-25
1
-1
/
+2
*
Added check for null delegate when a socket stream closes between DoResolveHo...
cdn@chromium.org
2010-08-13
1
-1
/
+1
*
Fix flaky WebSocket crash with url-with-credential.html
ukai@chromium.org
2010-08-11
1
-4
/
+8
*
Fix WebSocket crash bug.
ukai@chromium.org
2010-08-05
1
-24
/
+53
*
Revert 54707 - Fix WebSocket crash bug.
ukai@chromium.org
2010-08-03
1
-32
/
+6
*
Fix WebSocket crash bug.
ukai@chromium.org
2010-08-03
1
-6
/
+32
*
Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it
brettw@chromium.org
2010-07-31
1
-0
/
+1
*
Net: Convert username and password to string16.
thestig@chromium.org
2010-07-29
1
-1
/
+1
[next]