| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a direct include of the message_loop header in net/, part 3. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in net/. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-01 | 1 | -3/+3 |
* | net: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-23 | 1 | -1/+1 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-05-08 | 1 | -20/+1 |
* | Fix a NULL dereference bug (of URLRequest) in URLRequestFtpJob | phajdan.jr@chromium.org | 2013-05-03 | 1 | -2/+5 |
* | net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-30 | 1 | -1/+1 |
* | Implement FTP auth through proxy | phajdan.jr@chromium.org | 2013-04-08 | 1 | -46/+74 |
* | [Net] Propagate priority changes from URLRequest to HttpTransaction | akalin@chromium.org | 2013-03-22 | 1 | -36/+43 |
* | Revert 189829 "[Net] Propagate priority changes from URLRequest ..." | msw@chromium.org | 2013-03-22 | 1 | -43/+36 |
* | [Net] Propagate priority changes from URLRequest to HttpTransaction | akalin@chromium.org | 2013-03-22 | 1 | -36/+43 |
* | [Net] Separate out priority field from HttpRequestInfo | akalin@chromium.org | 2013-03-19 | 1 | -2/+1 |
* | Revert 188912 "Removed static factories for data, ftp, file, and..." | kbr@chromium.org | 2013-03-19 | 1 | -1/+20 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-03-19 | 1 | -20/+1 |
* | Add support for making FTP requests through a proxy. | phajdan.jr@chromium.org | 2013-01-23 | 1 | -41/+166 |
* | Stop using ScopedAllowIO in content::ResourceDispatcherHostImpl | hashimoto@chromium.org | 2012-08-30 | 1 | -2/+2 |
* | Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network... | shalev@chromium.org | 2012-08-24 | 1 | -2/+5 |
* | A new mock test for ftp jobs. | shalev@chromium.org | 2012-07-12 | 1 | -5/+9 |
* | Replaced static URLRequestFtpJob factory with non-static protocol handler for... | shalev@chromium.org | 2012-07-11 | 1 | -18/+21 |
* | Decouple URLRequestJob from URLRequestContext; access NetworkDelegate as a co... | shalev@chromium.org | 2012-06-29 | 1 | -1/+1 |
* | Stop refcounting URLRequestContext. | willchan@chromium.org | 2012-05-11 | 1 | -2/+1 |
* | Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind(). | ajwong@chromium.org | 2011-12-09 | 1 | -16/+19 |
* | Use AuthCredentials throughout the network stack instead of username/password. | cbentzel@chromium.org | 2011-10-28 | 1 | -12/+6 |
* | NetworkDelegate::OnAuthRequired can set or cancel auth, in addition to taking... | cbentzel@chromium.org | 2011-10-03 | 1 | -8/+10 |
* | Revert 103360 - NetworkDelegate::OnAuthRequired can set authentication or can... | ddorwin@chromium.org | 2011-09-29 | 1 | -10/+8 |
* | NetworkDelegate::OnAuthRequired can set authentication or cancel, in addition... | cbentzel@chromium.org | 2011-09-29 | 1 | -8/+10 |
* | Change AuthChallengeInfo to better represent underlying encodings. | cbentzel@chromium.org | 2011-09-12 | 1 | -4/+4 |
* | Fix up the last easy URLRequestJob refcounting offenders. | willchan@chromium.org | 2011-03-21 | 1 | -3/+5 |
* | Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav... | bryner@chromium.org | 2011-02-22 | 1 | -0/+8 |
* | Reorder the methods in net/url_request/. | erg@google.com | 2011-01-20 | 1 | -99/+99 |
* | Deinline even more destructors. | erg@google.com | 2010-12-14 | 1 | -0/+4 |
* | net: Add namespace net to URLRequestFtpJob. | tfarina@chromium.org | 2010-12-12 | 1 | -29/+33 |
* | net: Remove typedef net::URLRequestJob URLRequestJob; | tfarina@chromium.org | 2010-12-11 | 1 | -4/+4 |
* | Stop adding more refcounts to some more URLRequestJob subtypes. | willchan@chromium.org | 2010-12-03 | 1 | -20/+13 |
* | net: Remove typedef net::URLRequest URLRequest; | tfarina@chromium.org | 2010-11-30 | 1 | -3/+3 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 1 | -1/+1 |
* | Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it | brettw@chromium.org | 2010-07-31 | 1 | -0/+1 |
* | Net: Convert username and password to string16. | thestig@chromium.org | 2010-07-29 | 1 | -3/+3 |
* | Rename url_request_new_ftp_job -> url_request_ftp_job | phajdan.jr@chromium.org | 2010-03-16 | 1 | -0/+244 |
* | 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 | -562/+0 |
* | Cache login identity for NewFTP transactions. | phajdan.jr@chromium.org | 2009-09-22 | 1 | -3/+6 |
* | Reverting 26419. | tyoshino@google.com | 2009-09-17 | 1 | -6/+3 |
* | Cache login identity for NewFTP transactions. | phajdan.jr@chromium.org | 2009-09-16 | 1 | -3/+6 |
* | Check in patch for pierre.lafayette, http://codereview.chromium.org/178059/show. | mirandac@chromium.org | 2009-09-09 | 1 | -1/+3 |
* | Fix the local directory listing, FTP directory listing and the local file han... | jshin@chromium.org | 2009-07-09 | 1 | -7/+24 |
* | Reduce header dependencies in net/ | phajdan.jr@chromium.org | 2009-05-29 | 1 | -0/+1 |
* | Changes the UI for HTTP/FTP auth challenges to include the server's port. So ... | ericroman@google.com | 2009-05-21 | 1 | -1/+2 |
* | Use the new HostNoBrackets() method in more places. | wtc@chromium.org | 2009-05-16 | 1 | -7/+8 |
* | Add command line switch "--new-ftp" for new portable FTP | wtc@chromium.org | 2009-03-16 | 1 | -1/+6 |