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_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
FTP: fix leaks in tests.
phajdan.jr@chromium.org
2013-01-03
1
-5
/
+6
*
FTP: Only issue EPSV command for non-IPv4 connections.
phajdan.jr@chromium.org
2012-11-17
1
-104
/
+193
*
net: Pass the real IP address and port for mock TCP sockets where possible.
phajdan.jr@chromium.org
2012-11-16
1
-4
/
+4
*
FTP: Open a fresh data connection after a command error.
phajdan.jr@chromium.org
2012-11-15
1
-66
/
+103
*
FTP: fix compatibility with mod_ftp's LISTisNLST option.
phajdan.jr@chromium.org
2012-11-12
1
-2
/
+2
*
Reimplements net::AddressList without struct addrinfo.
szym@chromium.org
2012-05-07
1
-5
/
+3
*
Change MockRead and MockWrite (et. al.) to take an IoMode enum, instead
rch@chromium.org
2012-02-23
1
-28
/
+28
*
Fixes to socket_test_util.cc.
szym@chromium.org
2012-01-22
1
-2
/
+2
*
Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().
ajwong@chromium.org
2011-12-09
1
-10
/
+17
*
Use AuthCredentials throughout the network stack instead of username/password.
cbentzel@chromium.org
2011-10-28
1
-6
/
+9
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-1
/
+1
*
FTP: fix compatibility with servers which send 451 response
phajdan.jr@chromium.org
2011-09-14
1
-0
/
+27
*
FTP: Cleanup - replace sscanf with more high-level routines.
phajdan.jr@chromium.org
2011-09-14
1
-7
/
+7
*
Remove explicit keyword from multi-argument (w/o default values) constructors
dilmah@chromium.org
2011-07-26
1
-2
/
+1
*
Add OVERRIDE throughout net/ftp/*
eroman@chromium.org
2011-07-22
1
-22
/
+23
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...
bryner@chromium.org
2011-02-22
1
-0
/
+7
*
FTP: fix compatibility problems with MLSD by removing MLSD support.
phajdan.jr@chromium.org
2010-12-10
1
-22
/
+3
*
FTP: a successful response to SIZE does not mean the resource is a file.
phajdan.jr@chromium.org
2010-11-20
1
-6
/
+39
*
FTP: fix navigation to ftp.symantec.com
phajdan.jr@chromium.org
2010-10-29
1
-0
/
+57
*
FTP: make file downloads work when directory listing is restricted
phajdan.jr@chromium.org
2010-10-15
1
-18
/
+30
*
Stop refcounting HostResolver.
willchan@chromium.org
2010-10-01
1
-2
/
+2
*
Revert 61034 - Refactor FTP unit tests.
phajdan.jr@chromium.org
2010-09-30
1
-530
/
+741
*
Refactor FTP unit tests.
phajdan.jr@chromium.org
2010-09-30
1
-741
/
+530
*
Add #include utf_string_conversions.h to all files that use ASCIIToWide and
brettw@chromium.org
2010-08-03
1
-0
/
+1
*
Net: Convert username and password to string16.
thestig@chromium.org
2010-07-29
1
-9
/
+12
*
FTP: minor cleanups to the unit tests:
phajdan.jr@chromium.org
2010-07-27
1
-6
/
+33
*
FTP: add more detailed error codes based on RFC 959.
phajdan.jr@chromium.org
2010-07-15
1
-33
/
+33
*
Clean up FTP code a bit:
phajdan.jr@chromium.org
2010-07-14
1
-1
/
+1
*
FTP: change order of commands to improve compatibility
phajdan.jr@chromium.org
2010-07-08
1
-152
/
+37
*
FTP: Fix an infinite loop in a rare condition.
phajdan.jr@chromium.org
2010-05-15
1
-0
/
+11
*
Pass nulls through test sockets.
gavinp@chromium.org
2010-05-10
1
-9
/
+29
*
Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...
eroman@chromium.org
2010-04-28
1
-5
/
+5
*
Modify FTP to implement EPSV per RFC 2428. EPSV is an extended version
cbentzel@chromium.org
2010-04-12
1
-22
/
+206
*
Make sure to strip the brackets around IPv6 literals when resolving the hostn...
eroman@chromium.org
2010-04-07
1
-0
/
+15
*
Respect typecode in the FTP network transaction.
phajdan.jr@chromium.org
2010-03-24
1
-3
/
+66
*
Add unit test to check for zero length dir in FTP PWD response.
inferno@chromium.org
2010-03-22
1
-0
/
+11
*
Fix the problems with some FTP transactions taking a long time.
phajdan.jr@chromium.org
2010-03-06
1
-71
/
+12
*
Add a test for correct FTP SIZE response handling when the file size
phajdan.jr@chromium.org
2010-02-25
1
-6
/
+17
*
Really connect to the same server in FTP network transaction.
phajdan.jr@chromium.org
2010-02-20
1
-14
/
+16
*
Improve error reporting for FTP passive connection failures.
wtc@chromium.org
2010-02-19
1
-3
/
+3
*
Pass the file size infomration from the FTP network transaction
phajdan.jr@chromium.org
2010-02-13
1
-1
/
+42
*
Add bounds checking to StaticSocketDataProvider, to make tests more reliable
phajdan.jr@chromium.org
2010-02-09
1
-6
/
+10
*
Implement support for MLSD FTP command in FtpNetworkTransaction.
phajdan.jr@chromium.org
2009-12-22
1
-5
/
+23
*
Minor cleanup: add a sys_addrinfo.h header that hides the platform-specific i...
eroman@chromium.org
2009-12-12
1
-7
/
+1
*
Fix one source of flakiness of FTP tests.
phajdan.jr@chromium.org
2009-11-23
1
-0
/
+30
*
There was confusion in the mock socket classes due to
mbelshe@google.com
2009-11-11
1
-190
/
+190
*
Correctly handle FTP servers which unexpectedly close the control connection.
phajdan.jr@chromium.org
2009-11-02
1
-0
/
+27
*
Fix compatibility problems with FileZilla FTP Server.
phajdan.jr@chromium.org
2009-10-21
1
-6
/
+27
*
Correctly talk to VMS servers (translate UNIX paths to VMS and vice versa).
phajdan.jr@chromium.org
2009-09-24
1
-0
/
+123
[next]