summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* Add Message callbacks for async completion.Alan Conway2008-11-069-33/+68
* Restrict connection close codes to the set defined in the specGordon Sim2008-11-068-26/+23
* Removed the --enforce-acl option. Instead if a policy file is specified acl w...Rajith Muditha Attapattu2008-11-061-12/+2
* QPID-1413: disable output before sending detachGordon Sim2008-11-064-2/+15
* Correct excessive use of inline functions in PersistableMessage.h.Alan Conway2008-11-062-98/+133
* Remove unused class broker::IncomingExecutionContext.Alan Conway2008-11-062-204/+0
* Non fucntional changesCarl C. Trieloff2008-11-062-5/+4
* QPID-1417: ensure there are no dangling pointers in a connections output tasksGordon Sim2008-11-061-0/+2
* Added ability to release messages through the Subscription class (+test)Gordon Sim2008-11-053-4/+18
* No need to decalre TxOpConstVisitor - it's defined in TxOpVisitor.h; resolves...Stephen D. Huston2008-11-051-2/+0
* Cluster: replicate transaction state to newcomers.Alan Conway2008-11-0512-10/+145
* constants.rb: generate type code constants for AMQP types. Useful with Array.Alan Conway2008-11-041-4/+1
* correction for Active-Active clustering, allowing late joining nodes in the c...Carl C. Trieloff2008-11-032-3/+7
* Federation enhancements and bug fixes:Ted Ross2008-10-311-1/+4
* Added return Message overload of SubscriptionManager get().Alan Conway2008-10-311-1/+3
* Federation bug-fixes:Ted Ross2008-10-314-12/+22
* Fix namespace reference usage to work on WindowsStephen D. Huston2008-10-301-2/+2
* Adjust ACL-related enums to avoid Windows macro clashes; fixes QPID-1368Stephen D. Huston2008-10-303-98/+100
* Resolved unused argument warnings from MSVCStephen D. Huston2008-10-303-33/+33
* Adjust namespace references to work with MSVCStephen D. Huston2008-10-308-19/+26
* Consistently refer to struct as struct, not classStephen D. Huston2008-10-301-1/+1
* Removed unneeded and nonportable include config.hStephen D. Huston2008-10-301-1/+0
* Add Windows pieces for building the broker; resolves QPID-1338Stephen D. Huston2008-10-301-1/+1
* Replicate session state for un-acknowledged messages to new cluster members.Alan Conway2008-10-303-18/+10
* 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