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
*
Add one-time randomization support for FieldTrial, and the ability to
joi@chromium.org
2011-05-10
1
-2
/
+1
*
iwyu: Include stringprintf.h where appropriate, part 1.
jhawkins@chromium.org
2011-05-10
1
-1
/
+1
*
Add a command-line flag for MAC cookies.
abarth@chromium.org
2011-05-08
2
-1
/
+16
*
net/url_request/url_request_test_util.h doesn't need to include
wtc@chromium.org
2011-05-06
1
-1
/
+0
*
net: Move ResponseCookies into the net namespace.
tfarina@chromium.org
2011-05-06
1
-5
/
+5
*
Revert 84197 - Add one-time randomization support for FieldTrial, and the abi...
joi@chromium.org
2011-05-06
1
-1
/
+2
*
(harmless) Missed include from http://codereview.chromium.org/6930040/
cevans@chromium.org
2011-05-05
1
-0
/
+1
*
Refactor to address URLRequestContext dependency added in
cevans@chromium.org
2011-05-05
3
-15
/
+6
*
Fix logic for handling reports of malformed bodies. To end up counting
joi@chromium.org
2011-05-05
2
-7
/
+13
*
Revert 84196 - Fix logic for handling reports of malformed bodies. To end up ...
joi@chromium.org
2011-05-05
2
-13
/
+7
*
Add one-time randomization support for FieldTrial, and the ability to
joi@chromium.org
2011-05-05
1
-2
/
+1
*
Fix logic for handling reports of malformed bodies. To end up counting
joi@chromium.org
2011-05-05
2
-7
/
+13
*
Allow server to indicate a non-SDCH encoding
jar@chromium.org
2011-05-04
1
-1
/
+27
*
Tweaks to extension webRequest API.
mpcomplete@chromium.org
2011-05-03
3
-9
/
+8
*
Add a method for PAC script errors to the network delegate.
jochen@chromium.org
2011-05-03
2
-0
/
+5
*
Stop refcounting URLRequestTestJob
willchan@chromium.org
2011-04-30
2
-20
/
+42
*
Keep track of whether we're getting any certificate pin failures.
cevans@chromium.org
2011-04-28
1
-4
/
+9
*
Flesh out the onBeforeSendHeaders event a bit more. We now send the
mpcomplete@chromium.org
2011-04-27
2
-0
/
+4
*
Stop refcounting ProxyService.
willchan@chromium.org
2011-04-27
3
-4
/
+4
*
Fix DirectoryLister not to require refcounting.
willchan@chromium.org
2011-04-27
2
-39
/
+11
*
Undo raw DNS resolver changes, this will be implemented differently, on IO-th...
agayev@chromium.org
2011-04-27
1
-2
/
+2
*
Add support for enforcing certificate pinning without requiring https on a
cevans@chromium.org
2011-04-26
1
-1
/
+1
*
Implemented chrome.experimental.webRequest.onCompleted
battre@chromium.org
2011-04-23
3
-14
/
+7
*
Implemented of base functionality of chrome.experimental.webRequest.onBeforeR...
battre@chromium.org
2011-04-20
3
-0
/
+10
*
Implementation of chrome.experimental.webRequest.onRequestSent
battre@chromium.org
2011-04-20
2
-0
/
+12
*
Make URLRequest store the chain of redirects.
mattm@chromium.org
2011-04-19
3
-9
/
+36
*
Apply HSTS rules to also upgrade ws:// -> wss:// if appropriate. This avoids
cevans@chromium.org
2011-04-19
4
-15
/
+15
*
Allow extensions to redirect requests in onBeforeRequest.
mpcomplete@chromium.org
2011-04-15
5
-39
/
+153
*
Move crypto files out of base, to a top level directory.
rvargas@google.com
2011-04-14
1
-2
/
+0
*
net: implement the beginnings of HSTS pinning
agl@chromium.org
2011-04-14
1
-0
/
+19
*
Revert "Allow extensions to redirect requests in onBeforeRequest."
mpcomplete@chromium.org
2011-04-13
5
-153
/
+39
*
Allow extensions to redirect requests in onBeforeRequest.
mpcomplete@chromium.org
2011-04-13
5
-39
/
+153
*
Add gmail.com and googlemail.com to the HSTS hardcoded list. These domains
cevans@chromium.org
2011-04-09
2
-2
/
+16
*
Fix DCHECK on multiple SSL client auths for the same request.
mattm@chromium.org
2011-04-07
1
-2
/
+2
*
Fix the *AcceptCharset* and *AcceptLanguage* net test failures on the ChromeF...
ananta@chromium.org
2011-04-07
1
-8
/
+8
*
Remove async functionality from net::CookiePolicy.
willchan@chromium.org
2011-04-06
5
-177
/
+12
*
Fix the EmptyAcceptLanguage and EmptyAcceptCharset net test failures on IE6. ...
ananta@chromium.org
2011-04-06
1
-2
/
+4
*
Removing check for NULL pointer. The memory stomper has been fixed.
joi@chromium.org
2011-04-05
1
-7
/
+1
*
Moved URLRequestContextGetter to net/ so it can be used by projects such as j...
sanjeevr@chromium.org
2011-03-31
2
-0
/
+108
*
Add request_id to HttpRequestInfo and pass it to the NetworkDelegate for events.
mpcomplete@chromium.org
2011-03-30
5
-10
/
+24
*
Fix the comment for URLRequest::Cancel().
kinuko@chromium.org
2011-03-30
1
-1
/
+2
*
Do not send empty Accept-Language / Accept-Charset headers.
willchan@chromium.org
2011-03-30
2
-10
/
+46
*
Add another AllowIO exception to URLRequestFileJob.
fischman@chromium.org
2011-03-29
1
-8
/
+13
*
Forgot to address a comment in r79555.
agl@chromium.org
2011-03-28
1
-2
/
+2
*
net: allow revocation check failures for HSTS sites
agl@chromium.org
2011-03-28
1
-0
/
+5
*
Correctly report HttpOnly cookies and correctly reset the Cookie Monster
jochen@chromium.org
2011-03-28
1
-1
/
+3
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
12
-16
/
+16
*
Update port handling to patch latest HSTS intention. See the bug for URLs that
cevans@chromium.org
2011-03-26
1
-1
/
+0
*
Add an opt-out header for HTTP throttling. Never throttle for localhost.
joi@chromium.org
2011-03-25
7
-41
/
+282
*
Support enabling/disabling the URL request throttler via the about:net-intern...
joi@chromium.org
2011-03-25
5
-14
/
+52
[next]