summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* Extend qpid_send, qpid_recv to measure throughput and latency.Alan Conway2010-04-075-19/+317
* Added AbsTime::epoch()) constant to Time.h to provide a portable reference ti...Alan Conway2010-04-072-0/+6
* QPID-664: removed flush, added option to make sync non-blocking if so desiredGordon Sim2010-04-076-34/+24
* Be sure not to back off the beginning of rules in loadDecisionData(). Resolve...Stephen D. Huston2010-04-061-130/+139
* QPID-664: added method to release messagesGordon Sim2010-04-065-0/+39
* QPID-2482: prevent duplication of messages that match multiple binding keys o...Kenneth Anthony Giusti2010-04-062-2/+60
* 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-069-8/+22
* QPID-664: minor adjustment to connection option namesGordon Sim2010-04-011-3/+3
* Update cluster store status with a single atomic write() operation.Alan Conway2010-04-018-110/+127
* Adapted test to an API change in qmf.console.Ted Ross2010-04-011-2/+2
* Merged the changes from the qmf-devel0.7a branch back to the trunk.Ted Ross2010-03-3117-522/+1963
* 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-318-44/+14
* QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list cod...Gordon Sim2010-03-3125-525/+166
* 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-304-38/+50
* 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-302-22/+158
* Rename Duration::INFINITE to Duration::FOREVER; resolves QPID-2475.Stephen D. Huston2010-03-302-2/+2
* QPID-664: renamed headers as properties (to match python); added priorityGordon Sim2010-03-2911-22/+33
* QPID-2406: a more explicit solution for durations in the messaging apiGordon Sim2010-03-2911-29/+79
* QPID-664: move Variant and Uuid from messaging to types namespaceGordon Sim2010-03-2934-62/+86
* Raise ClusterTimer lateness threshold to reduce noisy warnings.Alan Conway2010-03-292-1/+4
* Move ManagementAgent class statics to be file static to avoid exposing their ...Andrew Stitcher2010-03-261-4/+7
* QPID-2454 Messages set with a TTL expire immediately when sent on qpid queues...Carl C. Trieloff2010-03-261-0/+1
* Fix race condition causing deadlock in cluster_tests.py, failover_test.Alan Conway2010-03-261-1/+1
* Re-eneable run_long_cluster_tests.Alan Conway2010-03-253-20/+20
* Fix "Ignoring frame while closing connection" warnings in a cluster broker gi...Alan Conway2010-03-251-1/+4
* Fix "Session was not closed cleanly" warnings in a cluster broker giving an u...Alan Conway2010-03-251-4/+4
* More generous overrun threshold for cluster timer to avoid excessive warnings.Alan Conway2010-03-253-16/+26
* Disable run_long_cluster_tests from make check-long until failures are fixed.Alan Conway2010-03-251-1/+0
* Fix resource leaks in cluster_tests, add 5 minute test run to make check-long.Alan Conway2010-03-242-7/+10
* QPID-664: Updates to address options to stay in-line with python client chang...Gordon Sim2010-03-243-282/+329
* Initial Windows installer builder combining C++ and WCF components in a WiX-b...Stephen D. Huston2010-03-231-3/+73
* Defer Poller creation in ConnectionImpl IOThread from creation to first use.Alan Conway2010-03-231-3/+6
* Make sure the client library Poller is created on library load before anythin...Andrew Stitcher2010-03-221-0/+9
* QPID-664: Prevent dangling pointers when receiver/sender handles stay in scop...Gordon Sim2010-03-199-30/+36
* QPID-2452: Fixed control over the encoding used when sending a string valued ...Gordon Sim2010-03-185-6/+72
* Remove un-necessary Version.h.cmakeAlan Conway2010-03-172-48/+0
* Updated cmake build to pick up version from QPID_VERSION.txt.Alan Conway2010-03-172-0/+47
* Fixed previous broken change which attempted to get version at configuration ...Andrew Stitcher2010-03-171-6/+2
* C++ automake build picks up version number from qpid/QPID_VERSION.txt.Alan Conway2010-03-171-1/+1
* workaround for BZ 570168 ( see comment in code )Michael Goulish2010-03-171-1/+12
* Fix missing source files in distribution.Alan Conway2010-03-161-2/+5