summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SessionAdapter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use UnauthorizedAccessException for ACL violations rather than NotAllowedExce...Gordon Sim2010-05-061-11/+11
* Merged the changes from the qmf-devel0.7a branch back to the trunk.Ted Ross2010-03-311-4/+5
* QPID-2347: Signal deletion of queue to active subscribers via a resource-dele...Gordon Sim2010-01-221-0/+1
* In exchange-bound, set queue-not-found correctly even if exchange is not found.Gordon Sim2009-11-191-1/+1
* Fix for QPID-2171 "No checks made for reserved exchange names "amq.*" and "qp...Kim van der Riet2009-10-291-2/+2
* Fixed lack of checking for reserved exchange names that start with "amq." acc...Kim van der Riet2009-10-281-0/+3
* Fixed problem where broker does not persist the alternate exchange setting to...Kim van der Riet2009-10-281-3/+3
* This is related to QPID-2108Rajith Muditha Attapattu2009-09-291-2/+2
* I have applied the patch attached to QPID-2108 from Tim Platten with a few mo...Rajith Muditha Attapattu2009-09-291-2/+5
* This commit contains the followingRajith Muditha Attapattu2009-09-111-7/+11
* QPID-2080 - crash when attempting to modify an exchange's alternateTed Ross2009-09-041-2/+4
* Optimized handling of accepts and completions.Alan Conway2009-08-121-5/+2
* Replace TRUE with _TRUE, FALSE with _FALSE to avoid macro conflicts on Window...Stephen D. Huston2009-07-221-8/+8
* Remove some unnecessary promotions of char* to std::string.Alan Conway2009-07-211-6/+8
* Add directory to #includeAlan Conway2009-07-141-3/+3
* QPID-1488: Ensure policy state (+ store state & mgmt stats) are accurate on n...Gordon Sim2009-05-271-1/+0
* QPID-1843 - Cleaned up the interface to the broker's internal management agent.Ted Ross2009-05-111-9/+9
* QPID-1721: Fixes for replication between clusters when new members are addedGordon Sim2009-03-091-4/+0
* Cluster security support:Alan Conway2009-02-121-11/+11
* QPID-1567: Initial support for asynchronous queue state replicationGordon Sim2009-01-151-0/+4
* QPID-1526: add checks for exclusive ownership plus tests to verify they are e...Gordon Sim2008-12-101-3/+9
* Restrict connection close codes to the set defined in the specGordon Sim2008-11-061-4/+2
* Resolved unused argument warnings from MSVCStephen D. Huston2008-10-301-31/+31
* Refactored DeliveryRecord and delivery path to remove some redundant code.Gordon Sim2008-10-211-6/+3
* Added missing message.subscribe arguments to SemanticState::ConsumerImpl for ...Alan Conway2008-10-161-8/+8
* QPID-1327 - Event support for ManagementTed Ross2008-10-071-117/+151
* Cluster replicates session command sequence state and consumers to newcomers.Alan Conway2008-09-241-1/+1
* Generate c++ enum types for AMQP enums in framing/enum.h.Alan Conway2008-09-091-12/+13
* QPID-107 Implementation for ACL for C++ brokerCarl C. Trieloff2008-09-021-17/+17
* correct action on purge & remove ROUTINGKEY typeCarl C. Trieloff2008-08-061-1/+1
* - Add support for ACL on message transferCarl C. Trieloff2008-08-011-3/+1
* small cleanupCarl C. Trieloff2008-07-311-1/+1
* - Implementation of ACL pluginCarl C. Trieloff2008-07-311-0/+103
* QPID-1198 (Partial): replace all uses of u_intX_t with uintX_tAndrew Stitcher2008-07-291-3/+3
* QPID-1198 (Partial): Added explicit namespaces that the Sun C++ requires (tha...Andrew Stitcher2008-07-291-1/+1
* Moved from AccumulatedAck to SequenceSet in managing transactional acceptsGordon Sim2008-06-091-1/+1
* Updated some 'todo' comments with clearer text.Gordon Sim2008-05-281-6/+4
* QPID-1098: correction to queue query when queue is not knownGordon Sim2008-05-281-11/+16
* QPID-1095: fixes to dtx error codes for latest spec changes.Gordon Sim2008-05-281-1/+1
* Support for AMQP 0-10 sessions in C++ broker.Alan Conway2008-05-201-1/+1
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-23/+34
* - SequenceSet implemented on RangeSet.Alan Conway2008-04-231-0/+1
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-35/+42
* Use the errata file for final 0-10 that has a type code for xids without whic...Gordon Sim2008-04-141-9/+9
* Handle the set-redelivered flag on the final version of the message.release c...Gordon Sim2008-04-091-3/+4
* Patch from Ted Ross: QPID-907: Management Improvements for C++ Broker and StoreKim van der Riet2008-04-081-1/+1
* rubygen/0-10/exceptions.rb:Alan Conway2008-04-031-2/+3
* Re-introduced old 'no-local' behaviour for exclusive queues via a proprietary...Gordon Sim2008-03-311-0/+7
* Update to dtx inline with latest spec:Gordon Sim2008-03-261-2/+126
* Scope exclusive queues to sessions.Gordon Sim2008-03-171-5/+22