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
Commit message (
Expand
)
Author
Age
Files
Lines
*
secure proxy support in websocket
ukai@chromium.org
2011-07-26
4
-46
/
+202
*
Revert 93860 - secure proxy support in websocket
ukai@chromium.org
2011-07-25
4
-201
/
+44
*
secure proxy support in websocket
ukai@chromium.org
2011-07-25
4
-44
/
+201
*
Added an OriginBoundCertStore field to the SSLClientSocketNSS class and
rkn@chromium.org
2011-07-21
2
-1
/
+7
*
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
2
-27
/
+49
*
Revert 91997 - Add WebSocket over SPDY experimental implementation.
toyoshim@chromium.org
2011-07-11
2
-49
/
+27
*
Add WebSocket over SPDY experimental implementation.
toyoshim@chromium.org
2011-07-11
2
-27
/
+49
*
Revert 91296 - Revert 91292 - Refactoring on SocketStream to support IO PENDI...
sky@chromium.org
2011-07-01
3
-17
/
+159
*
Revert 91292 - Refactoring on SocketStream to support IO PENDING on WebSocket...
sky@chromium.org
2011-07-01
3
-159
/
+17
*
Refactoring on SocketStream to support IO PENDING on WebSocket throttling
toyoshim@chromium.org
2011-07-01
3
-17
/
+159
*
WebSocket unit test style fix on static const char kFooBar[]
toyoshim@chromium.org
2011-06-27
1
-4
/
+4
*
Update SocketStreamMetrics to support new metrics on protocol switch.
toyoshim@chromium.org
2011-06-24
4
-43
/
+67
*
Header file which defines unit test's target class should be included at first.
toyoshim@chromium.org
2011-06-24
2
-2
/
+4
*
Unit tests for WebSocket uses old callback mechanisms.
toyoshim@chromium.org
2011-06-17
1
-59
/
+48
*
WebSocket over SPDY: protocol switch
toyoshim@chromium.org
2011-06-16
3
-26
/
+107
*
Virtual destructors should have virtual keyword.
hans@chromium.org
2011-05-25
1
-2
/
+2
*
Net: Add NET_API to socket_stream and spdy.
rvargas@google.com
2011-05-19
3
-5
/
+9
*
Get rid of net::CookiePolicy, now that all code that uses it (except WebSocke...
jam@chromium.org
2011-05-12
1
-0
/
+16
*
Miscelaneous cleanups to AddressList to make it harder to mis-use.
eroman@chromium.org
2011-05-12
1
-1
/
+1
*
Refactor to address URLRequestContext dependency added in
cevans@chromium.org
2011-05-05
2
-6
/
+10
*
Rename ClientSocket to StreamSocket.
sergeyu@chromium.org
2011-05-05
3
-3
/
+3
*
Skip cert verification if it is expected to be bad.
hclam@chromium.org
2011-04-28
1
-1
/
+1
*
Apply HSTS rules to also upgrade ws:// -> wss:// if appropriate. This avoids
cevans@chromium.org
2011-04-19
2
-3
/
+23
*
Add websocket owners
ukai@chromium.org
2011-04-13
1
-0
/
+2
*
Rename a number of classes previously labeled "TCP" to "Transport" in
mbelshe@chromium.org
2011-04-07
1
-3
/
+3
*
Use lock-free lazy initialization for static histogram references
jar@chromium.org
2011-04-05
1
-4
/
+4
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
4
-8
/
+8
*
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
*
Clean up net unit testing code.
erg@google.com
2011-01-26
1
-1
/
+1
*
Revert "Clean up net unit testing code." since it breaks the shlib builder.
erg@google.com
2011-01-25
1
-1
/
+1
*
Clean up net unit testing code.
erg@google.com
2011-01-25
1
-1
/
+1
*
More net/ header/implementation method reordering.
erg@google.com
2011-01-21
2
-59
/
+61
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
2
-3
/
+3
*
net: Remove prefix net:: from some places that already are in namespace net.
tfarina@chromium.org
2011-01-19
3
-10
/
+10
*
net: Remove typedef net::URLRequestContext URLRequestContext;
tfarina@chromium.org
2011-01-15
3
-9
/
+9
*
Cleanup: Use AUTH_SCHEME enum instead of a string.
cbentzel@chromium.org
2011-01-13
1
-7
/
+9
*
Start reordering the methods in headers in net/.
erg@google.com
2011-01-07
1
-7
/
+7
*
net: Add namespace net to the remaining files under url_request directory.
tfarina@chromium.org
2011-01-06
1
-1
/
+1
*
Properly lock access to static variables.
mad@chromium.org
2010-12-23
1
-1
/
+1
*
Cache certificate verification results in memory.
wtc@google.com
2010-12-16
2
-1
/
+6
*
Add a new GetInstance() method for singleton classes under chrome/service and...
satish@chromium.org
2010-12-09
3
-8
/
+17
*
Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)
thestig@chromium.org
2010-11-30
1
-0
/
+1
*
FBTF: Remove unneeded headers from base/ (part 10)
thestig@chromium.org
2010-11-30
1
-1
/
+0
*
Clean-up style issues in net:: related to X.509 data-types, eliminating unnec...
rsleevi@chromium.org
2010-11-22
1
-0
/
+1
*
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
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
1
-4
/
+4
*
Revert revert 62918 - net: clean up SSLHostInfo construction."
agl@chromium.org
2010-10-19
1
-1
/
+3
[next]