summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* QPID-3033 Bug 674183 - Segmentation fault while processing session.attachAlan Conway2011-02-021-1/+4
* Fix missing QPID_COMMON_EXTERN in sys/Socket.h, causing windows build failure.Alan Conway2011-02-021-2/+2
* 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-026-49/+75
* QPID-3007: Unique management identifier for connections.Alan Conway2011-02-018-12/+32
* 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
* 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-202-13/+19
* QPID-2982 Bug 669452 - Creating a route and using management tools can crash ...Alan Conway2011-01-189-15/+89
* QPID-2997: remove oid disambiguation, re-order mgmt object status updates.Kenneth Anthony Giusti2011-01-183-185/+232
* 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-136-39/+57
* Originally, when the broker agent authorized a method call, if the message wa...Ted Ross2011-01-131-1/+6
* QPID-2982: Fix discrepancy in management object and deleted object counts.Alan Conway2011-01-133-134/+99
* QPID-2991: added message counts to connection stats; fixed xxxToClient statsGordon Sim2011-01-112-6/+67
* QPID-2982: Improved cluster/management logging and automated test for log con...Alan Conway2011-01-077-111/+165
* Changes to QMFv2 formats to make the agents and consoles consistent:Ted Ross2011-01-062-14/+18
* 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
* Reject attempts to connect with version of rdma protocol we don't understandAndrew Stitcher2010-12-232-1/+17
* Plumb rdma protocol version into Rdma::AsynchIOAndrew Stitcher2010-12-236-0/+8
* Add in some useful rdma warnings when we reject a connectionAndrew Stitcher2010-12-231-1/+10
* Add code to switch on/off byteswapping of RDMA ConnectionParamsAndrew Stitcher2010-12-232-15/+60
* Added test into RdmaClient to be sure the messages we receive are theAndrew Stitcher2010-12-231-8/+40
* Allow RdmaClient to be interruptedAndrew Stitcher2010-12-231-2/+6
* In broker::ConectionHandler, use the security settings, if any, Michael Goulish2010-12-162-11/+8
* QPID-2967 Windows broker fails to destroy connections if client exits abruptlyCharles E. Rolke2010-12-151-3/+4
* Bug 662765 - Management broker ID should be the same for members of a cluster.Alan Conway2010-12-156-25/+30
* ManagementAgent.cpp: consistent logging of message lengths.Alan Conway2010-12-131-5/+5
* QPID-2966: Add QMF method to dynamically set the log level.Gordon Sim2010-12-105-3/+58
* Defer update of managaement agent to end of update process.Alan Conway2010-12-086-62/+51
* Comment explaining the nodict flag.Michael Goulish2010-12-071-0/+8
* bugfix in deleted obj import/export apiKenneth Anthony Giusti2010-12-021-2/+8
* Added new arg to code thaat gets compiled when HAVE_SASL is false.Michael Goulish2010-12-021-1/+1
* Modified cluster_tests causes broker shut down with invalid-argument error.Alan Conway2010-12-018-38/+568
* Add missing call to Message::setTimestamp in ManagementAgent::sendBufferLH.Alan Conway2010-12-011-2/+3
* Enable cluster-safe assertions on transition to CATCHUPAlan Conway2010-12-011-2/+4
* Added new arg to Saslfactory::createMichael Goulish2010-12-011-1/+1
* This patch was posted in JIRA QPID-2949.Michael Goulish2010-11-304-12/+29
* Binds integer, floating point, or string-typed headers using appropriate data...Jonathan Robie2010-11-261-4/+15
* QPID-2957 - Management methods on the broker don't work on newly created objectsTed Ross2010-11-231-0/+4