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
*
SSL fixes for sites with buggy DEFLATE support.
agl@chromium.org
2010-04-20
4
-5
/
+147
*
This CL moves the MockSSPILibrary out of http_auth_sspi_win_unittests.cc and ...
cbentzel@chromium.org
2010-04-20
4
-157
/
+209
*
Disable HttpNetworkSessionTest.FlushOnNetworkChange under ThreadSanitizer.
glider@chromium.org
2010-04-20
1
-0
/
+3
*
Fix websocket key generation algorithm.
ukai@chromium.org
2010-04-20
1
-5
/
+5
*
Cancel IPv6 probe jobs during shutdown.
eroman@chromium.org
2010-04-20
1
-0
/
+4
*
Mac: Generate valid <keygen> data if challenge string is empty
snej@chromium.org
2010-04-19
1
-1
/
+7
*
Fix crash on IP address change.
willchan@chromium.org
2010-04-19
27
-185
/
+191
*
SPDY: Remove invalid DCHECK.
willchan@chromium.org
2010-04-19
2
-2
/
+5
*
SPDY: Change Chrome code to support new NPN protocols.
willchan@chromium.org
2010-04-19
3
-7
/
+14
*
Changes FormatURL to not strip http if the host starts with ftp or https[!a-z...
sky@chromium.org
2010-04-19
2
-2
/
+62
*
Update about:cache to display cached metadata for an entry.
tonyg@chromium.org
2010-04-19
5
-22
/
+24
*
Added NetLog statements for Canonical name lookup.
cbentzel@chromium.org
2010-04-19
2
-0
/
+8
*
Linux: correctly ignore KDE "indirect" environment variable proxy settings wh...
mdm@chromium.org
2010-04-18
1
-0
/
+2
*
Fix a deadlock that could happen during shutdown if a host resolve request wa...
eroman@chromium.org
2010-04-17
10
-116
/
+471
*
SPDY: Minor code cleanup.
willchan@chromium.org
2010-04-16
1
-4
/
+5
*
Fix FindTopStalledGroup() to catch groups correctly.
willchan@chromium.org
2010-04-16
2
-9
/
+40
*
Fix crash in WriteSocket() when sending Settings frames
mbelshe@chromium.org
2010-04-16
3
-1
/
+28
*
Refactored to pass the URLSecurityManager via the HttpAuthFactory class to th...
ahendrickson@chromium.org
2010-04-16
17
-143
/
+138
*
A bit wider SpdyNetwork gtest filter for TSan/Win
timurrrr@chromium.org
2010-04-16
1
-1
/
+2
*
Adding extra argument DCHECKs to AddressList methods.
cbentzel@chromium.org
2010-04-16
2
-2
/
+11
*
Do not call NSS functions if NSS initialization failed.
wtc@chromium.org
2010-04-16
2
-3
/
+11
*
Call the IsCertStatusError function.
wtc@chromium.org
2010-04-16
1
-2
/
+1
*
Revert 44708 - Python implementation of sync server, for testing.
nick@chromium.org
2010-04-15
5
-1038
/
+4
*
Python implementation of sync server, for testing.
nick@chromium.org
2010-04-15
5
-4
/
+1038
*
SPDY: Alternate-Protocol changes.
willchan@chromium.org
2010-04-15
6
-20
/
+36
*
Cleanup: Explicitly add a bunch of missing includes.
thestig@chromium.org
2010-04-15
2
-5
/
+8
*
Kerberos uses an SPN (Service Principal Name) to identify a server. This is t...
cbentzel@chromium.org
2010-04-14
15
-32
/
+454
*
If the server's CertificateRequest message contains an empty
wtc@chromium.org
2010-04-14
1
-2
/
+12
*
Revert r44150 and r43882.
willchan@chromium.org
2010-04-13
4
-161
/
+39
*
Stop watching the netlink file descriptor before the message pump is destroyed.
eroman@chromium.org
2010-04-12
2
-8
/
+31
*
Modify FTP to implement EPSV per RFC 2428. EPSV is an extended version
cbentzel@chromium.org
2010-04-12
3
-64
/
+325
*
Change BASE_HEX to BASE_NONE, as now required for non-numeric types (FT_STRIN...
cbentzel@chromium.org
2010-04-12
1
-2
/
+2
*
Split the list of tests with intentional leaks out of net_unittests.gtest.txt,
glider@chromium.org
2010-04-12
2
-17
/
+16
*
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
[next]