summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* Use new wrapped get() accessor in AddressStephen D. Huston2008-10-241-2/+3
* Added exchange options to qpid-configTed Ross2008-10-241-0/+1
* Revised transactional options to perftest as they could not be used on older ...Gordon Sim2008-10-245-40/+107
* QPID-1348 - Dynamic binding for federation. Parameterized exchange names for...Ted Ross2008-10-2411-89/+430
* Some fixes to the LVQ (primarily a patch from cctrieloff@redhat.com)Gordon Sim2008-10-234-27/+79
* don't append realm in null authenticator if the userid as supplied already en...Gordon Sim2008-10-231-1/+5
* Minor changes to provide access for cluster to replicate delivery records.Alan Conway2008-10-236-20/+74
* More complete fix to prevention of divide by zero when the sampling rate is m...Gordon Sim2008-10-231-1/+1
* Fixed to avoid division by zero when sampling more frequently than once per s...Gordon Sim2008-10-231-1/+4
* Refactored DeliveryRecord and delivery path to remove some redundant code.Gordon Sim2008-10-2111-268/+75
* Qualify userid with realm when authentication is turned offGordon Sim2008-10-211-2/+7
* cluster: DumpClient replicates session MessageBuilder.Alan Conway2008-10-203-3/+10
* Non-substantive changes. Removed tabs, neatened indentation, etc.Ted Ross2008-10-201-89/+88
* Add option to require that only encrypted connections be accepted.Gordon Sim2008-10-202-8/+15
* cluster: DumpClient updates consumer notifyEnabled and blocked.Alan Conway2008-10-203-2/+12
* QPID-106: SSL support for c++ (broker and client), can be enabled/disabled ex...Gordon Sim2008-10-172-7/+10
* Feature requested by AndrewM for M4...Carl C. Trieloff2008-10-176-27/+57
* Make SaslAuthenticator reimplementable for schemes other than Cyrus, such as ...Stephen D. Huston2008-10-167-27/+291
* Added missing message.subscribe arguments to SemanticState::ConsumerImpl for ...Alan Conway2008-10-163-20/+41
* QPID-1366 - implementation of automatic anti-looping for federationTed Ross2008-10-167-28/+59
* QPID-1341 from JonathanCarl C. Trieloff2008-10-154-354/+0
* c++ broker: Don't hold on to delivery records for accepted/released messages ...Gordon Sim2008-10-154-46/+18
* Correction of lock scope to make sure ordering from exchange to queue isCarl C. Trieloff2008-10-146-15/+28
* Update to periodic purge of expired messages: check the dequeue rate to avoid...Gordon Sim2008-10-144-10/+123
* Field Table API: changed the getInt() & getString() operationsAndrew Stitcher2008-10-133-8/+8
* Optimisation for testing expiration and disabling of setting timestamp until ...Gordon Sim2008-10-131-3/+6
* Reduce the scope over which lock is held during purge of expired messages.Gordon Sim2008-10-131-8/+12
* QPID-1351Carl C. Trieloff2008-10-136-14/+53
* Periodically purge expired messages from queuesGordon Sim2008-10-136-1/+135
* Allow management clienst to specify transport to use for inter-broker linksGordon Sim2008-10-136-18/+30
* QPID-1306Carl C. Trieloff2008-10-111-1/+2
* QPID-1349 - Push routing for federation (includes hook for dynamic routing)Ted Ross2008-10-105-32/+62
* Identify transports by nameGordon Sim2008-10-103-23/+28
* Handle ttl in messages transfers received by the broker 7 added test for itGordon Sim2008-10-108-10/+56
* QPID-1340 froM Mick Goulish: preliminary client-side failover support.Alan Conway2008-10-103-3/+24
* QPID-1306Carl C. Trieloff2008-10-091-2/+7
* Make Address/TcpAddress manipulation portable; extend SystemInfo functions to...Stephen D. Huston2008-10-091-10/+12
* Minor indentation fixesGordon Sim2008-10-092-60/+63
* Made expireTime an optional property of session (mgmt)Ted Ross2008-10-081-0/+1
* QPID-1306Carl C. Trieloff2008-10-082-20/+55
* QPID-1327 - Event support for ManagementTed Ross2008-10-073-117/+156
* broker: Fixed incorrect pass-by-reference of Queue::shared_ptr in several files.Alan Conway2008-10-078-12/+21
* Rename size() to encodedSize() for encoded types to allow std collection inte...Alan Conway2008-10-073-4/+4
* Abstract native file-locking and directory detection/creation to portable cla...Stephen D. Huston2008-10-071-20/+3
* Cluster join & brain-dumps working.Alan Conway2008-10-031-0/+1
* Resolve QPID-1309Stephen D. Huston2008-10-021-4/+5
* Handle case where first message in 'ring queue' would exceed limit.Gordon Sim2008-09-301-0/+7
* This is for QPID-1297.Rajith Muditha Attapattu2008-09-305-15/+35
* QPID-1306Carl C. Trieloff2008-09-301-11/+3
* QPID-1306Carl C. Trieloff2008-09-306-43/+122