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
/
url_request.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add APIs to expose http cache's metadata and the
rvargas@google.com
2010-02-23
1
-0
/
+5
*
Add some extra request information to LoadLog:
eroman@chromium.org
2010-01-21
1
-0
/
+7
*
Add the ability to enable full logging for LoadLogs.
eroman@chromium.org
2009-12-21
1
-6
/
+9
*
If we redirect from an https to an http site, ensure that we don't
japhet@chromium.org
2009-12-16
1
-0
/
+5
*
Update network priorities to support better granularity
mbelshe@google.com
2009-12-02
1
-1
/
+1
*
Propagate the "first party for cookies" from WebKit to the network stack
wtc@chromium.org
2009-11-13
1
-1
/
+0
*
Plumb LoadLog into SocketStream
ukai@chromium.org
2009-11-13
1
-3
/
+10
*
Improve the display of LoadLogs when truncation occurs.
eroman@chromium.org
2009-11-06
1
-1
/
+4
*
Change the request tracking done by about:net-internals to be per context rat...
eroman@chromium.org
2009-10-22
1
-105
/
+13
*
Disable the leak tracking of URLRequests.
eroman@chromium.org
2009-09-30
1
-2
/
+3
*
Use "GURL::possibly_invalid_spec()" rather than "GURL::spec()", in case the G...
eroman@chromium.org
2009-09-10
1
-5
/
+4
*
Add trace-point for URLRequest to the LoadLog.
eroman@chromium.org
2009-09-04
1
-0
/
+4
*
Keep track of the live URLRequest instances, and the last 25 that were destro...
eroman@chromium.org
2009-09-02
1
-17
/
+108
*
Replace the RenderProcessHost.PID function that returns the OS-generated
brettw@chromium.org
2009-08-31
1
-2
/
+0
*
Sanitizing the referrer header before starting the automation request.TEST=Ru...
tommi@chromium.org
2009-08-31
1
-0
/
+14
*
Prevent a crash that can occur when redirecting a file URL.
darin@chromium.org
2009-08-21
1
-0
/
+1
*
Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...
ericroman@google.com
2009-08-12
1
-1
/
+3
*
Fix 307 redirects of a POST request to actually send the body again, and add a
darin@chromium.org
2009-07-30
1
-1
/
+1
*
Add plumbing for allowing the renderer to intercept and cancel redirects before
darin@chromium.org
2009-07-30
1
-11
/
+15
*
Return Error Status Upon Blocking Requests
idanan@chromium.org
2009-07-24
1
-2
/
+2
*
Add support to URLRequest for deferring redirects.
darin@chromium.org
2009-07-23
1
-3
/
+13
*
Change URLRequest to return net::ERR_INVALID_URL on redirects to invalid urls.
willchan@chromium.org
2009-07-21
1
-0
/
+3
*
Specify new methods for supporting SSL client authentication.
wtc@chromium.org
2009-06-12
1
-1
/
+7
*
Rename |policy_url| to |first_party_for_cookies|. This now matches the WebKi...
abarth@chromium.org
2009-05-23
1
-2
/
+3
*
URLRequest::Interceptor enhancements1) Allow an interceptor to change its min...
michaeln@google.com
2009-04-16
1
-4
/
+48
*
Switching things to FilePath:
phajdan.jr@chromium.org
2009-04-07
1
-2
/
+2
*
Respect cookies set in a 401 responses when restarting the http transaction.
ericroman@google.com
2009-03-27
1
-20
/
+2
*
Reverting 12479 which reverted 12470.
willchan@chromium.org
2009-03-25
1
-1
/
+2
*
Reverting 12470.
willchan@chromium.org
2009-03-25
1
-2
/
+1
*
Prioritize which HTTP requests get a socket first by adding a priority level ...
willchan@chromium.org
2009-03-25
1
-1
/
+2
*
Landing again the CL that adds security info to canceled requests (last time ...
jcampan@chromium.org
2009-03-08
1
-2
/
+16
*
Revert change 11197 because it created 138 new layout tests
nsylvain@chromium.org
2009-03-07
1
-16
/
+2
*
Landing again the CL that adds security info to canceled requests (it was bre...
jcampan@chromium.org
2009-03-07
1
-2
/
+16
*
Reverting 11179.
jcampan@chromium.org
2009-03-07
1
-16
/
+2
*
This CL adds a way to specify the security info when canceling a URLRequest.
jcampan@chromium.org
2009-03-07
1
-2
/
+16
*
Reduce the amount of included header files. Vast change like in "Oh God! This...
maruel@chromium.org
2009-02-18
1
-2
/
+51
*
Add a constraint on how many requests can be outstanding for any given render...
ericroman@google.com
2009-02-06
1
-5
/
+5
*
Change URLRequest to use a ref-counted buffer for actual IO.
rvargas@google.com
2009-01-29
1
-1
/
+1
*
revert r8603
rvargas@google.com
2009-01-24
1
-1
/
+1
*
Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...
rvargas@google.com
2009-01-24
1
-1
/
+1
*
Correct latency histograms for SDCH encoding
jar@chromium.org
2009-01-13
1
-2
/
+3
*
307 redirects of POST should generate POSTs instead of GETs.
abarth@chromium.org
2008-12-12
1
-10
/
+12
*
Remove use of wide characters in stats table identifiers.
evanm@google.com
2008-11-22
1
-1
/
+1
*
Rollback "Remove use of wide characters in stats table identifiers."
evanm@google.com
2008-11-21
1
-1
/
+1
*
Remove use of wide characters in stats table identifiers.
evanm@google.com
2008-11-21
1
-1
/
+1
*
Don't send Content-Type when redirecting from a POST.
ericroman@google.com
2008-11-15
1
-0
/
+45
*
Add Terminate() to the Process object, have RenderProcessHost use this to avo...
brettw@google.com
2008-11-14
1
-1
/
+1
*
Move Time, TimeDelta and TimeTicks into namespace base.
dsh@google.com
2008-10-27
1
-1
/
+1
*
Allow consumers of MessageLoop to specify the type of MessageLoop they want.
darin@google.com
2008-08-26
1
-0
/
+7
*
Use a more compact license header in source files.
license.bot
2008-08-24
1
-28
/
+4
[next]