summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-032-0/+16
* 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
* QPID-2380: recognise reliability option for sender (also added capacity to qp...Gordon Sim2010-02-026-12/+46
* QPID-2348 - [C++] The HeadersExchange does not support federationTed Ross2010-02-0110-44/+515
* Replace PeriodicTimer with ClusterTimer, which inherits from Timer.Alan Conway2010-01-2914-76/+292
* QPID-2365 - Reroute messages from a queue featureTed Ross2010-01-292-9/+58
* QPID-2251, QPID-1982 - Added alternative to non-portable FD notifier in the c...Ted Ross2010-01-292-14/+55
* Change the heuristic used to alter the send estimate up and down.Michael Goulish2010-01-291-2/+2
* test_enf.sh: Added missing directories to PATHAlan Conway2010-01-291-1/+1
* Apply part of patch msvc2005.patch from QPID-2371.Stephen D. Huston2010-01-291-0/+1
* QPID-2374: fix conditional compile based on configKenneth Anthony Giusti2010-01-291-1/+4
* Fixed missing ManagementAgent test, causing core dumps in cluster with --mgmt...Alan Conway2010-01-291-8/+9
* Added missing QPID_COMMON_EXTERN decorators to fix Windows build. Resolves QP...Stephen D. Huston2010-01-281-2/+5
* QPID-2374: Null authenticator now checks for SSL if --encryption-required spe...Kenneth Anthony Giusti2010-01-282-3/+8
* QPID-2357 Broker boot sequence doesn't synchronize when clustered - patch fro...Alan Conway2010-01-286-0/+58
* Fixed cluster error "Not enough for multicast header"Alan Conway2010-01-282-9/+8
* Fix for QPID-2373 - Durable exchange state not replicated to broker joining c...Kim van der Riet2010-01-282-2/+4
* QPID-664: change format of connection options string to match address options...Gordon Sim2010-01-2813-226/+376
* QPID_2634 Management updates in timer create inconsistencies in a cluster.Alan Conway2010-01-279-17/+145
* Test for management + cluster: run management tools in parallel with regular ...Alan Conway2010-01-272-5/+70
* Cluster implementation of PeriodicTimer.Alan Conway2010-01-277-6/+176
* Added PeriodicTimer interface for periodic tasks that need cluster synchroniz...Alan Conway2010-01-279-24/+172
* In clustered broker: move construction of broker::Connections to the cluster ...Alan Conway2010-01-273-57/+101