1. c39b822 Fix for broken OSGi packages (FTPSERVER-425) by Niklas Gustavsson · 12 years ago trunk
  2. 7defa04 Correctly set the data connection as protected when using AUTH SSL by Niklas Gustavsson · 12 years ago
  3. ba0962b Remove duplicate code by Niklas Gustavsson · 12 years ago
  4. 18c6424 Upgrading slf4j by Niklas Gustavsson · 13 years ago
  5. 943dc8e Upgrading to latest Apache parent POM and the latest bundle Maven plugin to have the build deploy to repository.a.o by Niklas Gustavsson · 13 years ago
  6. d9528dd Working around a bug in the IBM JVM which might cause a NPE in test tear down (FTPSERVER-422) by Niklas Gustavsson · 13 years ago
  7. 4648493 FTPSERVER-375 - use canonicalPath rather than File to implement equals and hashcode by Sebastian Bazley · 13 years ago
  8. 25e4d86 Fix broken test, where assert was invoked in a separate thread, and checking the temporary getUserArgument() rather than the correct getUser() (FTPSERVER-418) by Niklas Gustavsson · 13 years ago
  9. a7251f6 No need to check for null when using instanceof by Sebastian Bazley · 13 years ago
  10. 54cdbbb Replacing expired example certificate (FTPSERVER-404) by Niklas Gustavsson · 13 years ago
  11. 63bf7c8 Simplified hashCode() of NativeFtpFile (FTPSERVER-375) by Niklas Gustavsson · 13 years ago
  12. b8f3543 Adding hashCode() to NativeFtpFile (FTPSERVER-375) by Niklas Gustavsson · 13 years ago
  13. b163d4a Upgrading to MINA 2.0.4 (FTPSERVER-421) by Niklas Gustavsson · 13 years ago
  14. 4907aac New implementation of passive ports, uses random assignments of ports and has more efficient handling of wide passive port ranges. Thanks to Allen Firstenberg for the implementation! (FTPSERVER-420, FTPSERVER-419) by Niklas Gustavsson · 13 years ago
  15. e09a432 Doing an explicit null check in PassivePorts (FTPSERVER-415) by Niklas Gustavsson · 13 years ago
  16. 75f7e60 Simplify testing with Eclipse when using SVN checkout from parent by Sebastian Bazley · 13 years ago
  17. 341367b Use ERROR, as WARN still generates lots of output by Sebastian Bazley · 13 years ago
  18. baa2fd8 Reduce logging level for normal testing by Sebastian Bazley · 13 years ago
  19. 222f2fc Fix tagbase (no longer in sandbox) by Sebastian Bazley · 13 years ago
  20. 5f980c7 JUnit => 4.8.2 Surefire => 2.8.1 by Sebastian Bazley · 13 years ago
  21. 7ee2936 Removing oro dependency (FTPSERVER-416) by Niklas Gustavsson · 13 years ago
  22. a3d156c Tidy up test (no need for output) by Sebastian Bazley · 13 years ago
  23. 80a0159 Avoid [WARNING] Using platform encoding by Sebastian Bazley · 13 years ago
  24. 358f8e6 eol-style by Sebastian Bazley · 13 years ago
  25. 9769d29 Fix eol-style by Sebastian Bazley · 13 years ago
  26. bda3f6b Fix eol-style by Sebastian Bazley · 13 years ago
  27. 61e2d0f Fix eol-style by Sebastian Bazley · 13 years ago
  28. d040ac3 Fix eol-style by Sebastian Bazley · 13 years ago
  29. 9988eb9 Fix eol-style by Sebastian Bazley · 13 years ago
  30. 6093777 Fix eol-style by Sebastian Bazley · 13 years ago
  31. e95456b Fix eol-style properties by Sebastian Bazley · 13 years ago
  32. de4899f Explicit boxing by Sebastian Bazley · 13 years ago
  33. 03b260e Javadoc by Sebastian Bazley · 13 years ago
  34. 0ccd7f0 Redundant assignment - variable can only be null here by Sebastian Bazley · 13 years ago
  35. 03ef8ad Unused imports by Sebastian Bazley · 13 years ago
  36. 860514e We want Integers not ints by Sebastian Bazley · 13 years ago
  37. af45371 Raw types by Sebastian Bazley · 13 years ago
  38. c9aa57e Unnecessary casts by Sebastian Bazley · 13 years ago
  39. 733e0b1 Unnecessary throws clause by Sebastian Bazley · 13 years ago
  40. 5987bc5 Document throws to prevent warnings (cannot remove throws because subclass needs to throw) by Sebastian Bazley · 13 years ago
  41. 372c4ef Unnecessary casts by Sebastian Bazley · 13 years ago
  42. 3cb3f6b Unnecessary throws clause by Sebastian Bazley · 13 years ago
  43. ccbea00 Remove unnecessary tags by Sebastian Bazley · 13 years ago
  44. 5bcab53 Add missing @Override annotations by Sebastian Bazley · 13 years ago
  45. b71a25f Javadoc fixes by Sebastian Bazley · 13 years ago
  46. 9fb567a Unused imports by Sebastian Bazley · 13 years ago
  47. 73f4e1e Add missing @Deprecated annotation by Sebastian Bazley · 13 years ago
  48. fbf96c7 Add missing @Override annotations by Sebastian Bazley · 13 years ago
  49. 94ddb70 Add missing @Override and @Deprecated annotations by Sebastian Bazley · 13 years ago
  50. b905b16 Unused imports by Sebastian Bazley · 13 years ago
  51. d7d1f8e Ensuring that STAT file listings will not return a file listing record on the last line of multi-line replies (FTPSERVER-414) by Niklas Gustavsson · 13 years ago
  52. 1c8c57d Removing useless, incorrect test by Niklas Gustavsson · 13 years ago
  53. 9e60937 Returning the correct reply codes for file and directory listings (FTPSERVER-413) by Niklas Gustavsson · 13 years ago
  54. e702efc Returning 211 rather than 200 from STAT file listing (FTPSERVER-413) by Niklas Gustavsson · 13 years ago
  55. ea48a71 Fixing bug where FtpServer returned an error if an unknown fact was used in OPTS MLST. Also, correctly handling the case if only file names (no facts) are wished by the client (FTPSERVER-412) by Niklas Gustavsson · 13 years ago
  56. bc31633 FTPSERVER-407 Wherever possible, immutable private fields should be marked final by Sebastian Bazley · 13 years ago
  57. a921f7c Javadoc; missing @Override by Sebastian Bazley · 13 years ago
  58. 66d5793 FTPSERVER-405 Make Map field final (improve thread-safety) by Sebastian Bazley · 13 years ago
  59. f046cd5 StringBuffer => StringBuilder for internal use (FTPSERVER-406) by Sergey Vladimirov · 13 years ago
  60. 829037d Removing cruft in SQL script (FTPSERVER-398) by Niklas Gustavsson · 13 years ago
  61. 6507881 OPTS MLST should support any character case of field names (FTPSERVER-393) by Niklas Gustavsson · 13 years ago
  62. 48364bc Upgraded to MINA-2.0.2 by Emmanuel Lecharny · 13 years ago
  63. 1b60d2d added some files into the svn:ignore property by Emmanuel Lecharny · 14 years ago
  64. ba9b534 Fixed some maven warnings by Emmanuel Lecharny · 14 years ago
  65. 21cf562 Fixing broken OSGi package configuration by Niklas Gustavsson · 14 years ago
  66. 830e6dd Fixing out-dated license header by Niklas Gustavsson · 14 years ago
  67. cfe2223 Fixing bug where a disabled user was allowed to login (FTPSERVER-387) by Niklas Gustavsson · 14 years ago
  68. 0419a93 Adding check so that NioListener.start() can not be called on a started listener (FTPSERVER-386) by Niklas Gustavsson · 14 years ago
  69. c7c1a9d Fixing issue where the suspend state was not correctly reset when resuming a listener (FTPSERVER-385) by Niklas Gustavsson · 14 years ago
  70. 6688693 Adding tar.bz2 distribution (FTPSERVER-354) by Niklas Gustavsson · 14 years ago
  71. 66f81a3 Fixing incorrect Javadoc for ConnectionConfigFactory.get/setMaxAnonymousLogins (FTPSERVER-363) by Niklas Gustavsson · 14 years ago
  72. c0394d5 Adding support for listing files using the STAT command (FTPSERVER-383) by Niklas Gustavsson · 14 years ago
  73. 184b641 DataTranferFtpReply should extend FileActionFtpReply (FTPSERVER-384) by Niklas Gustavsson · 14 years ago
  74. 2c8ded7 Attempt to run a command after login for the anon account, to further try to analyze why the test fails in Hudson by Niklas Gustavsson · 14 years ago
  75. 19699aa Randomizing the port to use for passive connections by Niklas Gustavsson · 14 years ago
  76. f1446cf Improving assert message by Niklas Gustavsson · 14 years ago
  77. 3b4f8f7 Changing the test around some to try and understand why it breaks (and only on the Hudson servers it seems) by Niklas Gustavsson · 14 years ago
  78. 536204f Add a wait to test until clients have been detected as logged in before attempting to check site stats by Niklas Gustavsson · 14 years ago
  79. 14fe49d Correctly closing DB connection used for first verifying the connection (FTPSERVER-379) by Niklas Gustavsson · 14 years ago
  80. 72bacdc Fix typo in POM (FTPSERVER-373) by Niklas Gustavsson · 14 years ago
  81. ef67ba4 Add assert messages to try to catch why the SiteTest.testSiteStat() sometimes fails in Hudson by Niklas Gustavsson · 14 years ago
  82. 03b2926 Updating the ManagingUsers example showing how to use UserFactory in order to avoid the explicit use of BaseUser class in users' code. by David Latorre Gallego · 14 years ago
  83. eab8b03 FTPSERVER-369 maxLogin is reached immediately. REIN command is not decreasing the login count. by David Latorre Gallego · 14 years ago
  84. 78c4379 Fixing invalid uses of POM properties (FTPSERVER-368) by Niklas Gustavsson · 14 years ago
  85. bc48395 Adding namespace and XSD to POMs by Niklas Gustavsson · 14 years ago
  86. 0a03f5e Exporting ipfilter package for OSGi (reported by Peter van der Velde) by Niklas Gustavsson · 14 years ago
  87. d4c3da3 Implemented newly proposed changes to JIRA issue FTPSERVER-357 by Sai Pullabhotla · 14 years ago
  88. 70e4fae Implemented JIRA issue FTPSERVER-362 by Sai Pullabhotla · 14 years ago
  89. ec14f9a Implemented FTPSERVER-357 by Sai Pullabhotla · 14 years ago
  90. 4bf5d19 Fix for FTPSERVER-360 by Sai Pullabhotla · 14 years ago
  91. 5403f21 Fix FTPSERVER-356 by Emmanuel Lecharny · 14 years ago
  92. 9809c08 Improving fix for padding lines in replies starting with digits by Niklas Gustavsson · 14 years ago
  93. 07879b8 Upgrading to MINA 2.0.0-RC1 (FTPSERVER-353) by Niklas Gustavsson · 14 years ago
  94. 8a16b99 Adding factory for creating users, especially useful in OSGi environment where access to BaseUser is inhibited (FTPSERVER-336) by Niklas Gustavsson · 14 years ago
  95. 0f5205a Remove check for File.fileSeparatorChar from MKD command. Will fail incorrectly on custom file systems, and will disallow creation of directories which the OS allows in some cases (FTPSERVER-348) by Niklas Gustavsson · 14 years ago
  96. a842485 Fixing bug where we did not correctly handle multiline replies with lines starting with numbers (FTPSERVER-347) by Niklas Gustavsson · 14 years ago
  97. a3e3e86 Fixed the test case to handle possible quotes around file name in the reply. by Sai Pullabhotla · 14 years ago
  98. 3e2e6e3 Fix for Jira Issue FTPSERVER-345 by Sai Pullabhotla · 14 years ago
  99. e1d9c87 Allow SITE commands to be configured as any other command (FTPSERVER-343) by Niklas Gustavsson · 14 years ago
  100. 8aaebcf Add check for non-zero port for the PORT command (FTPSERVER-341) by Niklas Gustavsson · 14 years ago