summaryrefslogtreecommitdiff
path: root/qpid/cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-2963: revert changes to Doxygen header from r957222, and also remove dup...Robert Gemmell2010-12-051-9/+20
* 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-0111-51/+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
* Bring QPID .NET Binding examples more in line with cpp examples.Charles E. Rolke2010-12-0112-33/+88
* Added new arg to Saslfactory::createMichael Goulish2010-12-011-1/+1
* Ensure spout example waits for all messages to be sent before detaching sessionCharles E. Rolke2010-11-301-0/+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
* QPID-2958 Qpid Cpp Messaging .NET Binding library should use Framework v2.0 a...Charles E. Rolke2010-11-231-4/+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-2939 Qpid .NET Messaging Binding has stray references and using statements.Charles E. Rolke2010-11-232-10/+0
* Update versions/names in the release note filesRobert Gemmell2010-11-221-2/+2
* Revised release notes for 0.6Robert Gemmell2010-11-221-13/+3
* QPID-2956: cluster broker exits with "error deliveryRecord no update message."Alan Conway2010-11-223-11/+35
* Pointer to qpid/cpp/examples/README.txt.Jonathan Robie2010-11-221-0/+2
* Added pointers to current web site. Some editorial changes.Jonathan Robie2010-11-191-4/+9
* Changed the name of the declared exchange from 'xml' to 'xml-exchange'.Jonathan Robie2010-11-191-3/+3
* Added instructions for Messaging API examples.Jonathan Robie2010-11-191-0/+72
* Bump the store-startup timeout from 10 to 20 seconds; creating a SQL db often...Stephen D. Huston2010-11-191-1/+1
* QPID-2953 Qpid Cpp Messaging .NET Binding does not include unit tests.Charles E. Rolke2010-11-186-208/+742
* Removed tabs and typos.Jonathan Robie2010-11-181-9/+9
* Modified text so people using the C++ distributions are not expected to have ...Jonathan Robie2010-11-181-5/+15
* QPID-2874 Clustered broker crashes in assertion in cluster/ExpiryPolicy.cppAlan Conway2010-11-183-13/+75
* QPID-2952 Qpid Cpp Messaging .NET Binding - Address constructor mishandles Na...Charles E. Rolke2010-11-181-1/+1
* Update readme: remove qmf-agent, add qmf-console descriptionKenneth Anthony Giusti2010-11-181-13/+6
* Added missing TimerWarnings.cpp to CMakeLists.txt.Alan Conway2010-11-181-0/+1
* Added bootstrap to "Quick Start" instructions - now builds properly with eith...Jonathan Robie2010-11-171-4/+5
* cluster/Numbering.h: Removed unused and incorrect function contains()Alan Conway2010-11-171-2/+0
* Aggregate Timer warnings.Alan Conway2010-11-176-18/+194
* Add README.txt to distribution.Kenneth Anthony Giusti2010-11-171-0/+1
* Add README.txt for qmf-console examplesKenneth Anthony Giusti2010-11-171-0/+39
* Add PREDEFINED items so that QPID_MESSAGING_EXTERN and QMF_EXTERN do not show...Stephen D. Huston2010-11-162-2/+2
* Fix double spacing introduced by previous commit.Alan Conway2010-11-151-155/+0
* Fix inconsistent line terminators.Alan Conway2010-11-151-154/+308
* 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
* Added a blank setAgentFilter (will make this a command option).Ted Ross2010-11-111-2/+8
* Include cluster scripts unconditionally in distribution.Alan Conway2010-11-111-27/+32