| Commit message (Expand) | Author | Age | Files | Lines |
* | FBTF: A giant cleanup to net/ | erg@google.com | 2010-08-31 | 1 | -21/+8 |
* | FBTF: Header cleanup in renderer_host. | jhawkins@chromium.org | 2010-08-16 | 1 | -4/+4 |
* | Implement prefetching in chrome | gavinp@google.com | 2010-07-31 | 1 | -1/+1 |
* | Net: Convert username and password to string16. | thestig@chromium.org | 2010-07-29 | 1 | -2/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Attempt four at landing the "histogram.h removed from message_loop.h" patch. | erg@chromium.org | 2010-07-15 | 1 | -2/+0 |
* | Revert everything related to the relanding. | erg@chromium.org | 2010-07-14 | 1 | -0/+2 |
* | Reland r52336. | erg@chromium.org | 2010-07-14 | 1 | -2/+0 |
* | Revert 52336 - More header cleanup: | erg@chromium.org | 2010-07-14 | 1 | -0/+2 |
* | More header cleanup: | erg@chromium.org | 2010-07-14 | 1 | -2/+0 |
* | Annotate some network classes as non-threadsafe. | eroman@chromium.org | 2010-07-12 | 1 | -1/+2 |
* | Make sure that URLRequestJob holds a reference to the read IOBuffer rather th... | eroman@chromium.org | 2010-07-09 | 1 | -2/+2 |
* | Store blocked and accessed cookies in the tab contents. | jochen@chromium.org | 2010-07-02 | 1 | -4/+10 |
* | Add field trial stats for alternate_protocol. The histogram we collected are: | lzheng@chromium.org | 2010-06-26 | 1 | -1/+8 |
* | Track whether a page was loaded via a proxy so that we can | mbelshe@chromium.org | 2010-06-10 | 1 | -0/+5 |
* | This change enables FieldTrial for SPDY. When --use-spdy=npn is used, field t... | lzheng@chromium.org | 2010-05-21 | 1 | -0/+6 |
* | Pass HttpRequestHeaders to URLRequest::SetExtraRequestHeaders(). | willchan@chromium.org | 2010-05-07 | 1 | -9/+4 |
* | Use net::HttpRequestHeaders instead of std::string in URLRequest and friends. | willchan@chromium.org | 2010-05-06 | 1 | -6/+5 |
* | 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 | -11/+3 |
* | Add APIs to expose http cache's metadata and the | rvargas@google.com | 2010-02-23 | 1 | -0/+7 |
* | Trigger the blocked cookie notification UI. | darin@chromium.org | 2010-02-09 | 1 | -0/+8 |
* | Enable JS detection of whether SPDY was used to load a web page. | mbelshe@google.com | 2010-01-11 | 1 | -0/+5 |
* | Update network priorities to support better granularity | mbelshe@google.com | 2009-12-02 | 1 | -6/+7 |
* | Propagate the "first party for cookies" from WebKit to the network stack | wtc@chromium.org | 2009-11-13 | 1 | -0/+2 |
* | Style nit -- bind asterisks to the left rather than right. | eroman@chromium.org | 2009-11-13 | 1 | -1/+1 |
* | Plumb LoadLog into SocketStream | ukai@chromium.org | 2009-11-13 | 1 | -3/+8 |
* | Change the request tracking done by about:net-internals to be per context rat... | eroman@chromium.org | 2009-10-22 | 1 | -70/+3 |
* | Add a response_info() accessor to URLRequest to get a reference to the net::H... | michaeln@google.com | 2009-10-05 | 1 | -0/+3 |
* | Re-enabled URLRequestTestHTTP.BasicAuth. | eroman@chromium.org | 2009-09-04 | 1 | -2/+2 |
* | Keep track of the live URLRequest instances, and the last 25 that were destro... | eroman@chromium.org | 2009-09-02 | 1 | -17/+63 |
* | Replace the RenderProcessHost.PID function that returns the OS-generated | brettw@chromium.org | 2009-08-31 | 1 | -10/+0 |
* | Sanitizing the referrer header before starting the automation request.TEST=Ru... | tommi@chromium.org | 2009-08-31 | 1 | -0/+2 |
* | Prevent a crash that can occur when redirecting a file URL. | darin@chromium.org | 2009-08-21 | 1 | -0/+4 |
* | Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and... | ericroman@google.com | 2009-08-12 | 1 | -1/+9 |
* | Add checks to DEBUG mode that no instance of URLRequest or URLFetcher survive... | ericroman@google.com | 2009-08-11 | 1 | -0/+3 |
* | Add plumbing for allowing the renderer to intercept and cancel redirects before | darin@chromium.org | 2009-07-30 | 1 | -0/+4 |
* | Return Error Status Upon Blocking Requests | idanan@chromium.org | 2009-07-24 | 1 | -3/+3 |
* | Add support to URLRequest for deferring redirects. | darin@chromium.org | 2009-07-23 | 1 | -4/+17 |
* | Document when the Delegate methods OnCertificateRequested and | wtc@chromium.org | 2009-06-26 | 1 | -1/+9 |
* | Reorder URLRequest members so URLRequestContext lasts longer than URLRequestJob. | willchan@chromium.org | 2009-06-17 | 1 | -3/+3 |
* | Specify new methods for supporting SSL client authentication. | wtc@chromium.org | 2009-06-12 | 1 | -1/+18 |
* | Update some comments in url_request.h to clarify that once the request is del... | ericroman@google.com | 2009-06-03 | 1 | -3/+5 |
* | Remove code path that passes a file handle to the renderer | hclam@chromium.org | 2009-05-29 | 1 | -7/+0 |
* | Reduce header dependencies in net/ | phajdan.jr@chromium.org | 2009-05-29 | 1 | -1/+1 |
* | Rename |policy_url| to |first_party_for_cookies|. This now matches the WebKi... | abarth@chromium.org | 2009-05-23 | 1 | -3/+5 |
* | URLRequest::Interceptor enhancements1) Allow an interceptor to change its min... | michaeln@google.com | 2009-04-16 | 1 | -14/+50 |
* | Switching things to FilePath: | phajdan.jr@chromium.org | 2009-04-07 | 1 | -2/+3 |
* | Reverting 12479 which reverted 12470. | willchan@chromium.org | 2009-03-25 | 1 | -6/+17 |
* | Reverting 12470. | willchan@chromium.org | 2009-03-25 | 1 | -17/+6 |