| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-05-08 | 1 | -5/+0 |
* | Fix a NULL dereference bug (of URLRequest) in URLRequestFtpJob | phajdan.jr@chromium.org | 2013-05-03 | 1 | -0/+1 |
* | Implement FTP auth through proxy | phajdan.jr@chromium.org | 2013-04-08 | 1 | -2/+4 |
* | [Net] Propagate priority changes from URLRequest to HttpTransaction | akalin@chromium.org | 2013-03-22 | 1 | -5/+12 |
* | Revert 189829 "[Net] Propagate priority changes from URLRequest ..." | msw@chromium.org | 2013-03-22 | 1 | -12/+5 |
* | [Net] Propagate priority changes from URLRequest to HttpTransaction | akalin@chromium.org | 2013-03-22 | 1 | -5/+12 |
* | Revert 188912 "Removed static factories for data, ftp, file, and..." | kbr@chromium.org | 2013-03-19 | 1 | -0/+5 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-03-19 | 1 | -5/+0 |
* | Add support for making FTP requests through a proxy. | phajdan.jr@chromium.org | 2013-01-23 | 1 | -4/+20 |
* | Stop using ScopedAllowIO in content::ResourceDispatcherHostImpl | hashimoto@chromium.org | 2012-08-30 | 1 | -1/+1 |
* | Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network... | shalev@chromium.org | 2012-08-24 | 1 | -0/+1 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Replaced static URLRequestFtpJob factory with non-static protocol handler for... | shalev@chromium.org | 2012-07-11 | 1 | -2/+11 |
* | Stop refcounting URLRequestContext. | willchan@chromium.org | 2012-05-11 | 1 | -5/+1 |
* | Remove task.h and finish base::Bind() migration. | ajwong@chromium.org | 2012-01-06 | 1 | -1/+1 |
* | Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind(). | ajwong@chromium.org | 2011-12-09 | 1 | -4/+1 |
* | Add OVERRIDE to net/. | avi@chromium.org | 2011-11-16 | 1 | -4/+6 |
* | Use AuthCredentials throughout the network stack instead of username/password. | cbentzel@chromium.org | 2011-10-28 | 1 | -9/+7 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -2/+2 |
* | Make the URLRequestContext constant | battre@chromium.org | 2011-07-14 | 1 | -1/+1 |
* | Revert 92511 - Make the URLRequestContext constant | battre@chromium.org | 2011-07-14 | 1 | -1/+1 |
* | Make the URLRequestContext constant | battre@chromium.org | 2011-07-14 | 1 | -1/+1 |
* | Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav... | bryner@chromium.org | 2011-02-22 | 1 | -0/+1 |
* | Reorder the methods in net/url_request/. | erg@google.com | 2011-01-20 | 1 | -10/+9 |
* | net: Add namespace net to the remaining files under url_request directory. | tfarina@chromium.org | 2011-01-06 | 1 | -3/+3 |
* | Deinline even more destructors. | erg@google.com | 2010-12-14 | 1 | -1/+1 |
* | net: Add namespace net to URLRequestFtpJob. | tfarina@chromium.org | 2010-12-12 | 1 | -15/+19 |
* | net: Remove typedef net::URLRequestJob URLRequestJob; | tfarina@chromium.org | 2010-12-11 | 1 | -6/+6 |
* | Stop adding more refcounts to some more URLRequestJob subtypes. | willchan@chromium.org | 2010-12-03 | 1 | -1/+3 |
* | net: Add namespace net to URLRequest and URLRequestJob classes. | tfarina@chromium.org | 2010-11-28 | 1 | -2/+3 |
* | Remove obviously unneeded forward declarations from headers under src/{app,ba... | viettrungluu@chromium.org | 2010-08-21 | 1 | -4/+0 |
* | 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 |
* | Rename url_request_new_ftp_job -> url_request_ftp_job | phajdan.jr@chromium.org | 2010-03-16 | 1 | -0/+79 |
* | Remove a bunch of 0 byte files. (due to git-svn misbehavior?) | thestig@chromium.org | 2010-01-26 | 1 | -0/+0 |
* | Remove WinInet FTP code. | phajdan.jr@chromium.org | 2010-01-05 | 1 | -116/+0 |
* | Second patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 1 | -2/+2 |
* | Slight code change to make some global variables const. | maruel@google.com | 2009-03-10 | 1 | -11/+16 |
* | Use FilterContext to allow filters to access URLRequestJob data | jar@chromium.org | 2009-03-09 | 1 | -8/+12 |
* | - Add preemptive authorization (new http stack only) | ericroman@google.com | 2008-11-08 | 1 | -2/+0 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Fix header include guards. | darin@google.com | 2008-08-04 | 1 | -3/+3 |
* | Move some more classes from net/base into the net:: namespace. | darin@google.com | 2008-07-30 | 1 | -3/+3 |
* | Add net to the repository. | initial.commit | 2008-07-26 | 1 | -0/+133 |