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
*
Refactor of NetworkDelegate.
willchan@chromium.org
2011-02-24
1
-3
/
+3
*
Send fatal proxy errors to the network delegate.
jochen@chromium.org
2011-02-23
1
-2
/
+5
*
Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...
bryner@chromium.org
2011-02-22
1
-0
/
+6
*
Add unique identifier to url requests
jochen@chromium.org
2011-02-17
1
-1
/
+15
*
Unreverting: First steps towards webRequest extension API.
mpcomplete@chromium.org
2011-02-01
1
-0
/
+6
*
Revert "First steps towards webRequest extension API."
mpcomplete@chromium.org
2011-01-31
1
-6
/
+0
*
First steps towards webRequest extension API.
mpcomplete@chromium.org
2011-01-31
1
-0
/
+6
*
Prototype of chunked transfer encoded POST.
satish@chromium.org
2011-01-25
1
-0
/
+21
*
URLRequest::PrepareToRestart() call job_->Kill() and OrphanJob().
rvargas@google.com
2011-01-20
1
-1
/
+0
*
Add a new GetInstance() method for singleton classes under chrome/service and...
satish@chromium.org
2010-12-09
1
-14
/
+15
*
net: Remove typedef net::URLRequest URLRequest;
tfarina@chromium.org
2010-11-30
1
-0
/
+4
*
Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)
thestig@chromium.org
2010-11-30
1
-7
/
+0
*
FBTF: Remove unneeded headers from base/ (part 10)
thestig@chromium.org
2010-11-30
1
-0
/
+7
*
Pass cookie options to content settings delegate.
jochen@chromium.org
2010-11-25
1
-0
/
+1
*
Restrict file protocol on chromeos to certain whitelisted directories. Disabl...
achuith@chromium.org
2010-11-11
1
-0
/
+11
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 2
thakis@chromium.org
2010-11-02
1
-4
/
+4
*
Convert LOG(INFO) to VLOG(1) - net/.
pkasting@chromium.org
2010-10-16
1
-2
/
+2
*
Add actual bytes sent/received to net-internals.
mmenke@chromium.org
2010-10-14
1
-1
/
+1
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
1
-1
/
+1
*
Fix a regression whereby full-granularity network events were being captured ...
eroman@chromium.org
2010-08-31
1
-1
/
+1
*
FBTF: A giant cleanup to net/
erg@google.com
2010-08-31
1
-0
/
+48
*
Net: Convert username and password to string16.
thestig@chromium.org
2010-07-29
1
-3
/
+2
*
Add the URLRequest's priority to the net-log.
eroman@chromium.org
2010-07-13
1
-2
/
+3
*
Make sure that URLRequestJob holds a reference to the read IOBuffer rather th...
eroman@chromium.org
2010-07-09
1
-1
/
+1
*
Convert some DCHECKs() for redirect into CHECKs() to make sure they aren't ge...
eroman@chromium.org
2010-06-03
1
-2
/
+2
*
Fix the logging of URL_REQUEST_START, so the nesting is correct on redirects.
eroman@chromium.org
2010-05-17
1
-8
/
+9
*
Add the URLRequest's method and load flags to the NetLog.
eroman@chromium.org
2010-05-14
1
-2
/
+2
*
Pass HttpRequestHeaders to URLRequest::SetExtraRequestHeaders().
willchan@chromium.org
2010-05-07
1
-9
/
+3
*
Use net::HttpRequestHeaders instead of std::string in URLRequest and friends.
willchan@chromium.org
2010-05-06
1
-22
/
+19
*
More cleanup to address TODOs in net_log.h.
eroman@chromium.org
2010-04-28
1
-9
/
+14
*
Cleanup: Address some of the todos in net_log.h
eroman@chromium.org
2010-04-27
1
-4
/
+4
*
Add support for attaching custom parameters to NetLog events.
eroman@chromium.org
2010-04-09
1
-8
/
+9
*
Support sending a sliced file in chromium.
jianli@chromium.org
2010-03-24
1
-3
/
+7
*
Generalize the net module's LoadLog facility from a passive container, to an ...
eroman@chromium.org
2010-03-16
1
-24
/
+15
*
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
[next]