summaryrefslogtreecommitdiffstats
path: root/net/ftp/ftp_transaction.h
Commit message (Expand)AuthorAgeFilesLines
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-6/+6
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-3/+2
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-6/+6
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-2/+2
* Ftp: Add NET_API for net.dllrvargas@google.com2011-05-181-2/+3
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-5/+6
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-3/+3
* Implement RestartWithAuth for NewFtpTransaction.phajdan.jr@chromium.org2009-08-261-1/+1
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-3/+3
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-1/+4
* FTP Transaction code for new Portable FTP code.wtc@chromium.org2009-05-111-3/+6
* Add beginnings of a custom FTP implementation. This is built but not used ordarin@chromium.org2008-12-171-0/+73