summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/SessionAdapter.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-2630: ensure that exclusive, auto-deleted queues are freed up on early d...Gordon Sim2011-03-011-4/+4
* QPID-2324: Raise 404 on cancellation if no such subscription exists.Gordon Sim2011-02-251-1/+3
* QPID-2326: correct exception code for unknown exchange typeGordon Sim2011-02-251-1/+1
* QPID-2935: merge producer flow control (C++ broker).Kenneth Anthony Giusti2011-02-191-1/+7
* QPID-3015: Added create and delete methods to management schema for brokerGordon Sim2011-02-181-178/+100
* Reverts r1068042.Jonathan Robie2011-02-081-58/+50
* Ensures that messages acquired, but not acked, are released before a queue is...Jonathan Robie2011-02-071-50/+58
* Fix for RHBZ656385: "Data store can become corrupt with small store file size...Kim van der Riet2011-01-281-1/+2
* Allows browsing of exclusive queues held by another session. Jonathan Robie2010-10-041-1/+2
* 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