1. 813f87e PROTON-2825: [C++ binding] Reject incoming transaction coordinator links by Andrew Stitcher · 3 days ago main
  2. 54db24f PROTON-2824: [C example beoker] Reject attempts to use transactions by Andrew Stitcher · 3 days ago
  3. 36fe831 PROTON-2818: Move epoll proctor connection logic to a task thread. by Cliff Jansen · 3 weeks ago
  4. 2406d43 PROTON-2822: [Build] Correctly build/test without proactor by Andrew Stitcher · 3 weeks ago
  5. f5b4b17 NO-JIRA: [CI Build] Use python 3.11, macos-13 by Andrew Stitcher · 4 weeks ago
  6. aa8ad8a PROTON-2815: [Python] More accurately test python dependencies by Andrew Stitcher · 4 weeks ago
  7. 48d19e5 PROTON-2820: [Ruby] Change mapping of pn_handle_t to intptr_t by Andrew Stitcher · 4 weeks ago
  8. a2e9eb6 PROTON-2816/PROTON-2817: Support building python extension with unbundled proton by Andrew Stitcher · 5 months ago
  9. e3ba722 PROTON-2815: [Python] Correct supported versions of Python (again) by Andrew Stitcher · 6 weeks ago
  10. 7747812 PROTON-2815: [Python] no longer need to have setup.cfg in build area by Andrew Stitcher · 6 weeks ago
  11. f8fd68f NO-JIRA: placate C compiler warning with explicit cast for printf argument by Cliff Jansen · 6 weeks ago
  12. 1f5b149 PROTON-2815: [Python] Correct supported versions of Python by Andrew Stitcher · 6 weeks ago
  13. 84570ec PROTON-2815: [Python] Use modern tooling to build python packages by Andrew Stitcher · 7 weeks ago
  14. cafa64a NO-JIRA: [Python] Some small refactorings to clean package build by Andrew Stitcher · 7 weeks ago
  15. 4b48f7d PROTON-2792: [C++] check that scheduled tasks are active under lock by Andrew Stitcher · 3 months ago
  16. c503244 PROTON-2644: Fix Github workflow build to remove deprecation warnings by Andrew Stitcher · 6 weeks ago
  17. 4287b7a PROTON-2814: [Python] Tests use function removed in Python 3.12 by Andrew Stitcher · 7 weeks ago
  18. 39892d9 PROTON-2322/PROTON-2813: [Python] Finish PEP8 sanitization by Andrew Stitcher · 7 weeks ago
  19. df1e9b6 PROTON-2792: [C++] Test to ensure that we correctly cancel tasks by Andrew Stitcher · 2 months ago
  20. 9f2586f NO-JIRA: [C++] Modernize container tests to use lambdas etc. by Andrew Stitcher · 2 months ago
  21. 674b0c6 PROTON-2792: [C++] check that scheduled tasks are active under lock by Andrew Stitcher · 3 months ago
  22. d8fe876 PROTON-2789: One more warning as error that needs to be suppressed by Andrew Stitcher · 3 months ago
  23. 523f286 PROTON-2791: Add MSG_MORE send flag on raw connections by Cliff Jansen · 4 months ago
  24. a175b5e PROTON-2772: add printf format arg annotations to satisfy MSVC (#419) by Jiri Daněk · 5 months ago
  25. d9b7496 NO-JIRA: update year in NOTICE file by Robbie Gemmell · 5 months ago
  26. 36c16e7 PROTON-2789: Add /WX, /W4 /analyze to MSVC warning flags and use /wd to suppress all known warnings by Jiri Daněk · 8 months ago
  27. 99e0d1f PROTON-2772: add printf format arg annotations to satisfy MSVC by Jiri Daněk · 8 months ago
  28. f54423f PROTON-2788: Add missing OpenSSL linking to the static proton tls lib (#418) by Jiri Daněk · 5 months ago
  29. 62f8909 PROTON-2787: Resolve Clang 16 compilation warnings (#416) by Jiri Daněk · 5 months ago
  30. 5b27d07 PROTON-2786: Handle check_language(CXX) more correctly (#417) by Jiri Daněk · 5 months ago
  31. 001195c PROTON-2786: Don't reuse possibly incorrect `CMAKE_CXX_COMPILER` value determined by `check_language(CXX)` (#415) by Jiri Daněk · 5 months ago
  32. 058dcaa PROTON-2772: disable -wcast-function-type warning by Jiri Daněk · 8 months ago
  33. b22b11b PROTON-2772: add compiler warning management macros by Jiri Daněk · 1 year, 1 month ago
  34. e7c48ce PROTON-2773: Use PN_FALLTHROUGH in libuv proactor by Andrew Stitcher · 7 months ago
  35. 1dc37b2 PROTON-2724: add CMake option to disable building binaries in c/tools (#414) by Jiri Daněk · 7 months ago
  36. b3d929c PROTON-2774: replace `CMAKE_SOURCE_DIR` variable with `PROJECT_SOURCE_DIR` (#410) by Jiri Daněk · 7 months ago
  37. d2dbfd4 PROTON-2773: add `PN_FALLTHROUGH` macro ready for c++17/c21 (#408) by Jiri Daněk · 8 months ago
  38. 898b6bb NO-JIRA: add whitespace to fix PEP 8 formatting issue in ext_build.py by Jiri Daněk · 8 months ago
  39. 47c0a03 NO-JIRA: Sort input file list by Bernhard M. Wiedemann · 8 months ago
  40. 18976fb NO-JIRA: update .asf.yaml with additional GitHub features by Jiri Daněk · 8 months ago
  41. 269ad0a NO-JIRA: Fix miscellaneous typos (#404) by Jiri Daněk · 8 months ago
  42. fc98855 PROTON-2714: fix wrong printf format specifiers by Jiri Daněk · 1 year, 1 month ago
  43. 077ea99 PROTON-2772: add parameter safety annotations for printf format strings by Jiri Daněk · 1 year, 1 month ago
  44. 8142e3c PROTON-2765: [Go] Don't define methods on C types by Andrew Stitcher · 9 months ago
  45. c542df8 PROTON-2764: schedule failed raw connections from pn_listener_raw_accept() so they can process events and cleanup by Cliff Jansen · 9 months ago
  46. 0987726 PROTON-2763: Raw connection double DISCONNECT event by Cliff Jansen · 9 months ago
  47. cb637b7 PROTON-2748: Raw connection async close fix and tests. First part of pull 402 by Cliff Jansen · 9 months ago
  48. 358bd82 NO-JIRA: Update appveyor build to drop VS2017 (#403) by Jiri Daněk · 9 months ago
  49. 6b05c6d PROTON-2762: [C++] Add in missing header file so tracing will compile. by Andrew Stitcher · 10 months ago
  50. 6b34970 NO-JIRA: [Ruby] Add links to source code and jira to ruby gem by Keenan Brock · 10 months ago
  51. 05918a5 PROTON-2760: Minitest is no longer aliased as MiniTest by Andrew Stitcher · 10 months ago
  52. 06c9c70 PROTON-2761: [Ruby] use _() to avoid deprecation warnings by Andrew Stitcher · 10 months ago
  53. 802aa8a PROTON-2759: [python] TransactionalClientHandler doc correction by Rakhi Kumari · 10 months ago
  54. 2822b9f NO-JIRA: Add some missing whitespace caught by flake8 by Andrew Stitcher · 10 months ago
  55. 9968473 PROTON-2756: Allow python testing to use the python detected by CMake by Andrew Stitcher · 11 months ago
  56. b203859 NO-JIRA: Rename CMake FDLIMIT option for consistency by Andrew Stitcher · 11 months ago
  57. fc75d49 NO-JIRA: Allow pni_value_dump() to be used from C++ tests by Andrew Stitcher · 11 months ago
  58. ba49d23 PROTON-2755: Make python code and binding work with python 3.12 by Andrew Stitcher · 11 months ago
  59. f03e4bd PROTON-2754: Fix python example broker to offer ANONYMOUS-RELAY by Andrew Stitcher · 11 months ago
  60. cd5f8d0 PROTON-2752: Fix pn_string operations to behave better by Andrew Stitcher · 11 months ago
  61. 97fcd64 PROTON-2752: Make more use of pn_string_t instead of char* by Andrew Stitcher · 11 months ago
  62. 31e2563 PROTON-2751: Remove unused functionality of pn_buffer_t by Andrew Stitcher · 11 months ago
  63. f2693f2 PROTON-2751: Don't use pn_buffer for delivery tag by Andrew Stitcher · 1 year, 1 month ago
  64. a2c54b3 PROTON-2751: Use pn_rwbytes_t not pn_buffer_t for scratch space by Andrew Stitcher · 1 year, 1 month ago
  65. 0545b51 PROTON-2753: Split util.h so that we can keep the C++ in the schannel impl happy by Andrew Stitcher · 1 year, 1 month ago
  66. b86dcb9 NO-JIRA: Make pn_bytes()/pn_rwbytes() inlinable by Andrew Stitcher · 11 months ago
  67. 139ed8b PROTON-2746: Fix potential uninitialized/illegal read by Andrew Stitcher · 11 months ago
  68. f394976 No-JIRA: Update unit tests to use C++11 features not macros by Andrew Stitcher · 1 year, 1 month ago
  69. 6d83cf2 NO-JIRA: Use a bit more C++11 in C++ connection driver test by Andrew Stitcher · 1 year, 1 month ago
  70. e4e8da3 PROTON-2743: Cannot log raw incoming frames by Andrew Stitcher · 12 months ago
  71. 4992b36 PROTON-2742: remove incorrect instructions, would duplicate main INSTALL.md if fixed by Robbie Gemmell · 1 year ago
  72. d57ad13 PROTON-2710, PROTON-2648: bump version for 0.40.0-dev by Robbie Gemmell · 1 year ago
  73. f7b752a PROTON-2648: update version for 0.39.0-rc1 by Robbie Gemmell · 1 year ago 0.39.0 0.39.0-rc1
  74. fbadb91 Remove workaround for continuing the otel build after errors by Rakhi Kumari · 1 year ago
  75. b83038f Fix build for jaeger to otlp by Rakhi Kumari · 1 year ago
  76. 0585bfd PROTON-2736: tls library - restore fixes backed out by mistake in previous jaeger/oltp commit by Cliff Jansen · 1 year ago
  77. 1ad098c Replace jaeger exporter with otlp exporter by Rakhi Kumari · 1 year, 1 month ago
  78. e637082 PROTON-2736: tls library - stay in decrypt loop long enough to finalize reads and state vars by Cliff Jansen · 1 year, 1 month ago
  79. 939a48f PROTON-2736: tls library - catch unblocking of decrypt stream for processed non-application records by Cliff Jansen · 1 year, 1 month ago
  80. a60ca6e PROTON-2716: replace `include_directories()` call with opentelemetry-cpp provided targets (#394) by Jiri Daněk · 1 year, 1 month ago
  81. e744d77 PROTON-2715: remove unused for-cycle counter variable (#395) by Jiri Daněk · 1 year, 1 month ago
  82. 4a63d6f PROTON-2706: PROTON-2706: Allow the user to explicitly set Container.container_id to None by Andrew Stitcher · 1 year, 1 month ago
  83. 1b0d019 PROTON-2706: Allow the user to explicitly set Container.container_id to None by Andrew Stitcher · 1 year, 1 month ago
  84. 23c45e1 PROTON-2712: Fix some issues in the python binding type mapping by Andrew Stitcher · 1 year, 2 months ago
  85. 6424d1c PROTON-2648: bump .so versions following review by Robbie Gemmell · 1 year, 2 months ago
  86. 0847d3a PROTON-2401: [Python] on_xxx_closed should be called on locally closed after remote close by Sebastiaan la Fleur · 3 years ago
  87. 703b7b8 PROTON-2709: [C examples] Settle deliveries in sender example by Danis Ozdemir · 1 year, 2 months ago
  88. 398dadd PROTON-2708: Introduce new proactor APIs that query batch by Andrew Stitcher · 1 year, 2 months ago
  89. ddf2c49 NO-JIRA: Fix type of bytes test data for message id in python tests by Jiri Daněk · 1 year, 11 months ago
  90. c4f7ee4 PROTON-2706: [Python] Allow setting the container id by Andrew Stitcher · 1 year, 2 months ago
  91. 6b29f6d PROTON-2704: Reorganise python code to avoid runtime import of _events by Andrew Stitcher · 1 year, 2 months ago
  92. 0f93611 PROTON-2704: Make sure example tester terminates server by Andrew Stitcher · 1 year, 2 months ago
  93. 058e292 PROTON-2183: [cpp] Fix aborted messages exception. by Rakhi Kumari · 1 year, 4 months ago
  94. fcb70af PROTON-2701: Make python binding build respect BUILD_TESTING by Andrew Stitcher · 1 year, 2 months ago
  95. 7c591e8 PROTON-2700: Raw connections: Remove deprecated ambiguous use of READ/WRITTEN events by Andrew Stitcher · 1 year, 4 months ago
  96. af4382b PROTON-2699: disable fdlimit test by default by Cliff Jansen · 1 year, 2 months ago
  97. dba4a2e PROTON-2695: separate raw wake test to run only on proactors with raw wake support by Cliff Jansen · 1 year, 2 months ago
  98. 229ae1d PROTON-2696: fix clang warning/error on new raw connection test by Cliff Jansen · 1 year, 2 months ago
  99. 5db8783 PROTON-2691: Additional fixes -Wstrict-prototypes compile warning from Clang (#390) by Jiri Daněk · 1 year, 2 months ago
  100. f13bb81 PROTON-2673: clarify doc for pn_raw_connection_wake() by Cliff Jansen · 1 year, 2 months ago