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
*
Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read...
rch@chromium.org
2012-06-28
17
-212
/
+459
*
Properly display the negotiated protocol for spdy proxy sessions.
rch@chromium.org
2012-06-27
1
-5
/
+2
*
Fix crash when an SSL key-log file couldn't be opened.
agl@chromium.org
2012-06-27
4
-4
/
+38
*
Remove SSLHostInfo.
agl@chromium.org
2012-06-27
35
-1149
/
+40
*
Remove unused fields found by clang's new Wunused-private-fields.
thakis@chromium.org
2012-06-27
1
-1
/
+0
*
Register JNI methods before running unittests on android.
nileshagrawal@chromium.org
2012-06-27
1
-0
/
+12
*
Make SplitString() and variants clear their outparam vector. (Note that Spli...
pkasting@chromium.org
2012-06-26
1
-2
/
+1
*
Rename SpdySession::kInitialMaxConcurrentStreams to
rch@chromium.org
2012-06-26
4
-6
/
+10
*
Do the Windows source file annotation at the end of the download.
rdsmith@chromium.org
2012-06-26
1
-0
/
+4
*
Move java files into src parent directory.
navabi@google.com
2012-06-26
5
-4
/
+4
*
Add a new OnControlFrameCompressed method to SpdyFramerVisitor which is invok...
rch@chromium.org
2012-06-26
10
-9
/
+71
*
Revert "Use a test specific macro to call JNI registrars during APK tests."
nileshagrawal@chromium.org
2012-06-26
1
-4
/
+1
*
Add (*.)www.cueup.com to HSTS preloaded list.
agl@chromium.org
2012-06-26
3
-6
/
+28
*
Optionally disable mmap() in the disk cache.
husky@chromium.org
2012-06-26
10
-6
/
+163
*
Disk cache: Continue looking for list errors after the first one.
rvargas@chromium.org
2012-06-26
1
-4
/
+6
*
Convert SSLClientSocketNSS to use the NSS Channel ID callback.
mattm@chromium.org
2012-06-26
22
-240
/
+236
*
Use a test specific macro to call JNI registrars during APK tests.
nileshagrawal@chromium.org
2012-06-25
1
-1
/
+4
*
NSS: add ability to get the tls-unique channel binding value.
agl@chromium.org
2012-06-25
7
-0
/
+267
*
[net] Record JobQueueTime and TotalTime histograms.
szym@chromium.org
2012-06-25
1
-16
/
+94
*
Optimizing compilers are evil.
ttuttle@chromium.org
2012-06-25
1
-6
/
+7
*
Coverity: Fix a forward NULL.
jhawkins@chromium.org
2012-06-25
1
-1
/
+1
*
dns_fuzz_stub: Crash in a way ASAN catches
ttuttle@chromium.org
2012-06-23
1
-3
/
+13
*
Completely refactor isolate.py to be 'command based'.
maruel@chromium.org
2012-06-23
1
-2
/
+2
*
Tests handling in DNS RRResolver; cosmetic cleanup
aruslan@chromium.org
2012-06-23
3
-5
/
+12
*
Fix misleading syntax in net_watcher.cc
akalin@chromium.org
2012-06-22
1
-6
/
+8
*
Use begin() to iterate over requests_ (a std::set) while deleting items.
wtc@chromium.org
2012-06-22
1
-10
/
+9
*
Add url_fetcher_impl_unittest.cc back to net.gyp
akalin@chromium.org
2012-06-22
2
-1
/
+1
*
Workaround for Android getaddrinfo bug.
aruslan@chromium.org
2012-06-22
1
-0
/
+7
*
NSS: send a fatal alert if the ChannelID callback fails.
agl@chromium.org
2012-06-22
2
-8
/
+10
*
Added URLRequestContext to constructor for URLRequest.
erikwright@chromium.org
2012-06-22
16
-373
/
+289
*
Add support for namespace in static JNI methods.
bulach@chromium.org
2012-06-22
2
-7
/
+14
*
Add script.google.com to HSTS preloaded.
agl@chromium.org
2012-06-21
2
-0
/
+2
*
Add netwatcher command-line utility that watches and logs network events
akalin@chromium.org
2012-06-20
3
-8
/
+228
*
Coverity: Fix a pass-by-value.
jhawkins@chromium.org
2012-06-20
2
-2
/
+2
*
Revert 141941 temporarily - Allow ERR_CONNECTION_RESET during the SSL
wtc@chromium.org
2012-06-20
1
-17
/
+0
*
Coverity: Initialize a member variable.
jhawkins@chromium.org
2012-06-20
1
-1
/
+3
*
Add www.apollo-auto.com as HSTS preloaded.
agl@chromium.org
2012-06-20
2
-0
/
+2
*
Remove message_loop_helpers.h and update the includes to point to the new loc...
tfarina@chromium.org
2012-06-20
1
-1
/
+1
*
[net] Implement MappedHostResolver::ResolveFromCache.
szym@chromium.org
2012-06-20
2
-12
/
+17
*
Reset tunnel request headers after they are sent.
toyoshim@chromium.org
2012-06-20
1
-2
/
+8
*
Move test_url_fetcher_factory.* from content/ to net/url_request
akalin@chromium.org
2012-06-19
4
-2
/
+648
*
[net/dns] Instrument DnsConfigService to measure performance and failures.
szym@chromium.org
2012-06-19
10
-205
/
+348
*
[net/dns] Check for DNS-changer malware on first valid configuration.
szym@chromium.org
2012-06-19
2
-1
/
+56
*
[net/dns] Histograms for the reasons DnsTransaction failed.
szym@chromium.org
2012-06-19
5
-85
/
+123
*
Consider the verification time as well as the expiration time when caching ce...
rsleevi@chromium.org
2012-06-19
6
-45
/
+220
*
SSL_GetChannelInfo and SSL_GetNegotiatedHostInfo should use
wtc@chromium.org
2012-06-19
4
-3
/
+37
*
Disk Cache: Add a histogram to track list head corruption.
rvargas@google.com
2012-06-19
2
-1
/
+49
*
(Finally) Remove NetLog::EventParameters.
mmenke@chromium.org
2012-06-19
6
-203
/
+9
*
Move content::URLFetcher static functions to net::URLFetcher
akalin@chromium.org
2012-06-19
2
-0
/
+60
*
Android: native targets shouldn't depend on java targets.
torne@chromium.org
2012-06-19
1
-1
/
+0
[next]