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