1. 8888889 NO-JIRA: Git ignore .cache by Andrew Stitcher · 6 weeks ago main
  2. 2dd9680 NO-JIRA: More reliably run the tox tests by Andrew Stitcher · 6 weeks ago
  3. d7fc8e5 PROTON-2890: [Python] Broker example: reorganised disposition handling by Andrew Stitcher · 6 weeks ago
  4. 746b8b7 PROTON-2890: Restructure broker to allow transaction timeout abort by Andrew Stitcher · 6 weeks ago
  5. 040578e PROTON-2890: [Python] Example broker shouldn't settle on rollback by Andrew Stitcher · 7 weeks ago
  6. 32bcfcc PROTON-2873: [Python] Remove caching for delivery remote disposition by Andrew Stitcher · 6 weeks ago
  7. 3e8ca41 NO-JIRA: [Python] Don't return inside a finally block by Andrew Stitcher · 6 weeks ago
  8. 6ff983d NO-JIRA: Update github actions build to use latest MacOSX image by Andrew Stitcher · 7 weeks ago
  9. 67b5455 PROTON-2913: pn_message_encode could generate an illegal message by Andrew Stitcher · 7 weeks ago
  10. b053795 PROTON-2890: Elaborate python transaction send example... by Andrew Stitcher · 7 weeks ago
  11. 912158e PROTON-2890: [Python] Broker should send transactioned updates by Andrew Stitcher · 7 weeks ago
  12. 478d993 PROTON-2873: [Python] Allow Delivery.update to take Disposition by Andrew Stitcher · 7 weeks ago
  13. 3553625 PROTON-2911: [C++] Correctly handle terminus capabilities by Andrew Stitcher · 9 weeks ago
  14. b1b9b07 PROTON-2910: [core] Changed generated code to use better names by Andrew Stitcher · 8 weeks ago
  15. 5aa83a6 PROTON-1779: Omit empty HEADERS and PROPERTIES message sections by Andrew Stitcher · 8 weeks ago
  16. 606e839 PROTON-2908/PROTON-2909: Remove unused (and expired) test ssl certs by Andrew Stitcher · 8 weeks ago
  17. debbe82 PROTON-2909: Modify tests to use the same ssl certificates by Andrew Stitcher · 8 weeks ago
  18. 60d7677 PROTON-2908: Add new unexpired ssl certs using new scripting by Andrew Stitcher · 8 weeks ago
  19. 34035ca PROTON-2909: Add python scripting to make test certs by Andrew Stitcher · 8 weeks ago
  20. b19fbee PROTON-2898: [C} Some examples using pn_proactor_import_socket by Andrew Stitcher · 8 months ago
  21. f3de4e5 PROTON-2898: [C] Introduce pn_proactor_import_socket API by Andrew Stitcher · 8 months ago
  22. 83a0b5e PROTON-2873: Correctly finalize declared disposition by Andrew Stitcher · 8 months ago
  23. 81417af PROTON-2873: Add a disposition for transaction declaration by Andrew Stitcher · 8 months ago
  24. 36b6ec5 PROTON-2890: [Python examples] Revert changes to example output by Andrew Stitcher · 8 months ago
  25. dd1689a NO-JIRA: Change Python license specifier by Andrew Stitcher · 8 months ago
  26. 85b8220 NO-JIRA: Trivial changes for pedantic C++17 compliance by Andrew Stitcher · 8 months ago
  27. 8d2f825 NO-JIRA: Some tiny lint fixes found by clang-tidy by Andrew Stitcher · 9 months ago
  28. e6d9ceb PROTON-2896: [C++] Give the -cpp dynamic library $ORIGIN as its RPATH by Andrew Stitcher · 9 months ago
  29. 814bfed NO-JIRA: Stop spewing errors when cmake fails to find opentelemetry by Andrew Stitcher · 9 months ago
  30. a17f7d5 PROTON-2895: [Python] Use __new__ when subclassing immutable types by Andrew Stitcher · 9 months ago
  31. 3f423fa PROTON-2891: [Python] More type annotation improvements by Andrew Stitcher · 9 months ago
  32. 5193b33 PROTON-2881: [Python] More idiomatic python 3 code. by Andrew Stitcher · 9 months ago
  33. d1ce340 PROTON-2890: [Python examples] Broker: Improve transactional link handling by Andrew Stitcher · 9 months ago
  34. 53cc394 PROTON-2879: [Python] Convenience iterators for sessions and links by Andrew Stitcher · 9 months ago
  35. 96e5b8d PROTON-2890: [Python examples] Broker work for simple transaction support by Andrew Stitcher · 1 year, 8 months ago
  36. 3191f95 PROTON-2893: [Python] Add callback for all delivery updates by Andrew Stitcher · 1 year, 8 months ago
  37. d8ff8f7 PROTON-2892: [Python] Use python library IntFlag for Endpoint state by Andrew Stitcher · 9 months ago
  38. 1fafacd PROTON-2868: [Python] More work simplifying wrapped classes by Andrew Stitcher · 10 months ago
  39. 5de2b8e PROTON-2891: [Python] Improve typing annotations especially for Events by Andrew Stitcher · 10 months ago
  40. e1d147e PROTON-2890: [Python examples] Simple recv now deduplicates more accurately by Andrew Stitcher · 10 months ago
  41. e473920 PROTON-2890: [Python] Make client example more robust by Andrew Stitcher · 10 months ago
  42. 1f3c73e PROTON-2889: [C++ examples] Broker improvements by Andrew Stitcher · 10 months ago
  43. 86281a4 PROTON-2888: [C++] Added std:hash specializations by Andrew Stitcher · 10 months ago
  44. 581a433 PROTON-2883/PROTON-2884: Modified dispositions should default to failed = true by Andrew Stitcher · 10 months ago
  45. d323082 PROTON-2873: [Python] Fix transaction code for new disposition API by Andrew Stitcher · 10 months ago
  46. 0464a4f NO-JIRA: Update the version of opentelemetry used in the build github action by Andrew Stitcher · 10 months ago
  47. 0eb628b NO_JIRA: Remove unneeded python 'global' tripping up flake8 linter by Andrew Stitcher · 10 months ago
  48. 2be26ea PROTON-2882: Improve the coverage report by Andrew Stitcher · 10 months ago
  49. 4aa2381 PROTON-2882: Fix the Coverage build to work with the current tree/tools by Andrew Stitcher · 10 months ago
  50. 34bfd69 PROTON-2881: [Python] More idiomatic use of post 3.9 typing by Andrew Stitcher · 10 months ago
  51. ae53170 PROTON-2879: Use correct type annotation for unsettled_deliveries by Andrew Stitcher · 10 months ago
  52. a72bb9a PROTON-2879: [Python] Added accessors to unsettled deliveries by Andrew Stitcher · 10 months ago
  53. ff330a6 Make pn_unsettled_head/_next available in Python binding by Pete Fawcett · 11 months ago
  54. c80482b PROTON-2873: Fix decoding of dispositions in transfer frames by Andrew Stitcher · 11 months ago
  55. cfa3fb5 PROTON-2873: Correctly switch disposition type for existing deliveries by Andrew Stitcher · 11 months ago
  56. 286ce3c PROTON-2875: C++ code can now compile with GCC 15 by Andrew Stitcher · 11 months ago
  57. 3d4a8c0 PROTON-2873: Used transaction disposition in python by Andrew Stitcher · 11 months ago
  58. 5475887 PROTON-2873: Add transaction disposition by Andrew Stitcher · 1 year, 3 months ago
  59. 3670d8e PROTON-2873: Use the new disposition API in python by Andrew Stitcher · 1 year, 5 months ago
  60. 2f63509 PROTON-2873: Add new C APIs for different disposition types by Andrew Stitcher · 1 year, 6 months ago
  61. 9992305 PROTON-2873: Reorganize dispositions representation by Andrew Stitcher · 1 year, 6 months ago
  62. a2b6070 PROTON-2873: Reorganize python disposition tests by Andrew Stitcher · 1 year, 5 months ago
  63. c56cb25 NO-JIRA: [Python] Remove some obsolete python workarounds by Andrew Stitcher · 11 months ago
  64. 346c779 PROTON-2782: Define DEFAULT_URI_PARSER according to Ruby version by Eduardo Resende · 11 months ago
  65. bad6d9c PROTON-2871: Give generated protocol constants better names by Andrew Stitcher · 1 year, 6 months ago
  66. 2847000 NO-JIRA: Fix up python tests so that tox tests fail correctly by Andrew Stitcher · 11 months ago
  67. 2214930 PROTON-2531: Use surrogateescape when reading converting bytes to string by Pete Fawcett · 12 months ago
  68. e366bcd PROTON-2868: [Python] Simplify C object wrapping code by Andrew Stitcher · 1 year, 1 month ago
  69. 36257ed NO-JIRA: Fix small formatting issues picked up by flake8 by Andrew Stitcher · 1 year, 1 month ago
  70. 88850e2 NO-JIRA: [Python docs] Correct link, typo and update python version by Andrew Stitcher · 1 year, 2 months ago
  71. 11b67fc PROTON-2865: [Python] Make the docs build correctly by Andrew Stitcher · 1 year, 2 months ago
  72. 4efc546 PROTON-2864, PROTON-2710: bump version for 0.41.0-dev by Robbie Gemmell · 1 year, 2 months ago
  73. 2ea507c PROTON-2710: update versions for 0.40.0-rc1 by Robbie Gemmell · 1 year, 2 months ago 0.40.0 0.40.0-rc1
  74. 7154c79 PROTON-2710: bump .so versions following review by Robbie Gemmell · 1 year, 2 months ago
  75. e0fd484 PROTON-2748: Raw connection async close tests. 2nd part of pull 402 by Cliff Jansen · 1 year, 2 months ago
  76. ecb3431 PROTON-2594: update documentation for PKCS#11 by Cliff Jansen · 1 year, 3 months ago
  77. af0124e PROTON-2594: [C++] add test for newly added PKCS#11 support by Ahmad Fatoum · 1 year, 3 months ago
  78. db52dcb PROTON-2594: [C++] connect_config_test: factor out some definitions into header by Ahmad Fatoum · 1 year, 3 months ago
  79. 96cbea1 PROTON-2594: Add OpenSSL PKCS#11 PROVIDER support to enable HSM use by Ahmad Fatoum · 1 year, 8 months ago
  80. 2aed374 PROTON-2856: allow trusted intermediate CA verification using OpenSSL by Cliff Jansen · 1 year, 3 months ago
  81. 636ddf4 PROTON-2843: [Go] Fix segfault on settling a message on closed receivers by Patrick Taibel · 1 year, 5 months ago
  82. 331d12b PROTON-2861: [C++] Use idiomatic raw strings now that we can by Andrew Stitcher · 1 year, 3 months ago
  83. 6b95b8b PROTON-2860: Remove the unsettled API marker from the C++ reconnect API by Justin Ross · 1 year, 3 months ago
  84. 60ab050 PROTON-2790: finer grained session flow control by Cliff Jansen · 1 year, 4 months ago
  85. dec9fdc PROTON-2854: Make it a bit easier to manually build with afl fuzzer by Andrew Stitcher · 1 year, 4 months ago
  86. e3e9df6 PROTON-2853: Fix potential DoS found by fuzzer by Andrew Stitcher · 1 year, 4 months ago
  87. 9f66ae6 PROTON-2848: [Python] Add py.typed marker to package for PEP 561 by Patrick Taibel · 1 year, 5 months ago
  88. dc1c39f NO-JIRA: Add python 3.13 to tox testing by Andrew Stitcher · 1 year, 5 months ago
  89. c320de4 PROTON-2842: Correct value dumps for arbitrary described types by Andrew Stitcher · 1 year, 6 months ago
  90. 7c08f80 PROTON-2844: [Python tooling] Eliminate use of mllib by Andrew Stitcher · 1 year, 6 months ago
  91. bbe9a4b PROTON-2832: proactor raw connection shutdown race with simultaneous epoll event by Cliff Jansen · 1 year, 6 months ago
  92. da3096b PROTON-2844: [Python] use more idiomatic type test by Andrew Stitcher · 1 year, 6 months ago
  93. 4c5adb5 PROTON-2844: [Python] Replace custom NamedInt with standard IntEnum by Andrew Stitcher · 1 year, 8 months ago
  94. 0095a69 PROTON-2785: Fix pn_data_clear not clearing error by Patrick Taibel · 1 year, 6 months ago
  95. 9fdc19c PROTON-2838: Correct encoding dispositions by Andrew Stitcher · 1 year, 6 months ago
  96. 70fb2d4 PROTON-2838: [Python] Treat empty list custom disposition as None by Andrew Stitcher · 1 year, 6 months ago
  97. f0d3184 PROTON-2838: Add some failing tests for custom disposition bug by Andrew Stitcher · 1 year, 6 months ago
  98. 92fde75 PROTON-2842: Fix frame dump of custom descriptors by Andrew Stitcher · 1 year, 6 months ago
  99. e4e62f4 PROTON-2838: Remove pn_data_t operations from frame codec by Andrew Stitcher · 3 years ago
  100. 3b7610a PROTON-2838: Correctly handle null when decoding AMQP to raw by Andrew Stitcher · 2 years, 6 months ago