| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-2478: exclude testGetDestinationWithCustomExchange() from 0-8/9 runs aga... | Robert Gemmell | 2010-04-01 | 3 | -1/+8 |
| * | QPID-2418: revert changes to testResubscribeWithChangedSelector() | Robert Gemmell | 2010-04-01 | 1 | -11/+1 |
| * | Adapted test to an API change in qmf.console. | Ted Ross | 2010-04-01 | 1 | -2/+2 |
| * | QPID-2261: update addressing, fix subscription refresh, remove old comments | Kenneth Anthony Giusti | 2010-03-31 | 4 | -88/+46 |
| * | added SSL support to API | Rafael H. Schloming | 2010-03-31 | 9 | -27/+159 |
| * | Merged the changes from the qmf-devel0.7a branch back to the trunk. | Ted Ross | 2010-03-31 | 37 | -928/+4035 |
| * | Removed config-sequence test from cluster_tests.py, functionality was removed. | Alan Conway | 2010-03-31 | 1 | -23/+0 |
| * | Fix error in cluster_tests.py test_join_sub_size | Alan Conway | 2010-03-31 | 1 | -1/+3 |
| * | QPID-2477: cleanup from patch by Jan Sarenik | Gordon Sim | 2010-03-31 | 1 | -1/+0 |
| * | Cluster: remove un-necessary code for config-seq. | Alan Conway | 2010-03-31 | 9 | -45/+14 |
| * | QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list cod... | Gordon Sim | 2010-03-31 | 48 | -954/+309 |
| * | Joining a cluster: don't push an empty store. | Alan Conway | 2010-03-30 | 1 | -0/+1 |
| * | Fixed bug that caused a busy-wait if an item was pushed to a stopped queue. | Alan Conway | 2010-03-30 | 1 | -1/+1 |
| * | Fix hanging failover_soak test. | Alan Conway | 2010-03-30 | 3 | -6/+5 |
| * | Cluster logging improvements: log config changes in the deliver thread. | Alan Conway | 2010-03-30 | 5 | -39/+53 |
| * | Remove dead PeriodicTimer code. | Alan Conway | 2010-03-30 | 7 | -416/+0 |
| * | Fix intermittent failure of cluster_tests.py test_last_store_clean. | Alan Conway | 2010-03-30 | 1 | -1/+6 |
| * | add support for QMF TYPE_LIST in engine, ruby and python wrappers | Kenneth Anthony Giusti | 2010-03-30 | 9 | -49/+254 |
| * | Rename Duration::INFINITE to Duration::FOREVER; resolves QPID-2475. | Stephen D. Huston | 2010-03-30 | 6 | -17/+21 |
| * | added LICENSE.txt and NOTICE.txt | Rafael H. Schloming | 2010-03-30 | 6 | -0/+669 |
| * | updated address docs | Rafael H. Schloming | 2010-03-30 | 1 | -14/+16 |
| * | QPID-2360, QPID-2361: Restore the virtualhosts.xml file. When a virtualhosts.... | Robert Gemmell | 2010-03-30 | 33 | -842/+1500 |
| * | QPID-2417 , QPID-2418 , QPID-2449 : expand topic testing, specifically around... | Robert Gemmell | 2010-03-30 | 4 | -5/+392 |
| * | QPID-664: renamed headers as properties (to match python); added priority | Gordon Sim | 2010-03-29 | 14 | -29/+44 |
| * | QPID-2406: a more explicit solution for durations in the messaging api | Gordon Sim | 2010-03-29 | 15 | -41/+102 |
| * | QPID-664: move Variant and Uuid from messaging to types namespace | Gordon Sim | 2010-03-29 | 53 | -391/+419 |
| * | Raise ClusterTimer lateness threshold to reduce noisy warnings. | Alan Conway | 2010-03-29 | 2 | -1/+4 |
| * | QPID-2465: Set javac includeantruntime property in build files | Robert Gemmell | 2010-03-29 | 4 | -4/+4 |
| * | Move ManagementAgent class statics to be file static to avoid exposing their ... | Andrew Stitcher | 2010-03-26 | 2 | -10/+7 |
| * | QPID-2454 Messages set with a TTL expire immediately when sent on qpid queues... | Carl C. Trieloff | 2010-03-26 | 1 | -0/+1 |
| * | Fix race condition causing deadlock in cluster_tests.py, failover_test. | Alan Conway | 2010-03-26 | 2 | -22/+21 |
| * | form compat uuid generation, use a random number generator that is initialize... | Rafael H. Schloming | 2010-03-26 | 1 | -2/+4 |
| * | Added Java JMS selector syntax to client. Fixed pointers to Java JMS Client e... | Jonathan Robie | 2010-03-25 | 4 | -3/+92 |
| * | Default to "/dev/null" if os.devnull doese not exist. Hopefully now it will w... | Rafael H. Schloming | 2010-03-25 | 1 | -1/+1 |
| * | Re-eneable run_long_cluster_tests. | Alan Conway | 2010-03-25 | 4 | -20/+21 |
| * | Use portable "/dev/null" to allow this to run on Windows as well. | Stephen D. Huston | 2010-03-25 | 1 | -1/+1 |
| * | Fix "Ignoring frame while closing connection" warnings in a cluster broker gi... | Alan Conway | 2010-03-25 | 1 | -1/+4 |
| * | Fix "Session was not closed cleanly" warnings in a cluster broker giving an u... | Alan Conway | 2010-03-25 | 1 | -4/+4 |
| * | More generous overrun threshold for cluster timer to avoid excessive warnings. | Alan Conway | 2010-03-25 | 3 | -16/+26 |
| * | Disable run_long_cluster_tests from make check-long until failures are fixed. | Alan Conway | 2010-03-25 | 1 | -1/+0 |
| * | Add missing qpidxarm.dll and plug-ins to installer; resolves QPID-2467. | Stephen D. Huston | 2010-03-25 | 5 | -25/+95 |
| * | Remove inadvertent version change. | Stephen D. Huston | 2010-03-24 | 1 | -1/+1 |
| * | Add another HintPath for the WCF Channel DLLs; resolves QPID-2468. | Stephen D. Huston | 2010-03-24 | 5 | -1/+6 |
| * | Add missing BOOST_ALL_DYN_LINK macro settings; merged in from 0.6-release-win... | Stephen D. Huston | 2010-03-24 | 1 | -4/+4 |
| * | Fix resource leaks in cluster_tests, add 5 minute test run to make check-long. | Alan Conway | 2010-03-24 | 3 | -43/+54 |
| * | QPID-664: Updates to address options to stay in-line with python client chang... | Gordon Sim | 2010-03-24 | 5 | -356/+376 |
| * | Correct bitmaps for Wix-based installer. | Stephen D. Huston | 2010-03-23 | 5 | -2/+2 |
| * | Added test case for QPID-2242 using a custom exchange to verify the fix. | Rajith Muditha Attapattu | 2010-03-23 | 1 | -0/+43 |
| * | Initial Windows installer builder combining C++ and WCF components in a WiX-b... | Stephen D. Huston | 2010-03-23 | 9 | -3/+699 |
| * | Added a jndi file, README and log4j file needed for testkit. | Rajith Muditha Attapattu | 2010-03-23 | 3 | -0/+216 |