summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Broker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Periodically purge expired messages from queuesGordon Sim2008-10-131-1/+9
* Allow management clienst to specify transport to use for inter-broker linksGordon Sim2008-10-131-5/+8
* Identify transports by nameGordon Sim2008-10-101-17/+18
* Handle ttl in messages transfers received by the broker 7 added test for itGordon Sim2008-10-101-0/+1
* QPID-1340 froM Mick Goulish: preliminary client-side failover support.Alan Conway2008-10-101-1/+12
* Resolve QPID-1309Stephen D. Huston2008-10-021-4/+5
* QPID-1290 - Patch from William HenryTed Ross2008-09-231-0/+26
* QPID-1274 - Changed C++ namespace for generated management code. Improved ef...Ted Ross2008-09-151-9/+9
* - removed cluster methods in mgnt, will add them to a new cluster object inCarl C. Trieloff2008-09-151-2/+1
* QPID-1279 Implementations of management methods can now return error strings ...Ted Ross2008-09-101-2/+3
* QPID-1174 Updates to the management frameworkTed Ross2008-09-031-3/+5
* Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat...Alan Conway2008-08-291-3/+3
* Integrate CPG file descriptor into broker polling.Alan Conway2008-08-111-0/+2
* * revised approach for setting tcp-nodelay on client to avoid breaking platfo...Gordon Sim2008-08-051-2/+4
* Fix sporadic shutdown hang in clustered broker.Alan Conway2008-08-051-1/+1
* - Implementation of ACL pluginCarl C. Trieloff2008-07-311-0/+1
* QPID-1198 (Partial): Missing header files that are really neededAndrew Stitcher2008-07-291-1/+2
* Allow configurable default size limit to be set for queues (merged from r6794...Gordon Sim2008-07-241-2/+7
* Cluster: shadow connections, fix lifecycle & valgrind issues.Alan Conway2008-07-171-0/+1
* QPID-1170 - Provide a better factory for creation and deletion of the managem...Ted Ross2008-07-161-5/+5
* Switched from shared_ptr to intrusive_ptr and RefCounted for Broker.Alan Conway2008-07-151-3/+3
* Move shutdown of management broker to end of shutdown sequenceTed Ross2008-07-101-1/+1
* QPID-1170 - Remove boost dependency from management agent interfaceTed Ross2008-07-081-6/+6
* Revert un-necessary Plugin complications. Better solution for plugin extensio...Alan Conway2008-07-081-2/+12
* Restore use of SignalHandler in qpidd.cpp, fixed errors in previous commit.Alan Conway2008-07-071-0/+1
* QPID-1160 - Per-thread counters in management API to avoid lockingTed Ross2008-06-301-2/+2
* Plugin framework change: single PluginFactory creates per-target Plugin insta...Alan Conway2008-06-261-12/+2
* Fix for broker wraparound problem.Alan Conway2008-06-131-4/+2
* Re-introduced previously clobbered realm option.Gordon Sim2008-06-051-0/+2
* Increased default flush interval to 1MB, send spontaneous known-completed at ...Alan Conway2008-06-041-1/+1
* Removed assignment of a string literal that causes problems with some newer c...Ted Ross2008-06-041-3/+3
* QPID-1114 Change defaults for data-dir and pid-dir to /home/ross/.qpiddTed Ross2008-06-031-1/+8
* QPID-1087Ted Ross2008-05-211-5/+7
* Support for AMQP 0-10 sessions in C++ broker.Alan Conway2008-05-201-32/+23
* change ordering of config records in management updates; patch supplied by Te...Nuno Santos2008-05-151-1/+1
* QPID-990: Patch from Ted Ross to enable persisting of inter-broker routing en...Gordon Sim2008-05-131-1/+2
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-121-14/+28
* QPID-648: Patch from Matt FarrelleeGordon Sim2008-05-091-0/+3
* Turn auth back on by default for c++ broker (only if SASL libs are available)Gordon Sim2008-05-011-5/+1
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-2/+1
* * Renamed the Acceptor class to be the ProtocolFactory classAndrew Stitcher2008-04-221-22/+14
* QPID-648: (based on patch from mfarrellee@redhat.com) Gordon Sim2008-04-221-1/+0
* Refactored Acceptor code to allow multiple acceptors to be present in the brokerAndrew Stitcher2008-04-181-15/+32
* Refactored IO Thread creation so that it happens in the Broker classAndrew Stitcher2008-04-171-6/+28
* QPID-921: applied qpid-patch36.diff on behalf of Ted RossNuno Santos2008-04-151-2/+2
* QPID-648: Initial support for sasl authentication for c++ broker. From patch ...Gordon Sim2008-04-141-0/+37
* Patch from Ted Ross: QPID-907: Management Improvements for C++ Broker and StoreKim van der Riet2008-04-081-1/+1
* Patch from Ted Ross (see QPID-902): This patch contains the following improve...Kim van der Riet2008-04-041-15/+17
* QPID-877: applied patch from Ted RossNuno Santos2008-03-251-1/+2
* Fix compile errors/warnings with gcc 4.3Alan Conway2008-03-251-1/+1