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
*
This change enables FieldTrial for SPDY. When --use-spdy=npn is used, field t...
lzheng@chromium.org
2010-05-21
1
-0
/
+6
*
Generate some histograms to see how well our compression is working.
mbelshe@chromium.org
2010-05-21
2
-2
/
+109
*
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
3
-2
/
+54
*
Http Cache: Add a backend factory class so that the caller
rvargas@google.com
2010-05-12
1
-1
/
+1
*
Pass HttpRequestHeaders to URLRequest::SetExtraRequestHeaders().
willchan@chromium.org
2010-05-07
3
-32
/
+44
*
Use net::HttpRequestHeaders instead of std::string in URLRequest and friends.
willchan@chromium.org
2010-05-06
7
-45
/
+47
*
Add a tool for testing your network setup.
eroman@chromium.org
2010-05-04
1
-2
/
+3
*
Remove deprecated things from net test suite:
phajdan.jr@chromium.org
2010-04-30
2
-29
/
+20
*
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
*
Use HttpRequestHeaders for extra_headers.
willchan@chromium.org
2010-04-20
1
-19
/
+32
*
Update about:cache to display cached metadata for an entry.
tonyg@chromium.org
2010-04-19
1
-3
/
+5
*
Call the IsCertStatusError function.
wtc@chromium.org
2010-04-16
1
-2
/
+1
*
Add support for attaching custom parameters to NetLog events.
eroman@chromium.org
2010-04-09
1
-8
/
+9
*
Patch the XSS in Net-internal viewcache by html encoding "key"
inferno@chromium.org
2010-04-01
1
-1
/
+1
*
Reland r42300: "HttpRequestHeaders refactor."
willchan@chromium.org
2010-03-29
1
-3
/
+3
*
A basic implementation of information about appcache. Lists manifest files, t...
kkanetkar@chromium.org
2010-03-27
1
-1
/
+2
*
Reland r42473. Add a delegate to CookieMonster and broadcast notifications ab...
jochen@chromium.org
2010-03-25
1
-1
/
+1
*
Support sending a sliced file in chromium.
jianli@chromium.org
2010-03-24
2
-6
/
+14
*
Revert 42473 - Add a delegate to CookieMonster and broadcast notifications ab...
dhollowa@chromium.org
2010-03-24
1
-1
/
+1
*
Add a delegate to CookieMonster and broadcast notifications about changes to ...
jochen@chromium.org
2010-03-24
1
-1
/
+1
*
Revert "Reland r42300: "HttpRequestHeaders refactor."""
willchan@chromium.org
2010-03-23
1
-3
/
+3
*
Reland r42300: "HttpRequestHeaders refactor.""
willchan@chromium.org
2010-03-23
1
-3
/
+3
*
Revert r42300: "HttpRequestHeaders refactor."
willchan@chromium.org
2010-03-23
1
-3
/
+3
*
HttpRequestHeaders refactor.
willchan@chromium.org
2010-03-23
1
-3
/
+3
*
Rename url_request_new_ftp_job -> url_request_ftp_job
phajdan.jr@chromium.org
2010-03-16
3
-39
/
+39
*
Generalize the net module's LoadLog facility from a passive container, to an ...
eroman@chromium.org
2010-03-16
8
-525
/
+31
*
Do not call OnGetCookiesBlocked or OnSetCookieBlocked when cookies are
darin@chromium.org
2010-03-12
2
-9
/
+12
*
net: string_utils.h -> utf_string_conversions.h fix.
jhawkins@chromium.org
2010-03-08
3
-2
/
+3
*
Pulls the latest googleurl to get the fix for
brettw@chromium.org
2010-03-06
1
-8
/
+10
*
Refactor: Move the code that handles "chrome://net-internals/*" from the net ...
eroman@chromium.org
2010-03-04
2
-824
/
+0
*
Remove debug info used to diagnose bug 31723.
rvargas@google.com
2010-03-03
1
-12
/
+1
*
ProxyConfig behaved like a struct, but was defined as a class.
eroman@chromium.org
2010-02-24
1
-1
/
+1
*
Add APIs to expose http cache's metadata and the
rvargas@google.com
2010-02-23
6
-1
/
+27
*
Make MappedHostResolver display its internals on the about:net-internals page...
eroman@chromium.org
2010-02-19
1
-3
/
+1
*
Use Extension method from FilePath API instead of the deprecated GetFileExten...
evan@chromium.org
2010-02-15
1
-6
/
+3
*
Added factories for HttpAuthHandler.
cbentzel@chromium.org
2010-02-15
2
-2
/
+14
*
Pass the file size infomration from the FTP network transaction
phajdan.jr@chromium.org
2010-02-13
1
-0
/
+6
*
Revert the revert... This has the cumulative effect of relanding 38694.
eroman@chromium.org
2010-02-11
1
-1
/
+1
*
Revert 38694 - For some reason this seems to be hanging chrome frame tests, e...
eroman@chromium.org
2010-02-10
1
-1
/
+1
*
Add some tests to CookieMonster for overwriting persistent cookies, and check...
eroman@chromium.org
2010-02-10
1
-1
/
+1
*
Check-in a script to visualize the host resolver traces.
eroman@chromium.org
2010-02-10
1
-0
/
+5
*
Trigger the blocked cookie notification UI.
darin@chromium.org
2010-02-09
4
-8
/
+182
*
Implement backend support for forcing cookies to be saved as
darin@chromium.org
2010-02-05
3
-3
/
+40
*
Add debug info to track a crash when sleeping.
rvargas@google.com
2010-02-04
1
-1
/
+12
*
Pass the NetworkChangeNotifier to HostResolver.
willchan@chromium.org
2010-02-04
1
-3
/
+4
*
Mark URLRequestTestFTP.FTPGetTestAnonymous as flaky.
chase@chromium.org
2010-02-04
1
-1
/
+2
*
Revert 38001 and 38002.
darin@chromium.org
2010-02-03
4
-87
/
+461
*
Back out trunk r37998.
mark@chromium.org
2010-02-03
4
-461
/
+87
[next]