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
*
Merge 138191 - net: Fix a regression that broke file uploading with http auth...
satorux@chromium.org
2012-05-22
3
-2
/
+60
*
Merge 136172 - Http cache: Don't attempt to doom the same entry multiple times
cevans@chromium.org
2012-05-22
4
-3
/
+108
*
Merge 137485 - Prevent the infinite loop inside SSLClientSocketNSS::OnSendCom...
wtc@chromium.org
2012-05-16
3
-8
/
+115
*
Merge 136649 - SPDY - Deleted the code that sends trailing ping.
rtenneti@chromium.org
2012-05-15
4
-111
/
+26
*
Fix file access on Chrome for ChromeOS on Linux
gspencer@chromium.org
2012-05-05
14
-129
/
+191
*
Fix flakiness and rename
mmenke@chromium.org
2012-05-05
1
-12
/
+69
*
Disk cache: Modify when we report empty cache files.
rvargas@google.com
2012-05-05
1
-7
/
+9
*
Disable HttpNetworkTransactionSpdy2Test.UseIPConnectionPooling* tests on Wind...
cbentzel@chromium.org
2012-05-04
1
-2
/
+16
*
Make ServerBoundCertService use TaskRunner interface instead of using WorkerP...
mattm@chromium.org
2012-05-04
5
-89
/
+216
*
Take client-side HSTS redirects into account when determining whether to show...
michaeln@google.com
2012-05-04
3
-18
/
+28
*
Moved the ThreadCheckDeleteSessionCookies from cookie_monster_unittest to coo...
droger@google.com
2012-05-04
2
-37
/
+40
*
Coverity: Fix two pass-by-values.
jhawkins@chromium.org
2012-05-04
2
-6
/
+6
*
Remove log debug spam when using NSS for SSL.
rsleevi@chromium.org
2012-05-04
1
-3
/
+0
*
Add more variables to the URLRequest leak assertion crash dumps.
willchan@chromium.org
2012-05-04
2
-2
/
+7
*
Improve memory usage of SignCertificate.
wtc@chromium.org
2012-05-03
1
-10
/
+6
*
Disable CookieMonsterTest.GarbageCollectionTriggers on Windows.
cbentzel@chromium.org
2012-05-03
1
-1
/
+9
*
Coverity: Fix uninit member variables.
kmadhusu@chromium.org
2012-05-03
1
-0
/
+1
*
Add config reader for Primary DNS Suffix and corresponding unittest.
zhaoqin@chromium.org
2012-05-02
3
-14
/
+76
*
Make URLRequestThrottlerManager a member of URLRequestContext.
joi@chromium.org
2012-05-02
8
-76
/
+70
*
Only call SSL_OptionSet in an initial handshake.
wtc@chromium.org
2012-05-02
5
-25
/
+19
*
Fix the official build.
palmer@chromium.org
2012-05-01
1
-2
/
+3
*
Refactor TransportSecurityState.
palmer@chromium.org
2012-05-01
12
-1486
/
+719
*
Change a DCHECK into a CHECK in SpdySession::WriteStreamData to ensure that w...
rch@chromium.org
2012-05-01
1
-10
/
+5
*
Disk Cache: Add more corruption tracking histograms.
rvargas@chromium.org
2012-05-01
7
-53
/
+154
*
Refuse to pipeline frames, prefetches, and downloads.
simonjam@chromium.org
2012-04-30
2
-9
/
+67
*
net: don't set NSS options in a callback.
agl@chromium.org
2012-04-30
5
-11
/
+26
*
Reland 130578 - Enable cookies per default in net. Add an API to disable them...
jochen@chromium.org
2012-04-30
2
-2
/
+23
*
RefCounted types should not have public destructors, net/
rsleevi@chromium.org
2012-04-28
53
-312
/
+607
*
Add a new UMA histogram for tracking SpdySessionErrorDetails
rch@chromium.org
2012-04-28
2
-0
/
+70
*
Merge SettingsMap changes from server code
rch@chromium.org
2012-04-27
4
-8
/
+90
*
Add net_jni_registrar.
yfriedman@chromium.org
2012-04-27
3
-0
/
+49
*
Don't store in ServerBoundCertStore if cert generation fails.
mattm@chromium.org
2012-04-27
1
-3
/
+5
*
Change BufferedSpdyFramerVisitorInterface::OnError to take an SpdyFramer::Spd...
rch@chromium.org
2012-04-27
6
-6
/
+6
*
Fixed unsafe passing of command-line parameter to SpdySession
bengr@google.com
2012-04-27
19
-194
/
+241
*
Don't make checkdeps ignore includes to directories that are brought in via d...
jam@chromium.org
2012-04-27
1
-1
/
+2
*
Revert 134269 - Revert 134234 - Turn thread restrictions on for release build...
kevers@chromium.org
2012-04-27
2
-0
/
+2
*
Revert 134234 - Turn thread restrictions on for release builds as well so tha...
kevers@chromium.org
2012-04-27
2
-2
/
+0
*
Turn thread restrictions on for release builds as well so that they're trigge...
jam@chromium.org
2012-04-27
2
-0
/
+2
*
Add histograms for domain bound certs.
mattm@chromium.org
2012-04-27
2
-9
/
+98
*
Disk cache: Make sure that we don't leak file handles (even on leaky tests)
rvargas@google.com
2012-04-26
1
-12
/
+14
*
net: don't remember TLS intolerant servers.
agl@chromium.org
2012-04-26
9
-30
/
+48
*
Fix a crash of WebView in ash_shell on Chrome OS build.
mazda@chromium.org
2012-04-26
1
-3
/
+18
*
Disallow UI/IO thread blocking on any other thread.
jam@chromium.org
2012-04-26
5
-25
/
+37
*
[Coverity] Pass-by-val -> Pass-by-ref
groby@chromium.org
2012-04-26
2
-4
/
+4
*
Add NET_EXPORT for ProxyConfigServiceMac class.
sergeyu@chromium.org
2012-04-25
1
-1
/
+4
*
nss: reject DH generators and public values equal to zero or one.
agl@chromium.org
2012-04-25
4
-4
/
+84
*
Add bind(), recvFrom(), sendTo() for UDP socket.
penghuang@chromium.org
2012-04-25
2
-4
/
+6
*
Add CookieStore::DeleteSessionCookiesAsync method.
husky@chromium.org
2012-04-25
8
-0
/
+129
*
Move SpdyFramer::set_enable_compression_default to BufferedSpdyFramer
rch@chromium.org
2012-04-24
9
-17
/
+22
*
Linux: Add support for new KDE space-delimited proxy port numbers.
mdm@chromium.org
2012-04-24
2
-4
/
+32
[next]