summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* Patch from Ted Ross (see QPID-902): This patch contains the following improve...Kim van der Riet2008-04-042-22/+17
* rubygen/0-10/exceptions.rb:Alan Conway2008-04-031-2/+3
* Patch from Ted Ross (see QPID-893): This patch enables management of plugged-...Kim van der Riet2008-04-033-8/+20
* Further correction to transitional xml def for final 0-10 (using old schema)Gordon Sim2008-04-011-1/+1
* Fix some erroneous definitions in the transitional xml fragment for 0-10.Gordon Sim2008-04-012-3/+3
* Updated xml fragment to reflect correct types for connection.start.mechanisms...Gordon Sim2008-03-312-4/+8
* Re-introduced old 'no-local' behaviour for exclusive queues via a proprietary...Gordon Sim2008-03-3112-8/+52
* Prefer binding key for unbind if specified.Gordon Sim2008-03-281-1/+1
* Removed unused files.Alan Conway2008-03-272-129/+0
* Send accept in response to message publications if required.Gordon Sim2008-03-278-9/+152
* Update to dtx inline with latest spec:Gordon Sim2008-03-2613-17/+311
* Re-enable the establishment of inter-broker links.Gordon Sim2008-03-267-20/+20
* QPID-877: applied patch from Ted RossNuno Santos2008-03-251-1/+2
* Fix compile errors/warnings with gcc 4.3Alan Conway2008-03-254-4/+5
* - Refactored RefCounted class to avoid virtual inheritanceAndrew Stitcher2008-03-2434-106/+165
* Make AsyncIOAcceptor multi-protocol:Alan Conway2008-03-1816-93/+202
* Added file missed in last commit.Gordon Sim2008-03-171-0/+35
* Scope exclusive queues to sessions.Gordon Sim2008-03-177-22/+49
* Enabled tx methods on final 0-10 path and converted tests accordinglyGordon Sim2008-03-113-2/+33
* Fixed headers exchange to allow unbind using binding key and not argsGordon Sim2008-03-111-6/+12
* Fixed broker to take application headers from final format message-properties...Gordon Sim2008-03-114-11/+39
* Adjusted exception handling in c++ for final 0-10 path.Gordon Sim2008-03-103-16/+43
* Added acquire impl to final 0-10 codepathGordon Sim2008-03-072-6/+12
* Altered management of delivery records to support separateion of completion (...Gordon Sim2008-03-077-46/+86
* Fixes to c++ broker:Gordon Sim2008-03-067-11/+21
* Fix message delivery for 0-10 final codepathGordon Sim2008-03-065-20/+42
* forked python tests for 0-10 preview and 0-10 finalGordon Sim2008-03-057-26/+83
* Further updates to support final 0-10 specGordon Sim2008-03-0410-7/+606
* Updated tracking of outgoing command id and send command-point control on ses...Gordon Sim2008-03-033-8/+9
* Allow use of channel 0 for all controls and commandsGordon Sim2008-03-031-4/+7
* A further step to final 0-10 spec.Gordon Sim2008-03-039-182/+180
* QPID-820 from trossCarl C. Trieloff2008-02-284-1/+107
* Use sessions reference to broker rather than connections in semantic state as...Gordon Sim2008-02-262-3/+4
* Some refactoring of the 0-10 codepath (being migrated to final spec) that pri...Gordon Sim2008-02-2521-108/+770
* Fixes to prevent problems with async store when queue is deleted before all m...Gordon Sim2008-02-214-16/+26
* Start moving towards final 0-10 spec:Gordon Sim2008-02-2124-81/+1348
* Requests to release a message that has not been acquired should be ignored.Gordon Sim2008-02-181-1/+1
* Fixed bug in browsing that failed to deal correctly with 'gaps' in message se...Gordon Sim2008-02-141-7/+14
* Broker::connect - connect to URL, return ConnectionInputHandler.Alan Conway2008-02-132-7/+31
* Patches from Ted Ross:Alan Conway2008-02-121-0/+2
* Remove dependency on sys::Socket for management ID of connections.Alan Conway2008-02-112-4/+4
* From Ted Ross, https://issues.apache.org/jira/browse/QPID-782Alan Conway2008-02-082-1/+5
* Clean shutdown of broker: Moved signal unsafe code from Broker::shutdownAlan Conway2008-02-071-1/+4
* From Ted Ross, https://issues.apache.org/jira/browse/QPID-780Alan Conway2008-02-062-2/+10
* Added testSendToSelf for https://bugzilla.redhat.com/show_bug.cgi?id=410551Alan Conway2008-02-052-9/+4
* Turn management on by defualtCarl C. Trieloff2008-02-041-1/+1
* Remove includes to files no longer generated.Gordon Sim2008-02-011-2/+0
* Missed a couple of new files in previous commit.Gordon Sim2008-02-012-0/+162
* Initial cut of inter-broker bridgingGordon Sim2008-02-018-32/+309
* Cluster code fixed for changes in codebase.Alan Conway2008-02-013-31/+22