1. ed49620 int serializations redesign and fixes by Raphaël P. Barazzutti · 11 years ago
  2. b9f507c added incremental moves, refactoring by Raphaël P. Barazzutti · 11 years ago
  3. 65da170 the position of the ByteBuffer is only used in slice, get(byte[]) and put(byte[]) by Raphaël P. Barazzutti · 11 years ago
  4. a393c26 got rid of Sonar warnings (magic numbers) by Raphaël P. Barazzutti · 11 years ago
  5. c8c76bc IoBuffer various improvements (not relying on ByteBuffer position when possible) by Raphaël P. Barazzutti · 11 years ago
  6. eabd547 removed duplicate configuration by jvermillard · 11 years ago
  7. 5644323 ompile codec to 1.6 by jvermillard · 11 years ago
  8. fffe4b5 improved coverage in IoBuffer, various improvements by Raphaël P. Barazzutti · 11 years ago
  9. 8884baf removed transitive dependency of hamcrest-core-1.1 through mockito-core by Raphaël P. Barazzutti · 11 years ago
  10. 5a48e1a fix in IoBuffer.putFloat by Raphaël P. Barazzutti · 11 years ago
  11. 68ca815 added asInputStream in IoBuffer and some documentation by Raphaël P. Barazzutti · 11 years ago
  12. fb03fe6 removed direct access to constructors by Raphaël P. Barazzutti · 11 years ago
  13. ca12d48 removed reference to xbean by jvermillard · 11 years ago
  14. 527aa62 Imporve IoBuffer by jvermillard · 11 years ago
  15. ae054ee distribution management by jvermillard · 11 years ago
  16. 90719cf Added the LICENSE.txt file by Emmanuel Lécharny · 11 years ago
  17. 0163b5b Updated the NOTICE and LICENSE files by Emmanuel Lécharny · 11 years ago
  18. d8095b1 Merge branch 'trunk' of http://git-wip-us.apache.org/repos/asf/mina into trunk by Emmanuel Lécharny · 11 years ago
  19. fad44fe DIRMINA-946, fixes for ByteBufferDumper by Raphaël P. Barazzutti · 11 years ago
  20. ff21d87 DIRMINA-946 fix for the dumping function (it was crashing with ByteBuffers that are not backed by an array or that are readonly) by Raphaël P. Barazzutti · 11 years ago
  21. d6f7ad5 added wrap methods by Raphaël P. Barazzutti · 11 years ago
  22. 523dea5 NOTICE files by jvermillard · 11 years ago
  23. 50d27d9 use a scheduled executor for request timeout by jvermillard · 11 years ago
  24. a3a8bcc make mvn apache-rat:check pass by jvermillard · 11 years ago
  25. ee3a4c3 moving to java 7 by jvermillard · 11 years ago
  26. b4dbc33 Made the class final : we should not be able to extend this class, as we by Emmanuel Lécharny · 11 years ago
  27. 08d2ac7 added a registering CoAP client (WIP) by jvermillard · 11 years ago
  28. 2014f77 avoid chain of exception if close fail by jvermillard · 11 years ago
  29. 03b72a1 clear buffer before reading NIO socket by jvermillard · 11 years ago
  30. a68de05 request, response filter, produce IoFuture for waiting/listening the async reception of a response to a request by jvermillard · 11 years ago
  31. f7322f7 utilities method for creating coap messages by jvermillard · 11 years ago
  32. efd1414 new exception for encoding problems by jvermillard · 11 years ago
  33. 5f296c6 avoid catching throwable by jvermillard · 11 years ago
  34. 411ed00 added some javadoc by jvermillard · 11 years ago
  35. 557b2fa javadoc and examples cleanup by jvermillard · 11 years ago
  36. 71e8455 javadoc tweaking and some warning fix by jvermillard · 11 years ago
  37. 82b7ad1 dependence fix by jvermillard · 11 years ago
  38. 1cb1fc9 Update the pom with the latest dependencies and plugin dependencies by Emmanuel Lécharny · 11 years ago
  39. 7d76cc6 Added some util shell script to list the dependencies and plugins last versions by Emmanuel Lécharny · 11 years ago
  40. 41d26f6 removed useless method by jvermillard · 11 years ago
  41. 92a7bca removed useless catched IOException by jvermillard · 11 years ago
  42. c885df4 removed IOException for bind/unbind by jvermillard · 11 years ago
  43. c7791be guava is not used anymore by jvermillard · 11 years ago
  44. 7b9e82d removed IOException on connection methods by jvermillard · 11 years ago
  45. d5b2e23 Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/mina into trunk by Jeff MAURY · 11 years ago
  46. 5baefd6 Restore NIO UDP Server test by Jeff MAURY · 11 years ago
  47. cad6626 Merge branches 'trunk' and 'trunk' of http://git-wip-us.apache.org/repos/asf/mina into trunk by Emmanuel Lécharny · 11 years ago
  48. d51e1b4 Bumped up the dependencies by Emmanuel Lécharny · 11 years ago
  49. f5613e6 removed ldap by jvermillard · 11 years ago
  50. 0d07aad Added some logs by Emmanuel Lécharny · 11 years ago
  51. f5f6475 Merge branch 'trunk' of http://git-wip-us.apache.org/repos/asf/mina into trunk by Emmanuel Lécharny · 11 years ago
  52. f310bad Attempt to force Netty to deal with UDP packet above 1k... Not really successful by Emmanuel Lécharny · 11 years ago
  53. b2e3cf0 o Added some logs in tests o Computed the number of messages really sent by Emmanuel Lécharny · 11 years ago
  54. 31767ad Merge branch 'ssl-experiment' into trunk by Jeff MAURY · 11 years ago
  55. dbbdf9e support observe option by jvermillard · 11 years ago
  56. 79dd556 don't shallow protocol decoding exception, re-throw and propagate to the session IoHandler by jvermillard · 11 years ago
  57. 72ea587 Added the benchmark module for Netty4 by Emmanuel Lécharny · 11 years ago
  58. 3b19711 Bumped up to the latest Netty3 jar by Emmanuel Lécharny · 11 years ago
  59. 3cd4f80 o Fixed the Netty3 UDP benchmark (at least for messages below 1024bytes by Emmanuel Lécharny · 11 years ago
  60. a064a8a Merge branch 'trunk' of http://git-wip-us.apache.org/repos/asf/mina into trunk by Emmanuel Lécharny · 11 years ago
  61. a653175 Added a benchmark for BIO/BIO by Emmanuel Lécharny · 11 years ago
  62. a63262e o Added the BioUdp server o Removed a System.out.println by Emmanuel Lécharny · 11 years ago
  63. 87d54a2 o Added a bio package for BIO based benchlarks by Emmanuel Lécharny · 11 years ago
  64. b39ee91 o Using a static final IS_DEBUG constant to speed up the Log by Emmanuel Lécharny · 11 years ago
  65. c4351ac some test for CoAP reosurce manager by jvermillard · 11 years ago
  66. db9d78e javadoc on CoAP registry classes by jvermillard · 11 years ago
  67. 43734ac session toString (from MINA 2) by jvermillard · 11 years ago
  68. c940ca0 removed hardcoded port value by jvermillard · 11 years ago
  69. ef6187a improved the coap server example by jvermillard · 11 years ago
  70. 59e8eaa blocking udp server (works and with tests) by jvermillard · 11 years ago
  71. 5fbee52 ignored failling test by jvermillard · 11 years ago
  72. 4877326 resource registry for CoAP servers by jvermillard · 11 years ago
  73. f180462 mend by jvermillard · 11 years ago
  74. 8ee4890 adding BIO based UDP server (WIP) by jvermillard · 11 years ago
  75. e249f4e test for UDP server : @ignored due to idle detection bug by jvermillard · 11 years ago
  76. 08cd021 o Added some missing javadoc by Emmanuel Lécharny · 11 years ago
  77. ba2907c Removed a parameter affectation by Emmanuel Lécharny · 11 years ago
  78. 58c065d Merge branch 'trunk' of http://git-wip-us.apache.org/repos/asf/mina into trunk by Emmanuel Lécharny · 11 years ago
  79. 2ac9a85 use ConcurrentHashMap in place of read/write lock for the session attribute container by jvermillard · 11 years ago
  80. d940fc0 correted processing of close events by jvermillard · 11 years ago
  81. 3806ed9 o Changed the size of the UDP packet we send, as the default OS maximum by Emmanuel Lécharny · 11 years ago
  82. d45add2 fixed the compilation error by replacing a Throwable by an Exception in by Emmanuel Lécharny · 11 years ago
  83. 32adf24 bug fix : don't send premature idle events by jvermillard · 11 years ago
  84. ea688dc NIO UDP client (WIP) by jvermillard · 11 years ago
  85. d8de741 Fixed some sonar warnings by Emmanuel Lécharny · 11 years ago
  86. 523b362 o Removed useless imports o Fixed references to junit.framework.Assert by Emmanuel Lécharny · 11 years ago
  87. 13d52b8 Removed some Sonar warnings by Emmanuel Lécharny · 11 years ago
  88. 438938d Formatted the code to fit our coding rules by Emmanuel Lécharny · 11 years ago
  89. c90b13f Fixed some sonar warning by Emmanuel Lécharny · 11 years ago
  90. 9e8b477 Protected the DateFormat against concurrent usage by storing the by Emmanuel Lécharny · 11 years ago
  91. bf20617 Merge branch 'trunk' of http://git-wip-us.apache.org/repos/asf/mina into trunk by Emmanuel Lécharny · 11 years ago
  92. cefe405 Removed a SONAR critical warning by Emmanuel Lécharny · 11 years ago
  93. 5a0bb48 some raw exception cleanup by jvermillard · 11 years ago
  94. 282dc8f extracted connection future for reusing it for UDP client by jvermillard · 11 years ago
  95. 833d6e1 removed some raw exceptions by jvermillard · 11 years ago
  96. 890f95f don't catch throwable by jvermillard · 11 years ago
  97. aa89af1 Made some constants static by Emmanuel Lécharny · 11 years ago
  98. 57da994 Made some constants final by Emmanuel Lécharny · 11 years ago
  99. 4da6455 Made some constants final by Emmanuel Lécharny · 11 years ago
  100. 976e151 Added some missing { and } in if stmts by Emmanuel Lécharny · 11 years ago