1. f215255 Fix bug in iterating through sessions by chrismair · 16 years ago
  2. 1901d3e Add support for SMNT by chrismair · 16 years ago
  3. 3b7668e Introduce AbstractStorCommandHandler. Remove final from stub CommandHandler classes. by chrismair · 16 years ago
  4. 5e9566a Fixes and cleanup for PMD by chrismair · 16 years ago
  5. 49deb46 Create new UnrecognizedCommandHandler-- return 502 reply from FakeFtpServer and StubFtpServer when a requested command is not supported. by chrismair · 16 years ago
  6. ff3c0fa Move ConnectCommandHandler into core by chrismair · 16 years ago
  7. 5272c5e Move ConnectCommandHandler into core by chrismair · 16 years ago
  8. 735fa3b Enhance main (index) page by chrismair · 16 years ago
  9. 5940ebc Enhance online docs for StubFtpServer CommandHandler configuration by chrismair · 16 years ago
  10. 626114f Fix test; unify CommandHandlers by chrismair · 16 years ago
  11. dc2f078 Add "Configuring Custom CommandHandlers" section to FakeFtpServer Getting Started Guide by chrismair · 16 years ago
  12. 0da0f84 Unify Stub and Fake CommandHandlers; refactor CommandHandler framework by chrismair · 16 years ago
  13. 848932d Refactor CommandHandler framework by chrismair · 16 years ago
  14. e69f749 Enhance javadoc by chrismair · 16 years ago
  15. 2a0a3f9 Update Subversion keywords by chrismair · 16 years ago
  16. c561a9b Enhance javadoc by chrismair · 16 years ago
  17. e5d0135 Package source into jar and add to assembly by chrismair · 16 years ago
  18. d04c165 Update README file by chrismair · 16 years ago
  19. c3e23df Change “assembly.xml” to include all HTML files by chrismair · 16 years ago
  20. caa8efd Use default javac by chrismair · 16 years ago
  21. ad39334 by chrismair · 16 years ago
  22. 15d3344 Version 2.0-rc1 by chrismair · 16 years ago
  23. b420ed3 Version 2.0-rc1 by chrismair · 16 years ago
  24. bd576ae Reorganize packages; consistent with stub packages by chrismair · 16 years ago
  25. 7bf26c5 Add convenience constructor/methods by chrismair · 16 years ago
  26. 7b19089 Change Maven POM to make Groovy dependency for testing only. by chrismair · 16 years ago
  27. e05d3ea Convert main source from Groovy to Java by chrismair · 16 years ago
  28. ef13cb2 Convert main source from Groovy to Java by chrismair · 16 years ago
  29. e0bd1bd Convert main source from Groovy to Java by chrismair · 16 years ago
  30. 1845e12 Convert main source from Groovy to Java by chrismair · 16 years ago
  31. f11ac5b Convert main source from Groovy to Java by chrismair · 16 years ago
  32. 4994f84 Convert main source from Groovy to Java by chrismair · 16 years ago
  33. b0a7b98 Convert main source from Groovy to Java by chrismair · 16 years ago
  34. 16aada1 Convert main source from Groovy to Java by chrismair · 16 years ago
  35. 5eefc00 Convert main source from Groovy to Java by chrismair · 16 years ago
  36. c2864b8 Convert main source from Groovy to Java by chrismair · 16 years ago
  37. 334c6eb Convert main source from Groovy to Java by chrismair · 16 years ago
  38. 0bb4278 Convert main source from Groovy to Java by chrismair · 16 years ago
  39. 9cee382 Convert main source from Groovy to Java by chrismair · 16 years ago
  40. 85c0478 Convert main source from Groovy to Java by chrismair · 16 years ago
  41. e08928a Convert main source from Groovy to Java by chrismair · 16 years ago
  42. 57e5445 Convert main source from Groovy to Java by chrismair · 16 years ago
  43. f370b26 Update online documentation and examples by chrismair · 16 years ago
  44. 704509c Update online documentations by chrismair · 16 years ago
  45. 75c1cbb Update online documentations by chrismair · 16 years ago
  46. ee809ac Example test for FakeFtpServer by chrismair · 16 years ago
  47. 5f5f353 FakeFtpServer online docs by chrismair · 16 years ago
  48. 0bdb906 Fix compiler error from Maven by chrismair · 16 years ago
  49. 7213dc1 FakeFtpServer Spring configuration example and test. by chrismair · 16 years ago
  50. 5965f99 AbstractFileSystemEntry: Rename setPermissions(String) to setPermissionsFromString(); to fix violation of JavaBeans spec of overloaded property setters. by chrismair · 16 years ago
  51. 412bd6e Fix UnixDirectoryListingFormatter to parse by FtpClient. (always include owner and group). by chrismair · 16 years ago
  52. 884bbfe add setPermissions(String) convenience method by chrismair · 16 years ago
  53. 101796d Spring configuration example and test for FakeFtpServer by chrismair · 16 years ago
  54. 90761fb FakeFtpServer: Convert setUserAccounts() to take a List instead of a Map. by chrismair · 16 years ago
  55. d773cb2 AbstractFakeFileSystem: Add setEntries(List) method. by chrismair · 16 years ago
  56. 26cc619 WindowsFakeFileSystem: make case-insensitive by chrismair · 16 years ago
  57. 10941f2 Apply proper owner, group and permissions when creating a new file or directory. by chrismair · 16 years ago
  58. 35a92ab Make immutable by chrismair · 16 years ago
  59. 1ca7eb7 Streamline tests by chrismair · 16 years ago
  60. 3523138 Validate file and directory access based on file permissions by chrismair · 16 years ago
  61. c4a2229 Validate file and directory access based on file permissions by chrismair · 16 years ago
  62. 2a345b6 Validate file and directory access based on file permissions by chrismair · 16 years ago
  63. e42ece0 Validate file and directory access based on file permissions by chrismair · 16 years ago
  64. 703e612 Validate file and directory access based on file permissions by chrismair · 16 years ago
  65. 3275b5a Validate file and directory access based on file permissions by chrismair · 16 years ago
  66. d3d8869 Validate file and directory access based on file permissions by chrismair · 16 years ago
  67. dc5be68 Validate file and directory access based on file permissions by chrismair · 16 years ago
  68. 7751d1b Remove getName() from FileSystem interface. by chrismair · 16 years ago
  69. c51130c Remove createInputStream() and createOutputStream() from FileSystem interface; go through FileEntry. by chrismair · 16 years ago
  70. 2b37f3e FileSystem: Change rename() to return void; throw exception on failure. by chrismair · 16 years ago
  71. 201e4af FileSystem: Remove normalize() from interface by chrismair · 16 years ago
  72. ac0730d AbstractFakeFileSystem: Remove addEntry(). by chrismair · 16 years ago
  73. d150a70 FileSystem: Add add(FileSystemEntry) method. Remove createFile() and createDirectory(). by chrismair · 16 years ago
  74. 1dfeab5 Change references to FileInfo to use FileEntry. Change getFileInfo(String) to getEntry(String). by chrismair · 16 years ago
  75. 16b7ca3 Remove DefaultFileSystem by chrismair · 16 years ago
  76. 43649b0 FileSystemEntry: Lock down the path after the entry is added to a file system. by chrismair · 16 years ago
  77. 0941507 FileSystemEntry: Add cloneWithNewPath() method and remove setPath() from interface. by chrismair · 16 years ago
  78. 47195db Cleanup after fix bug in rename (creates dir entry even if renaming file) by chrismair · 16 years ago
  79. 835a1f6 Throw FileSystemException if parent dir or FROM path does not exist by chrismair · 16 years ago
  80. 36a506b Don't throw exception from finally; clean up warnings by chrismair · 16 years ago
  81. 6950d74 Get rid of AbstractLoginRequiredCommandHandlerTest. Add testNotLoggedIn property to superclass. by chrismair · 16 years ago
  82. 0983e5d Refactor and unify UnixFakeFileSystem and WindowsFakeFileSystem by chrismair · 16 years ago
  83. 9e1053c Rename FakeXxxFileSystem to XxxFakeFileSystem by chrismair · 16 years ago
  84. 2076c89 Fix throw exception from finally by chrismair · 16 years ago
  85. 954ee7d Cleanup constructor calls; allow null message key by chrismair · 16 years ago
  86. afca3a6 Changes to enable GMaven by chrismair · 16 years ago
  87. b9e9697 Add note to Getting Started Guide about calling setServerControlPort() if on Unix system; Fix code example: setOverrideFinalReplyCode() to setFinalReplyCode(). by chrismair · 16 years ago
  88. 5b46a41 Change default end-of-line to <CRLF> by chrismair · 16 years ago
  89. 5329584 Version 1.2.4 by chrismair · 16 years ago
  90. a3f15bd Update for version 1.2.4 by chrismair · 16 years ago
  91. 20b86ff Note on Unix control port; fix setFinalRepolyCode() example by chrismair · 16 years ago
  92. f42bbca Only close serverSocket if it was initialized by chrismair · 16 years ago
  93. 0b92a48 When in ASCII mode, convert LF (\n) to CR+LF by chrismair · 16 years ago
  94. 777c1c8 Use file permissions when determining replies for file and directory-access commands. by chrismair · 16 years ago
  95. fd22502 Support for file/dir permissions and user access by chrismair · 16 years ago
  96. 81c5294 Support for file/dir permissions and user access by chrismair · 16 years ago
  97. 5f4115e Add formatDirectoryListing(FileInfo) to FileSystem classes. Use in LIST command. by chrismair · 16 years ago
  98. 35db51a Fix potential NPE. Only execute serverSocket.close() if serverSocket != null. by chrismair · 16 years ago
  99. 870d738 Terminate reply with \r\n by chrismair · 16 years ago
  100. ee07959 Prepare for GMaven by chrismair · 16 years ago