1. 3e59d10 PROTON-1892: ensure new deliveryId is properly allocated to new delivery transfers when an existing multi-frame delivery is still underway on another link. by Robbie Gemmell · 6 years ago
  2. e36cc1d PROTON-1891: ensure the empty slice rejects appends like non-empty slices do by Robbie Gemmell · 6 years ago
  3. c5e2f79 PROTON-1889: ensure array indexing is updated if needed when appending new content to the composite by Robbie Gemmell · 6 years ago
  4. e91fa5f NO-JIRA: fix test name and correct separator comment by Robbie Gemmell · 6 years ago
  5. 156c0f7 NO-JIRA: make javadoc more specific to clarify meaning by Robbie Gemmell · 6 years ago
  6. 32cc512 PROTON-1876 Expose the encode / decode methods using buffers by Timothy Bish · 6 years ago
  7. 311af5e NO-JIRA: update test ssl certs/keystores to use RSA as some newer envs disable now disable DSA. Remove some unused files. by Robbie Gemmell · 6 years ago
  8. ad8cf5b [maven-release-plugin] prepare for next development iteration by Robbie Gemmell · 6 years ago
  9. 2721f14 [maven-release-plugin] prepare release 0.27.1 by Robbie Gemmell · 6 years ago 0.27.1
  10. f2482bb PROTON-1836 Fix test name typo by Timothy Bish · 6 years ago
  11. 62cbea9 PROTON-1836 Fix empty string decoding from CompositeReadableBuffer by Timothy Bish · 6 years ago
  12. f6fb6ad [maven-release-plugin] prepare for next development iteration by Robbie Gemmell · 6 years ago
  13. 96465c7 [maven-release-plugin] prepare release 0.27.0 by Robbie Gemmell · 6 years ago 0.27.0 0.27.0-rc2
  14. 9b79bd1 restore version to 0.27.0-SNAPSHOT by Robbie Gemmell · 6 years ago
  15. 663365d PROTON-1672: fix issue with sending offset and/or partial content ReadableBuffer, plus additional arrayOffset tests by Robbie Gemmell · 6 years ago
  16. 25bc3cf PROTON-1672 Fix CompositeReadableBuffer arrayOffset by Timothy Bish · 6 years ago
  17. ea46607 PROTON-1672 Fix issue when PN_TRACE_FRM is enabled by Timothy Bish · 6 years ago
  18. e2dcef9 [maven-release-plugin] prepare for next development iteration by Robbie Gemmell · 6 years ago
  19. 45374f7 [maven-release-plugin] prepare release 0.27.0 by Robbie Gemmell · 6 years ago 0.27.0-rc1
  20. 5a2631d PROTON-1829: adjust fallback sizing for internal buffers by Robbie Gemmell · 6 years ago
  21. ef6516e PROTON-1672: disable jacaco for the python tests module, it appears it provokes sporadic issues with jython by Robbie Gemmell · 6 years ago
  22. e5a7dca PROTON-1828: add ability limit outgoing frame sizes by Robbie Gemmell · 6 years ago
  23. 84b3ce4 NO-JIRA: trivial comit to prod mirroring by Robbie Gemmell · 6 years ago
  24. 1c62bc2 PROTON-1672: replace use of Java 8+ constants in tests by Robbie Gemmell · 6 years ago
  25. 18d2cb3 PROTON-1672: replace use of Java 8+ constants by Robbie Gemmell · 6 years ago
  26. ec55471 PROTON-1672 Handle multi-frame transfer payloads more efficiently by Timothy Bish · 6 years ago
  27. c4cd774 PROTON-1811 Refactor FrameWriter to reduce code on hot path by Timothy Bish · 6 years ago
  28. 02d6fd8 PROTON-1808 Grow the buffer by the needed amount when known by Timothy Bish · 6 years ago
  29. 88310a5 PROTON-1774 Remove sasl processing when complete by Timothy Bish · 6 years ago
  30. 45bdc03 [maven-release-plugin] prepare for next development iteration by Robbie Gemmell · 6 years ago
  31. 3af4d55 [maven-release-plugin] prepare release 0.26.0 by Robbie Gemmell · 6 years ago 0.26.0
  32. ca492f6 PROTON-1767 Allow for the sasl buffer to use a duplicate by Timothy Bish · 6 years ago
  33. e7aae94 PROTON-1767 Allow for the transport buffer to use a duplicate by Timothy Bish · 6 years ago
  34. d1e6771 PROTON-1756 Reuse callback for send of Transfer frames by Timothy Bish · 6 years ago
  35. 1505db3 NO-JIRA: use less aggressive values, avoid spurious failures in CI by Robbie Gemmell · 6 years ago
  36. fa1ae78 [maven-release-plugin] prepare for next development iteration by Robert Gemmell · 6 years ago
  37. 8083d83 [maven-release-plugin] prepare release 0.25.0 by Robert Gemmell · 6 years ago 0.25.0
  38. 3fb2c79 NO-JIRA: update year in NOTICE files by Robbie Gemmell · 6 years ago
  39. 82c50c4 NO-JIRA: add config for controlling whether release plugin pushes changes by Robbie Gemmell · 6 years ago
  40. bb23a5c add configuration toggle to enable some release-time checks, missed from PROTON-1690 by Robbie Gemmell · 6 years ago
  41. d9eea74 PROTON-1739: add a test to ensure the behaviour by Robbie Gemmell · 6 years ago
  42. 6fa847b PROTON-1739: remove default for session capacity and avoid confusing window interaction when setting frame size by Robbie Gemmell · 6 years ago
  43. b2e776d PROTON-1737: add option to allow configuring max frame size when using the reactor by Robbie Gemmell · 6 years ago
  44. 17cef9a PROTON-1736: add a SASL listener to allow relevant processing as frames arrive by Robbie Gemmell · 6 years ago
  45. 2d565b8 [maven-release-plugin] prepare for next development iteration by Robert Gemmell · 6 years ago
  46. 89d2f54 [maven-release-plugin] prepare release 0.24.0 by Robert Gemmell · 6 years ago 0.24.0
  47. 6ec7870 PROTON-1708: fix some c&p errors with names by Robbie Gemmell · 6 years ago
  48. 1e6c7a3 PROTON-1690: update the readme a bit, add a link to JMH and also outline the modules optional status and how to enable it in the overall build by Robbie Gemmell · 6 years ago
  49. c55d88c PROTON-1708: simplify the look-ahead for map element type constructors, remove some unused code by Robbie Gemmell · 6 years ago
  50. c827626 PROTON-1708: simplify the look-ahead for list entry types by Robbie Gemmell · 6 years ago
  51. 9f26806 PROTON-1690: add missing relativePath element to avoid build errors in some cases, fix formatting of error message and correct typo by Robbie Gemmell · 6 years ago
  52. 3b33dce PROTON-1690: merge PR for JMH based perf tests of specific encoding+decoding tasks by Robbie Gemmell · 6 years ago
  53. 1eecf25 PROTON-1690 JMH Benchmarks for baseline performance of Message encoding/decoding by Francesco Nigro · 6 years ago
  54. aeb164b PROTON-1708: return the type object directly for unregistered described types by Robbie Gemmell · 6 years ago
  55. 5ddb6be PROTON-1712: add type details to the ApplicationProperties map by Robbie Gemmell · 6 years ago
  56. 972dddc PROTON-1708 Reduce overhead of reading zero sized values by Timothy Bish · 6 years ago
  57. 2a2d3ff PROTON-1708 Optimizations for the EncoderImpl and DecoderImpl by Timothy Bish · 6 years ago
  58. cb3b9f4 [maven-release-plugin] prepare for next development iteration by Robert Gemmell · 7 years ago
  59. f8e6689 [maven-release-plugin] prepare release 0.23.0 by Robert Gemmell · 7 years ago 0.23.0
  60. 1b858d4 PROTON-1606: move options into reactor package and simplify as a property, expose via reactor for use, apply option to acceptors as well. by Robbie Gemmell · 7 years ago
  61. 819e4c3 PROTON-1606: Added ability to make SASL communication optional for CLIENT role by timtay-microsoft · 7 years ago
  62. 55a51e9 [maven-release-plugin] prepare for next development iteration by Robert Gemmell · 7 years ago
  63. 3ec7bf1 [maven-release-plugin] prepare release 0.22.0 by Robert Gemmell · 7 years ago 0.22.0
  64. f52166e PROTON-1583: add some javadoc to clarify the use and behaviour of the tick method by Robbie Gemmell · 7 years ago
  65. 158649c PROTON-1583: some additional tests by Robbie Gemmell · 7 years ago
  66. 7fe4f98 PROTON 1565: temporarily disable defaults python test, makes invalid assumptions about its environment by Robbie Gemmell · 7 years ago
  67. 76300a4 NO-JIRA: update TravisCI config to try openjdk7 as oraclejdk7 is not available in current builds by Robbie Gemmell · 7 years ago
  68. 72cc924 PROTON-1583: handle edge cases when driving transport#tick(now) with nanoTime derived values by Robbie Gemmell · 7 years ago
  69. 043f83c [maven-release-plugin] prepare for next development iteration by Robert Gemmell · 7 years ago
  70. 483ad93 [maven-release-plugin] prepare release 0.21.0 by Robert Gemmell · 7 years ago 0.21.0
  71. 8417d9a PROTON-1565: don't throw if the anonymous ciphers are not supported by Robbie Gemmell · 7 years ago
  72. 68f30de PROTON-1551: add more specific encode test by Robbie Gemmell · 7 years ago
  73. 0546934 PROTON-1551: merge PR fixing encoding of vbin32 binary using Data API. This closes #10. by Robbie Gemmell · 7 years ago
  74. e78dbff PROTON-1551: Fix length encoding for binary over 255 bytes in length when using DataImpl by Viktor Kolomeyko · 7 years ago
  75. 9936ba4 [maven-release-plugin] prepare for next development iteration by Robert Gemmell · 7 years ago
  76. 6eb1c82 [maven-release-plugin] prepare release 0.20.0 by Robert Gemmell · 7 years ago 0.20.0
  77. d6181e3 PROTON-1525: enable configuring the initial remote max frame size limit to permit larger sasl frames by Robert Gemmell · 7 years ago
  78. 9f7ec6b PROTON-1486: merge changes by Keith and Rob. This closes #9 by Robert Gemmell · 7 years ago
  79. 6789e55 PROTON-1486: Expose SaslOutcome additional-data to users of the API by Keith Wall · 7 years ago
  80. 39a5fa7 [maven-release-plugin] prepare for next development iteration by Robert Gemmell · 7 years ago
  81. 36eff49 [maven-release-plugin] prepare release 0.19.0 by Robert Gemmell · 7 years ago 0.19.0
  82. 61d9d15 PROTON-1447: add a test to exercise the changes in ad60967463fe697800d24eaf0286dbf9e7d38473 by Robert Gemmell · 7 years ago
  83. b91e0b9 PROTON-1458: add ability to set/get max-message-size details on links by Robert Gemmell · 7 years ago
  84. 0d3f456 PROTON-1462: specify the charset to ensure the 'plain' helper method uses UTF-8 by Robert Gemmell · 7 years ago
  85. ad60967 PROTON-1447 : Allow CaCertDb file to have multiple certificates by rgodfrey · 7 years ago
  86. b845e47 PROTON-1451 : Only register BouncyCastle provider if not already present by rgodfrey · 7 years ago
  87. b49969c PROTON-1441 : Incorrect sizes calculated for arrays of lists/maps using the Data API by rgodfrey · 7 years ago
  88. 8929454 NO-JIRA: clean up invalid PR. This closes #8 by Robert Gemmell · 7 years ago
  89. 9bdb23b [maven-release-plugin] prepare for next development iteration by Robert Gemmell · 7 years ago
  90. d521393 [maven-release-plugin] prepare release 0.18.0 by Robert Gemmell · 7 years ago 0.18.0
  91. 4fe1e92 NO-JIRA: switch Appveyor back to Java 8 as Jython or the test suite seems to have intermittent issue finding tests with 7 by Robert Gemmell · 7 years ago
  92. 2e95aa9 PROTON-1384: make the Data utility encode str32 lengths using the required 4 bytes width by Robert Gemmell · 7 years ago
  93. 083833d PROTON-1409: expose the current available byte count for a delivery to aid with sizing destination buffers by Robert Gemmell · 7 years ago
  94. 5d364a7 PROTON-1428: remove invalid constructor deprecation markers by Robert Gemmell · 7 years ago
  95. 1fd867e NO-JIRA: fix location in assembly descriptor by Robert Gemmell · 7 years ago
  96. c8d67f7 PROTON-1427: enforce the SASL frame size limit of 512bytes by Robert Gemmell · 7 years ago
  97. 3ea9f23 PROTON-1426: check the initial bytes to ensure the expected SASL layer header is given by Robert Gemmell · 7 years ago
  98. c9a0206 PROTON-1405: convert test stores to JKS to cater for Java 7, which cant use cert-only entries in PKCS12 trust stores by Robert Gemmell · 7 years ago
  99. a292e9f NO-JIRA: Travis and Appveyor test runs should use Java7 as long as that is still the build target by Robert Gemmell · 7 years ago
  100. f22de65 PROTON-1425 Add copy constructors by Timothy Bish · 7 years ago