summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* This is a fix for QPID-2428Rajith Muditha Attapattu2010-03-041-1/+1
* Amended cluster error message for decoding failures.Alan Conway2010-03-031-1/+1
* 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-039-43/+52
* QPID-2427: Align browsing option with approach used in python clientGordon Sim2010-03-031-1/+14
* 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
* QPID-2423 - Add Constructors to set initial value of content for MapContent a...Ted Ross2010-02-262-0/+12
* 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-253-3/+15
* Removed unecessary include of Msg.h in Exception.hAndrew Stitcher2010-02-2513-0/+16
* 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
* SSL changes for broker listening that weren't checked in with the original Wi...Stephen D. Huston2010-02-171-4/+4
* QMF Messages originated from the broker don't have a routing-key field in the...Ted Ross2010-02-161-0/+5
* 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-153-0/+12
* I have added the license header to the files included in this commit.Rajith Muditha Attapattu2010-02-121-0/+21
* Changes needed for QPID-2029 (Clustering and Management don't work well toget...Ted Ross2010-02-1210-25/+124
* Consistent connection names across a cluster.Alan Conway2010-02-057-37/+71
* Synchronize management agent lists during cluster update.Alan Conway2010-02-057-65/+180
* 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-023-5/+12
* 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-025-12/+42
* QPID-2348 - [C++] The HeadersExchange does not support federationTed Ross2010-02-017-44/+214
* Replace PeriodicTimer with ClusterTimer, which inherits from Timer.Alan Conway2010-01-2910-65/+288
* 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
* 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-281-2/+7
* 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-287-213/+355
* QPID_2634 Management updates in timer create inconsistencies in a cluster.Alan Conway2010-01-277-17/+142
* Cluster implementation of PeriodicTimer.Alan Conway2010-01-274-6/+171
* Added PeriodicTimer interface for periodic tasks that need cluster synchroniz...Alan Conway2010-01-278-24/+169
* In clustered broker: move construction of broker::Connections to the cluster ...Alan Conway2010-01-273-57/+101
* Fix cluster elder calculation to ensure unique elder.Alan Conway2010-01-277-13/+46