summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-529: Added missing includeGordon Sim2011-02-101-0/+1
* QPID-529: Fixed errors generated by different compiler versionsGordon Sim2011-02-101-1/+1
* QPID-529: Priority queue implementationGordon Sim2011-02-1025-259/+1429
* Remove out-dated comment.Alan Conway2011-02-091-3/+3
* comments for building ruby bindingCarl C. Trieloff2011-02-091-0/+7
* QPID-3040: The C++ messaging client library now releases pending messages whe...Jonathan Robie2011-02-094-46/+84
* Added design note comment to qpid/cpp/src/qpid/cluster/ClusterTimer.cppAlan Conway2011-02-091-1/+20
* QPID-3041 Make dist process does not package the .NET Binding sourceCharles E. Rolke2011-02-094-3/+135
* QPID-3046 - Improved detail in trace log messages.Ted Ross2011-02-093-16/+17
* QPID-3045 - sporadic failure of cluster_tests.ShortTests.test_route_updateAlan Conway2011-02-084-11/+26
* QPID-3045: Disable failing test cluster_tests.ShortTests.test_route_update un...Alan Conway2011-02-081-1/+1
* Reverts r1068042.Jonathan Robie2011-02-082-105/+61
* Ensures that messages acquired, but not acked, are released before a queue is...Jonathan Robie2011-02-072-61/+105
* Added missing even handling in the console.Ted Ross2011-02-048-2/+59
* Merged missing functionality from the QMFv1 Ruby and Python interfaces to the...Ted Ross2011-02-046-25/+744
* Fixed typos in the documentation text.Ted Ross2011-02-045-6/+15
* Prevent spurious "schema-updated" notifications when an agent restarts.Ted Ross2011-02-041-5/+9
* QPID-3035: fix incorrect removal at end of SequenceSetKenneth Anthony Giusti2011-02-032-2/+46
* Added severity and timestamp fields to raised events.Ted Ross2011-02-033-36/+98
* QPID-3033 Bug 674183 - Segmentation fault while processing session.attachAlan Conway2011-02-021-1/+4
* Do one long run in cluster_tests.py test_management.Alan Conway2011-02-021-14/+16
* Fix missing QPID_COMMON_EXTERN in sys/Socket.h, causing windows build failure.Alan Conway2011-02-021-2/+2
* QPID-3032 - Modifications to the QMFv2 implementation:Ted Ross2011-02-028-19/+90
* QPID-3032 - Bug-fix: The broker management agent and the remote C++ agent har...Ted Ross2011-02-024-105/+146
* Resolves QPID-3031. Allows client connection options to specify an SSL cert-n...Jonathan Robie2011-02-028-55/+114
* QPID-3007: Unique management identifier for connections.Alan Conway2011-02-018-12/+32
* QPID-3007: Ignore expected connection close warning in cluster_test_logs.pyAlan Conway2011-02-011-40/+36
* QPID-3007: Don't hold on to consumer shared-pointers in UpdateClient::consume...Alan Conway2011-02-012-5/+4
* QPID-3007: Don't record management statistics in cluster-unsafe contexts.Alan Conway2011-02-011-2/+4
* QPID-3030: prevent buffer overflow when writing sequences of bytes.Kenneth Anthony Giusti2011-02-011-0/+5
* QPID-3009: added perl typemap to distribution listGordon Sim2011-02-011-1/+1
* QPID-3009 - Minor cleanupTed Ross2011-02-011-2/+1
* QPID-3009: Improved configure support for perl bindings based on suggestion b...Gordon Sim2011-01-311-5/+7
* QPID-3009 - Fixed configuration problem found by gsim.Ted Ross2011-01-282-4/+4
* Fix for RHBZ656385: "Data store can become corrupt with small store file size...Kim van der Riet2011-01-281-1/+2
* QPID-3009 - Perl binding to Qpid messagingTed Ross2011-01-2714-1/+1040
* Change order of Py<type>_check calls in typemap.Ted Ross2011-01-261-2/+2
* Move brokertest.py from qpid/python to qpid/cpp.Alan Conway2011-01-215-4/+704
* Moved ResizableBuffer.h from include to src. Not part of the public API.Alan Conway2011-01-211-1/+1
* Bug 654872, QPID-3007: Batch management messages by count, not size.Alan Conway2011-01-206-18/+95
* QPID-3007 Disabled cluster log verification tests, causing sporadic failures.Alan Conway2011-01-192-2/+5
* QPID-2996 - qmf/SchemaMethod.cpp fails to compile on s390Ted Ross2011-01-191-1/+1
* QPID-2982 Bug 669452 - Creating a route and using management tools can crash ...Alan Conway2011-01-1812-16/+135
* QPID-2997: remove oid disambiguation, re-order mgmt object status updates.Kenneth Anthony Giusti2011-01-185-199/+365
* QPID-3006: remove incorrect and unnecessary authorisation checkGordon Sim2011-01-172-14/+0
* QPID-3001: Add const version of Connection::isOpen()Gordon Sim2011-01-175-3/+5
* QPID-2998: Remove spurious class definitionsGordon Sim2011-01-171-2/+0
* Fixes QPID-2499: Stale federation routes remain after route deletion.Jonathan Robie2011-01-137-79/+90
* Originally, when the broker agent authorized a method call, if the message wa...Ted Ross2011-01-131-1/+6
* In qmfengine, if a method call or method response requires a buffer larger th...Ted Ross2011-01-136-13/+163