summaryrefslogtreecommitdiff
path: root/MockFtpServer
AgeCommit message (Expand)Author
2021-12-16mockftpserver: drop .classpath files and update README.txtandroid-t-preview-2android-t-preview-1android-t-beta-3android-s-v2-beta-3android-s-qpr3-beta-1android-t-preview-1android-s-v2-beta-3android-s-qpr3-beta-1Orion Hodson
2021-09-02mockftpserver: Remove pom.xml filesandroid-s-beta-5android-s-beta-5Orion Hodson
2014-05-11Update for OSSRH deploymentchrismair
2014-05-04Add logo imagechrismair
2014-05-04Remove obsolete test suite infrastructurechrismair
2014-05-04Fix broken internal links on the web site pageschrismair
2014-05-04Update “Log4J Configuration Required to See Log Output” section on “Fak...chrismair
2014-05-04Update “Log4J Configuration Required to See Log Output” section on “Fak...chrismair
2014-05-04Fix #23 PWD response should have commentary; Also adjusted reply text for MKD...chrismair
2014-05-04Remove deprecation for assertSessionReply()chrismair
2012-07-18#2466395: Remove log4j dependency. Replace with SLF4J.chrismair
2012-07-15Return MockFtpServer information as part of connect 220 responsechrismair
2012-07-15Clean up unused importschrismair
2012-07-15Upgrade to Groovy 1.7.10; fix Maven site plugin incompatibilitychrismair
2012-07-14Upgrade POM, including later Groovy and GMaven; fix environment-specific testschrismair
2012-07-14Clean up environment-specific test failureschrismair
2011-06-07Use SFTP to deploy to Maven Repochrismair
2011-06-06Version 2.3chrismair
2011-06-06Use a dynamically chosen free port number for the server control portchrismair
2011-06-05Add a new readData(int numBytes) to Sessionchrismair
2011-03-21Test close processingchrismair
2011-03-18Fix bug/feature #3103132: shutting down takes too long.chrismair
2010-03-26Verify we can store files using relative pathchrismair
2010-03-26Add example code for fileSystem.getEntry() and createInputStream()chrismair
2010-03-24Update test/example dir listing to remove superfluous file size for a DIR entry.chrismair
2010-03-24Update/fix POM to enable Maven deploy.chrismair
2010-03-24version 2.2chrismair
2010-03-24Change fake RNTO and RNFR CommandHandlers to allow renaming directorieschrismair
2010-03-22Change rename() to fail if the TO file already existschrismair
2010-03-21Rename AbstractGroovyTest to AbstractGroovyTestCasechrismair
2010-03-21Rename AbstractTest to AbstractTestCasechrismair
2010-03-20Add sample directory listing(s) to online docs for StubFtpServer ListCommandH...chrismair
2010-03-20PatternUtil: Add plus sign ('+') to convertStringWithWildcardsToRegex()chrismair
2010-03-19Fix Bug #2828362: “Unit tests using FakeFtpServer are slow”. Reduce defau...chrismair
2010-03-16Fix bug #2953392: AbstractFtpServer waits forever if binding to port failschrismair
2009-06-16Version 2.1chrismair
2009-06-16Add getServerControlPort() to AbstractFtpServer.chrismair
2009-06-16Fix Bug #2696898 : “WindowsFakeFilesystem DirectoryEntry case sensitivity”chrismair
2009-06-14Fix Bug #2797980: “UnixFakeFileSystem IsValidName Regex incorrect”chrismair
2009-06-13Refactor both PortCommandHandler(s) and the PortParser classes to use HostAnd...chrismair
2009-06-13Support for IPv6: EPRT and EPSVchrismair
2009-06-13Support for IPv6: EPRT and EPSVchrismair
2009-06-11Support for IPv6: EPRT and EPSVchrismair
2009-03-10Version 2.0.2chrismair
2009-03-10Fix Bug #2653626: Cannot start() server after calling stop()chrismair
2009-03-10Fix Bug #2654577: 'month' in UnixDirectoryListingFormatter is Locale specific.chrismair
2009-02-09Version 2.0.1chrismair
2009-02-09Use entrySet() to iterate through sessions. (Rijk van Haaften)chrismair
2009-02-09Fix for Bug 2543193 “"cd .." and "pwd" don't work properly together”chrismair
2009-02-08Fix for Bug 2540548 - Missing new line on directory listingchrismair