summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* Small Hack to allow Windows to compile without error until the qmfv2 changes ...Andrew Stitcher2010-02-261-1/+4
* QPID-2423 - Add Constructors to set initial value of content for MapContent a...Ted Ross2010-02-265-0/+67
* Fix cluster abort on shutdown in ClusterTimer::fire.Alan Conway2010-02-264-3/+10
* Last member of a cluster always has clean store.Alan Conway2010-02-254-17/+55
* Configure boost tests to create core dumps.Alan Conway2010-02-252-1/+3
* Minor improvements to verify_cluster_objects.Alan Conway2010-02-251-13/+21
* Removed unecessary include of Msg.h in Exception.hAndrew Stitcher2010-02-2523-3/+29
* Failover_soak was not detecting child exits properly, and soMichael Goulish2010-02-242-82/+81
* This is related to QPID-2413 Rajith Muditha Attapattu2010-02-183-11/+38
* Deallocate rdma state when closing an rdma connectionAndrew Stitcher2010-02-171-0/+4
* Avoid linking to unversioned symbols in libibverbs by explicitlyAndrew Stitcher2010-02-171-2/+4
* Allow cmake build to work again with earlier boost versionsAndrew Stitcher2010-02-171-7/+4
* Comment out the gacutil stuff for the WCF DLLs and explain why. Related to QP...Stephen D. Huston2010-02-171-8/+17
* SSL changes for broker listening that weren't checked in with the original Wi...Stephen D. Huston2010-02-171-4/+4
* Build the ACL source into the qpidbroker library on Windows; works around the...Stephen D. Huston2010-02-171-15/+17
* QMF Messages originated from the broker don't have a routing-key field in the...Ted Ross2010-02-161-0/+5
* Use qpid::sys::usleep() instead of usleep(). Resolves QPID-2408.Stephen D. Huston2010-02-161-1/+1
* update exclude file to match new test package nameRafael H. Schloming2010-02-161-31/+31
* When handling coalesced sets of SSL segments, ensure the buffer obtained to h...Stephen D. Huston2010-02-151-2/+9
* Added handling for adjusting TTL on outgoing message based on how long a mess...Kim van der Riet2010-02-154-0/+42
* more futzing with setup.py; pulled specs into python/qpid packageRafael H. Schloming2010-02-151-6/+3
* use python/setup.py instead of python/MakefileRafael H. Schloming2010-02-151-1/+4
* moved qpid-* tools out of qpid/python into qpid/tools; moved qmf library into...Rafael H. Schloming2010-02-143-4/+8
* I have added the license header to the files included in this commit.Rajith Muditha Attapattu2010-02-129-0/+179
* Changes needed for QPID-2029 (Clustering and Management don't work well toget...Ted Ross2010-02-1211-26/+130
* QPID-2328 - Applied patch from Ian MainTed Ross2010-02-124-4/+26
* Fix typo.Stephen D. Huston2010-02-121-1/+1
* Add EventImpl.cpp, .h for qmfengine source from patch in QPID-2401.Stephen D. Huston2010-02-111-3/+5
* Add comment that destructor doesn't close connection; see QPID-2395Stephen D. Huston2010-02-101-1/+5
* Add BOOST_ALL_DYN_LINK to projects' Visual Studio C++ preprocessor settings; ...Stephen D. Huston2010-02-0928-112/+112
* QPID-2396: add assignment operator to ObjectId class.Kenneth Anthony Giusti2010-02-082-0/+11
* Add tested part of patch from QPID-2371. Also add install for Debug variant o...Stephen D. Huston2010-02-081-0/+12
* Consistent connection names across a cluster.Alan Conway2010-02-058-39/+80
* QPID-2029 - Added verification script contributed by John DunningTed Ross2010-02-051-0/+400
* Add Windows Powershell scripts needed for test suite to run on Windows to EXT...Stephen D. Huston2010-02-051-4/+14
* Synchronize management agent lists during cluster update.Alan Conway2010-02-058-66/+184
* moved protocol tests from qpid/python to qpid/testsRafael H. Schloming2010-02-053-4/+4
* specify PLAIN so that sasl negotiation can't end up using ANONYMOUSRafael H. Schloming2010-02-051-1/+2
* Added encode/decode/encodedSize methods for management objects.Ted Ross2010-02-046-42/+86
* Correct periodic flush logic in MessageReplayTrackerGordon Sim2010-02-041-1/+1
* Added hook to retrieve priority from the delivery properties of a message.Ted Ross2010-02-034-0/+13
* Changes to management code generation:Ted Ross2010-02-037-29/+107
* Fix cluster bug introduced in r905674, incorrect frame-sequence count.Alan Conway2010-02-021-1/+1
* QPID-1982 - Don't allocate more than one instance of a PipeHandle.Ted Ross2010-02-021-1/+2
* QPID-2384: Fix for problem of cluster nodes recovering from both cluster and ...Kim van der Riet2010-02-021-1/+3
* Cluster: fix update of failover exchange.Alan Conway2010-02-024-6/+13
* Cluster: debug snapshots of queue depth at broker join, help find inconsisten...Alan Conway2010-02-024-10/+39
* Add missing QPID_COMMON_EXTERN to pair-returning insert() - it's now called b...Stephen D. Huston2010-02-021-1/+1
* QPID-2380: recognise reliability option for sender (also added capacity to qp...Gordon Sim2010-02-027-13/+47
* QPID-2348 - [C++] The HeadersExchange does not support federationTed Ross2010-02-0110-44/+515