index
:
delta/python-packages/qpid-python.git
0.10
0.12
0.14
0.16
0.18
0.20
0.22
0.24
0.26
0.28
0.30
0.32
0.32.x
0.5-fix
0.5-release
0.5.x-dev
0.6-release
0.6-release-windows-installer
0.8-release-candidates
M1
M2
M2.0.0.0_patch
M2.1-release
M2.1.1
M2.1.x
M2.x
M3-release
M4-RCs
QPID-2519
QPID-3216
QPID-3799-acl
QPID-4659
QPID-5048-maven3-build
QPID-5496_default_groups
QPID-5610-maven3-build-qmf-tools
QPID-6125-ProtocolRefactoring
QPID-6262-JavaBrokerNIO
aconway-amqp-tx
address-refactor
address-refactor2
asyncstore
broker-queue-refactor
client_restructure
cmake
deleteme
dep_removal
event-queue-2006-12-20
forrest-site
grkvlt-network-20101013
grkvlt-network-20110301
grkvlt-network-review
gs-amqp-1-0-sandbox
help
java-broker-0-10
java-broker-amqp-1-0-management
java-broker-bdb-ha
java-broker-bdb-ha2
java-broker-config-qpid-4390
java-broker-config-store-changes
java-broker-vhost-refactor
java-config-and-management
java-network-refactor
java.multi_version
jmsselectors
jmx_mc_gsoc09
kwall_030_tmp
linearstore
mcpierce-QPID-4719
mgmt-devel
new_persistence
perftesting
perftesting_persistent
pre-M3
qmf-devel0.7
qmf-devel0.7a
qmfv2
qpid-1673
qpid-2393
qpid-2920
qpid-2920-1
qpid-2920-active
qpid-2920-standby
qpid-2935
qpid-3079
qpid-3163
qpid-3346
qpid-3603
qpid-3603-2
qpid-3603-3
qpid-3603-4
qpid-3603-5
qpid-3603-6
qpid-3603-7
qpid-3603-kgiusti
qpid-3606
qpid-3767
qpid-3890
qpid-3902
qpid-4631
qpid-530
qpid-cpp-0.34-rc
qpid-cpp-0.34-rc-winpkg
qpid.0-10
qpid.0-9
qpid.rnr
rajith_jms_client
rajith_tmp
rg-amqp-1-0-sandbox
thegreatmerge
trunk
win-pollable-condition
git.apache.org: qpid.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extend qpid_send, qpid_recv to measure throughput and latency.
Alan Conway
2010-04-07
5
-19
/
+317
*
Added AbsTime::epoch()) constant to Time.h to provide a portable reference ti...
Alan Conway
2010-04-07
3
-1
/
+10
*
QPID-664: removed flush, added option to make sync non-blocking if so desired
Gordon Sim
2010-04-07
9
-39
/
+35
*
Be sure not to back off the beginning of rules in loadDecisionData(). Resolve...
Stephen D. Huston
2010-04-06
1
-130
/
+139
*
QPID-664: added method to release messages
Gordon Sim
2010-04-06
6
-1
/
+47
*
QPID-2482: prevent duplication of messages that match multiple binding keys o...
Kenneth Anthony Giusti
2010-04-06
2
-2
/
+60
*
verify broker UUID read from config file
Kenneth Anthony Giusti
2010-04-06
1
-1
/
+5
*
QPID-664: added param to control synchronous send and acknowledge
Gordon Sim
2010-04-06
14
-17
/
+36
*
Remove unnecessary reference to qpid/sys/Time.h to avoid pulling in boost on ...
Andrew Stitcher
2010-04-02
2
-2
/
+1
*
Add missing QPID_CLIENT_EXTERNs to fix build on Windows.
Stephen D. Huston
2010-04-01
1
-4
/
+12
*
QPID-664: minor adjustment to connection option names
Gordon Sim
2010-04-01
2
-4
/
+4
*
Update cluster store status with a single atomic write() operation.
Alan Conway
2010-04-01
8
-110
/
+127
*
Add missing QPID_COMMON_EXTERNs to fix build on Windows.
Stephen D. Huston
2010-04-01
2
-5
/
+8
*
Adapted test to an API change in qmf.console.
Ted Ross
2010-04-01
1
-2
/
+2
*
Merged the changes from the qmf-devel0.7a branch back to the trunk.
Ted Ross
2010-03-31
33
-620
/
+2620
*
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
8
-32
/
+252
*
Rename Duration::INFINITE to Duration::FOREVER; resolves QPID-2475.
Stephen D. Huston
2010-03-30
6
-17
/
+21
*
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
*
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
1
-1
/
+1
*
Re-eneable run_long_cluster_tests.
Alan Conway
2010-03-25
3
-20
/
+20
*
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
1
-3
/
+2
*
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
2
-7
/
+10
*
QPID-664: Updates to address options to stay in-line with python client chang...
Gordon Sim
2010-03-24
5
-356
/
+376
*
Initial Windows installer builder combining C++ and WCF components in a WiX-b...
Stephen D. Huston
2010-03-23
1
-3
/
+73
*
Defer Poller creation in ConnectionImpl IOThread from creation to first use.
Alan Conway
2010-03-23
1
-3
/
+6
*
Install/stage generated api docs to docs/api/html. Resolves QPID-2463.
Stephen D. Huston
2010-03-23
1
-1
/
+1
*
Add messaging drain and spout examples.
Stephen D. Huston
2010-03-22
1
-0
/
+12
*
Fix error in path to amqp.xml in configure.ac.
Alan Conway
2010-03-22
1
-2
/
+1
*
Get qpid source on the cmdline
Andrew Stitcher
2010-03-22
1
-17
/
+68
[next]