summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* QPID-1015 : Applied patch by Senaka Fernando to prevent NPE in MC on refresh ↵Martin Ritchie2008-12-031-1/+1
| | | | | | before initial usage. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722855 13f79535-47bb-0310-9956-ffa450edef68
* updated readme, release-notes from AidanCarl C. Trieloff2008-12-032-71/+82
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722739 13f79535-47bb-0310-9956-ffa450edef68
* clean upCarl C. Trieloff2008-12-032-631/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722737 13f79535-47bb-0310-9956-ffa450edef68
* cluster: add Event size to encoded header.Alan Conway2008-12-035-8/+643
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722728 13f79535-47bb-0310-9956-ffa450edef68
* Fix bad assert(), causing compile failures in debug builds.Alan Conway2008-12-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722712 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1501 : Remove @Override annotations to allow compilation under JDK 1.5Martin Ritchie2008-12-024-29/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722670 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1499 : Modification to IoAcceptor so ConnectionTest can close the open ↵Martin Ritchie2008-12-022-6/+21
| | | | | | SocketServer. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722669 13f79535-47bb-0310-9956-ffa450edef68
* Update gitignore for mac os x development (.DS_Store) and added release and ↵Martin Ritchie2008-12-021-2/+4
| | | | | | target directories correctly to ignore list git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722667 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1500 : Add Mac OS X Management Console BuildMartin Ritchie2008-12-0219-5/+254
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722666 13f79535-47bb-0310-9956-ffa450edef68
* PollableQueue: fix unsafe use of dequeAlan Conway2008-12-023-12/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722622 13f79535-47bb-0310-9956-ffa450edef68
* Cluster: handle CPG flow-control conditions.Alan Conway2008-12-0210-67/+101
| | | | | | | PollableQueue: allow dispatch functions to refuse dispatch. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722614 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1419: remove wip support from 0-9 python client Gordon Sim2008-12-023-13/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722557 13f79535-47bb-0310-9956-ffa450edef68
* Avoid potential deadlock between IO thread in Connector::handleClosed() and ↵Gordon Sim2008-12-021-1/+4
| | | | | | application thread in ConnectionImpl::closed() git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722554 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1469: turn off jmx management by default as it's not authenticated.Aidan Skinner2008-12-023-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722532 13f79535-47bb-0310-9956-ffa450edef68
* Added management accounting for transaction dequeues.Ted Ross2008-12-021-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722446 13f79535-47bb-0310-9956-ffa450edef68
* As DISCLAIMER has been removed, don't include it in distribution list.Gordon Sim2008-12-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722411 13f79535-47bb-0310-9956-ffa450edef68
* Gets of specific object-ids should only involve the agent(s) that ownTed Ross2008-12-011-4/+11
| | | | | | | the object id. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722272 13f79535-47bb-0310-9956-ffa450edef68
* Added handling of connection loss with connection retry.Ted Ross2008-12-011-12/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722230 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a logic bug in a try/finallyTed Ross2008-12-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722229 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1497: Ensure policy count and size reflect transactionality of dequeuesGordon Sim2008-12-019-10/+83
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722200 13f79535-47bb-0310-9956-ffa450edef68
* Replaced nonexistent type "double" with "float". In python, floatTed Ross2008-12-012-2/+2
| | | | | | | represents a double-precision floating point number. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722191 13f79535-47bb-0310-9956-ffa450edef68
* removed incubator notice + marked file relavant for 0-8 clientCarl C. Trieloff2008-12-011-2/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722172 13f79535-47bb-0310-9956-ffa450edef68
* Fixed regression caused by a change to the qmf.console API.Ted Ross2008-12-011-8/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722167 13f79535-47bb-0310-9956-ffa450edef68
* remove incubator disclaimerCarl C. Trieloff2008-12-011-5/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722166 13f79535-47bb-0310-9956-ffa450edef68
* remove incubator disclaimerCarl C. Trieloff2008-12-011-11/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722165 13f79535-47bb-0310-9956-ffa450edef68
* removed incubating noticesCarl C. Trieloff2008-12-012-7/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722164 13f79535-47bb-0310-9956-ffa450edef68
* removed incubator noticeCarl C. Trieloff2008-12-012-7/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722128 13f79535-47bb-0310-9956-ffa450edef68
* Updated notes to remove incubator noticesCarl C. Trieloff2008-12-012-7/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722126 13f79535-47bb-0310-9956-ffa450edef68
* Updated license files, readme, etc... Also made it possible to distribute ↵Carl C. Trieloff2008-12-016-67/+869
| | | | | | client0-10 stand alone from a licencing stand point git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722123 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a performance regression caused by the management code.Ted Ross2008-12-015-28/+29
| | | | | | | | | | The current/last-change timestamp is now set on management objects when they are published, not when they actually change. Also, the timestamp is updated only if modifications were made to the object in the last publish interval. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722120 13f79535-47bb-0310-9956-ffa450edef68
* cluster: Queue outgoing multicast events.Alan Conway2008-12-012-7/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722101 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1495: Patch from Danushka Menikkumbura to fix compilation problem.Gordon Sim2008-12-011-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722037 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1280: fixed performance regression for multiple subscribers on shared queueGordon Sim2008-11-295-27/+169
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@721685 13f79535-47bb-0310-9956-ffa450edef68
* Added cluster log messages.Alan Conway2008-11-283-21/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@721542 13f79535-47bb-0310-9956-ffa450edef68
* Fix setting of accept mode in perftest which appears to be back-to-front.Gordon Sim2008-11-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@721446 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1485: check required group is set etc when running failover test (patch ↵Gordon Sim2008-11-271-0/+24
| | | | | | from mgoulish@redhat.com). git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@721275 13f79535-47bb-0310-9956-ffa450edef68
* Backed out last change; not sure it actually makes sense.Gordon Sim2008-11-273-48/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@721258 13f79535-47bb-0310-9956-ffa450edef68
* Ensure broker doesn't hang waiting for async enqueue to complete on shutdown.Gordon Sim2008-11-273-3/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@721256 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1264: fix for topic exchange (patch from astitcher@redhat.com)Gordon Sim2008-11-271-4/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@721243 13f79535-47bb-0310-9956-ffa450edef68
* Fix anachronism in --daemon option description.Alan Conway2008-11-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@721198 13f79535-47bb-0310-9956-ffa450edef68
* Disabling underflow check in QueuePolicy until reported failures in javas ↵Gordon Sim2008-11-271-2/+8
| | | | | | org.apache.qpid.test.unit.xa.TopicTest can be investigated. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@721188 13f79535-47bb-0310-9956-ffa450edef68
* Further check in decode of policy.Gordon Sim2008-11-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@721174 13f79535-47bb-0310-9956-ffa450edef68
* * QPID-1488: test that policy pointer is setGordon Sim2008-11-278-10/+58
| | | | | | | | | * don't flow to disk for null store implementation * add checks for undeflow in queue policy git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@721166 13f79535-47bb-0310-9956-ffa450edef68
* updated release script to create a signed artifact with the svn revision for ↵Rafael H. Schloming2008-11-271-2/+4
| | | | | | the release git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@721165 13f79535-47bb-0310-9956-ffa450edef68
* Modified line 'config.*' to be 'config\.*' as this was matching directory ↵Martin Ritchie2008-11-271-1/+1
| | | | | | /configuration/ which was not intended. Verified that it still ignores config.guess etc. in the cpp build. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@721134 13f79535-47bb-0310-9956-ffa450edef68
* Update Ruby release notesAndrew Stitcher2008-11-261-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@721015 13f79535-47bb-0310-9956-ffa450edef68
* Was causing cluster failures.Alan Conway2008-11-264-5/+42
| | | | | | | QPID-1488 Mick Goulish: QueuePolicy serialization fix for cluster braindump. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@720979 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1489: Tidy epoll code to remove a valgrind warning on 32bit Linux:Andrew Stitcher2008-11-262-30/+27
| | | | | | | | - We weren't initialising all 64 bits of a union that was being passed to epoll_ctl on 32 bit Linuxes git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@720978 13f79535-47bb-0310-9956-ffa450edef68
* Bug fixes for QMF:Ted Ross2008-11-263-33/+40
| | | | | | | | | | | | ManagementAgentImpl - don't send messages if broker is not connected. ManagementBroker - agents could be assigned the same agentBank - don't send console-attached for attached agents - handle multiple qmf messages in an AMQP body schema.py - Don't use the FieldTable copy-constructor, use .clear() git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@720973 13f79535-47bb-0310-9956-ffa450edef68
* Added a copy constructor and assignment operator to FieldTable.Ted Ross2008-11-262-0/+15
| | | | | | | | | | | | | | | | | This was done to solve a library problem with the RHEL4 distribution. The compiler generated the assignment operator in an application using the C++ qpid client libraries. This generated function (referenced by a weak symbol) appeared to be causing problems in the heart of the library (handling of the ConnectionStartBody) with regard to the handling of field tables. The failure mechanism is not fully understood, but this seemingly innocuous change solves the problem. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@720972 13f79535-47bb-0310-9956-ffa450edef68