summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Cluster: Option --cluster-read-max configures read-to-redeliver flow-control.Alan Conway2008-12-095-13/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@724857 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1469: Fix NullPointerException, add test for deleteUser which would ↵Aidan Skinner2008-12-092-0/+158
| | | | | | | | expose this. Patch from gemmellr@dcs.gla.ac.uk git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@724787 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1503: Add more tests for Base64MD5PasswordFilePrincipalDatabase, fix ↵Aidan Skinner2008-12-092-9/+61
| | | | | | buglets. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@724779 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1503 : Updates based on code reviewMartin Ritchie2008-12-094-89/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@724743 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1282: limit cover-test so only interesting modules are instrumentedAidan Skinner2008-12-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@724659 13f79535-47bb-0310-9956-ffa450edef68
* Updated with amended info for running cobertura QPID-1282Marnie McCormack2008-12-091-2/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@724656 13f79535-47bb-0310-9956-ffa450edef68
* Removed a cast to asynch sessions for message transfer in client.Jonathan Robie2008-12-081-3/+1
| | | | | | | It was not needed, and disagreed with the tutorial. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@724442 13f79535-47bb-0310-9956-ffa450edef68
* Cluster: reduced scope of mcast locks.Alan Conway2008-12-082-42/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@724413 13f79535-47bb-0310-9956-ffa450edef68
* Added dummy read throttling code to RDMA protocol support soAndrew Stitcher2008-12-081-0/+5
| | | | | | | it will carry on compiling git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@724409 13f79535-47bb-0310-9956-ffa450edef68
* Cluster: separated connection map lock to reduce contention.Alan Conway2008-12-084-45/+109
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@724371 13f79535-47bb-0310-9956-ffa450edef68
* Management optimization: don't send (empty) statistic updates for objectTed Ross2008-12-084-40/+39
| | | | | | | classes that don't have statistics. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@724356 13f79535-47bb-0310-9956-ffa450edef68
* src/qpid/cluster/OutputInterceptor.cpp: revert locking.Alan Conway2008-12-082-4/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@724330 13f79535-47bb-0310-9956-ffa450edef68
* Cluster: fixed error in credit allocation.Alan Conway2008-12-082-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@724326 13f79535-47bb-0310-9956-ffa450edef68
* OutputControl and subclasses: added giveReadCredit() for IO level flow control.Alan Conway2008-12-0820-16/+92
| | | | | | | Cluster: Set read credit limit for cluster connections. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@724233 13f79535-47bb-0310-9956-ffa450edef68
* src/qpid/sys/ActivityTimer.h: record time spent in specific code segments, ↵Alan Conway2008-12-071-0/+111
| | | | | | for profiling/debugging. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@724169 13f79535-47bb-0310-9956-ffa450edef68
* QPID-691: fixed a typo in getopt argsRafael H. Schloming2008-12-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@724003 13f79535-47bb-0310-9956-ffa450edef68
* Updated minimum gcc version as earlier version reported not to work anymore.Gordon Sim2008-12-051-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@723829 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1503 : Update to Base64 to correctly save password file. Pulled User ↵Martin Ritchie2008-12-051-0/+121
| | | | | | out of Base64MD5 to allow better testing. Added unit test case for Base64 and User git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@723795 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1503 : Update to Base64 to correctly save password file. Pulled User ↵Martin Ritchie2008-12-053-124/+466
| | | | | | out of Base64MD5 to allow better testing. Added unit test case for Base64 and User git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@723792 13f79535-47bb-0310-9956-ffa450edef68
* Example config files are misleading as spaces on either side of the '=' ↵Gordon Sim2008-12-042-5/+10
| | | | | | prevent the options being parsed correctly. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@723356 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1514: Add check for presence of key to FieldTable::erase()Gordon Sim2008-12-042-1/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@723263 13f79535-47bb-0310-9956-ffa450edef68
* Catch up to generated codeStephen D. Huston2008-12-041-24/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@723159 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1500 : config.ini was blocked by the .gitignore so it was missed in my ↵Martin Ritchie2008-12-031-0/+30
| | | | | | last commit. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@723140 13f79535-47bb-0310-9956-ffa450edef68
* Avoid a divide-by-zero that can occur if updates are sent with a timestampTed Ross2008-12-031-0/+2
| | | | | | | | equal to the last update. This can occur when running qpid-queue-stats and then running qpid-tool on the same broker. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@723063 13f79535-47bb-0310-9956-ffa450edef68
* made ant build generate perftest scriptsRafael H. Schloming2008-12-038-17/+423
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@723029 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1512 - Catch only connection-related exceptions in qmf consoleTed Ross2008-12-034-6/+16
| | | | | | | | connection thread - Added __hash__ method for UUID in qpid.datatypes git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@723008 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1513 - Fix corner case where incompleted schema records areTed Ross2008-12-031-3/+5
| | | | | | | not completed if the agent disconnects mid-startup. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722953 13f79535-47bb-0310-9956-ffa450edef68
* Corrected doxygen comment.Alan Conway2008-12-031-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722923 13f79535-47bb-0310-9956-ffa450edef68
* Minor fix: reuse assigned bank info when broker disconnects and reconnects.Ted Ross2008-12-031-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722888 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1482 : Patch provided by Robert Gemmell, To allow PLAIN authentication ↵Martin Ritchie2008-12-031-66/+7
| | | | | | via JMX Console. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722865 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1500 : Didn't notice a couple of .DS_Store files slipped in to the commit.Martin Ritchie2008-12-032-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722864 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1481 : Patch provided by Robert Gemmell, export jmxrmote.sasl plugin as ↵Martin Ritchie2008-12-032-3/+21
| | | | | | optional so the built consoles can start without it present git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722862 13f79535-47bb-0310-9956-ffa450edef68
* QPID-794 : Patch provided by Robert Gemmell, removes the need for the ↵Martin Ritchie2008-12-032-23/+22
| | | | | | specification of the System Property 'jmxconnector'. As commented in the JIRA, moving to a more friendly licensed JMX connector would be benefitial. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722861 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1011 : Patch provided by Senaka Fernando to prevent MC being used as a ↵Martin Ritchie2008-12-031-1/+11
| | | | | | plugin in eclipse in difference Perspectives. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722857 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1241 : Patch from Robert Gemmell, allows Windows bat script to cope ↵Martin Ritchie2008-12-031-1/+1
| | | | | | with spaces ' ' in the path. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722856 13f79535-47bb-0310-9956-ffa450edef68
* 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