This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git
from e3d14b16 Merge pull request #393 from sayaoailun/master
new e246eb09 [NET-740] FTP fails to parse listings for Linux vsftpd in
Chinese or Japanese #393
new e389ada1 Sort members
new d4de7158 Merge if statements that have identical blocks
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/changes/changes.xml | 1 +
.../java/org/apache/commons/net/SocketClient.java | 32 ++++--------
.../java/org/apache/commons/net/ftp/FTPClient.java | 16 ++----
.../org/apache/commons/net/ftp/FTPHTTPClient.java | 12 +----
.../org/apache/commons/net/ftp/FTPSClient.java | 18 ++-----
.../net/ftp/parser/OS400FTPEntryParser.java | 5 +-
.../org/apache/commons/net/imap/IMAPClient.java | 6 +--
.../org/apache/commons/net/pop3/POP3Client.java | 58 ++++------------------
.../org/apache/commons/net/smtp/SMTPClient.java | 5 +-
.../java/org/apache/commons/net/tftp/TFTP.java | 58 +++++++++++-----------
.../apache/commons/net/tftp/TFTPRequestPacket.java | 32 ++++++------
.../apache/commons/net/echo/EchoTCPClientTest.java | 2 +-
.../apache/commons/net/ftp/AbstractFtpsTest.java | 8 +--
.../org/apache/commons/net/ftp/FTPSClientTest.java | 8 +--
.../commons/net/ftp/ListingFunctionalTest.java | 18 +++----
.../net/ftp/parser/AbstractFTPParseTest.java | 5 +-
.../net/ftp/parser/UnixFTPEntryParserTest.java | 40 +++++++--------
.../commons/net/smtp/SimpleSMTPHeaderTestCase.java | 2 +-
.../commons/net/tftp/TFTPRequestPacketTest.java | 46 ++++++++---------
.../java/org/apache/commons/net/tftp/TFTPTest.java | 18 +++----
20 files changed, 149 insertions(+), 241 deletions(-)