summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* QPID-990: Patch from Ted Ross to enable persisting of inter-broker routing en...Gordon Sim2008-05-139-85/+367
* From Jonathan Robie:Alan Conway2008-05-131-63/+89
* Fail with exception if queue is not durable and configured policy is exceeded.Gordon Sim2008-05-131-1/+2
* Removed confusing broker::Message typedef intrusive_ptr<Message> shared_ptrAlan Conway2008-05-133-5/+3
* QPID-1054: Fixed reporting of startup failures in daemon mode.Gordon Sim2008-05-131-9/+11
* QPID-1052: Patch from Ted RossGordon Sim2008-05-125-9/+11
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-1227-182/+876
* QPID-1048: Only wait for enqueue completion for persistent queues.Gordon Sim2008-05-111-1/+1
* QPID-648: Patch from Matt FarrelleeGordon Sim2008-05-093-2/+24
* QPID-1042: ensure delievery record is kept where accept_mode=not-required, ac...Gordon Sim2008-05-091-1/+1
* From https://issues.apache.org/jira/browse/QPID-879 contributed by Jonathan R...Alan Conway2008-05-065-1/+354
* Extra log ouput for queue policy.Gordon Sim2008-05-042-2/+13
* Use no-ack in bridging as it is currently an exclusive, temp queueGordon Sim2008-05-021-2/+2
* Boost's string split function causes problems on older versions of the librar...Gordon Sim2008-05-012-8/+5
* 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