1. 61e6c03 NO-JIRA: update links to reflect new ASF repo locations following migration to gitbox by Robert Gemmell · 5 years ago trunk
  2. e9cc362 NO-JIRA: add a readme directing people to the various component repositories by Robert Gemmell · 6 years ago
  3. b26813c NO-JIRA: remove stale CI service configs, components have moved to their own repos by Robert Gemmell · 6 years ago
  4. 6ef298b QPID-7446 : Allow the QMF2 plugin to compile against the 6.0.x java codebase by Robert Godfrey · 8 years ago
  5. f160cb6 QPID-7207: remove cpp and python subdirs from svn trunk, they have migrated to their own git repositories by Robert Gemmell · 8 years ago
  6. ebb276c QPID-7329: Merge branch 'github/pr/10' into trunk by Gordon Sim · 8 years ago
  7. 1352571 QPID-7326: Memory bloat on HA primary broker by Alan Conway · 8 years ago
  8. 122793f QPID-7306: fix regression in earlier commit by Gordon Sim · 8 years ago
  9. 590ac0b feat(disposition): support undeliverable-here in modified outcomes by Gordon Sim · 8 years ago
  10. c077bea QPID-7306: fix compilation error in previous commit by Gordon Sim · 8 years ago
  11. 7b8a913 QPID-7306: Fix race conditions during Queue destruction. by Alan Conway · 8 years ago
  12. e1d9be1 QPID-7306: Conditional compile mismatch in broker and common libs. by Alan Conway · 8 years ago
  13. c3c3bc4 QPID-7306: Memory management error in Link/Bridge by Alan Conway · 8 years ago
  14. 7ab8ebd QPID-7302: Restart delayed auto-delete timer if the queue is declared by Gordon Sim · 8 years ago
  15. ac06369 QPID-7281: Various fixes for the tests on windows by Justin Ross · 8 years ago
  16. 9894c85 QPID-7281: Prevent shlex.split from removing backslashes by Justin Ross · 8 years ago
  17. f609ee8 QPID-7281: Relocate the find_package invocation for python; use the resulting config to run the test-time dependency check by Justin Ross · 8 years ago
  18. 2c36085 QPID-4397: log more detail for expired messages when debug enabled by Gordon Sim · 8 years ago
  19. edee47f QPID-7234: check handler is not null (as it will be when releasing unused prefetch on close) by Gordon Sim · 8 years ago
  20. ec42d95 QPID-7258: [Python Client for AMQP 0-8...0-9-1] Remove superfluous import (review comment from @kwall) by Lorenz Quack · 8 years ago
  21. 4a5ea2a QPID-7259: delay adding transfers to completed set until we have verified queue is empty by Gordon Sim · 8 years ago
  22. 5fdd81b QPID-7207: Make call_for_output Python 2.6 compatible by Justin Ross · 8 years ago
  23. 58ac9b9 QPID-7258: Python Client for AMQP 0-8...0-9-1] Perform by Lorenz Quack · 8 years ago
  24. 622bdec QPID-7251: [Python Client] fix explicit setting of mechanism and/or response on AMQP 0-8 and 0-9 by Lorenz Quack · 8 years ago
  25. bfc04a4 QPID-7207: Found another variant of this leak by Justin Ross · 8 years ago
  26. cbc6e68 QPID-7250: check that message can fit in a page before writing to disk by Gordon Sim · 8 years ago
  27. 5ebc80c QPID-7207: Account for another variant of the createQueue leak by Justin Ross · 8 years ago
  28. ab129de QPID-7240: use protper cursor type when purging priority levels by Gordon Sim · 8 years ago
  29. 2a8f44b QPID-7207: Remove a duplicate suppression and expand the applicability of another by Justin Ross · 8 years ago
  30. 5ad803b QPID-7207: Even more liberal suppressions by Justin Ross · 8 years ago
  31. 06c0dd2 QPID-7207: Keep going if CERTUTIL is not set by Justin Ross · 8 years ago
  32. 2fc4e26 QPID-7207: More valgrind suppressions by Justin Ross · 8 years ago
  33. 2888fc4 QPID-7234: add test by Gordon Sim · 8 years ago
  34. 4871a9f QPID-7236: set action and object in acl rule even when actionAll is true by Gordon Sim · 8 years ago
  35. 44f2ae3 QPID-7235: add virtual destructor to Observers to ensure cleanup if subclassed by Gordon Sim · 8 years ago
  36. 0d64ff4 NO-JIRA: increase the auto-delete timeout to ensure that it never fires even when running under valgrind by Gordon Sim · 8 years ago
  37. 173112d QPID-7233: limit capacity to messages only if message count is non-zero by Gordon Sim · 8 years ago
  38. 25f4622 QPID-7234: allow proper credit processing to happen even for expired messages by Gordon Sim · 8 years ago
  39. dd7f205 QPID-7207: Remove match-leak-kinds from suppressions; it's supported only in newer valgrinds by Justin Ross · 8 years ago
  40. 27df477 QPID-7207: Make the provisional suppressions even more permissive by Justin Ross · 8 years ago
  41. 2959abe QPID-7207: Add a missing import by Justin Ross · 8 years ago
  42. a0c8885 QPID-7207: Skip some tests when the swigged python client is not available by Justin Ross · 8 years ago
  43. ac4dfb2 QPID-7207: Make the suppressions general wrt starting as a thread or the main process by Justin Ross · 8 years ago
  44. 4268276 QPID-7207: Add provisional valgrind suppressions by Justin Ross · 8 years ago
  45. 6a4e462 QPID-7207: Make the test-time dependency check script executable by Justin Ross · 8 years ago
  46. 2a263e4 QPID-7207: Work around a cmake bug by Justin Ross · 8 years ago
  47. b197a97 QPID-7207: Make env.sh compatible with -e scripts by Justin Ross · 8 years ago
  48. c7f760b QPID-7207: Use Python 2.6 compatible string formats by Justin Ross · 8 years ago
  49. d7f6a06 QPID-7207: Explicitly set the Python build lib dir by Justin Ross · 8 years ago
  50. 6292f19 QPID-7207: Avoid use of Popen with shell=True; on some platforms it prevents process termination by Justin Ross · 8 years ago
  51. aa92704 QPID-7207: Use Python 2.6 compatible string formats by Justin Ross · 8 years ago
  52. c1370ce QPID-7225: ensure message to be released is acquired by Gordon Sim · 8 years ago
  53. 12b8481 QPID-7207: Improve the Qpid Python install and test instructions by Justin Ross · 8 years ago
  54. 44ea835 QPID-7222: Make python test qpid_tests.broker_0_10.message.MessageTests.test_release_order to fetch explicitly required number of messages before sending accept/release in order to make sure that released messages are not resend back by the broker by Alex Rudyy · 8 years ago
  55. 5a10837 QPID-7207: Add Qpid Python install directions; markdownify the readme; remove an obsolete file by Justin Ross · 8 years ago
  56. 7114959 QPID-7207: Create independent cpp and python subtrees, with content from tools and extras by Justin Ross · 8 years ago
  57. a835fb2 QPID-7207: Rename and relocate files inside the cpp subtree by Justin Ross · 8 years ago
  58. da7718e QPID-7207: Remove files and components that are obsolete or no longer in use; move doc and packaging pieces to the cpp subtree by Justin Ross · 8 years ago
  59. eb1e785 QPID-7149: Fixed messaging client shutdown. by Alan Conway · 8 years ago
  60. c9f1b76 QPID-7149: Active HA broker memory leak by Alan Conway · 8 years ago
  61. 77a319a QPID-7180: [Python Test Suite] Adapt broker url to match expectations of the C++ client if swigged client is in-use by Keith Wall · 8 years ago
  62. e8e48f8 [QPID-7173] [Python tests] Include broker_1_0 in list of modules installed by setup.py. by Keith Wall · 8 years ago
  63. cbb0998 QPID-7171: allow disable-auto-decode to be set via env var or conf file by Gordon Sim · 8 years ago
  64. 87aa4db QPID-7134: ensure content object is reset when bytes are set by Gordon Sim · 8 years ago
  65. 006496c Bug 1318180 - HA memory leak in primary broker when overwriting messages in a ring queue by Alan Conway · 8 years ago
  66. 37a0b66 NO-JIRA: Add configuration files for Travis and Appveyor CI by Andrew Stitcher · 8 years ago
  67. 12b5db7 QPID-7147: Renamed bind to avoid clash with (new for C++11/14) std::bind - The compiler was finding std::bind in preference due to argument dependent lookup. by Andrew Stitcher · 8 years ago
  68. 3605c8d QPID-7145: Don't warn for using deprecated declarations (auto_ptr is now deprecated) by Andrew Stitcher · 8 years ago
  69. acbd621 QPID-7146: Fix indentation error picked up by compiler by Andrew Stitcher · 8 years ago
  70. 0b1e8bd QPID-7146: Remove (via preprocessor) unused code by Andrew Stitcher · 8 years ago
  71. 8f7b5f1 QPID-7146: Fix function binding error by Andrew Stitcher · 8 years ago
  72. 9db3c30 QPID-7148: Update CMake files to use better more modern style and features by Andrew Stitcher · 8 years ago
  73. a13774c QPID-7134: ensure content object is reset when bytes are set by Gordon Sim · 8 years ago
  74. b7bf0ba QPID-7137: Fix symbol export check to allow for new libstdc++ ABI by Andrew Stitcher · 8 years ago
  75. 071665c QPID-7131: echo the snd-settle-mode requested by subscribers by Gordon Sim · 8 years ago
  76. e7deaaa QPID-7130: added test for retrieving authenticated username when using ssl by Gordon Sim · 8 years ago
  77. 92e6d31 QPID-7130: [PATCH 5/5] Deleted old getClientAuthId function that was replaced by by Gordon Sim · 8 years ago
  78. 159033f QPID-7130: [PATCH 4/5] Added getPeerAuthId as an alias for getClientAuthId since by Gordon Sim · 8 years ago
  79. 8925ce4 QPID-7130: [PATCH 3/5] Added virtual keyword to functions ~BSDSocket, getKeyLen by Gordon Sim · 8 years ago
  80. ecab299 QPID-7130: [PATCH 2/5] Added getLocalAuthId to all socket classes. by Gordon Sim · 8 years ago
  81. 3e8743c QPID-7130: [PATCH 1/5] qpid::messaging::Connection::getAuthenticatedUsername() by Gordon Sim · 8 years ago
  82. 2386a3f QPID-7127: setting idle timeout to ffffffff fires ConnectionTicker with zero timeout by Pavel Moravec · 8 years ago
  83. 2e0f7a5 QPID-7100: Don't divide by zero when nsubs is 0 in shared mode. Patch from yuelongguang@letv.com by Gordon Sim · 8 years ago
  84. c8860c7 QPID-7076: Avoid error with qpid-cpp-benchmark with 0 senders. Patch from yuelongguang@letv.com by Gordon Sim · 8 years ago
  85. a411e1b QPID-7053: Add a callback that is invoked when asynchronous errors are by Ken Giusti · 8 years ago
  86. 4da5242 NO-JIRA: Added ability to build using Proton from built but not installed location by Kim van der Riet · 8 years ago
  87. 3cc8d79 QPID-7020: uint16 AMQP0-10 message properties decoded as uint8 by Pavel Moravec · 8 years ago
  88. 60a621e QPID-7010: ignore updates on deliveries we have already settled by Gordon Sim · 8 years ago
  89. 2a6b4e8 NO-JIRA: remove trailing whitespace by Gordon Sim · 8 years ago
  90. 0bfae7d NO-JIRA: initialise 'print' option to false by Gordon Sim · 8 years ago
  91. 0d2c1e3 NO-JIRA: update year in NOTICE files (for bits perhaps looking to get released soon, rest needs a tidy up). by Robert Gemmell · 8 years ago
  92. f9fb3bf QPID-6966: C++ broker and client to support TLS1.1 and TLS1.2 by default by Pavel Moravec · 8 years ago
  93. 874382b Fixup QPID-6924 to work if PN_INVALID is not legal as a case label by Andrew Stitcher · 8 years ago
  94. 9232542 QPID-6858: update swig type mapping to compile with both python 2 and 3 by Gordon Sim · 8 years ago
  95. 9a3f854 QPID-6924: Add in a case for PN_INVALID, but carry on doing nothing if we have no data by Andrew Stitcher · 8 years ago
  96. a97fec3 QPID-6754: ensure anonymous-relay doesn't expose ability to detect whether or not entity exists for those without permissions by Gordon Sim · 8 years ago
  97. f33df5c QPID-6754: some AMQP 1.0 based acl tests including for 'anonymous relay' pseudo-exchange by Gordon Sim · 8 years ago
  98. 22051c8 QPID-6870: qpidd does not at present have facility to track deliverability to individual links, so treat undeliverable-here as rejection by Gordon Sim · 8 years ago
  99. 11368ef QPID-6839: python-qpid: Log the failure of the Selector thread by Ken Giusti · 8 years ago
  100. 92796c7 QPID-6754: distinguish between null target and null address (depends on PROTON-1043); add some docs; fix client to set address to null, not the whole target. by Gordon Sim · 8 years ago