summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added an exclude list for ssl.Rajith Muditha Attapattu2009-05-132-1/+2
* This is a fix for QPID-1857Rajith Muditha Attapattu2009-05-131-0/+2
* Suppress the return of deleted objects for synchronous management get request...Ted Ross2009-05-131-12/+16
* This is a fix for QPID-1854Rajith Muditha Attapattu2009-05-131-0/+1
* This is a fix for QPID-1853. We now close the socket in the finnally block.Rajith Muditha Attapattu2009-05-131-0/+8
* updated imports to work on python 2.6Rafael H. Schloming2009-05-123-7/+14
* Fix typoAndrew Stitcher2009-05-121-1/+1
* QPID-1852 Removed thread unsafe code in LoggerAndrew Stitcher2009-05-128-38/+44
* git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@773933 13f79535-47bb-...Andrew Stitcher2009-05-120-0/+0
* QPID-1848 : fixed startup script on unix platformAndrea Gazzarini2009-05-121-20/+8
* Windows adjustments to run testsStephen D. Huston2009-05-111-2/+3
* Patch small probs building tests, examples on WindowsStephen D. Huston2009-05-114-22/+31
* Add --quit, --check for Windows; required fixing LockFile for WindowsStephen D. Huston2009-05-114-9/+77
* Reserve space for sequence id in args field table.Gordon Sim2009-05-111-3/+5
* Cmake fixes:Andrew Stitcher2009-05-117-10/+11
* QPID-1843 - Cleaned up the interface to the broker's internal management agent.Ted Ross2009-05-1147-288/+304
* Fix leak of Decoder map entries.Alan Conway2009-05-113-8/+10
* Added method to test validity of session object.Gordon Sim2009-05-113-0/+11
* Add examples building to cmake buildStephen D. Huston2009-05-0810-1/+227
* Optimize the qmf queries to only include the broker-embedded agents.Ted Ross2009-05-081-5/+11
* Fixed a minor typoTed Ross2009-05-081-1/+1
* Include non-keyword versions of the session classes for documentation of para...Jonathan Robie2009-05-081-1/+1
* Help 'make check' produce familiar outputStephen D. Huston2009-05-081-1/+1
* Fixed cluster store problem where second and subsequent cluster nodes (which ...Kim van der Riet2009-05-086-63/+83
* Use set for efficient insert/remove rather than list.Alan Conway2009-05-072-25/+9
* Changed name of environment var used in tests from TMPDIR to TMP_STORE_DIR to...Kim van der Riet2009-05-071-4/+4
* More work on cmake: Get many more tests working on Linux nowAndrew Stitcher2009-05-072-12/+62
* Modified the default message size to 1024 - I missed the default value for th...Rajith Muditha Attapattu2009-05-071-1/+1
* Modified the default message size to 1024 bytesRajith Muditha Attapattu2009-05-071-1/+1
* DeliveryRecord optimizations.Alan Conway2009-05-066-78/+46
* Added missing import from testlib.pyKim van der Riet2009-05-061-1/+1
* Added the ability to start and stop a test broker from within the python test...Kim van der Riet2009-05-061-2/+234
* Remove useless qpid/shared_ptr.h wrapper.Alan Conway2009-05-0624-100/+46
* Remove client::Execution and FrameSet from the public API.Alan Conway2009-05-0610-22/+16
* QPID-1841: make MC release tar files gzipped as filename indicates. Add licen...Robert Gemmell2009-05-061-2/+8
* Get the sense of the BUILD_ACL option the correct way roundAndrew Stitcher2009-05-051-2/+2
* Hack around the namespace pollution in QPID-1737Andrew Stitcher2009-05-056-15/+26
* Changed name of store switch environment variableKim van der Riet2009-05-051-24/+24
* Adjust lib settings and references to main qpid libsStephen D. Huston2009-05-052-42/+68
* Add Visuql Studio files for qmf-agent example; finishes QPID-1731 additionsStephen D. Huston2009-05-053-0/+434
* Added #include Thread.h for backwards compatibility.Alan Conway2009-05-051-5/+6
* Add extra file to list of headers.Gordon Sim2009-05-051-1/+2
* Add qmf agent project for Windows; fixes more of QPID-1731Stephen D. Huston2009-05-043-0/+419
* Add new files to client projectStephen D. Huston2009-05-042-1/+13
* The certificates added here had expired :(.Rajith Muditha Attapattu2009-05-047-23/+21
* This is related to QPID-1839Rajith Muditha Attapattu2009-05-041-2/+12
* Add missing file to CMakeAndrew Stitcher2009-05-041-0/+1
* Add portability support for QMF agent, thanks to Pete McKinnon - partially fi...Stephen D. Huston2009-05-0411-34/+260
* Fix issue with python clients to cluster, mis handling of channel 0.Alan Conway2009-05-043-5/+9
* LatenchTracker: a tool for measuring latencies.Alan Conway2009-05-043-8/+120