summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* QPID-4791: Change JSESSIONID cookie name to include the port number in order ↵Alex Rudyy2013-04-301-1/+5
| | | | | | to avoid JSESSIONID cookie name collisions when running multiple web management consoles in the same broswer comminication with the brokers started on different ports of the same host git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477668 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4778: Introduce additional states for configured objects: ERRORED and ↵Alex Rudyy2013-04-305-18/+247
| | | | | | REPLICA git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477667 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA : remove unused code from the Java BrokerRobert Godfrey2013-04-3015-265/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477628 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4688: Update Java Broker docbook to reflect change in bdb versionKeith Wall2013-04-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477554 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4759 : make both builds put sasl config file in sysconfdir/sasl2Michael Goulish2013-04-304-1/+4
| | | | | | | and display default location in qpidd --help output git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477435 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4339: fix for windows buildGordon Sim2013-04-291-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477366 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4720: C++ Broker headers exchange tests not using run-time comaprisons.Charles E. Rolke2013-04-294-82/+135
| | | | | | | | Main code modified only slighty so that tests can hook into actual logic. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477317 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4788 - Fixed linked-list corruption when an immediate timer is ↵Ted Ross2013-04-295-1/+69
| | | | | | re-scheduled. Added test. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477300 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Reverting the commit from r1477150Darryl L. Pierce2013-04-291-1/+1
| | | | | | The file generated is named libcqpid_perl.so. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477293 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4698: Fixed the location of the SASL2 configuration file.Darryl L. Pierce2013-04-291-1/+1
| | | | | | It was mistakenly installed to /etc/qpid/sasl2 rather than /etc/sasl2. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477267 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4339: simple paged queue implementationGordon Sim2013-04-2923-47/+900
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477236 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4785: relax restrictions on editing/deleting active ports outwith ↵Robert Gemmell2013-04-296-89/+107
| | | | | | management-mode git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477190 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Prevent non-ascii warning when compiling amqp-1-0-client-jms module ↵Keith Wall2013-04-291-1/+1
| | | | | | (use unicode escape for pound symbol) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477178 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4787: HA brokers find self-address in brokers_url.Alan Conway2013-04-297-34/+61
| | | | | | | | | HA brokers need to know their own addresses, but it is not safe to simply use local hosts name and Broker::getPort() since the broker may be listening on multiple addresses. The solution is to have brokers check the ha-rokers-url for their own address while doing the initial status check of the cluster. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477165 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java Perf Tests] Make perf test config use default virtual host ↵Keith Wall2013-04-291-1/+1
| | | | | | rather than hardcoding 'test' git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477163 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4753: set vhost SecurityManager _managementMode boolean to equal the ↵Robert Gemmell2013-04-292-1/+6
| | | | | | parent/broker SecurityManager, validate the ACL file during onCreate to ensure it is usable before allowing it to be added git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477155 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Fix install error in perl binding CMakeLists.txtAlan Conway2013-04-291-1/+1
| | | | | | CMakeLists.txt was trying to install libcqpid_perl.so but module name is cqpid_perl.so git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477150 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4631: C++ Broker federated links are protected by ACL policy.Charles E. Rolke2013-04-295-23/+129
| | | | | | | | | This issue evolved a bit between the original discussion and the final commit. See https://reviews.apache.org/r/10658/ for the details. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477112 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4639: Improve functionality to delete store on virtual host deletionAlex Rudyy2013-04-2912-15/+447
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477110 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4719: Include Perl language files missing from source files.Darryl L. Pierce2013-04-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477096 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4784: stop generating errors during creation of PDAM's due to duplicate ↵Robert Gemmell2013-04-2921-641/+181
| | | | | | sasl provider registration, simplify PDAM. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477078 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Remove spurious header file from qpid/cpp/src/qpid/broker/Bridge.cpp.Alan Conway2013-04-291-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477057 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4783: Improve Connection statistics in Java Broker QmfManagementAgentFraser Adams2013-04-281-17/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1476792 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4782: use iterator.remove() to update the map and avoid the CME exposed ↵Robert Gemmell2013-04-271-2/+9
| | | | | | in r1476219 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1476583 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Fixed QmfManagementPlugin to cater for change made to ↵Fraser Adams2013-04-271-1/+1
| | | | | | AbstractPluginAdapter Constructor on r1476544 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1476550 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4651: C++ Broker add --log-disable optionCharles E. Rolke2013-04-269-85/+423
| | | | | | | | Reviewed at https://reviews.apache.org/r/10799/ git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1476409 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4756: only invoke property update callback if properties are presentKenneth Anthony Giusti2013-04-262-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1476373 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4780: Bug 889552 - HA broker deadlock after loss of primary broker.Alan Conway2013-04-263-29/+37
| | | | | | | | | | | Lock ordering deadlock found by inspection of code and stack trace: - thread 1: Link::ioThreadProcessing(Link:lock)-> QueueReplicator::initializeBridge(QueueReplicator::lock) - thread 2: QueueReplicator::destroy(QueueReplicator::lock)-> Bridge::destroy(Link::lock) This patch breaks the lock by removing locking around Bridge::destroy in QueueReplicator::destroy. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1476305 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4748: Fix compilation warnings introduced by r1469661.Alan Conway2013-04-261-12/+12
| | | | | | Added explicit conversion from double to int64_t. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1476295 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4777: Add UI to view and edit web management configurationAlex Rudyy2013-04-2622-59/+673
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1476288 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Development update to Dispatch RouterTed Ross2013-04-2623-186/+856
| | | | | | | | | | | - Began refactoring of the routing table to support in-process destinations and multi-hop paths. - Added API for the internal management agent. Began integrating the agent with the router module for communication. - Added field parsing to handle topological addresses. - Added tests. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1476280 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4760: Associate Java Broker QueueAdapter and SessionAdapter via ↵Fraser Adams2013-04-266-22/+155
| | | | | | ConsumerAdapter git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1476219 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4724: Fixes Perl bindings for Cmake < 2.8.Darryl L. Pierce2013-04-251-2/+39
| | | | | | | To fix how Cmake prior to 2.8 fails to find the Perl libraries, this change finds and sets the variables correctly. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1475945 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Removing the reference to errors.rb that crept back in.Darryl L. Pierce2013-04-251-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1475875 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4776: Fixes building Ruby bindings on Cmake < 2.8Darryl L. Pierce2013-04-254-5/+52
| | | | | | | | | This patch fixes issues regarding finding the Ruby install and building the bindings for it. Contributed by Irina Boverman <iboverma@redhat.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1475868 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Removed references to deleted Exceptions in Ruby tests.Darryl L. Pierce2013-04-253-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1475867 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4596: Call AuthenticationManager#onCreate() only when authentication ↵Alex Rudyy2013-04-2510-33/+192
| | | | | | provider is created git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1475825 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4714 Moved _delegate.closeConnection method inside a finally blockRajith Muditha Attapattu2013-04-251-3/+12
| | | | | | | to ensure the TCP connection is closed in case an exception is thrown from any of the methods above. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1475810 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3828: When sending large messages loss of connection is not detected ↵Andrew Stitcher2013-04-251-1/+1
| | | | | | | | even with heartbeats enabled [Patch from gordon Sim] git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1475803 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4764: tweaks to locking in receiver and session to avoid deadlockGordon Sim2013-04-252-5/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1475723 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4758: Extend the qpidd --wait option to work at shutdownCharles E. Rolke2013-04-241-2/+2
| | | | | | | | | Patch from Ernie Allen and Pavel Moravec. Note: This patch is for the posix platform broker; The windows broker does not use a --wait option and is unaffected by this patch. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1471442 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4773: Add functionality to display information about http errors which ↵Alex Rudyy2013-04-243-2/+58
| | | | | | might occur when communicating with the broker git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1471409 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2453: Allow the session to keep operating after content codec errors; a ↵Justin Ross2013-04-234-5/+54
| | | | | | patch from Ernie Allen git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1471158 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4140: Use the session.acked list to determine the number of unsettled ↵Justin Ross2013-04-232-2/+5
| | | | | | messages; a patch from Ernie Allen git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1471150 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4772: Assume text/plain for content type if no other indication is ↵Justin Ross2013-04-231-0/+6
| | | | | | given; a patch from Ernie Allen git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1471146 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Fix compilation warnings introduced by r1469661.Alan Conway2013-04-231-5/+5
| | | | | | Added explicit conversion from double to int16_t. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1471121 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4771: Add --broker and --sasl-mechanism command line options to ↵Justin Ross2013-04-231-10/+17
| | | | | | qpid-tool; this is a patch from Ernie Allen git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1471120 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4753: Add additional tests for updated AcessControlProvider config, inc ↵Robert Gemmell2013-04-235-1/+441
| | | | | | creating and removing AccessControlProviders and verifying ACLs governing their creation/update/deletion. Add message to web ui to signal the user that only one access control provider of a given type will be used by the broker and they should remove others. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1471004 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4769: Add port tab into java broker web management consoleAlex Rudyy2013-04-236-13/+294
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1470899 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4768: Resolve compatibility issues in web management console for old ↵Alex Rudyy2013-04-233-48/+5
| | | | | | versions of IE and FF git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1470897 13f79535-47bb-0310-9956-ffa450edef68