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
*
Implement most of the ridealong fixes/cleanups I suggested during review for ...
pkasting@chromium.org
2010-06-01
1
-4
/
+2
*
Use arraysize() instead of ARRAYSIZE_UNSAFE() where possible. Remove pointle...
pkasting@chromium.org
2010-06-01
1
-4
/
+4
*
Use SSLClientSocketNSS on Mac OS X. By default, chrome still uses
wtc@chromium.org
2010-06-01
5
-99
/
+93
*
Move net::HTTPSProber from net_base to net
mnissler@chromium.org
2010-06-01
4
-4
/
+4
*
Fix regression of websocket/tests/simple-stress.html
ukai@chromium.org
2010-06-01
4
-16
/
+38
*
Factor out WebSocket frame handler out of WebSocketJob.
ukai@chromium.org
2010-06-01
8
-144
/
+565
*
Remove assertion on correct NetworkChangeNotifierLinux cleanup.
willchan@chromium.org
2010-05-28
1
-1
/
+2
*
view-cache: Refactor ViewCacheHelper and ViewHttpCacheJobFactory
rvargas@google.com
2010-05-27
5
-102
/
+556
*
Change the proxy waiting-for message to:
mbelshe@chromium.org
2010-05-27
2
-0
/
+9
*
Enable warning 4389 as an error on windows builds. This will make
mbelshe@chromium.org
2010-05-27
5
-12
/
+16
*
HttpAuthHandlers hold onto a bound net log.
cbentzel@chromium.org
2010-05-27
24
-50
/
+83
*
net-internals: use the async interface for displaying cache statistics.
rvargas@google.com
2010-05-27
2
-0
/
+7
*
Revert "Another dependency the bbot missed!!!"
rafaelw@chromium.org
2010-05-26
5
-16
/
+12
*
Missed a file as part of checkin for r48186
mbelshe@chromium.org
2010-05-25
1
-2
/
+2
*
Enable warning 4389 as an error on windows builds. This will make
mbelshe@chromium.org
2010-05-25
4
-10
/
+14
*
Increase the socket limit for proxy servers to 32.
willchan@chromium.org
2010-05-25
1
-3
/
+3
*
Eliminate the establishing_tunnel_ internal state and move to explicit
mbelshe@chromium.org
2010-05-25
4
-133
/
+222
*
Don't run SpdyNetworkTransactionTest.SynReplyHeadersVary under TSan/Win
timurrrr@chromium.org
2010-05-25
1
-0
/
+1
*
Address a TODO about not duplicating the name --> value mapping for NetLog::S...
eroman@chromium.org
2010-05-22
3
-7
/
+19
*
net-internals: Log the addresses that were attempted during a TCP connect, an...
eroman@chromium.org
2010-05-21
8
-52
/
+109
*
Always fallback to the next address when doing TCP connect (winsock impl).
eroman@chromium.org
2010-05-21
2
-56
/
+100
*
Fix locking in CookieMonster.
rdsmith@chromium.org
2010-05-21
1
-5
/
+42
*
This change enables FieldTrial for SPDY. When --use-spdy=npn is used, field t...
lzheng@chromium.org
2010-05-21
10
-19
/
+162
*
Generate some histograms to see how well our compression is working.
mbelshe@chromium.org
2010-05-21
2
-2
/
+109
*
Add more histograms for SPDY and settings.
mbelshe@chromium.org
2010-05-21
2
-13
/
+62
*
Separate SPDY data-frame compression from the header compressors.
mbelshe@chromium.org
2010-05-21
5
-139
/
+473
*
SocketStream::Close() disconnect the socket after all pending data sent.
ukai@chromium.org
2010-05-21
3
-3
/
+147
*
Remove the TRACE_EVENT for network states. This is no longer needed, since mo...
eroman@chromium.org
2010-05-21
4
-57
/
+0
*
Track whether a resource was loaded via a proxy. I'm going to use
mbelshe@chromium.org
2010-05-21
3
-3
/
+18
*
Make ClientSocketPool histograms static so that they work properly.
vandebo@chromium.org
2010-05-20
16
-70
/
+177
*
Lazy initialization of URLSecurityManager to reduce start-up time.
ahendrickson@chromium.org
2010-05-20
10
-26
/
+25
*
Remove handler from HttpAuthCache.
cbentzel@chromium.org
2010-05-20
24
-86
/
+239
*
net-internals: Log the addresses that were attempted during a TCP connect, an...
eroman@chromium.org
2010-05-20
5
-29
/
+114
*
Chromium side changes for enabling VP8 and WebM support.
scherkus@chromium.org
2010-05-20
3
-11
/
+105
*
Revert r47395. Looks like it still crashes =/
willchan@chromium.org
2010-05-20
19
-182
/
+127
*
Make TCPClientSocket* inherit from NonThreadSafe.
willchan@chromium.org
2010-05-19
4
-2
/
+30
*
Always fallback to the next address when doing TCP connect (libevent impl).
eroman@chromium.org
2010-05-19
2
-99
/
+117
*
chunk of straightforward ifdef/include changes for BSD port
pvalchev@google.com
2010-05-19
6
-3
/
+9
*
Prevent crash in test case where tests could overflow the index to the list of
mbelshe@chromium.org
2010-05-19
1
-6
/
+12
*
Disable HttpNetworkTransactionTest.StopsReading204 (net_unittests) under TSan
glider@chromium.org
2010-05-19
1
-0
/
+3
*
Revert r47583 for causing reliability bot crashes.
willchan@chromium.org
2010-05-19
4
-172
/
+45
*
Linux: Fix kde no_proxy environment variable handling.
mattm@chromium.org
2010-05-18
2
-18
/
+96
*
Reland my close on idle socket change.
willchan@chromium.org
2010-05-18
4
-45
/
+172
*
Create a dedicated cache thread and use it to create the
rvargas@google.com
2010-05-18
3
-8
/
+11
*
Adding gssapi.h to third_party.
ahendrickson@google.com
2010-05-18
4
-0
/
+914
*
Annotate load flags and net errors with their symbolic name.
eroman@chromium.org
2010-05-18
3
-69
/
+87
*
Adding some known mime types to the platform_mime_utils on linux. This might...
dhg@chromium.org
2010-05-18
1
-0
/
+29
*
Digest Authentication: Test that "nc" is incremented for same "nonce".
cbentzel@chromium.org
2010-05-18
3
-0
/
+150
*
Trigger SSL fallback based on Bad MAC alert.
agl@chromium.org
2010-05-18
3
-3
/
+11
*
Update comments based on my new understanding of the
wtc@chromium.org
2010-05-18
1
-2
/
+7
[next]