summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* 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-043-2/+44
* Fixed typos in the documentation text.Ted Ross2011-02-043-4/+13
* 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-031-0/+44
* Added severity and timestamp fields to raised events.Ted Ross2011-02-031-6/+34
* 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-026-19/+82
* 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-027-55/+109
* 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
* Fix for RHBZ656385: "Data store can become corrupt with small store file size...Kim van der Riet2011-01-281-1/+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-0/+60
* Bug 654872, QPID-3007: Batch management messages by count, not size.Alan Conway2011-01-205-18/+35
* 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-1811-16/+131
* QPID-2997: remove oid disambiguation, re-order mgmt object status updates.Kenneth Anthony Giusti2011-01-184-198/+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-174-3/+4
* 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-135-13/+126
* QPID-2982: Fix discrepancy in management object and deleted object counts.Alan Conway2011-01-135-144/+112
* qpid-test-cluster script: added -d option to delete data-directory.Alan Conway2011-01-121-15/+31
* Small code cleanup - Replaced object declaration with a const reference for e...Ted Ross2011-01-111-1/+1
* Added argument/type check for output arguments on methods.Ted Ross2011-01-113-4/+13
* Remove unnecessary sleeps.Michael Goulish2011-01-111-6/+1
* QMFv2 API change:Ted Ross2011-01-112-1/+2
* Added cluster_test_logs.py to EXTRA_DIST for use by store tests.Alan Conway2011-01-111-0/+1
* QPID-2991: added message counts to connection stats; fixed xxxToClient statsGordon Sim2011-01-112-6/+67
* Fixed a bug in the type-compatibility checker.Ted Ross2011-01-101-1/+1
* Updates to the C++ implementation of QMFv2:Ted Ross2011-01-1015-107/+728
* QPID-2982: Improved cluster/management logging and automated test for log con...Alan Conway2011-01-079-118/+284
* Changes to QMFv2 formats to make the agents and consoles consistent:Ted Ross2011-01-062-14/+18
* config.null line wasn't needed, and was messing up vpath builds.Michael Goulish2011-01-061-1/+1
* Rename Rdma send buffer operations.Andrew Stitcher2010-12-238-23/+23
* Changes due to review comments from Doug Ledford:Andrew Stitcher2010-12-237-31/+34
* Implementation for v1 rdma protocol - append sent credit and flags wordAndrew Stitcher2010-12-234-26/+77
* Reduce rdma scatter gathers allocated per queue pair to 1 as iWarpAndrew Stitcher2010-12-231-2/+5
* Fix error handling for ibv_post_send() & ibv_port_recv()Andrew Stitcher2010-12-231-3/+3
* Allow for the case where we get an rdma reject because there is no one listeningAndrew Stitcher2010-12-231-4/+14
* Factored rdma sending/receiving code out to make manipulatingAndrew Stitcher2010-12-232-24/+42