index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ftp
/
ftp_network_transaction.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert more callers of the integer/string functions to using
brettw@chromium.org
2010-07-31
1
-1
/
+2
*
Net: Convert username and password to string16.
thestig@chromium.org
2010-07-29
1
-7
/
+7
*
Recommit r53882 "FTP: fix navigation to systems with broken EPSV support."i"
jeremy@chromium.org
2010-07-28
1
-0
/
+15
*
Revert "FTP: fix navigation to systems with broken EPSV support."i
jeremy@chromium.org
2010-07-28
1
-15
/
+0
*
FTP: fix navigation to systems with broken EPSV support.
phajdan.jr@chromium.org
2010-07-28
1
-0
/
+15
*
FTP: add more detailed error codes based on RFC 959.
phajdan.jr@chromium.org
2010-07-15
1
-44
/
+89
*
Clean up FTP code a bit:
phajdan.jr@chromium.org
2010-07-14
1
-66
/
+8
*
FTP: change order of commands to improve compatibility
phajdan.jr@chromium.org
2010-07-08
1
-43
/
+14
*
FTP: Fix an infinite loop in a rare condition.
phajdan.jr@chromium.org
2010-05-15
1
-13
/
+4
*
Add net log entries that summarize transmit and receive byte counts.
vandebo@chromium.org
2010-04-23
1
-4
/
+6
*
Modify FTP to implement EPSV per RFC 2428. EPSV is an extended version
cbentzel@chromium.org
2010-04-12
1
-41
/
+110
*
Make sure to strip the brackets around IPv6 literals when resolving the hostn...
eroman@chromium.org
2010-04-07
1
-1
/
+1
*
Respect typecode in the FTP network transaction.
phajdan.jr@chromium.org
2010-03-24
1
-14
/
+54
*
Fix the out-of-bounds array read in the ftp response.
inferno@chromium.org
2010-03-22
1
-1
/
+1
*
Generalize the net module's LoadLog facility from a passive container, to an ...
eroman@chromium.org
2010-03-16
1
-6
/
+6
*
net: string_utils.h -> utf_string_conversions.h fix.
jhawkins@chromium.org
2010-03-08
1
-0
/
+1
*
Fix the problems with some FTP transactions taking a long time.
phajdan.jr@chromium.org
2010-03-06
1
-3
/
+15
*
Really connect to the same server in FTP network transaction.
phajdan.jr@chromium.org
2010-02-20
1
-8
/
+8
*
Improve error reporting for FTP passive connection failures.
wtc@chromium.org
2010-02-19
1
-2
/
+2
*
Disable IPv6 in FTP until we have implemented the IPv6 extensions for FTP
wtc@chromium.org
2010-02-19
1
-1
/
+4
*
Pass the file size infomration from the FTP network transaction
phajdan.jr@chromium.org
2010-02-13
1
-4
/
+4
*
Make description in FTP data connection histogram more accurate.
phajdan.jr@chromium.org
2010-01-20
1
-3
/
+3
*
Record more categories of errors for ftp data connection histograms.
phajdan.jr@chromium.org
2010-01-12
1
-1
/
+22
*
Cleanup histogram classes mixing SetFlags into FactoryGet arguments
jar@chromium.org
2009-12-28
1
-23
/
+11
*
Implement support for MLSD FTP command in FtpNetworkTransaction.
phajdan.jr@chromium.org
2009-12-22
1
-1
/
+44
*
Use factory to create histograms, and refcounts to track lifetimes
jar@chromium.org
2009-12-06
1
-10
/
+12
*
Fix one source of flakiness of FTP tests.
phajdan.jr@chromium.org
2009-11-23
1
-0
/
+3
*
Add histograms for data connection error types.
phajdan.jr@chromium.org
2009-11-17
1
-0
/
+78
*
Add LoadLog to ClientSocket::Connect().
willchan@chromium.org
2009-11-02
1
-2
/
+2
*
Correctly handle FTP servers which unexpectedly close the control connection.
phajdan.jr@chromium.org
2009-11-02
1
-0
/
+8
*
Fix compatibility problems with FileZilla FTP Server.
phajdan.jr@chromium.org
2009-10-21
1
-2
/
+4
*
A couple new io buffers that encapsulate more data and are therefore easier t...
vandebo@chromium.org
2009-10-14
1
-10
/
+7
*
Correctly talk to VMS servers (translate UNIX paths to VMS and vice versa).
phajdan.jr@chromium.org
2009-09-24
1
-10
/
+67
*
Unescape FTP URL paths, Firefox-compatible.
phajdan.jr@chromium.org
2009-09-21
1
-29
/
+19
*
Various cleanups FTP-related.
phajdan.jr@chromium.org
2009-09-18
1
-2
/
+6
*
More correctly handle username and password in FtpNetworkTransaction.
phajdan.jr@chromium.org
2009-09-16
1
-3
/
+33
*
Return ERR_FILE_NOT_FOUND from FtpNetworkTransaction when we can.
phajdan.jr@chromium.org
2009-09-09
1
-1
/
+12
*
Get rid of the data socket completely when data transfer is finished.
phajdan.jr@chromium.org
2009-09-09
1
-0
/
+4
*
Don't log FTP commands being issued.
phajdan.jr@chromium.org
2009-09-01
1
-1
/
+0
*
Don't trust server's PASV response that much in FtpNetworkTransaction.
phajdan.jr@chromium.org
2009-08-28
1
-33
/
+21
*
Fix transaction hang when downloading certain FTP files.
phajdan.jr@chromium.org
2009-08-26
1
-1
/
+7
*
Implement RestartWithAuth for NewFtpTransaction.
phajdan.jr@chromium.org
2009-08-26
1
-25
/
+47
*
LoadLog is used as an output parameter, reorder it to the last parameter.
willchan@chromium.org
2009-08-14
1
-5
/
+5
*
Add a missing Stop() call to DoDataResolveHostComplete().
wtc@chromium.org
2009-08-13
1
-4
/
+6
*
Make FtpNetworkTransaction report its load state.
phajdan.jr@chromium.org
2009-08-12
1
-0
/
+17
*
Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...
ericroman@google.com
2009-08-12
1
-3
/
+6
*
Make response code in FtpNetworkTransaction more precise.
phajdan.jr@chromium.org
2009-08-11
1
-40
/
+46
*
Cleanup in new ftp transaction:
phajdan.jr@chromium.org
2009-08-07
1
-36
/
+59
*
Properly handle invalid server control responses.
phajdan.jr@chromium.org
2009-08-06
1
-1
/
+1
*
Correctly handle multiple control responses for RETR command.
phajdan.jr@chromium.org
2009-08-05
1
-6
/
+22
[next]