summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* Turn auth back on by default for c++ broker (only if SASL libs are available)Gordon Sim2008-05-011-5/+1
* QPID-977: shutdown mgmt client cleanly in federation tests (patch from tross@...Gordon Sim2008-04-295-3/+93
* Fixed caught exception type in recoveryGordon Sim2008-04-251-1/+2
* Generate c++ code from final 0-10 specGordon Sim2008-04-2443-3527/+160
* Patch from Mick Goulish: Fixes to previous improved portability patchAndrew Stitcher2008-04-231-20/+21
* - SequenceSet implemented on RangeSet.Alan Conway2008-04-233-2/+2
* * Renamed the Acceptor class to be the ProtocolFactory classAndrew Stitcher2008-04-222-29/+21
* Moved federation to final 0-10 codepathGordon Sim2008-04-228-39/+41
* QPID-944: do no-local checking where requested when there is an exclusive sub...Gordon Sim2008-04-226-12/+29
* QPID-648: (based on patch from mfarrellee@redhat.com) Gordon Sim2008-04-225-23/+315
* * raise error when controls other than attached are received on unattached ch...Gordon Sim2008-04-213-15/+25
* Better workaround for boost::ptr_map incompatibility between boost 1.33 and 1...Alan Conway2008-04-214-16/+16
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-2017-143/+160
* Refactored Acceptor code to allow multiple acceptors to be present in the brokerAndrew Stitcher2008-04-182-20/+45
* Fix to prevent possible Timer deadlocks by holding onto mutex while calling f...Kim van der Riet2008-04-181-0/+1
* Patch for improved compatibility with gcc 3.4 and boost 1.33Andrew Stitcher2008-04-172-38/+97
* Some fixes to the transitional spec defs.Gordon Sim2008-04-172-32/+32
* Refactored IO Thread creation so that it happens in the Broker classAndrew Stitcher2008-04-172-6/+33
* QPID-921: applied qpid-patch36.diff on behalf of Ted RossNuno Santos2008-04-155-9/+42
* QPID-648: Get list of supported mechanisms from sasl lib. (Patch from mfarrel...Gordon Sim2008-04-151-50/+54
* * Fix interpretation of accept-mode, 0 == EXPLICITGordon Sim2008-04-142-1/+2
* QPID-648: more flexible sasl implementation (patch provided by mfarrellee@red...Gordon Sim2008-04-145-64/+149
* Use the errata file for final 0-10 that has a type code for xids without whic...Gordon Sim2008-04-142-10/+11
* QPID-648: keep the sasl_conn member in the handler to avoid the need for frie...Gordon Sim2008-04-144-32/+29
* QPID-648: Initial support for sasl authentication for c++ broker. From patch ...Gordon Sim2008-04-145-3/+128
* Fixes and automated tests for federation function.Gordon Sim2008-04-093-10/+19
* Handle the set-redelivered flag on the final version of the message.release c...Gordon Sim2008-04-097-9/+12
* Patch from Ted Ross: QPID-907: Management Improvements for C++ Broker and StoreKim van der Riet2008-04-0815-26/+42
* Removed out-of-date and misleading comment.Gordon Sim2008-04-081-2/+0
* Fixed time classes for some changes that misunderstood how they are supposedAndrew Stitcher2008-04-071-1/+1
* AsynchIoAcceptor.cpp: Limit output from codec to one buffer per 'idle' call.Gordon Sim2008-04-071-1/+2
* 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