summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix ambiguous --report option in qpid_send, qpid_recv.Alan Conway2010-04-072-9/+9
* Fix compiler warnings "virtual function but no virtual destructor".Alan Conway2010-04-073-0/+8
* Extend qpid_send, qpid_recv to measure throughput and latency.Alan Conway2010-04-076-19/+319
* Added AbsTime::epoch()) constant to Time.h to provide a portable reference ti...Alan Conway2010-04-073-1/+10
* QPID-664: removed flush, added option to make sync non-blocking if so desiredGordon Sim2010-04-079-39/+35
* removed testReconnect's redelivered assertionsRafael H. Schloming2010-04-071-4/+5
* Fixed qpid-stat failure in cluster caseTed Ross2010-04-071-1/+1
* Be sure not to back off the beginning of rules in loadDecisionData(). Resolve...Stephen D. Huston2010-04-061-130/+139
* fixed resource leak when close throws an errorRafael H. Schloming2010-04-061-4/+6
* QPID-664: added method to release messagesGordon Sim2010-04-066-1/+47
* Remove non-portable @staticmethod from qpid/datatypes.pyAlan Conway2010-04-062-9/+7
* QPID-2482: prevent duplication of messages that match multiple binding keys o...Kenneth Anthony Giusti2010-04-062-2/+60
* Added qpid-cluster-store tool to examine & modify cluster store status.Alan Conway2010-04-063-0/+80
* verify broker UUID read from config fileKenneth Anthony Giusti2010-04-061-1/+5
* QPID-664: added param to control synchronous send and acknowledgeGordon Sim2010-04-0614-17/+36
* use set from compatRafael H. Schloming2010-04-061-0/+1
* QPID-2361: actually write out the required default virtualhost propertyRobert Gemmell2010-04-061-0/+1
* Documentation for High Level API.Jonathan Robie2010-04-061-0/+770
* QPID-2361: Fix to correctly set default virtualhost name in external configur...Robert Gemmell2010-04-052-0/+9
* Remove unnecessary reference to qpid/sys/Time.h to avoid pulling in boost on ...Andrew Stitcher2010-04-022-2/+1
* Add missing QPID_CLIENT_EXTERNs to fix build on Windows.Stephen D. Huston2010-04-011-4/+12
* make reconnect test always use plain transportRafael H. Schloming2010-04-011-2/+1
* added option to disable reconnect logging; fixed reconnect test to not loop f...Rafael H. Schloming2010-04-014-17/+21
* updated reconnect option names to match C++ APIRafael H. Schloming2010-04-016-12/+99
* QPID-664: minor adjustment to connection option namesGordon Sim2010-04-012-4/+4
* Update cluster store status with a single atomic write() operation.Alan Conway2010-04-019-110/+134
* Add missing QPID_COMMON_EXTERNs to fix build on Windows.Stephen D. Huston2010-04-012-5/+8
* Note merge info.Stephen D. Huston2010-04-010-0/+0
* QPID-2472: correction to count direction commentRobert Gemmell2010-04-011-2/+2
* QPID-2472: Correct log4j XML configuration commentsRobert Gemmell2010-04-011-26/+37
* Add a java-derby.0.10 test profileRobert Gemmell2010-04-011-0/+10
* QPID-2478: exclude testGetDestinationWithCustomExchange() from 0-8/9 runs aga...Robert Gemmell2010-04-013-1/+8
* QPID-2418: revert changes to testResubscribeWithChangedSelector()Robert Gemmell2010-04-011-11/+1
* Adapted test to an API change in qmf.console.Ted Ross2010-04-011-2/+2
* QPID-2261: update addressing, fix subscription refresh, remove old commentsKenneth Anthony Giusti2010-03-314-88/+46
* added SSL support to APIRafael H. Schloming2010-03-319-27/+159
* Merged the changes from the qmf-devel0.7a branch back to the trunk.Ted Ross2010-03-3137-928/+4035
* Removed config-sequence test from cluster_tests.py, functionality was removed.Alan Conway2010-03-311-23/+0
* Fix error in cluster_tests.py test_join_sub_sizeAlan Conway2010-03-311-1/+3
* QPID-2477: cleanup from patch by Jan SarenikGordon Sim2010-03-311-1/+0
* Cluster: remove un-necessary code for config-seq.Alan Conway2010-03-319-45/+14
* QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list cod...Gordon Sim2010-03-3148-954/+309
* Joining a cluster: don't push an empty store.Alan Conway2010-03-301-0/+1
* Fixed bug that caused a busy-wait if an item was pushed to a stopped queue.Alan Conway2010-03-301-1/+1
* Fix hanging failover_soak test.Alan Conway2010-03-303-6/+5
* Cluster logging improvements: log config changes in the deliver thread.Alan Conway2010-03-305-39/+53
* Remove dead PeriodicTimer code.Alan Conway2010-03-307-416/+0
* Fix intermittent failure of cluster_tests.py test_last_store_clean.Alan Conway2010-03-301-1/+6
* add support for QMF TYPE_LIST in engine, ruby and python wrappersKenneth Anthony Giusti2010-03-309-49/+254
* Rename Duration::INFINITE to Duration::FOREVER; resolves QPID-2475.Stephen D. Huston2010-03-306-17/+21