| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-11 | 1 | -1/+0 |
* | Use FilterContext to allow filters to access URLRequestJob data | jar@chromium.org | 2009-03-09 | 1 | -1/+1 |
* | Reduce the amount of included header files. Vast change like in "Oh God! This... | maruel@chromium.org | 2009-02-18 | 1 | -0/+1 |
* | BUG=1112 | hclam@chromium.org | 2009-01-23 | 1 | -4/+8 |
* | post-winhttp cleanup: refactor net/base/auth_cache into net/ftp/ftp_auth_cache. | ericroman@google.com | 2009-01-15 | 1 | -5/+4 |
* | Port directory lister to allow the linux and mac test shells to display file ... | estade@chromium.org | 2008-11-20 | 1 | -3/+4 |
* | revert 5730 | estade@chromium.org | 2008-11-19 | 1 | -4/+3 |
* | Port directory lister to posix. | estade@chromium.org | 2008-11-19 | 1 | -3/+4 |
* | revert 5725 | estade@chromium.org | 2008-11-19 | 1 | -4/+3 |
* | Port directory lister so test shell can view file directories. | estade@chromium.org | 2008-11-19 | 1 | -3/+4 |
* | - Add preemptive authorization (new http stack only) | ericroman@google.com | 2008-11-08 | 1 | -13/+19 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Move more net classes into the net namespace. Also remove the net_util names... | darin@google.com | 2008-07-31 | 1 | -4/+4 |
* | I looked at the full dump from the previous crashes and it looks like a testi... | brettw@google.com | 2008-07-30 | 1 | -2/+2 |
* | Move some more classes from net/base into the net:: namespace. | darin@google.com | 2008-07-30 | 1 | -11/+10 |
* | Reverting revision 70, 66 and 65 to fix crashes. | nsylvain@google.com | 2008-07-29 | 1 | -2/+2 |
* | Puts back the optional unescaping of control characters and URL parse-affecti... | brettw@google.com | 2008-07-29 | 1 | -2/+2 |
* | Add net to the repository. | initial.commit | 2008-07-26 | 1 | -0/+547 |