summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/Broker.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make AsyncIOAcceptor multi-protocol:Alan Conway2008-03-181-6/+6
* QPID-820 from trossCarl C. Trieloff2008-02-281-1/+6
* Some refactoring of the 0-10 codepath (being migrated to final spec) that pri...Gordon Sim2008-02-251-1/+2
* Broker::connect - connect to URL, return ConnectionInputHandler.Alan Conway2008-02-131-5/+18
* From Ted Ross, https://issues.apache.org/jira/browse/QPID-782Alan Conway2008-02-081-1/+4
* 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-061-1/+5
* Turn management on by defualtCarl C. Trieloff2008-02-041-1/+1
* Initial cut of inter-broker bridgingGordon Sim2008-02-011-1/+10
* Added cluster URL configuration, defaults to all interfaces.Alan Conway2008-02-011-6/+1
* Deleted unused classes, adjusted files that still mention them.Alan Conway2008-01-291-13/+0