summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* Fix to run topictest correctly on Windows.Stephen D. Huston2010-03-052-10/+13
* QPID-2429: Use explicit check for void value rather than relaying on empty() ...Gordon Sim2010-03-041-1/+1
* Added testagent/schema.xml to EXTRA_DIST, was causing make distcheck to fail.Alan Conway2010-03-041-0/+1
* This is a fix for QPID-2428Rajith Muditha Attapattu2010-03-041-1/+1
* Increase test_watchdog interval to avoid spurious test failures.Alan Conway2010-03-031-2/+2
* Amended cluster error message for decoding failures.Alan Conway2010-03-031-1/+1
* Extended cluster_tests.test_management exposes a bug.Alan Conway2010-03-032-23/+75
* Added tests/testagent, a simple QMF agent for use in tests.Alan Conway2010-03-034-0/+322
* QPID-2386: added username (if available) to log entry for failed authentication.Gordon Sim2010-03-031-19/+22
* QPID-2402 & QPID-2406: Documented the units for the ttl property of Message. ...Gordon Sim2010-03-0313-75/+80
* QPID-2427: Align browsing option with approach used in python clientGordon Sim2010-03-032-3/+16
* QPID-2426: Check for empty name in address when resolvingGordon Sim2010-03-031-0/+3
* Fix: decoding error causes cluster broker to exit.Alan Conway2010-03-011-4/+16
* 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-263-0/+65
* 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-2518-1/+24
* 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
* 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-142-3/+5
* I have added the license header to the files included in this commit.Rajith Muditha Attapattu2010-02-128-0/+161
* Changes needed for QPID-2029 (Clustering and Management don't work well toget...Ted Ross2010-02-1210-25/+124
* QPID-2328 - Applied patch from Ian MainTed Ross2010-02-121-0/+16
* 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
* QPID-2396: add assignment operator to ObjectId class.Kenneth Anthony Giusti2010-02-081-0/+10
* 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-057-37/+71
* 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-057-65/+180
* 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-041-2/+13
* Correct periodic flush logic in MessageReplayTrackerGordon Sim2010-02-041-1/+1