summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* Add end-to-end flow control to qpid-send, qpid-receive and qpid-cpp-benchmark.Alan Conway2010-12-143-9/+49
* ManagementAgent.cpp: consistent logging of message lengths.Alan Conway2010-12-131-5/+5
* Modified qpid-cluster to support the way it is called from Jonathan Robie2010-12-101-1/+1
* QPID-2966: Disable test when python lib is not availableGordon Sim2010-12-101-0/+1
* QPID-2966: Add QMF method to dynamically set the log level.Gordon Sim2010-12-1010-5/+236
* 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
* Add missing files qpid/cluster/UpdateDataExchange.h,.cxx to cluster.cmake.Alan Conway2010-12-061-0/+2
* fix signed vs unsigned compare errorsKenneth Anthony Giusti2010-12-031-4/+4
* add unit tests for cluster replication of deleted broker mgmt objectsKenneth Anthony Giusti2010-12-031-9/+362
* bugfix in deleted obj import/export apiKenneth Anthony Giusti2010-12-021-2/+8
* fix distcheck build problem with broker mgmt unit testKenneth Anthony Giusti2010-12-021-6/+3
* revert nodist makefile change to fix bootstrap errorKenneth Anthony Giusti2010-12-021-1/+1
* enable broker mgmt agent test, fix distcheck errors.Kenneth Anthony Giusti2010-12-022-1/+3
* 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-0110-41/+576
* 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-012-4/+6
* Add a unit_test fixture for the Brokers internal management agent.Kenneth Anthony Giusti2010-12-017-6/+408
* 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-262-6/+87
* Increase the broker start timeout to 90 seconds; sometimes the SQL db create ...Stephen D. Huston2010-11-261-1/+1
* Revert test change causing failures.Alan Conway2010-11-231-2/+2
* QPID-2957 - Management methods on the broker don't work on newly created objectsTed Ross2010-11-231-0/+4
* QPID-2956: cluster broker exits with "error deliveryRecord no update message."Alan Conway2010-11-223-11/+35
* Bump the store-startup timeout from 10 to 20 seconds; creating a SQL db often...Stephen D. Huston2010-11-191-1/+1
* QPID-2874 Clustered broker crashes in assertion in cluster/ExpiryPolicy.cppAlan Conway2010-11-183-13/+75
* Added missing TimerWarnings.cpp to CMakeLists.txt.Alan Conway2010-11-181-0/+1
* cluster/Numbering.h: Removed unused and incorrect function contains()Alan Conway2010-11-171-2/+0
* Aggregate Timer warnings.Alan Conway2010-11-175-18/+176
* Handle iterator properly when removing entries from list; resolves QPID-2941.Stephen D. Huston2010-11-121-3/+7
* QPID-2674: prevent callbacks after doDelete has been calledGordon Sim2010-11-121-0/+10
* QPID-2940: always request completions from broker on Session::acknowledge(), ...Gordon Sim2010-11-122-2/+4
* Include cluster scripts unconditionally in distribution.Alan Conway2010-11-111-27/+32
* Fixed segfault when setting the agent filter on a closed session.Ted Ross2010-11-102-2/+17
* test_env.sh.in: Remove un-necessary absdir for @prefix@, prefix is always abs...Alan Conway2010-11-101-1/+1
* qpid-recieve --receive-rate: fixed calculation for duplicate messages.Alan Conway2010-11-101-4/+3
* Fix to r1028346: no point in throwing exception after queue has already been ...Gordon Sim2010-11-102-5/+29
* Added --receive-rate to qpid-recieve to allow simulation of a slow receiver.Alan Conway2010-11-092-3/+22
* QPID-2934 Feature to pass the authenticated userId to QMF agent method handle...Ted Ross2010-11-094-15/+25
* Increment version numbers from 0.7 to 0.8(docs) and 0.9(code)Robert Gemmell2010-11-071-8/+8
* Manage CLFS containers using policies to both create the initial containers a...Stephen D. Huston2010-11-053-23/+46
* QPID-2926 Simple example code does not link under WindowsCharles E. Rolke2010-11-052-0/+72
* Fix typo in help message.Stephen D. Huston2010-11-041-1/+1
* Revised Messages to keep track of queues each message is on to enable finding...Stephen D. Huston2010-11-043-207/+255
* When running store tests, pass the store type to the script. Also added test ...Stephen D. Huston2010-11-041-1/+4
* 1. Enable the second set of tests, now that brokertest.py is checked in and r...Stephen D. Huston2010-11-041-17/+47
* qpid-cpp-benchmark: allow extra arguments to qpid-send/receive, fix exception...Alan Conway2010-11-041-2/+8
* Catch com exceptions during db recovery and rethrow as ADOExceptions which th...Stephen D. Huston2010-11-031-65/+105