1. c4643cd NO-JIRA: Modernize ruby build by Andrew Stitcher · 2 days ago main
  2. d2d4b5c NO-JIRA: Fix/silence ruby configure and build time warnings by Andrew Stitcher · 2 days ago
  3. 70c1c58 PROTON-2954: Limit memory use in decoding performative properties by Andrew Stitcher · 8 weeks ago
  4. 91aed9a PROTON-2952: Limit memory use in transfer performatives by Andrew Stitcher · 8 weeks ago
  5. 8654067 PROTON-2950: Make pn_buffer_t use more resilient to allocation failure by Andrew Stitcher · 4 weeks ago
  6. f41881d PROTON-2946: Fix interop round trip comparison to be semantic by Andrew Stitcher · 3 weeks ago
  7. 94e2df3 PROTON-2945: Allow only applicable performatives by Andrew Stitcher · 11 days ago
  8. c1861a9 NO-JIRA: Stop ruby tests creating sasl_conf directory in source tree by Andrew Stitcher · 10 days ago
  9. 976e218 NO-JIRA: avoid logging AMQP credentials in python binding by Kevin SERIN · 3 months ago
  10. fd11bb5 NO-JIRA: Allow azure CI to test sasl properly by Andrew Stitcher · 4 years, 6 months ago
  11. 32d84a4 PROTON-2502: Stop testing using MD5 SASL mechanisms by Andrew Stitcher · 4 years, 6 months ago
  12. bb73a22 Set up default protection ruleset for default and release branches by The Apache Software Foundation · 3 months ago
  13. 3f4a08c [PROTON-2907] Check what parser URI::DEFAULT_PARSER is set to instead of ruby version by Stephen Baldwin · 10 months ago
  14. 7be093d PROTON-2937: Add OpenSSL 4.x compat by Thomas Goirand · 8 weeks ago
  15. 253ec1b PROTON-2864: Bump library .so versions for 0.41.0 by Andrew Stitcher · 9 weeks ago
  16. a1d52df PROTON-2922: Add comprehensive C++ API transaction tests by Andrew Stitcher · 2 months ago
  17. a932ea4 PROTON-2922: Transaction testing by Andrew Stitcher · 3 months ago
  18. d153c3a PROTON-1442: Ensure that transaction id is empty outside transaction by Andrew Stitcher · 9 weeks ago
  19. 329edf8 PROTON-1442: Make sure we only respond if we are in a transaction by Andrew Stitcher · 3 months ago
  20. 7cfcc83 PROTON-1442: Correct outgoing message callbacks by Andrew Stitcher · 4 months ago
  21. 4db5f23 PROTON-2921: Change default message rollback behaviour by Andrew Stitcher · 4 months ago
  22. e99e630 PROTON-1442: Improve C++ transaction API documentation by Andrew Stitcher · 3 months ago
  23. 8404804 NO-JIRA: [Python example broker] Improve readability of timeout by Andrew Stitcher · 3 months ago
  24. 0a4c7b2 PROTON-2936: [C++] Add container quiescent callback by Andrew Stitcher · 3 months ago
  25. e64c9fa PROTON-2873: Work around transacted modified dispositions by Andrew Stitcher · 10 weeks ago
  26. 3206e80 PROTON-2834: [C++] Container stop should ignore cancelled timers by Andrew Stitcher · 3 months ago
  27. ee41bfc NO-JIRA: [Ruby] Fix tests for recent ruby with removed minitest/unit by Andrew Stitcher · 3 months ago
  28. f2030b7 NO-JIRA: [C++] Make output of binary types prettier by Andrew Stitcher · 3 months ago
  29. 9a1664f NO-JIRA: [C++ docs] Improvements to description of proton::work_queue by Andrew Stitcher · 3 months ago
  30. dd90534 NO-JIRA: Update github build action for latest runners. by Andrew Stitcher · 3 months ago
  31. 29844e8 PROTON-1442: Reorder messaging_handler callbacks to maintain ABI by Andrew Stitcher · 3 months ago
  32. 4820980 PROTON-2935: Setting default logger sink doesn't fully work by Andrew Stitcher · 3 months ago
  33. 13275ca PROTON-2931: epoll proactor thread races using async c-ares name resolver library by Cliff Jansen · 4 months ago
  34. 490d64a PROTON-2932: [C++] Allow proton::transfer to be hashed by Andrew Stitcher · 4 months ago
  35. e1695bc PROTON-2873: Make it easier to switch between disposition types by Andrew Stitcher · 4 months ago
  36. 169e19a PROTON-2930: epoll proator repeated epoll_wait on disconnected socket by Cliff Jansen · 4 months ago
  37. 0643d7c PROTON-2928: epoll proactor: fix amqp connection task scheduling if Proton events are pending by Cliff Jansen · 4 months ago
  38. 7474c4b PROTON-2926: Message ttl=0 improvements by Andrew Stitcher · 5 months ago
  39. d90c706 PROTON-1442: [C++] Interactive transaction tester by Andrew Stitcher · 5 months ago
  40. e595ce6 PROTON-1442: [Python] Interactive tx recv example by Andrew Stitcher · 6 months ago
  41. 63559f3 PROTON-1442: [C++] Some examples using transactions by Rakhi Kumari · 11 months ago
  42. b6673de PROTON-1442: [C++] Implement local transactions by Rakhi Kumari · 11 months ago
  43. 2ccfe74 PROTON-1442: [C++] Implement iterator for unsettled transfers by Andrew Stitcher · 5 months ago
  44. 344e0bd PROTON-1442: [C++ examples] Allow string cli options to contain spaces by Andrew Stitcher · 5 months ago
  45. e654cd9 NO-JIRA: Add build as a symlink to .gitignore by Andrew Stitcher · 5 months ago
  46. ea0985f PROTON-2812: Implement async name lookup with c-ares by Andrew Stitcher · 7 months ago
  47. e5d5c2b PROTON-2916: Speed up c++ reconnect test by Andrew Stitcher · 6 months ago
  48. 8888889 NO-JIRA: Git ignore .cache by Andrew Stitcher · 8 months ago
  49. 2dd9680 NO-JIRA: More reliably run the tox tests by Andrew Stitcher · 8 months ago
  50. d7fc8e5 PROTON-2890: [Python] Broker example: reorganised disposition handling by Andrew Stitcher · 8 months ago
  51. 746b8b7 PROTON-2890: Restructure broker to allow transaction timeout abort by Andrew Stitcher · 8 months ago
  52. 040578e PROTON-2890: [Python] Example broker shouldn't settle on rollback by Andrew Stitcher · 8 months ago
  53. 32bcfcc PROTON-2873: [Python] Remove caching for delivery remote disposition by Andrew Stitcher · 8 months ago
  54. 3e8ca41 NO-JIRA: [Python] Don't return inside a finally block by Andrew Stitcher · 8 months ago
  55. 6ff983d NO-JIRA: Update github actions build to use latest MacOSX image by Andrew Stitcher · 8 months ago
  56. 67b5455 PROTON-2913: pn_message_encode could generate an illegal message by Andrew Stitcher · 8 months ago
  57. b053795 PROTON-2890: Elaborate python transaction send example... by Andrew Stitcher · 8 months ago
  58. 912158e PROTON-2890: [Python] Broker should send transactioned updates by Andrew Stitcher · 8 months ago
  59. 478d993 PROTON-2873: [Python] Allow Delivery.update to take Disposition by Andrew Stitcher · 8 months ago
  60. 3553625 PROTON-2911: [C++] Correctly handle terminus capabilities by Andrew Stitcher · 9 months ago
  61. b1b9b07 PROTON-2910: [core] Changed generated code to use better names by Andrew Stitcher · 8 months ago
  62. 5aa83a6 PROTON-1779: Omit empty HEADERS and PROPERTIES message sections by Andrew Stitcher · 8 months ago
  63. 606e839 PROTON-2908/PROTON-2909: Remove unused (and expired) test ssl certs by Andrew Stitcher · 9 months ago
  64. debbe82 PROTON-2909: Modify tests to use the same ssl certificates by Andrew Stitcher · 9 months ago
  65. 60d7677 PROTON-2908: Add new unexpired ssl certs using new scripting by Andrew Stitcher · 9 months ago
  66. 34035ca PROTON-2909: Add python scripting to make test certs by Andrew Stitcher · 9 months ago
  67. b19fbee PROTON-2898: [C} Some examples using pn_proactor_import_socket by Andrew Stitcher · 1 year, 2 months ago
  68. f3de4e5 PROTON-2898: [C] Introduce pn_proactor_import_socket API by Andrew Stitcher · 1 year, 2 months ago
  69. 83a0b5e PROTON-2873: Correctly finalize declared disposition by Andrew Stitcher · 1 year, 2 months ago
  70. 81417af PROTON-2873: Add a disposition for transaction declaration by Andrew Stitcher · 1 year, 2 months ago
  71. 36b6ec5 PROTON-2890: [Python examples] Revert changes to example output by Andrew Stitcher · 1 year, 2 months ago
  72. dd1689a NO-JIRA: Change Python license specifier by Andrew Stitcher · 1 year, 2 months ago
  73. 85b8220 NO-JIRA: Trivial changes for pedantic C++17 compliance by Andrew Stitcher · 1 year, 3 months ago
  74. 8d2f825 NO-JIRA: Some tiny lint fixes found by clang-tidy by Andrew Stitcher · 1 year, 3 months ago
  75. e6d9ceb PROTON-2896: [C++] Give the -cpp dynamic library $ORIGIN as its RPATH by Andrew Stitcher · 1 year, 3 months ago
  76. 814bfed NO-JIRA: Stop spewing errors when cmake fails to find opentelemetry by Andrew Stitcher · 1 year, 4 months ago
  77. a17f7d5 PROTON-2895: [Python] Use __new__ when subclassing immutable types by Andrew Stitcher · 1 year, 4 months ago
  78. 3f423fa PROTON-2891: [Python] More type annotation improvements by Andrew Stitcher · 1 year, 4 months ago
  79. 5193b33 PROTON-2881: [Python] More idiomatic python 3 code. by Andrew Stitcher · 1 year, 4 months ago
  80. d1ce340 PROTON-2890: [Python examples] Broker: Improve transactional link handling by Andrew Stitcher · 1 year, 4 months ago
  81. 53cc394 PROTON-2879: [Python] Convenience iterators for sessions and links by Andrew Stitcher · 1 year, 4 months ago
  82. 96e5b8d PROTON-2890: [Python examples] Broker work for simple transaction support by Andrew Stitcher · 2 years, 3 months ago
  83. 3191f95 PROTON-2893: [Python] Add callback for all delivery updates by Andrew Stitcher · 2 years, 3 months ago
  84. d8ff8f7 PROTON-2892: [Python] Use python library IntFlag for Endpoint state by Andrew Stitcher · 1 year, 4 months ago
  85. 1fafacd PROTON-2868: [Python] More work simplifying wrapped classes by Andrew Stitcher · 1 year, 4 months ago
  86. 5de2b8e PROTON-2891: [Python] Improve typing annotations especially for Events by Andrew Stitcher · 1 year, 4 months ago
  87. e1d147e PROTON-2890: [Python examples] Simple recv now deduplicates more accurately by Andrew Stitcher · 1 year, 4 months ago
  88. e473920 PROTON-2890: [Python] Make client example more robust by Andrew Stitcher · 1 year, 4 months ago
  89. 1f3c73e PROTON-2889: [C++ examples] Broker improvements by Andrew Stitcher · 1 year, 4 months ago
  90. 86281a4 PROTON-2888: [C++] Added std:hash specializations by Andrew Stitcher · 1 year, 4 months ago
  91. 581a433 PROTON-2883/PROTON-2884: Modified dispositions should default to failed = true by Andrew Stitcher · 1 year, 4 months ago
  92. d323082 PROTON-2873: [Python] Fix transaction code for new disposition API by Andrew Stitcher · 1 year, 4 months ago
  93. 0464a4f NO-JIRA: Update the version of opentelemetry used in the build github action by Andrew Stitcher · 1 year, 5 months ago
  94. 0eb628b NO_JIRA: Remove unneeded python 'global' tripping up flake8 linter by Andrew Stitcher · 1 year, 5 months ago
  95. 2be26ea PROTON-2882: Improve the coverage report by Andrew Stitcher · 1 year, 5 months ago
  96. 4aa2381 PROTON-2882: Fix the Coverage build to work with the current tree/tools by Andrew Stitcher · 1 year, 5 months ago
  97. 34bfd69 PROTON-2881: [Python] More idiomatic use of post 3.9 typing by Andrew Stitcher · 1 year, 5 months ago
  98. ae53170 PROTON-2879: Use correct type annotation for unsettled_deliveries by Andrew Stitcher · 1 year, 5 months ago
  99. a72bb9a PROTON-2879: [Python] Added accessors to unsettled deliveries by Andrew Stitcher · 1 year, 5 months ago
  100. ff330a6 Make pn_unsettled_head/_next available in Python binding by Pete Fawcett · 1 year, 5 months ago