1. 6df23cc Removing oro dependency (FTPSERVER-416) by Niklas Gustavsson · 13 years ago
  2. 383abaf Tidy up test (no need for output) by Sebastian Bazley · 13 years ago
  3. 3f8395b Avoid [WARNING] Using platform encoding by Sebastian Bazley · 13 years ago
  4. 85ede8a eol-style by Sebastian Bazley · 13 years ago
  5. f0e8045 Fix eol-style by Sebastian Bazley · 13 years ago
  6. a31eb51 Fix eol-style by Sebastian Bazley · 13 years ago
  7. 264b2dd Fix eol-style by Sebastian Bazley · 13 years ago
  8. 2f1c35e Fix eol-style by Sebastian Bazley · 13 years ago
  9. ae78173 Fix eol-style by Sebastian Bazley · 13 years ago
  10. 8736aa0 Fix eol-style by Sebastian Bazley · 13 years ago
  11. 414bba4 Fix eol-style properties by Sebastian Bazley · 13 years ago
  12. 757a16b Explicit boxing by Sebastian Bazley · 13 years ago
  13. cbb3384 Javadoc by Sebastian Bazley · 13 years ago
  14. 6a8a580 Redundant assignment - variable can only be null here by Sebastian Bazley · 13 years ago
  15. 5599bd0 Unused imports by Sebastian Bazley · 13 years ago
  16. 0183315 We want Integers not ints by Sebastian Bazley · 13 years ago
  17. 9f00f91 Raw types by Sebastian Bazley · 13 years ago
  18. c782bf4 Unnecessary casts by Sebastian Bazley · 13 years ago
  19. b228223 Unnecessary throws clause by Sebastian Bazley · 13 years ago
  20. 3c533a4 Document throws to prevent warnings (cannot remove throws because subclass needs to throw) by Sebastian Bazley · 13 years ago
  21. 98ea511 Unnecessary casts by Sebastian Bazley · 13 years ago
  22. d013488 Unnecessary throws clause by Sebastian Bazley · 13 years ago
  23. 8a97591 Remove unnecessary tags by Sebastian Bazley · 13 years ago
  24. a5ac914 Add missing @Override annotations by Sebastian Bazley · 13 years ago
  25. b13dfc9 Javadoc fixes by Sebastian Bazley · 13 years ago
  26. d33eac0 Unused imports by Sebastian Bazley · 13 years ago
  27. 5d87c99 Add missing @Deprecated annotation by Sebastian Bazley · 13 years ago
  28. a250fec Add missing @Override annotations by Sebastian Bazley · 13 years ago
  29. 22827c1 Add missing @Override and @Deprecated annotations by Sebastian Bazley · 13 years ago
  30. e16232c Unused imports by Sebastian Bazley · 13 years ago
  31. 2beee26 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
  32. 074183e Removing useless, incorrect test by Niklas Gustavsson · 13 years ago
  33. 9e60937 Returning the correct reply codes for file and directory listings (FTPSERVER-413) by Niklas Gustavsson · 13 years ago
  34. e702efc Returning 211 rather than 200 from STAT file listing (FTPSERVER-413) by Niklas Gustavsson · 13 years ago
  35. 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
  36. bc31633 FTPSERVER-407 Wherever possible, immutable private fields should be marked final by Sebastian Bazley · 13 years ago
  37. a921f7c Javadoc; missing @Override by Sebastian Bazley · 13 years ago
  38. 66d5793 FTPSERVER-405 Make Map field final (improve thread-safety) by Sebastian Bazley · 13 years ago
  39. f046cd5 StringBuffer => StringBuilder for internal use (FTPSERVER-406) by Sergey Vladimirov · 13 years ago
  40. 829037d Removing cruft in SQL script (FTPSERVER-398) by Niklas Gustavsson · 13 years ago
  41. 6507881 OPTS MLST should support any character case of field names (FTPSERVER-393) by Niklas Gustavsson · 13 years ago
  42. 48364bc Upgraded to MINA-2.0.2 by Emmanuel Lecharny · 13 years ago
  43. 1b60d2d added some files into the svn:ignore property by Emmanuel Lecharny · 14 years ago
  44. ba9b534 Fixed some maven warnings by Emmanuel Lecharny · 14 years ago
  45. 21cf562 Fixing broken OSGi package configuration by Niklas Gustavsson · 14 years ago
  46. 830e6dd Fixing out-dated license header by Niklas Gustavsson · 14 years ago
  47. cfe2223 Fixing bug where a disabled user was allowed to login (FTPSERVER-387) by Niklas Gustavsson · 14 years ago
  48. 0419a93 Adding check so that NioListener.start() can not be called on a started listener (FTPSERVER-386) by Niklas Gustavsson · 14 years ago
  49. c7c1a9d Fixing issue where the suspend state was not correctly reset when resuming a listener (FTPSERVER-385) by Niklas Gustavsson · 14 years ago
  50. 6688693 Adding tar.bz2 distribution (FTPSERVER-354) by Niklas Gustavsson · 14 years ago
  51. 66f81a3 Fixing incorrect Javadoc for ConnectionConfigFactory.get/setMaxAnonymousLogins (FTPSERVER-363) by Niklas Gustavsson · 14 years ago
  52. c0394d5 Adding support for listing files using the STAT command (FTPSERVER-383) by Niklas Gustavsson · 14 years ago
  53. 184b641 DataTranferFtpReply should extend FileActionFtpReply (FTPSERVER-384) by Niklas Gustavsson · 14 years ago
  54. 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
  55. 19699aa Randomizing the port to use for passive connections by Niklas Gustavsson · 14 years ago
  56. f1446cf Improving assert message by Niklas Gustavsson · 14 years ago
  57. 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
  58. 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
  59. 14fe49d Correctly closing DB connection used for first verifying the connection (FTPSERVER-379) by Niklas Gustavsson · 14 years ago
  60. 72bacdc Fix typo in POM (FTPSERVER-373) by Niklas Gustavsson · 14 years ago
  61. ef67ba4 Add assert messages to try to catch why the SiteTest.testSiteStat() sometimes fails in Hudson by Niklas Gustavsson · 14 years ago
  62. 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
  63. eab8b03 FTPSERVER-369 maxLogin is reached immediately. REIN command is not decreasing the login count. by David Latorre Gallego · 14 years ago
  64. 78c4379 Fixing invalid uses of POM properties (FTPSERVER-368) by Niklas Gustavsson · 14 years ago
  65. bc48395 Adding namespace and XSD to POMs by Niklas Gustavsson · 14 years ago
  66. 0a03f5e Exporting ipfilter package for OSGi (reported by Peter van der Velde) by Niklas Gustavsson · 14 years ago
  67. d4c3da3 Implemented newly proposed changes to JIRA issue FTPSERVER-357 by Sai Pullabhotla · 14 years ago
  68. 70e4fae Implemented JIRA issue FTPSERVER-362 by Sai Pullabhotla · 14 years ago
  69. ec14f9a Implemented FTPSERVER-357 by Sai Pullabhotla · 14 years ago
  70. 4bf5d19 Fix for FTPSERVER-360 by Sai Pullabhotla · 14 years ago
  71. 5403f21 Fix FTPSERVER-356 by Emmanuel Lecharny · 14 years ago
  72. 9809c08 Improving fix for padding lines in replies starting with digits by Niklas Gustavsson · 14 years ago
  73. 07879b8 Upgrading to MINA 2.0.0-RC1 (FTPSERVER-353) by Niklas Gustavsson · 14 years ago
  74. 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
  75. 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
  76. a842485 Fixing bug where we did not correctly handle multiline replies with lines starting with numbers (FTPSERVER-347) by Niklas Gustavsson · 14 years ago
  77. a3e3e86 Fixed the test case to handle possible quotes around file name in the reply. by Sai Pullabhotla · 14 years ago
  78. 3e2e6e3 Fix for Jira Issue FTPSERVER-345 by Sai Pullabhotla · 14 years ago
  79. e1d9c87 Allow SITE commands to be configured as any other command (FTPSERVER-343) by Niklas Gustavsson · 14 years ago
  80. 8aaebcf Add check for non-zero port for the PORT command (FTPSERVER-341) by Niklas Gustavsson · 14 years ago
  81. 10df732 Fixing NPE thrown when restarting a stopped FtpServer and improving Javadoc for this (FTPSERVER-340) by Niklas Gustavsson · 14 years ago
  82. 8497b0b Reverting previous change so that LIST and STAT now continues to return dates in the local server time zone. Also added a test for checking this in the LIST command. by Niklas Gustavsson · 15 years ago
  83. fb08f16 Fixing issue where we incorrectly displayed hidden files in file listings (FTPSERVER-326) by Niklas Gustavsson · 15 years ago
  84. a50768c Fixing typo (FTPSERVER-332) by Niklas Gustavsson · 15 years ago
  85. 8be4ff4 Fixing issue where we returned timestamps in the local time zone rather than UTC as required by the RFC (FTPSERVER-330) by Niklas Gustavsson · 15 years ago
  86. 1de21ab Fixing WAR plugin version by Niklas Gustavsson · 15 years ago
  87. 067e1fc Fixing incorrect resource inclusion by Niklas Gustavsson · 15 years ago
  88. 58fb768 Fixed exception where we fail to forward the cause to the super constructor (FTPSERVER-318) by Niklas Gustavsson · 15 years ago
  89. 106d955 Fixed JIRA issue FTPSERVER-328 by Sai Pullabhotla · 15 years ago
  90. 9d47121 Implemented JIRA Issue FTPSERVER-323 by Sai Pullabhotla · 15 years ago
  91. 72d4355 Implemented JIRA issue FTPSERVER-322. by Sai Pullabhotla · 15 years ago
  92. de66473 Fix for JIRA issue FTPSERVER-321 by Sai Pullabhotla · 15 years ago
  93. ba28bde Fix for JIRA issue FTPSERVER-320. by Sai Pullabhotla · 15 years ago
  94. 4fb07ff Adding the Nexus snapshot repository by Niklas Gustavsson · 15 years ago
  95. 523108b Using the site URL in author tags (FTPSERVER-314) by Niklas Gustavsson · 15 years ago
  96. be92af3 Adding support for retrieving the version of FtpServer at run-time (FTPSERVER-312) by Niklas Gustavsson · 15 years ago
  97. 7555f0e Upgraded mina to 2.0.0-M6 by Emmanuel Lecharny · 15 years ago
  98. 8ca33d7 Configuring the correct deploy path for releases by Niklas Gustavsson · 15 years ago
  99. 622245f Adding some comments to the new code in FTPSERVER-302 by Niklas Gustavsson · 15 years ago
  100. 43ff5f0 Added check for passive ports allocation to check if the port is not bound by another application (FTPSERVER-302) by Niklas Gustavsson · 15 years ago