summaryrefslogtreecommitdiff
path: root/MockFtpServer/src/test/java
AgeCommit message (Expand)Author
2014-05-04Remove obsolete test suite infrastructurechrismair
2012-07-18#2466395: Remove log4j dependency. Replace with SLF4J.chrismair
2012-07-14Clean up environment-specific test failureschrismair
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
2010-03-24Update test/example dir listing to remove superfluous file size for a DIR entry.chrismair
2010-03-21Rename AbstractTest to AbstractTestCasechrismair
2009-06-16Add getServerControlPort() to AbstractFtpServer.chrismair
2009-06-13Support for IPv6: EPRT and EPSVchrismair
2008-12-14Reorganize sample code and add to online docchrismair
2008-12-14Reorganize sample code and add to online docchrismair
2008-12-09Introduce createSession() and make attr protected to facilitate subclassingchrismair
2008-12-09Fix bug in iterating through sessionschrismair
2008-12-07Fixes and cleanup for PMDchrismair
2008-12-07Create new UnrecognizedCommandHandler-- return 502 reply from FakeFtpServer a...chrismair
2008-12-06Move ConnectCommandHandler into corechrismair
2008-12-06Move ConnectCommandHandler into corechrismair
2008-12-06Enhance online docs for StubFtpServer CommandHandler configurationchrismair
2008-12-05Add "Configuring Custom CommandHandlers" section to FakeFtpServer Getting Sta...chrismair
2008-12-05Unify Stub and Fake CommandHandlers; refactor CommandHandler frameworkchrismair
2008-12-03Refactor CommandHandler frameworkchrismair
2008-11-23Reorganize packages; consistent with stub packageschrismair
2008-11-22Add convenience constructor/methodschrismair
2008-11-11Update online documentation and exampleschrismair
2008-11-10Update online documentationschrismair
2008-11-08Example test for FakeFtpServerchrismair
2008-08-16Terminate reply with \r\nchrismair
2008-08-14Parse host ip numbers as unsigned bytes (bug # 2047355)chrismair
2008-07-11Fake REIN CommandHandler.chrismair
2008-07-03Fake CDUP CommandHandler; change CDUP reply code to 200.chrismair
2008-07-03Rename ReplyCodes.SEND_DATA_INITIAL_OK and SEND_DATA_FINAL_OK to TRANSFER_DAT...chrismair
2008-07-02Rename Command.getRequiredString(int) to getRequiredParameter(int). Get rid o...chrismair
2008-07-01Change StubFtpServer CommandHandlers to reply with 501 if required command pa...chrismair
2008-06-27Enable calling stop() on a server even if the server was never startedchrismair
2008-06-17Support for LIST and PORT commands; throw CommandSyntaxException for invalid ...chrismair
2008-06-13Refactor (Stub)PortCommandHandler to pull out port parsing logic into common ...chrismair
2008-06-03FakFtpServerIntegrationTest (first phase); QUIT command handlerchrismair
2008-05-31Introduce AbstractFtpServer and AbstractFtpServerTestchrismair
2008-05-10Support for IDEA; Subversion tagschrismair
2008-05-10Support for IDEAchrismair
2008-04-02Support for USER and PASS (fake)chrismair
2008-03-26Initial fake command-handler for USER commandchrismair
2008-03-19Add Groovy supportchrismair
2008-03-01Make server port configurable to allow tests to run on non-Windows systems.chrismair
2008-03-01Make server port configurable to allow tests to run on non-Windows systems.chrismair
2008-02-27Add main() to allow running from command-linechrismair
2008-02-20StubFtpServer: Allow configuring server control port other than the default (...chrismair
2008-02-20Add test convenience methodschrismair
2007-12-19Update SVN tagschrismair