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
Commit message (
Expand
)
Author
Age
Files
Lines
*
WebSocket: Add connection test on WebSocketJobTest
toyoshim@chromium.org
2011-07-06
1
-47
/
+233
*
Do tests in both spdy enabled and disabled configurations.
toyoshim@chromium.org
2011-07-04
1
-17
/
+84
*
GCC 4.6 -Wunused-but-set-variable cleanup.
pph34r@gmail.com
2011-07-02
1
-3
/
+1
*
WebSocket unit test style fix on static const char kFooBar[]
toyoshim@chromium.org
2011-06-27
2
-58
/
+75
*
Header file which defines unit test's target class should be included at first.
toyoshim@chromium.org
2011-06-24
8
-8
/
+16
*
Coverity: Pass parameters by reference.
jhawkins@chromium.org
2011-06-22
1
-2
/
+4
*
Unit tests for WebSocket uses old callback mechanisms.
toyoshim@chromium.org
2011-06-17
1
-31
/
+24
*
WebSocket over SPDY: protocol switch
toyoshim@chromium.org
2011-06-16
4
-23
/
+91
*
Add invalid data send check on CONNECTING state
toyoshim@chromium.org
2011-06-02
3
-168
/
+130
*
Fix RandUint32 to be uniform.
joi@chromium.org
2011-05-30
1
-4
/
+2
*
Add a websocket-over-spdy flag. This change is a part of WebSocket over SPDY
toyoshim@chromium.org
2011-05-26
2
-0
/
+13
*
net: Add NET_API to websockets.
rvargas@google.com
2011-05-20
8
-13
/
+21
*
MAC Cookies (patch 3 of N)
abarth@chromium.org
2011-05-12
1
-0
/
+6
*
Get rid of net::CookiePolicy, now that all code that uses it (except WebSocke...
jam@chromium.org
2011-05-12
3
-75
/
+29
*
Miscelaneous cleanups to AddressList to make it harder to mis-use.
eroman@chromium.org
2011-05-12
2
-2
/
+2
*
Accept new WebSocket handshake format (hybi-04 and later).
yutak@chromium.org
2011-05-06
4
-57
/
+553
*
Refactor to address URLRequestContext dependency added in
cevans@chromium.org
2011-05-05
1
-2
/
+4
*
Fix net/ command-line pollution introduced in http://codereview.chromium.org/...
cevans@chromium.org
2011-05-02
1
-1
/
+1
*
Apply HSTS rules to also upgrade ws:// -> wss:// if appropriate. This avoids
cevans@chromium.org
2011-04-19
1
-0
/
+26
*
Add websocket owners
ukai@chromium.org
2011-04-13
1
-0
/
+2
*
Remove async functionality from net::CookiePolicy.
willchan@chromium.org
2011-04-06
3
-64
/
+20
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
13
-27
/
+27
*
Change other usages of .size() to .empty() when applicable.
erg@google.com
2011-03-04
2
-12
/
+12
*
Reland r74842
willchan@chromium.org
2011-02-16
1
-2
/
+2
*
Revert 75143 - Reland r74842
willchan@chromium.org
2011-02-16
1
-2
/
+2
*
Reland r74842
willchan@chromium.org
2011-02-16
1
-2
/
+2
*
Revert 74842 - It seems to have broken the ChromeOS "PFQ bot"?
willchan@chromium.org
2011-02-14
1
-2
/
+2
*
Revert r74728 which reverted r74561 for exposing a ChromeOS bug.
willchan@chromium.org
2011-02-14
1
-2
/
+2
*
Revert r74632 "Reland r74561 after fixing ChromeOS build breakage."
oshima@google.com
2011-02-12
1
-2
/
+2
*
Reland r74561 after fixing ChromeOS build breakage.
willchan@chromium.org
2011-02-11
1
-2
/
+2
*
Revert 74561 for breaking the ChromeOS build
willchan@chromium.org
2011-02-11
1
-2
/
+2
*
Introduce OffTheRecordProfileIOData and ProfileImplIOData.
willchan@chromium.org
2011-02-11
1
-2
/
+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
*
Adjust comments for new Source/ location.
dilmah@chromium.org
2011-01-19
1
-1
/
+1
*
net: Remove prefix net:: from some places that already are in namespace net.
tfarina@chromium.org
2011-01-19
1
-1
/
+1
*
net: Remove typedef net::URLRequestContext URLRequestContext;
tfarina@chromium.org
2011-01-15
1
-2
/
+2
*
Clang: enable -Wbool-conversions and -Wunused-variables on Linux.
hans@chromium.org
2011-01-14
1
-4
/
+4
*
Start reordering the methods in headers in net/.
erg@google.com
2011-01-07
3
-2
/
+5
*
net: Add namespace net to the remaining files under url_request directory.
tfarina@chromium.org
2011-01-06
1
-4
/
+4
*
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
4
-10
/
+20
*
Add the "virtual" keyword on method overrides that are missing it.
erg@google.com
2010-12-08
2
-38
/
+54
*
Stop using SplitStringDontTrim in NetLogWebSocketHandshakeParameter::ToValue()
tyoshino@google.com
2010-11-12
2
-18
/
+71
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 2
thakis@chromium.org
2010-11-02
2
-6
/
+7
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
1
-21
/
+21
*
Convert LOG(INFO) to VLOG(1) - net/.
pkasting@chromium.org
2010-10-16
4
-29
/
+26
[next]