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
*
Replaced the earlier-removed init function (in ManagementAgent.h) that uses
Ted Ross
2010-05-25
7
-5
/
+192
*
Removed sasl test db creation from the Makefile logic, and simply put it into...
Michael Goulish
2010-05-25
4
-33
/
+24
*
QPID-2617: Fix new sasl test setup for vpath builds (patch from Mick Goulish)
Gordon Sim
2010-05-25
1
-1
/
+1
*
Disable new sasl testing if SASL version is less than 2.1.22.
Michael Goulish
2010-05-24
2
-0
/
+8
*
The cmake build caught my omission of this unused arg.
Michael Goulish
2010-05-24
1
-1
/
+1
*
Jira QPID-2617 -- make sasl-based tests config files relocatable
Michael Goulish
2010-05-24
13
-46
/
+223
*
Changed the names of tests which are installed in /usr/bin/ to be prefixed wi...
Kim van der Riet
2010-05-24
15
-90
/
+90
*
QMF: add bindEvent api to allow filtering of unsolicted events.
Kenneth Anthony Giusti
2010-05-21
7
-1
/
+105
*
Fix broker core dump during start-up caused by un-initialized mAgent pointer.
Alan Conway
2010-05-21
1
-0
/
+1
*
Added setEncoding call to strings encoded from maps and lists. Encoding is "...
Ted Ross
2010-05-21
1
-0
/
+1
*
QMF: provide event filter api for python console
Kenneth Anthony Giusti
2010-05-20
2
-11
/
+37
*
Removed the logic in the broker's management agent that detected name collisi...
Ted Ross
2010-05-20
4
-115
/
+37
*
Correct class/struct reference; resolves compile warning on Windows.
Stephen D. Huston
2010-05-19
1
-1
/
+1
*
Prevent race between shutdown() and release() resulting in attempt to close d...
Gordon Sim
2010-05-19
1
-3
/
+12
*
Fix RDMA for upstream changes which now require notification on shutdown
Andrew Stitcher
2010-05-18
6
-85
/
+209
*
Fix the behaviour of the EpollPoller when shutdowns and interrupts interact
Andrew Stitcher
2010-05-18
2
-14
/
+56
*
QMF: allow consoles to filter agent heartbeats based on agent identification.
Kenneth Anthony Giusti
2010-05-18
2
-5
/
+33
*
Added locking to make amqp_0_10::SenderImpl thread safe.
Alan Conway
2010-05-18
2
-11
/
+38
*
QPID-2612: Fix to windows build from Chuck Rolke
Gordon Sim
2010-05-18
13
-169
/
+169
*
QPID-2612: remove undesired char from makefile introduced by accident in last...
Gordon Sim
2010-05-18
1
-1
/
+1
*
QPID-2612: remove qpidtypes lib as it causes problems on windows
Gordon Sim
2010-05-18
3
-25
/
+16
*
Fix retry logic in ConnectionImpl::newSession.
Alan Conway
2010-05-17
1
-8
/
+9
*
Use new API clients qpid_send, qpid_receive instead of sender/receiver in bro...
Alan Conway
2010-05-17
1
-1
/
+3
*
Fix for "Assertion `!mcastSentButNotReceived' failed." in cluster tests.
Alan Conway
2010-05-17
1
-15
/
+22
*
FailoverUpdates.h is no longer in the qpid messaging dir (from r943975); remo...
Stephen D. Huston
2010-05-17
1
-1
/
+0
*
Added support for user/pass@ syntax in Url.
Alan Conway
2010-05-17
3
-7
/
+52
*
QPID-2605: Fix to fragmentation logic for delivered messages
Gordon Sim
2010-05-17
1
-3
/
+1
*
QPID-2588: Prevent queue being destroyed while still in use.
Gordon Sim
2010-05-15
5
-13
/
+68
*
Fix errors when new API Receiver is closed while in use.
Alan Conway
2010-05-14
3
-32
/
+41
*
QPID-664: separate out the messaging API into its own library
Gordon Sim
2010-05-14
7
-36
/
+65
*
Skip cluster part of ssl_test if cluster not enabled.
Alan Conway
2010-05-14
1
-0
/
+2
*
This reverts r736810. In my testing (admittedly limited) I did not observe an...
Gordon Sim
2010-05-14
2
-33
/
+10
*
Removed references to non-existent test run_cluster_authentication_soak
Alan Conway
2010-05-14
1
-2
/
+1
*
QPID-2589
Ted Ross
2010-05-14
9
-0
/
+431
*
QPID-2589 - Patch from Chuck Rolke that exposes structured message content (m...
Ted Ross
2010-05-14
2
-1
/
+528
*
Initial multi-thread unit test for messaging API.
Alan Conway
2010-05-14
8
-10
/
+132
*
Move helper classes/functions from MessagingSessionTests.cpp to MessagingFixt...
Alan Conway
2010-05-14
2
-170
/
+216
*
Add missing "public" qualifier to exception inheritance.
Alan Conway
2010-05-14
1
-15
/
+15
*
Cluster + Security
Michael Goulish
2010-05-14
20
-32
/
+568
*
QPID-2588: Ensure we do not make calls on store for a given queue once it has...
Gordon Sim
2010-05-13
4
-2
/
+13
*
Moved FailoverUpdates to qpid::messaging namespace.
Alan Conway
2010-05-13
6
-31
/
+21
*
New API clients failover in a cluster with SSL connections.
Alan Conway
2010-05-13
4
-38
/
+83
*
Fix deadlocks & thread safety in new API classes.
Alan Conway
2010-05-13
10
-64
/
+115
*
Fix typo in namespace close comments
Stephen D. Huston
2010-05-13
1
-2
/
+1
*
Transfer TCP code changes to RDMA code
Andrew Stitcher
2010-05-13
1
-6
/
+7
*
Rearrange RDMA wrapper class code so that the interface and implementation
Andrew Stitcher
2010-05-13
7
-384
/
+463
*
Allow rdma_disconnect() to fail with EINVAL as it appears
Andrew Stitcher
2010-05-13
2
-2
/
+12
*
Remove incorrect optimization in Logger.
Alan Conway
2010-05-12
2
-4
/
+3
*
Added a few more test cases for acl file format.
Rajith Muditha Attapattu
2010-05-12
1
-3
/
+26
*
Fixes to new API impl to support failover.
Alan Conway
2010-05-12
3
-16
/
+20
[next]