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
*
Replace GetIOMessageLoopProxy() with GetNetworkTaskRunner() in UrlRequestCont...
sergeyu@chromium.org
2012-06-16
6
-121
/
+122
*
Do not enqueue multiple socket writes performing an HTTP chunked request
rsleevi@chromium.org
2012-06-15
3
-4
/
+176
*
Move URLFetcherImpl to net/
akalin@chromium.org
2012-06-15
5
-3
/
+1538
*
implement HaveOnlyLoopbackAddresses() for android
james.wei@intel.com
2012-06-15
5
-1
/
+48
*
DnsWatcherThread should be named "DnsWatcher", not "NetworkChangeNotifier".
wtc@chromium.org
2012-06-15
2
-2
/
+2
*
SPDY - Added SETTINGS_MAX_CONCURRENT_STREAMS:1000 in the initial SETTINGS frame,
rtenneti@google.com
2012-06-14
14
-21
/
+146
*
Adjust the expectations of unit tests after the dod_ca_17_cert.der
wtc@chromium.org
2012-06-14
1
-23
/
+22
*
Don't crash when confronted with many set-cookie headers.
shalev@chromium.org
2012-06-14
4
-25
/
+154
*
SPDY: Set initial max concurrent streams to 100
willchan@chromium.org
2012-06-14
1
-1
/
+1
*
NetLogEventParameter to Callback refactoring 9.
mmenke@chromium.org
2012-06-14
22
-361
/
+312
*
NetLogEventParameter to Callback refactoring 7.
mmenke@chromium.org
2012-06-14
7
-176
/
+133
*
NetLogEventParameter to Callback refactoring 11.
mmenke@chromium.org
2012-06-14
2
-0
/
+21
*
Make HttpStream take a scoped_ptr<UploadDataStream>, to clearly communicate t...
rsleevi@chromium.org
2012-06-14
17
-194
/
+275
*
NetLogEventParameter to Callback refactoring 8.
mmenke@chromium.org
2012-06-14
8
-87
/
+65
*
Add "crash_test" feature to DNS fuzz stub.
ttuttle@chromium.org
2012-06-14
1
-20
/
+29
*
Add the --ssl-version-min and --ssl-version-max command-line options.
wtc@chromium.org
2012-06-14
1
-2
/
+4
*
[net/dns] If the only name server is 0.0.0.0:53 assume DnsConfig is invalid.
szym@chromium.org
2012-06-14
2
-2
/
+33
*
Disable three CertDatabaseNSSTests to green the tree.
szym@chromium.org
2012-06-14
1
-3
/
+3
*
Select the first protocol from the next protocol list of SSLConfig if If we d...
jnd@chromium.org
2012-06-14
1
-20
/
+19
*
[net/dns] Refactor DnsHostsReader to reduce unnecessary inheritance.
szym@chromium.org
2012-06-14
5
-90
/
+76
*
NetLogEventParameter to Callback refactoring 4.
mmenke@chromium.org
2012-06-14
8
-170
/
+136
*
Disk cache: Make sure that references to IO buffers are
rvargas@chromium.org
2012-06-14
6
-20
/
+66
*
Fix the ant warning of 'includeantruntime was not set' in android build
shouqun.liu@intel.com
2012-06-13
1
-1
/
+1
*
NetLogEventParameter to Callback refactoring 5.
mmenke@chromium.org
2012-06-13
8
-187
/
+103
*
Do not treat weak keys (<1024 bits || MD5) as fatal errors
rsleevi@chromium.org
2012-06-13
1
-1
/
+21
*
A pair of NetLog changes for ongoing refactoring:
mmenke@chromium.org
2012-06-13
2
-0
/
+22
*
Adding logging functionality to the utility gdig
dcastagna@google.com
2012-06-13
4
-5
/
+155
*
NetLogEventParameter to Callback refactoring 6.
mmenke@chromium.org
2012-06-13
5
-59
/
+40
*
NetLogEventParameter to Callback refactoring 3.
mmenke@chromium.org
2012-06-13
6
-421
/
+178
*
Add an explicit function to init NSS for SSL server sockets
rsleevi@chromium.org
2012-06-13
4
-11
/
+59
*
Allow ERR_CONNECTION_RESET during the SSL handshake to trigger a
wtc@chromium.org
2012-06-13
1
-0
/
+17
*
The server bound cert store might have a NULL persistent store, so check befo...
jochen@chromium.org
2012-06-13
1
-1
/
+2
*
Move URLFetcherCore to net/
akalin@chromium.org
2012-06-13
3
-0
/
+1420
*
Adds NetworkDelegate::NotifyBeforeSocketStreamConnect()
bashi@chromium.org
2012-06-13
10
-1
/
+128
*
Fix NetLog thread safety issue introduced in
mmenke@chromium.org
2012-06-13
1
-1
/
+3
*
Track sources of proxy settings.
asanka@chromium.org
2012-06-12
19
-35
/
+370
*
Add a link to design doc for NetLog.
eroman@chromium.org
2012-06-12
1
-0
/
+3
*
[net/dns] Suppress multiple DnsConfig withdrawals after timeout.
szym@chromium.org
2012-06-12
3
-5
/
+24
*
NetLogEventParameter to Callback refactoring 2.
mmenke@chromium.org
2012-06-12
5
-236
/
+186
*
NetLogEventParameter to Callback refactoring 1,
mmenke@chromium.org
2012-06-12
24
-359
/
+241
*
Add functions used for building WebSocket frame data.
yutak@chromium.org
2012-06-12
4
-0
/
+452
*
Allow the omnibox to recognize as URLs inputs that have a host component that...
pkasting@chromium.org
2012-06-12
3
-9
/
+10
*
Add CookieMonster::SetEnableFileScheme and CookieMonster::IsCookieableScheme
jgreenwald@chromium.org
2012-06-12
2
-7
/
+31
*
enable android GetMimeTypeFromExtention in mime_util
james.wei@intel.com
2012-06-12
1
-6
/
+0
*
Reorganize dns_fuzz_stub a little
ttuttle@chromium.org
2012-06-11
1
-37
/
+55
*
Change comment in SSL keylog file.
agl@chromium.org
2012-06-11
2
-4
/
+7
*
Remove splendidbacon.com from HSTS list.
agl@chromium.org
2012-06-11
3
-6
/
+0
*
Add arivo.com.br to HSTS preloaded.
agl@chromium.org
2012-06-11
2
-0
/
+2
*
Mark TURKTRUST as an EV root
rsleevi@chromium.org
2012-06-11
1
-0
/
+6
*
SocketStream error handling improvement
toyoshim@chromium.org
2012-06-11
1
-13
/
+14
[next]