| Commit message (Expand) | Author | Age | Files | Lines |
* | net: move host_resolver files from net/base to net/dns | phajdan.jr@chromium.org | 2013-03-21 | 1 | -2/+2 |
* | FTP: Open a fresh data connection after a command error. | phajdan.jr@chromium.org | 2012-11-15 | 1 | -0/+6 |
* | FTP: add net-internals logging. | phajdan.jr@chromium.org | 2012-11-07 | 1 | -1/+3 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Fixes to socket_test_util.cc. | szym@chromium.org | 2012-01-22 | 1 | -1/+4 |
* | Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind(). | ajwong@chromium.org | 2011-12-09 | 1 | -7/+7 |
* | Use AuthCredentials throughout the network stack instead of username/password. | cbentzel@chromium.org | 2011-10-28 | 1 | -5/+3 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -6/+6 |
* | FTP: fix compatibility with servers which send 451 response | phajdan.jr@chromium.org | 2011-09-14 | 1 | -0/+1 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -1/+1 |
* | Add OVERRIDE throughout net/ftp/* | eroman@chromium.org | 2011-07-22 | 1 | -6/+8 |
* | Add unit-tests for SingleRequestHostResolver. | eroman@chromium.org | 2011-06-06 | 1 | -0/+1 |
* | Ftp: Add NET_API for net.dll | rvargas@google.com | 2011-05-18 | 1 | -1/+1 |
* | Rename ClientSocket to StreamSocket. | sergeyu@chromium.org | 2011-05-05 | 1 | -3/+3 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -3/+3 |
* | More net/ method ordering. | erg@google.com | 2011-01-26 | 1 | -31/+33 |
* | FTP: fix compatibility problems with MLSD by removing MLSD support. | phajdan.jr@chromium.org | 2010-12-10 | 1 | -4/+0 |
* | FBTF: Remove unnecessary STL #includes from src/net. | viettrungluu@chromium.org | 2010-08-19 | 1 | -2/+0 |
* | Net: Convert username and password to string16. | thestig@chromium.org | 2010-07-29 | 1 | -7/+6 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | FTP: add more detailed error codes based on RFC 959. | phajdan.jr@chromium.org | 2010-07-15 | 1 | -27/+0 |
* | Clean up FTP code a bit: | phajdan.jr@chromium.org | 2010-07-14 | 1 | -11/+3 |
* | FTP: change order of commands to improve compatibility | phajdan.jr@chromium.org | 2010-07-08 | 1 | -4/+0 |
* | Modify FTP to implement EPSV per RFC 2428. EPSV is an extended version | cbentzel@chromium.org | 2010-04-12 | 1 | -1/+9 |
* | Respect typecode in the FTP network transaction. | phajdan.jr@chromium.org | 2010-03-24 | 1 | -2/+25 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -2/+3 |
* | Pass the file size infomration from the FTP network transaction | phajdan.jr@chromium.org | 2010-02-13 | 1 | -1/+0 |
* | Implement support for MLSD FTP command in FtpNetworkTransaction. | phajdan.jr@chromium.org | 2009-12-22 | 1 | -0/+4 |
* | Add histograms for data connection error types. | phajdan.jr@chromium.org | 2009-11-17 | 1 | -0/+2 |
* | A couple new io buffers that encapsulate more data and are therefore easier t... | vandebo@chromium.org | 2009-10-14 | 1 | -5/+1 |
* | Correctly talk to VMS servers (translate UNIX paths to VMS and vice versa). | phajdan.jr@chromium.org | 2009-09-24 | 1 | -2/+18 |
* | Unescape FTP URL paths, Firefox-compatible. | phajdan.jr@chromium.org | 2009-09-21 | 1 | -0/+3 |
* | Don't trust server's PASV response that much in FtpNetworkTransaction. | phajdan.jr@chromium.org | 2009-08-28 | 1 | -5/+0 |
* | Implement RestartWithAuth for NewFtpTransaction. | phajdan.jr@chromium.org | 2009-08-26 | 1 | -2/+9 |
* | LoadLog is used as an output parameter, reorder it to the last parameter. | willchan@chromium.org | 2009-08-14 | 1 | -3/+3 |
* | Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and... | ericroman@google.com | 2009-08-12 | 1 | -1/+3 |
* | Cleanup in new ftp transaction: | phajdan.jr@chromium.org | 2009-08-07 | 1 | -14/+23 |
* | Followup after http://codereview.chromium.org/149368 | phajdan.jr@chromium.org | 2009-08-03 | 1 | -5/+5 |
* | Rework FTP control response parsing code and fix socket Write misuse. | phajdan.jr@chromium.org | 2009-07-28 | 1 | -36/+33 |
* | Make new FtpNetworkTransaction handle short reads correctly. | phajdan.jr@chromium.org | 2009-07-06 | 1 | -20/+39 |
* | * Avoid doing concurrent DNS resolves of the same hostname in HostResolver. | ericroman@google.com | 2009-06-12 | 1 | -1/+2 |
* | Check in the fourth Portable FTP CL from Ibrar Ahmed | wtc@chromium.org | 2009-06-05 | 1 | -0/+11 |
* | FTP Transaction code for new Portable FTP code. | wtc@chromium.org | 2009-05-11 | 1 | -14/+115 |
* | Add command line switch "--new-ftp" for new portable FTP | wtc@chromium.org | 2009-03-16 | 1 | -1/+1 |
* | Add beginnings of a custom FTP implementation. This is built but not used or | darin@chromium.org | 2008-12-17 | 1 | -0/+99 |