summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker
Commit message (Expand)AuthorAgeFilesLines
* QPID-4923: Windows C++ broker should use --ssl-port option to select ssl portAndrew Stitcher2013-06-131-1/+1
* QPID-4917: allow shared topic subscriptionsGordon Sim2013-06-123-7/+22
* QPID-4766: Added generic filter support to address handling in qpid::messagin...Gordon Sim2013-06-123-76/+327
* QPID-4905: Removed TimeoutHandler interface as it was really unusedAndrew Stitcher2013-06-103-7/+0
* QPID-4905: Remove unused Connection ErrorListener interfaceAndrew Stitcher2013-06-104-25/+0
* QPID-4905: Remove unused methodAndrew Stitcher2013-06-101-5/+0
* QPID-4905: Remove unused functionAndrew Stitcher2013-06-101-1/+0
* QPID-4905: Remove deprecated and unused federation propertyAndrew Stitcher2013-06-102-4/+0
* QPID-4905: Tidy-up remove OutputHandler and directly use FrameHandlerAndrew Stitcher2013-06-102-3/+3
* QPID-4707: Set AMQP 1.0 fields on outgoing messages based on special property...Gordon Sim2013-06-049-87/+35
* QPID-4854: Make the protocol negotiation timeout actually relate toAndrew Stitcher2013-06-043-0/+5
* QPID-4905: Tidy upAndrew Stitcher2013-06-047-27/+13
* QPID-4893: prevent uninitialised buffered messages being transferedGordon Sim2013-05-302-8/+16
* QPID-4886: Pass non-const reference to Message in QueueObserver functions.Alan Conway2013-05-293-1/+60
* QPID-4713: fix handling of reply to when converting from 1.0 to 0-10 formatGordon Sim2013-05-283-9/+29
* QPID-4888: correct handling of link namingGordon Sim2013-05-2411-11/+60
* QPID-4859: prevent circular reference on queues still holding durable messagesGordon Sim2013-05-242-2/+6
* QPID-4859: ensure flush is called on journalsGordon Sim2013-05-246-30/+110
* QPID-4650: C++ Broker method to redirect messages between two queues.Charles E. Rolke2013-05-234-5/+181
* QPID-4880: Qualify the name passed back to the client for dynamically created...Gordon Sim2013-05-232-7/+20
* QPID-4866: Add export directives for broker method now used by HA pluginGordon Sim2013-05-231-2/+2
* QPID-4878: fix SASL for connections established by the brokerGordon Sim2013-05-223-6/+7
* QPID-4591: patch from Ernie Allen to add queue sequence number to messagesGordon Sim2013-05-213-1/+12
* QPID-4846: prevent assertion when translating empty 0-10 message content into...Gordon Sim2013-05-151-1/+1
* QPID-3189: correct calculated queue depth if enqueue failsGordon Sim2013-05-081-1/+6
* QPID-4821: speed up selector identifier lookupsAndrew Stitcher2013-05-082-44/+60
* QPID-4706: allow selectors to be used on links from an exchangeGordon Sim2013-05-085-2/+37
* QPID-4819: ensure exclusive lock is released when link is detached (allowing ...Gordon Sim2013-05-081-0/+1
* QPID-4668: Correct use of delivery count (should be 0 on first delivery)Gordon Sim2013-05-082-4/+4
* QPID-4775: Fix core dumps in HA tests introduced in r1478418Alan Conway2013-05-031-2/+1
* NO-JIRA: Fix Windows build moreCharles E. Rolke2013-05-021-0/+1
* QPID-4775: C++ Broker add ACL property checks for delete queue and exchange.Charles E. Rolke2013-05-021-9/+25
* QPID-4807: Add new broker option to disable listening on specific transport typeAndrew Stitcher2013-05-022-1/+26
* Resolve Windows compile error and warnings. NO-JIRAStephen D. Huston2013-05-021-2/+2
* QPID-4767 [legacystore] QMF commands to create a persistent queue with an ill...Kim van der Riet2013-05-012-1/+17
* QPID-4339: some more export symbol directives needed for unit_test compilatio...Gordon Sim2013-04-301-5/+6
* QPID-4759 : make qpidd --help display sasl config dir default locationMichael Goulish2013-04-301-2/+1
* QPID-4759 : make both builds put sasl config file in sysconfdir/sasl2Michael Goulish2013-04-301-0/+1
* QPID-4339: fix for windows buildGordon Sim2013-04-291-0/+1
* QPID-4720: C++ Broker headers exchange tests not using run-time comaprisons.Charles E. Rolke2013-04-292-38/+6
* QPID-4339: simple paged queue implementationGordon Sim2013-04-2914-42/+613
* QPID-4631: C++ Broker federated links are protected by ACL policy.Charles E. Rolke2013-04-291-6/+16
* NO-JIRA: Remove spurious header file from qpid/cpp/src/qpid/broker/Bridge.cpp.Alan Conway2013-04-291-1/+0
* QPID-4651: C++ Broker add --log-disable optionCharles E. Rolke2013-04-261-2/+8
* QPID-4759 : backed out change -- can't hard-code Cyrus SASL default. bad for...Michael Goulish2013-04-201-1/+0
* QPID-4759 : make --help output show default value for --sasl-configMichael Goulish2013-04-201-0/+1
* QPID-4757: C++ Broker report sasldb failures more clearly when problem may be...Charles E. Rolke2013-04-191-0/+7
* QPID-4748: Consistent handling of durations in broker configuration, allowing...Alan Conway2013-04-194-17/+16
* QPID-3689: Change tcp nodelay to be the defaultAndrew Stitcher2013-04-171-1/+1
* QPID-4728: add 'credit' parameter to Federation Bridge configuration.Kenneth Anthony Giusti2013-04-115-48/+91