summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-1897 - Patch from Julien Lavigne du CadetTed Ross2009-07-062-3/+59
* Make up-to-date check for generated files look in binary dir. On Windows, don...Stephen D. Huston2009-07-021-7/+25
* Update cluster requirements to mention corosync.Alan Conway2009-07-021-4/+5
* Don't try to unset MEMORYCHECK_COMMAND - jut leave it if not neededStephen D. Huston2009-07-021-2/+0
* Federation: Propagation of dynamic bindings is now done on the thread servici...Ted Ross2009-07-026-14/+30
* Bumped the libtool version information for the C++ libraries.Ted Ross2009-07-021-2/+2
* QPID-1965: use transacted send since we *really need* the messages to beAidan Skinner2009-07-021-2/+6
* Fix make build to generate code into the build treeAndrew Stitcher2009-07-023-17/+17
* Fix cmake build for recent gnu ld which needs all libs used by prog andAndrew Stitcher2009-07-023-7/+32
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-019-38/+81
* Prevent broker thread blocking while SSL handshake completes.Gordon Sim2009-07-011-2/+0
* Enabled tests, corrected Boost lib locatorsStephen D. Huston2009-07-013-33/+22
* Fix for cluster_test problems: a) When not started from within test dir, qpid...Kim van der Riet2009-07-015-203/+226
* Turn on AlertingTest again.Aidan Skinner2009-07-011-2/+0
* Author: Martin Ritchie <ritchiem@apache.org>Aidan Skinner2009-07-012-2/+192
* QPID-1963: hold lock across TopicExchange::isBound() methodGordon Sim2009-07-011-0/+1
* Fix members joining cluster while cluster is handling client errors.Alan Conway2009-07-0113-39/+249
* fixed hang in SSL client, ssl profile still fails due to port conflicts, but ...Rafael H. Schloming2009-07-013-15/+25
* QPID-1964 Author: Jan Sarenik <jsarenik@redhat.com>Aidan Skinner2009-07-011-5/+5
* Fix cluster race condition with connections closed by broker while in use.Alan Conway2009-06-3011-59/+81
* cleaned up extraneous whitespaceRafael H. Schloming2009-06-302-83/+83
* Removed installation lines that were redundant with the nobase_include_HEADER...Ted Ross2009-06-301-3/+0
* Remove duplicate entries in generated makefile fragment src/rubygen.mk.Alan Conway2009-06-301-2/+3
* Add some ring queue tests to make check-long (fix script to use QPID_PORT cor...Gordon Sim2009-06-303-6/+44
* Minor test env name cleanup which syncs with changes to storeKim van der Riet2009-06-292-9/+9
* QPID-1962: Lookup hostname, don't rely on localhost being canonical for 127.0...Aidan Skinner2009-06-291-2/+2
* Backout last change to test scriptGordon Sim2009-06-291-1/+1
* Have receivers in test ignore duplicates (makes it possible to recover from c...Gordon Sim2009-06-291-1/+1
* Added extra test script for testing ring queues plus a random data generation...Gordon Sim2009-06-293-0/+274
* Fixed the formatting of error messages written in the connection exception ha...Ted Ross2009-06-291-2/+2
* Update with more concise instructions.Aidan Skinner2009-06-291-1/+2
* In isInline() don't try to take address of a vector w/o storage yet; fixes QP...Stephen D. Huston2009-06-261-0/+4
* Take dirpath off of plugin name to load; fixes QPID-1959Stephen D. Huston2009-06-261-2/+2
* Export callMe on Windows; fixes QPID-1958Stephen D. Huston2009-06-261-1/+5
* Fix out-of-range vector access; fixes QPID-1957Stephen D. Huston2009-06-261-1/+2
* QPID-1948 - Changes to the java consle as a result of a code generated front ...Ted Ross2009-06-268-598/+674
* Turn off org.apache.qpid.server.store.PersistentStoreTest for the C++ brokerAidan Skinner2009-06-261-0/+3
* Forgot to add this fileAidan Skinner2009-06-261-0/+1
* Added --timeout options to cli tools.Ted Ross2009-06-267-32/+74
* Put the default test profile back to using MemoryMessageStore for now, add ja...Aidan Skinner2009-06-268-7/+153
* Update build instructions to describe CMake build mechanismStephen D. Huston2009-06-251-26/+47
* Added const to the Uuid constructor argument.Ted Ross2009-06-252-5/+5
* Require exact match for environment variables before they are interpreted as ...Gordon Sim2009-06-251-1/+2
* Added one missing trace logTed Ross2009-06-251-1/+2
* Added debug logs to the embedded broker agentTed Ross2009-06-251-8/+59
* Added qpid_ping: a simple client to verify broker responsiveness.Alan Conway2009-06-252-0/+120
* added system properties to control declaration of exchanges and queuesRafael H. Schloming2009-06-241-2/+14
* Disable test until i fix it tomorrow morningAidan Skinner2009-06-241-0/+1
* QPID-1921: Add new test case for persistent storage modules.Aidan Skinner2009-06-241-0/+149
* Fixed bug in decoding field tables (maps)Ted Ross2009-06-231-1/+10