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
/
url_request
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: make interstitials fatal for pinned sites
agl@chromium.org
2011-11-29
4
-14
/
+59
*
base::Bind: Convert view_http_cache_job_factory.cc.
jhawkins@chromium.org
2011-11-23
3
-24
/
+23
*
Improve merging of header modifications in webRequest.OnHeadersReceived
battre@chromium.org
2011-11-21
1
-0
/
+3
*
Reenable #if guards from r110491
agl@chromium.org
2011-11-17
1
-3
/
+2
*
Report ERR_CONTENT_LENGTH_MISMATCH when the count of bytes received doesn't m...
cbentzel@chromium.org
2011-11-17
3
-37
/
+2
*
net: make pinning enforcement timeout after ten weeks.
agl@chromium.org
2011-11-17
1
-10
/
+20
*
Add OVERRIDE to net/.
avi@chromium.org
2011-11-16
14
-46
/
+61
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
2
-2
/
+2
*
Send WM_DEVICECHANGE message through SystemMonitor
scottmg@chromium.org
2011-11-15
1
-2
/
+2
*
Revert 109960 - Send WM_DEVICECHANGE message through SystemMonitor
kmadhusu@chromium.org
2011-11-14
1
-2
/
+2
*
Send WM_DEVICECHANGE message through SystemMonitor
scottmg@chromium.org
2011-11-14
1
-2
/
+2
*
Cleanup: Remove unneeded forward declararations in net.
thestig@chromium.org
2011-11-11
2
-11
/
+1
*
Reenable #if guards around pinning checks.
agl@chromium.org
2011-11-10
1
-3
/
+2
*
Revert revert "net: have pinning checks ignore minor certificate errors."
agl@chromium.org
2011-11-10
1
-25
/
+30
*
net: Remove 3 exit time destructors and 3 static initializers.
thakis@chromium.org
2011-11-09
1
-14
/
+21
*
Revert "net: have pinning checks ignore minor certificate errors."
agl@chromium.org
2011-11-08
1
-3
/
+2
*
net: have pinning checks ignore minor certificate errors.
agl@chromium.org
2011-11-07
1
-2
/
+3
*
Remove 13 exit time constructors and 3 static initializers
thakis@chromium.org
2011-11-07
2
-5
/
+8
*
Disable three tests which caused chrome_frame_net_tests hang.
yutak@chromium.org
2011-11-04
1
-3
/
+9
*
Don't convert HEAD requests to GETs on 303 redirects.
mmenke@chromium.org
2011-11-01
2
-9
/
+15
*
Report second-level domains for UMA on pin failure.
palmer@chromium.org
2011-10-31
1
-8
/
+11
*
Use AuthCredentials throughout the network stack instead of username/password.
cbentzel@chromium.org
2011-10-28
11
-80
/
+47
*
Preserve non-POST methods on 301/302 requests.
mmenke@chromium.org
2011-10-26
2
-33
/
+91
*
Allow CookieStorage implementations other than CookieMonster.
droger@google.com
2011-10-20
2
-20
/
+23
*
Don't need to export an abstract interface.
wtc@chromium.org
2011-10-19
2
-18
/
+2
*
Enable fraudulent certificate chain reporting.
palmer@chromium.org
2011-10-16
1
-3
/
+7
*
Revert 105675 - Revert 105669 - Additional infrastructure code supporting the...
palmer@chromium.org
2011-10-16
4
-0
/
+24
*
Revert 105661 - Revert 105659 - Delay network requests on startup if any webR...
pam@chromium.org
2011-10-15
1
-0
/
+2
*
Revert 105669 - Additional infrastructure code supporting the report fraudule...
lipalani@chromium.org
2011-10-15
4
-24
/
+0
*
Additional infrastructure code supporting the report fraudulent certificate c...
palmer@chromium.org
2011-10-15
4
-0
/
+24
*
Revert 105659 - Delay network requests on startup if any webRequest or webNav...
pam@chromium.org
2011-10-15
1
-2
/
+0
*
Delay network requests on startup if any webRequest or webNavigation extensio...
pam@chromium.org
2011-10-15
1
-0
/
+2
*
Recommit fraudulent certificate reporting infrastructure.
palmer@chromium.org
2011-10-15
2
-0
/
+49
*
Revert 105624 - Revert 105614.
palmer@chromium.org
2011-10-15
2
-48
/
+0
*
Revert 105614.
palmer@chromium.org
2011-10-15
2
-0
/
+48
*
Revert 105595 - Initial infrastructure for the fraudulent certificate chain r...
apatrick@chromium.org
2011-10-14
1
-35
/
+0
*
Initial infrastructure for the fraudulent certificate chain reporting
palmer@chromium.org
2011-10-14
1
-0
/
+35
*
Switch FileStream to use new CompletionCallback.
willchan@chromium.org
2011-10-12
2
-5
/
+4
*
Fix leak of HttpServerProperties in URLRequestContextStorage.
willchan@chromium.org
2011-10-11
2
-2
/
+2
*
Migrate HttpAlternateProtocols to HttpServerPropertiesImpl.
willchan@chromium.org
2011-10-10
1
-0
/
+5
*
Introduce net::HttpServerPropertiesManager to manage server-specific properties.
rtenneti@chromium.org
2011-10-09
5
-0
/
+23
*
Bocking onReceivedHeaders signal for webRequest API
battre@chromium.org
2011-10-05
7
-48
/
+161
*
NetworkDelegate::OnAuthRequired can set or cancel auth, in addition to taking...
cbentzel@chromium.org
2011-10-03
6
-62
/
+388
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
10
-33
/
+33
*
Revert 103360 - NetworkDelegate::OnAuthRequired can set authentication or can...
ddorwin@chromium.org
2011-09-29
6
-384
/
+58
*
NetworkDelegate::OnAuthRequired can set authentication or cancel, in addition...
cbentzel@chromium.org
2011-09-29
6
-58
/
+384
*
Use status code 307 instead of 302 when redirecting requests on behalf of
mpcomplete@chromium.org
2011-09-29
4
-2
/
+157
*
Make TransportSecurityState not ref-counted for simplicity.
phajdan.jr@chromium.org
2011-09-27
3
-3
/
+3
*
net: make HSTS hosts use the normal SSL interstitials
agl@chromium.org
2011-09-27
8
-44
/
+33
*
Revert "net: make HSTS hosts use the normal SSL interstitials"
agl@chromium.org
2011-09-27
8
-33
/
+44
[next]