summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix for unpredictable enqueues by timer-triggered management code in a cluster.Alan Conway2009-05-149-19/+220
| | | | | | | | | ManagementAgent uses Broker::getClusterMessageHandler() (if non-0) to enqueue timer-triggered messages. Cluster provides handler that enqueues via cluster multicast. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@774809 13f79535-47bb-0310-9956-ffa450edef68
* Added an exclude list for ssl.Rajith Muditha Attapattu2009-05-132-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@774465 13f79535-47bb-0310-9956-ffa450edef68
* This is a fix for QPID-1857Rajith Muditha Attapattu2009-05-131-0/+2
| | | | | | | We now create a new session id, instead of reusing the same when it tries to attach the session after failover. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@774452 13f79535-47bb-0310-9956-ffa450edef68
* Suppress the return of deleted objects for synchronous management get ↵Ted Ross2009-05-131-12/+16
| | | | | | requests to the broker git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@774438 13f79535-47bb-0310-9956-ffa450edef68
* This is a fix for QPID-1854Rajith Muditha Attapattu2009-05-131-0/+1
| | | | | | | | I have added a sender.close() inside the closed() method in the Connection.java This ensures the sender is closed and the IoSender thread is shutdown gracefully. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@774305 13f79535-47bb-0310-9956-ffa450edef68
* This is a fix for QPID-1853. We now close the socket in the finnally block.Rajith Muditha Attapattu2009-05-131-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@774297 13f79535-47bb-0310-9956-ffa450edef68
* updated imports to work on python 2.6Rafael H. Schloming2009-05-123-7/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@774100 13f79535-47bb-0310-9956-ffa450edef68
* Fix typoAndrew Stitcher2009-05-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@774069 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1852 Removed thread unsafe code in LoggerAndrew Stitcher2009-05-128-38/+44
| | | | | | | Fixed some potentially iffy code in Connector.h if a derived Connector doesn't have activateSecurityLayer() git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@774051 13f79535-47bb-0310-9956-ffa450edef68
* git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@773933 ↵Andrew Stitcher2009-05-120-0/+0
| | | | 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1848 : fixed startup script on unix platformAndrea Gazzarini2009-05-121-20/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@773795 13f79535-47bb-0310-9956-ffa450edef68
* Windows adjustments to run testsStephen D. Huston2009-05-111-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@773716 13f79535-47bb-0310-9956-ffa450edef68
* Patch small probs building tests, examples on WindowsStephen D. Huston2009-05-114-22/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@773714 13f79535-47bb-0310-9956-ffa450edef68
* Add --quit, --check for Windows; required fixing LockFile for WindowsStephen D. Huston2009-05-114-9/+77
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@773712 13f79535-47bb-0310-9956-ffa450edef68
* Reserve space for sequence id in args field table.Gordon Sim2009-05-111-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@773667 13f79535-47bb-0310-9956-ffa450edef68
* Cmake fixes:Andrew Stitcher2009-05-117-10/+11
| | | | | | | | | | Mirrored recent management code update. Don't build failover_soak without cluster Remove some unnecessary #includes from examples git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@773636 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1843 - Cleaned up the interface to the broker's internal management agent.Ted Ross2009-05-1147-288/+304
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@773570 13f79535-47bb-0310-9956-ffa450edef68
* Fix leak of Decoder map entries.Alan Conway2009-05-113-8/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@773552 13f79535-47bb-0310-9956-ffa450edef68
* Added method to test validity of session object.Gordon Sim2009-05-113-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@773535 13f79535-47bb-0310-9956-ffa450edef68
* Add examples building to cmake buildStephen D. Huston2009-05-0810-1/+227
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@773091 13f79535-47bb-0310-9956-ffa450edef68
* Optimize the qmf queries to only include the broker-embedded agents.Ted Ross2009-05-081-5/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@773089 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a minor typoTed Ross2009-05-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@773068 13f79535-47bb-0310-9956-ffa450edef68
* Include non-keyword versions of the session classes for documentation of ↵Jonathan Robie2009-05-081-1/+1
| | | | | | parameters. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@773067 13f79535-47bb-0310-9956-ffa450edef68
* Help 'make check' produce familiar outputStephen D. Huston2009-05-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@773045 13f79535-47bb-0310-9956-ffa450edef68
* Fixed cluster store problem where second and subsequent cluster nodes (which ↵Kim van der Riet2009-05-086-63/+83
| | | | | | are persistent) to join a cluster fail with a "Exchange already exists: amq.direct (MessageStoreImpl.cpp:488)" message. To do this a new method was added to MessageStore called discardInit() which will throw away all restored data (if any) and restart as though no restore had taken place. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@773004 13f79535-47bb-0310-9956-ffa450edef68
* Use set for efficient insert/remove rather than list.Alan Conway2009-05-072-25/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@772752 13f79535-47bb-0310-9956-ffa450edef68
* Changed name of environment var used in tests from TMPDIR to TMP_STORE_DIR ↵Kim van der Riet2009-05-071-4/+4
| | | | | | to avoid sg/newgrp problems. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@772743 13f79535-47bb-0310-9956-ffa450edef68
* More work on cmake: Get many more tests working on Linux nowAndrew Stitcher2009-05-072-12/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@772681 13f79535-47bb-0310-9956-ffa450edef68
* Modified the default message size to 1024 - I missed the default value for ↵Rajith Muditha Attapattu2009-05-071-1/+1
| | | | | | the system property in the previous commit git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@772492 13f79535-47bb-0310-9956-ffa450edef68
* Modified the default message size to 1024 bytesRajith Muditha Attapattu2009-05-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@772491 13f79535-47bb-0310-9956-ffa450edef68
* DeliveryRecord optimizations.Alan Conway2009-05-066-78/+46
| | | | | | | | Replace linear search with binary search. Collapse multi-pass mark-then-erase to a signle pass. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@772384 13f79535-47bb-0310-9956-ffa450edef68
* Added missing import from testlib.pyKim van der Riet2009-05-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@772381 13f79535-47bb-0310-9956-ffa450edef68
* Added the ability to start and stop a test broker from within the python ↵Kim van der Riet2009-05-061-2/+234
| | | | | | test framework. Also added some cluster test functionality git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@772359 13f79535-47bb-0310-9956-ffa450edef68
* Remove useless qpid/shared_ptr.h wrapper.Alan Conway2009-05-0624-100/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@772294 13f79535-47bb-0310-9956-ffa450edef68
* Remove client::Execution and FrameSet from the public API.Alan Conway2009-05-0610-22/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@772182 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1841: make MC release tar files gzipped as filename indicates. Add ↵Robert Gemmell2009-05-061-2/+8
| | | | | | licence, notice, readme from main resources folder git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@772177 13f79535-47bb-0310-9956-ffa450edef68
* Get the sense of the BUILD_ACL option the correct way roundAndrew Stitcher2009-05-051-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@771992 13f79535-47bb-0310-9956-ffa450edef68
* Hack around the namespace pollution in QPID-1737Andrew Stitcher2009-05-056-15/+26
| | | | | | | | Hack around simultaneous import and definition of ManagementAgent::Singleton in qpidbroker Make ACL plugin optional (default off on Windows currently) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@771989 13f79535-47bb-0310-9956-ffa450edef68
* Changed name of store switch environment variableKim van der Riet2009-05-051-24/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@771943 13f79535-47bb-0310-9956-ffa450edef68
* Adjust lib settings and references to main qpid libsStephen D. Huston2009-05-052-42/+68
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@771776 13f79535-47bb-0310-9956-ffa450edef68
* Add Visuql Studio files for qmf-agent example; finishes QPID-1731 additionsStephen D. Huston2009-05-053-0/+434
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@771756 13f79535-47bb-0310-9956-ffa450edef68
* Added #include Thread.h for backwards compatibility.Alan Conway2009-05-051-5/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@771721 13f79535-47bb-0310-9956-ffa450edef68
* Add extra file to list of headers.Gordon Sim2009-05-051-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@771650 13f79535-47bb-0310-9956-ffa450edef68
* Add qmf agent project for Windows; fixes more of QPID-1731Stephen D. Huston2009-05-043-0/+419
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@771490 13f79535-47bb-0310-9956-ffa450edef68
* Add new files to client projectStephen D. Huston2009-05-042-1/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@771489 13f79535-47bb-0310-9956-ffa450edef68
* The certificates added here had expired :(.Rajith Muditha Attapattu2009-05-047-23/+21
| | | | | | | Adding new certificates with a longer expiry git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@771471 13f79535-47bb-0310-9956-ffa450edef68
* This is related to QPID-1839Rajith Muditha Attapattu2009-05-041-2/+12
| | | | | | | | | I added a timeout (that could be configured via qpid.ssl_timeout if needed) to notify the application, 1) if the broker fails to respond in a timely manner 2) if there was an error and the broker has already closed the connection. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@771470 13f79535-47bb-0310-9956-ffa450edef68
* Add missing file to CMakeAndrew Stitcher2009-05-041-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@771462 13f79535-47bb-0310-9956-ffa450edef68
* Add portability support for QMF agent, thanks to Pete McKinnon - partially ↵Stephen D. Huston2009-05-0411-34/+260
| | | | | | fixes QPID-1731 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@771457 13f79535-47bb-0310-9956-ffa450edef68
* Fix issue with python clients to cluster, mis handling of channel 0.Alan Conway2009-05-043-5/+9
| | | | | | | | cpp/src/qpid/client/ConnectionImpl.cpp: allow 0 as a valid channel identifier. python/qpid/connection.py: don't use 0 as a channel identifier. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@771452 13f79535-47bb-0310-9956-ffa450edef68