| Commit message (Expand) | Author | Age | Files | Lines |
* | Decouple URLRequestJob from URLRequestContext; access NetworkDelegate as a co... | shalev@chromium.org | 2012-06-29 | 1 | -3/+6 |
* | Revert 118001 - Revert 117968 - Rename is_hsts_host to fatal. | apatrick@chromium.org | 2012-01-18 | 1 | -2/+1 |
* | Revert 117968 - Rename is_hsts_host to fatal. | apatrick@chromium.org | 2012-01-18 | 1 | -1/+2 |
* | Rename is_hsts_host to fatal. | palmer@chromium.org | 2012-01-17 | 1 | -2/+1 |
* | Convert NewRunnableMethod() calls to base::Bind(). | ajwong@chromium.org | 2011-12-20 | 1 | -2/+2 |
* | Add OVERRIDE to net/. | avi@chromium.org | 2011-11-16 | 1 | -1/+1 |
* | Use AuthCredentials throughout the network stack instead of username/password. | cbentzel@chromium.org | 2011-10-28 | 1 | -3/+2 |
* | Bocking onReceivedHeaders signal for webRequest API | battre@chromium.org | 2011-10-05 | 1 | -0/+6 |
* | net: make HSTS hosts use the normal SSL interstitials | agl@chromium.org | 2011-09-27 | 1 | -1/+3 |
* | Revert "net: make HSTS hosts use the normal SSL interstitials" | agl@chromium.org | 2011-09-27 | 1 | -3/+1 |
* | net: make HSTS hosts use the normal SSL interstitials | agl@chromium.org | 2011-09-27 | 1 | -1/+3 |
* | net: Notify the http job and cache transaction about a filter | rvargas@google.com | 2011-08-12 | 1 | -0/+4 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -3/+3 |
* | Add a status message "Waiting for extension Foo..." when there's a request | mpcomplete@chromium.org | 2011-08-10 | 1 | -0/+5 |
* | Change CanGetCookies signature, add CookieList as parameters in order to remo... | ycxiao@chromium.org | 2011-07-29 | 1 | -2/+4 |
* | Fix leaking request IDs in webRequest API | battre@chromium.org | 2011-07-13 | 1 | -0/+14 |
* | Revert 92331 - Fix leaking request IDs in webRequest API | battre@chromium.org | 2011-07-13 | 1 | -14/+0 |
* | Fix leaking request IDs in webRequest API | battre@chromium.org | 2011-07-13 | 1 | -0/+14 |
* | Kill URLRequestJobTracker. | willchan@chromium.org | 2011-05-22 | 1 | -1/+7 |
* | net: Add NET_API to url_request. | rvargas@google.com | 2011-05-20 | 1 | -1/+2 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Move URLRequestJob's histogram logic to URLRequestHttpJob. | adamk@chromium.org | 2011-03-24 | 1 | -69/+14 |
* | Fix up the last easy URLRequestJob refcounting offenders. | willchan@chromium.org | 2011-03-21 | 1 | -27/+27 |
* | Change some URLRequestJob subclasses to use ScopedRunnableMethodFactory. | willchan@chromium.org | 2011-03-19 | 1 | -0/+3 |
* | Stop subclassing FilterContext in URLRequestJob. | adamk@chromium.org | 2011-03-17 | 1 | -13/+11 |
* | Make URLRequestHttpJob the only URLRequestJob concerned with FilterContext. | adamk@chromium.org | 2011-03-17 | 1 | -15/+6 |
* | Remove URLRequestJobMetrics and related code. | adamk@chromium.org | 2011-03-16 | 1 | -7/+0 |
* | Various small cleanups in URLRequestJob: | adamk@chromium.org | 2011-03-16 | 1 | -25/+16 |
* | Remove GetInputStreamBufferSize() method from FilterContext. | adamk@chromium.org | 2011-03-08 | 1 | -4/+0 |
* | Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav... | bryner@chromium.org | 2011-02-22 | 1 | -0/+5 |
* | Reorder the methods in net/url_request/. | erg@google.com | 2011-01-20 | 1 | -11/+6 |
* | net: Add namespace net to the remaining files under url_request directory. | tfarina@chromium.org | 2011-01-06 | 1 | -6/+6 |
* | net: Add namespace net to more files. | tfarina@chromium.org | 2010-12-17 | 1 | -7/+5 |
* | net: Remove typedef net::URLRequestJob URLRequestJob; | tfarina@chromium.org | 2010-12-11 | 1 | -2/+0 |
* | net: Remove typedef net::URLRequest URLRequest; | tfarina@chromium.org | 2010-11-30 | 1 | -13/+15 |
* | net: Add namespace net to URLRequest and URLRequestJob classes. | tfarina@chromium.org | 2010-11-28 | 1 | -5/+11 |
* | Make URLRequestJob RefCounted instead of RefCountedThreadSafe. | willchan@chromium.org | 2010-11-19 | 1 | -5/+2 |
* | Add the actual data being read to the OnBytesRead callback, take two. | cbentzel@chromium.org | 2010-08-06 | 1 | -5/+19 |
* | Revert 54448 - Add the actual data being read to the OnBytesRead callback, ta... | cbentzel@chromium.org | 2010-07-31 | 1 | -19/+5 |
* | Add the actual data being read to the OnBytesRead callback, take two. | cbentzel@chromium.org | 2010-07-31 | 1 | -5/+19 |
* | Net: Convert username and password to string16. | thestig@chromium.org | 2010-07-29 | 1 | -3/+4 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Revert "Add the actual data being read to the OnBytesRead callback." | phajdan.jr@chromium.org | 2010-07-22 | 1 | -20/+6 |
* | Add the actual data being read to the OnBytesRead callback. | cbentzel@chromium.org | 2010-07-21 | 1 | -6/+20 |
* | Move implementation from header to source. | erg@chromium.org | 2010-07-15 | 1 | -21/+15 |
* | Make sure that URLRequestJob holds a reference to the read IOBuffer rather th... | eroman@chromium.org | 2010-07-09 | 1 | -1/+1 |
* | Generate some histograms to see how well our compression is working. | mbelshe@chromium.org | 2010-05-21 | 1 | -0/+11 |
* | Use net::HttpRequestHeaders instead of std::string in URLRequest and friends. | willchan@chromium.org | 2010-05-06 | 1 | -1/+2 |
* | Add APIs to expose http cache's metadata and the | rvargas@google.com | 2010-02-23 | 1 | -1/+5 |
* | Minor cleanup, removed unused URLRequestJob::GetMoreData() method. | michaeln@chromium.org | 2009-12-30 | 1 | -5/+0 |