summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SessionAdapter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enabled tx methods on final 0-10 path and converted tests accordinglyGordon Sim2008-03-111-1/+19
* Adjusted exception handling in c++ for final 0-10 path.Gordon Sim2008-03-101-8/+21
* Added acquire impl to final 0-10 codepathGordon Sim2008-03-071-6/+10
* Fixes to c++ broker:Gordon Sim2008-03-061-1/+1
* forked python tests for 0-10 preview and 0-10 finalGordon Sim2008-03-051-1/+24
* Further updates to support final 0-10 specGordon Sim2008-03-041-0/+382
* Renamed SessionAdapter as SessionHandler.Alan Conway2007-09-171-146/+0
* * Summary:Alan Conway2007-08-311-7/+108
* * src/qpid/broker/Session.h, .cpp: Session holds all state of a session incl...Alan Conway2007-08-291-58/+11
* * Fix compile errors.Alan Conway2007-08-271-0/+4
* * src/qpid/framing/FrameDefaultVisitor.h:Alan Conway2007-08-271-0/+88