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
Commit message (
Expand
)
Author
Age
Files
Lines
*
I am reverting a change made by martin on rev 942098 (QPID-2586) as the 0-10 ...
Rajith Muditha Attapattu
2010-05-14
1
-1
/
+1
*
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
*
Removing the examples under this folder as they are not written against a pro...
Rajith Muditha Attapattu
2010-05-14
14
-1164
/
+0
*
There are a number of test failures under the various cpp test profiles.
Rajith Muditha Attapattu
2010-05-14
1
-0
/
+15
*
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
*
Added callouts for C++ and Python examples. Attempted formatting for WCF exam...
Jonathan Robie
2010-05-12
1
-300
/
+248
*
Added WCF section by applying Cliff Jansen's patch (see https://issues.apache...
Jonathan Robie
2010-05-12
1
-16
/
+469
*
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
*
Two fixes for qmf.console:
Ted Ross
2010-05-12
1
-27
/
+45
*
Fixes to new API impl to support failover.
Alan Conway
2010-05-12
3
-16
/
+20
*
Delay generating URL in cluster till global constructors to handle multi-prot...
Alan Conway
2010-05-12
2
-11
/
+14
*
This commit contains a fix for QPID-2600
Rajith Muditha Attapattu
2010-05-12
3
-61
/
+72
*
QPID-2599
Rajith Muditha Attapattu
2010-05-11
11
-499
/
+0
*
Commiting a patch by Emmanuel Bourg attached to QPID-2594
Rajith Muditha Attapattu
2010-05-11
17
-47
/
+81
*
Added missing EXTERNs for Windows
Ted Ross
2010-05-11
1
-2
/
+2
*
QPID-664: Fix failover updates to set correct option name; clear list valued ...
Gordon Sim
2010-05-11
2
-1
/
+3
*
Support for multiple protocols in qpid::Url.
Alan Conway
2010-05-11
27
-212
/
+181
*
QPID-664: Add default constructor for Connection; add option to set url on ex...
Gordon Sim
2010-05-11
3
-5
/
+18
*
QPID-664: Fix bug preventing re-establishment of credit on reconnect
Gordon Sim
2010-05-11
1
-1
/
+1
*
QPID-2589 - Applied patch from Chuck Rolke.
Ted Ross
2010-05-10
29
-0
/
+2451
*
qmf: bugfix - remove parse of non-present supertype field
Kenneth Anthony Giusti
2010-05-10
1
-1
/
+1
*
qmf: add class accessors for event schema - parity with class schema
Kenneth Anthony Giusti
2010-05-10
2
-0
/
+23
*
This is a fix for QPID-2559
Rajith Muditha Attapattu
2010-05-08
1
-2
/
+2
*
Added sizing the replay buffer.
Jonathan Robie
2010-05-07
1
-9
/
+32
*
Added description to avoid an empty cell.
Jonathan Robie
2010-05-07
1
-0
/
+1
*
Added note that mentions our JMS maps can nest.
Jonathan Robie
2010-05-07
1
-1
/
+1
*
Get the type names right ...
Jonathan Robie
2010-05-07
1
-10
/
+10
*
Added a timeout when checking for broker start.
Rajith Muditha Attapattu
2010-05-07
1
-1
/
+8
*
One more fix in types table
Jonathan Robie
2010-05-07
1
-3
/
+3
*
Changes from today's discussion on map type tables.
Jonathan Robie
2010-05-07
1
-146
/
+152
*
Skip cluster_python_tests if cluster services are not running.
Alan Conway
2010-05-07
1
-1
/
+3
*
Increase retry timeout, previous value was causing occasional invald test fai...
Alan Conway
2010-05-07
1
-1
/
+1
*
QPID-1447 : Forgot git can't delete empty folders
Martin Ritchie
2010-05-07
0
-0
/
+0
[next]