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
/
websockets
/
websocket_job.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
1
-2
/
+2
*
Use AuthCredentials throughout the network stack instead of username/password.
cbentzel@chromium.org
2011-10-28
1
-4
/
+2
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-2
/
+2
*
Fix crash bug at net::WebSocketJob::OnSentData.
ukai@chromium.org
2011-09-20
1
-2
/
+5
*
Apply the asynchronous CookieMonster API to WebsocketJob.
ycxiao@chromium.org
2011-08-01
1
-33
/
+51
*
Use ScopedRunnableMethodFactory in WebSocketJob
ukai@chromium.org
2011-07-22
1
-5
/
+11
*
Check socket_ is not NULL.
ukai@chromium.org
2011-07-22
1
-1
/
+5
*
Introduce a new connection test which verify WebSocket and SPDY connection se...
toyoshim@chromium.org
2011-07-22
1
-0
/
+4
*
Add WebSocket over SPDY experimental implementation.
toyoshim@chromium.org
2011-07-11
1
-38
/
+144
*
Revert 91997 - Add WebSocket over SPDY experimental implementation.
toyoshim@chromium.org
2011-07-11
1
-144
/
+38
*
Add WebSocket over SPDY experimental implementation.
toyoshim@chromium.org
2011-07-11
1
-38
/
+144
*
WebSocket over SPDY: protocol switch
toyoshim@chromium.org
2011-06-16
1
-12
/
+57
*
Add invalid data send check on CONNECTING state
toyoshim@chromium.org
2011-06-02
1
-0
/
+4
*
Add a websocket-over-spdy flag. This change is a part of WebSocket over SPDY
toyoshim@chromium.org
2011-05-26
1
-0
/
+7
*
Get rid of net::CookiePolicy, now that all code that uses it (except WebSocke...
jam@chromium.org
2011-05-12
1
-34
/
+12
*
Miscelaneous cleanups to AddressList to make it harder to mis-use.
eroman@chromium.org
2011-05-12
1
-1
/
+1
*
Accept new WebSocket handshake format (hybi-04 and later).
yutak@chromium.org
2011-05-06
1
-0
/
+2
*
Remove async functionality from net::CookiePolicy.
willchan@chromium.org
2011-04-06
1
-19
/
+5
*
Change other usages of .size() to .empty() when applicable.
erg@google.com
2011-03-04
1
-1
/
+1
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-14
1
-3
/
+6
*
Revert 68932 - Make members of Singleton<T> private and only visible to the s...
satish@chromium.org
2010-12-11
1
-6
/
+3
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-11
1
-3
/
+6
*
Add a new GetInstance() method for singleton classes under chrome/service and...
satish@chromium.org
2010-12-09
1
-7
/
+8
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 2
thakis@chromium.org
2010-11-02
1
-3
/
+4
*
Add WebSocket handshake message in net_log
ukai@chromium.org
2010-08-12
1
-0
/
+9
*
Net: Convert username and password to string16.
thestig@chromium.org
2010-07-29
1
-2
/
+2
*
Ignore OnConnected event if the job state is already CLOSED.
ukai@chromium.org
2010-06-29
1
-0
/
+2
*
Check state in SocketStream delegate methods.
ukai@chromium.org
2010-06-17
1
-0
/
+11
*
Refactor WebSocket handshake.
ukai@chromium.org
2010-06-03
1
-189
/
+51
*
Fix regression of websocket/tests/simple-stress.html
ukai@chromium.org
2010-06-01
1
-4
/
+16
*
Factor out WebSocket frame handler out of WebSocketJob.
ukai@chromium.org
2010-06-01
1
-35
/
+139
*
Fix WebSocketJob to pass /key_3/ after handshake request header.
ukai@chromium.org
2010-03-30
1
-5
/
+9
*
Use FilterHeaders() instead of HttpUtil::StripHeaders().
ukai@chromium.org
2010-03-25
1
-5
/
+57
*
Try to fix flaky websocket tests again.
ukai@chromium.org
2010-03-23
1
-30
/
+29
*
Revert 42074 - Try to fix flaky websocket tests.
amit@chromium.org
2010-03-19
1
-25
/
+30
*
Try to fix flaky websocket tests.
ukai@chromium.org
2010-03-19
1
-30
/
+25
*
Refactor WebSocket throttling feature.
ukai@chromium.org
2010-03-17
1
-0
/
+73
*
Fix crash in ExtensionApiTest.FLAKY_WebSocket
ukai@chromium.org
2010-03-01
1
-1
/
+2
*
Support HttpOnly cookie on Web Socket
ukai@chromium.org
2010-03-01
1
-0
/
+378