summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_ftp_job.cc
Commit message (Expand)AuthorAgeFilesLines
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-111-4/+4
* Stop adding more refcounts to some more URLRequestJob subtypes.willchan@chromium.org2010-12-031-20/+13
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-3/+3
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-1/+1
* Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found itbrettw@chromium.org2010-07-311-0/+1
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-3/+3
* Rename url_request_new_ftp_job -> url_request_ftp_jobphajdan.jr@chromium.org2010-03-161-0/+244
* Remove a bunch of 0 byte files. (due to git-svn misbehavior?)thestig@chromium.org2010-01-261-0/+0
* Remove WinInet FTP code.phajdan.jr@chromium.org2010-01-051-562/+0
* Cache login identity for NewFTP transactions.phajdan.jr@chromium.org2009-09-221-3/+6
* Reverting 26419.tyoshino@google.com2009-09-171-6/+3
* Cache login identity for NewFTP transactions.phajdan.jr@chromium.org2009-09-161-3/+6
* Check in patch for pierre.lafayette, http://codereview.chromium.org/178059/show.mirandac@chromium.org2009-09-091-1/+3
* Fix the local directory listing, FTP directory listing and the local file han...jshin@chromium.org2009-07-091-7/+24
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-291-0/+1
* Changes the UI for HTTP/FTP auth challenges to include the server's port. So ...ericroman@google.com2009-05-211-1/+2
* Use the new HostNoBrackets() method in more places.wtc@chromium.org2009-05-161-7/+8
* Add command line switch "--new-ftp" for new portable FTPwtc@chromium.org2009-03-161-1/+6
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Use FilterContext to allow filters to access URLRequestJob datajar@chromium.org2009-03-091-1/+1
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-0/+1
* BUG=1112hclam@chromium.org2009-01-231-4/+8
* post-winhttp cleanup: refactor net/base/auth_cache into net/ftp/ftp_auth_cache.ericroman@google.com2009-01-151-5/+4
* Port directory lister to allow the linux and mac test shells to display file ...estade@chromium.org2008-11-201-3/+4
* revert 5730estade@chromium.org2008-11-191-4/+3
* Port directory lister to posix.estade@chromium.org2008-11-191-3/+4
* revert 5725estade@chromium.org2008-11-191-4/+3
* Port directory lister so test shell can view file directories.estade@chromium.org2008-11-191-3/+4
* - Add preemptive authorization (new http stack only)ericroman@google.com2008-11-081-13/+19
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Move more net classes into the net namespace. Also remove the net_util names...darin@google.com2008-07-311-4/+4
* I looked at the full dump from the previous crashes and it looks like a testi...brettw@google.com2008-07-301-2/+2
* Move some more classes from net/base into the net:: namespace.darin@google.com2008-07-301-11/+10
* Reverting revision 70, 66 and 65 to fix crashes.nsylvain@google.com2008-07-291-2/+2
* Puts back the optional unescaping of control characters and URL parse-affecti...brettw@google.com2008-07-291-2/+2
* Add net to the repository.initial.commit2008-07-261-0/+547