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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix crash when we delete the group we're requesting a socket for.
willchan@chromium.org
2010-04-09
4
-20
/
+55
*
Prevent people from adding mime type to supported_non_image_types that will m...
inferno@chromium.org
2010-04-09
1
-0
/
+4
*
Strips http from the omnibox
sky@chromium.org
2010-04-09
3
-80
/
+202
*
Take 2 at landing the SPDY SETTINGS frame patch.
mbelshe@chromium.org
2010-04-09
10
-48
/
+453
*
Revert 44092 - Add support for the SPDY session frame.
jar@chromium.org
2010-04-09
10
-451
/
+48
*
Add support for the SPDY session frame.
mbelshe@chromium.org
2010-04-09
10
-48
/
+451
*
Add support for attaching custom parameters to NetLog events.
eroman@chromium.org
2010-04-09
13
-224
/
+371
*
Don't do dynamic IPv6 probe on Windows
jar@chromium.org
2010-04-09
1
-2
/
+6
*
Increase the default cache time for failed host resolves from 1 second to 1 m...
eroman@chromium.org
2010-04-08
1
-1
/
+1
*
Linux: Use .kde4 for proxy settings when it is present and we are running und...
mdm@chromium.org
2010-04-08
2
-19
/
+160
*
Fix out of array bounds access in VMSPathToUnix function.
inferno@chromium.org
2010-04-08
2
-1
/
+2
*
HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...
cbentzel@chromium.org
2010-04-08
15
-55
/
+243
*
Flush socket pools and SPDY session pool properly on explicit requests and ne...
willchan@chromium.org
2010-04-08
27
-191
/
+185
*
Make sure to strip the brackets around IPv6 literals when resolving the hostn...
eroman@chromium.org
2010-04-07
2
-1
/
+16
*
Fix ClientSocketPool to count idle sockets toward socket limit.
willchan@chromium.org
2010-04-07
3
-28
/
+115
*
Mac: Improve Chrome's response to post-handshake SSL renegotiation.
snej@chromium.org
2010-04-07
1
-1
/
+13
*
Revert 43826 - HostResolver now adds AI_CANONNAME to the hint flags if a requ...
cbentzel@chromium.org
2010-04-07
15
-241
/
+55
*
HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...
cbentzel@chromium.org
2010-04-07
15
-55
/
+241
*
Don't run a few more tests under TSan on Windows
timurrrr@chromium.org
2010-04-07
1
-0
/
+7
*
SendPending() does nothing if socket_stream_ == NULL.
ukai@chromium.org
2010-04-07
1
-1
/
+4
*
Make PreferredCacheSize(avail) <= avail*0.8 and f(x) <= f(x+1).
nsylvain@chromium.org
2010-04-06
2
-38
/
+60
*
Fix xss in onListingParsingError by using encodeuri() on the document.location.
inferno@chromium.org
2010-04-06
1
-1
/
+2
*
Our HTTP client callback functions for NSS must set an NSS/NSPR error
wtc@chromium.org
2010-04-05
2
-11
/
+26
*
Missed include of <utility> for new use of std::pair.
mbelshe@chromium.org
2010-04-05
1
-0
/
+1
*
Pull latest googleurl to get it to stop unescaping at signs in paths.
brettw@chromium.org
2010-04-05
4
-2
/
+12
*
Update new WebSocket API.
ukai@chromium.org
2010-04-05
3
-27
/
+95
*
Move EnvironmentVariableGetter from base/linux_util.h to base/env_var.h and r...
thestig@chromium.org
2010-04-03
3
-36
/
+31
*
Implement protocol definitions for the SPDY SETTINGS frame (previously
mbelshe@chromium.org
2010-04-02
5
-22
/
+200
*
We should delete the underlying persistent public key only
wtc@chromium.org
2010-04-02
3
-9
/
+9
*
Added command-line whitelist data to UrlSecurityManager. These are used by a...
ahendrickson@chromium.org
2010-04-02
9
-545
/
+55
*
With SPDY, when a proxy is set via automatic settings, we had a crash.
mbelshe@chromium.org
2010-04-02
1
-0
/
+2
*
Change NOTREACHED for a LOG(WARNING) when we can't delete
nsylvain@chromium.org
2010-04-02
1
-4
/
+8
*
Implement closing handshake described in draft-hixie-thewebsocketprotocol-76.
ukai@chromium.org
2010-04-02
2
-4
/
+126
*
Patch the XSS in Net-internal viewcache by html encoding "key"
inferno@chromium.org
2010-04-01
1
-1
/
+1
*
Remove a dead line of code.
eroman@chromium.org
2010-04-01
1
-3
/
+0
*
Notify all active login prompts when one login prompt is submitted. This allows
tonyg@chromium.org
2010-04-01
1
-0
/
+11
*
Adds support for the <keygen> element to Windows, matching
wtc@chromium.org
2010-04-01
12
-43
/
+632
*
Revert 43331 - Implement closing handshake described in drafthixiethewebsocke...
jar@chromium.org
2010-04-01
2
-128
/
+4
*
Implement closing handshake described in draft-hixie-thewebsocketprotocol-76.
ukai@chromium.org
2010-04-01
2
-4
/
+128
*
Fix leak in WebSocketThrottleTest::Throttle
ukai@chromium.org
2010-04-01
1
-4
/
+10
*
Fix a crash when calling a PAC binding from the global scope.
eroman@chromium.org
2010-03-31
3
-14
/
+48
*
Removing a clock dependent behavior in testserver which caused
tonyg@chromium.org
2010-03-31
1
-17
/
+24
*
Disable more DiskCacheBackendTest's as the crash on Linux/shlib
timurrrr@chromium.org
2010-03-31
1
-2
/
+4
*
Removed filter checks in windows implementations of Negotiate and NTLM HTTP A...
cbentzel@chromium.org
2010-03-31
4
-369
/
+0
*
Move the suppression landed in r43208 to the right file.
rsesek@chromium.org
2010-03-31
1
-7
/
+0
*
Suppress a leak from r43192 in WebSocketThrottleTest.Throttle.
rsesek@chromium.org
2010-03-31
1
-0
/
+7
*
Remove wrong-placed file.
timurrrr@chromium.org
2010-03-31
1
-0
/
+3
*
Fix race condition in SocketStream::Close().
ukai@chromium.org
2010-03-31
1
-0
/
+6
*
Gracefully recover from malformed auth challenge.
jochen@chromium.org
2010-03-31
2
-5
/
+84
*
Remove packet split experiment, and add coalescing histogram
jar@chromium.org
2010-03-31
1
-22
/
+28
[next]