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
...
*
Make sure that Rdma::Listener can generate no more callbacks after it receives
Andrew Stitcher
2010-10-12
1
-0
/
+12
*
If we have already stopped an Rdma connection, but we still get a data event
Andrew Stitcher
2010-10-12
1
-0
/
+3
*
Handle Rdma Flush events - instead of reporting to the application just
Andrew Stitcher
2010-10-12
1
-0
/
+16
*
Fix Rdma test server so that you can interrupt it again (since making
Andrew Stitcher
2010-10-12
1
-3
/
+9
*
Catch uncaught exceptions thrown by DispatchHandle callbacks instead of letting
Andrew Stitcher
2010-10-12
1
-0
/
+7
*
QPID-2898: when UUID is null, return null instead of doing String.valueOf()
Robert Gemmell
2010-10-11
1
-1
/
+4
*
Converted four files from DOS format to Unix format to match all of the other
Ted Ross
2010-10-11
4
-1335
/
+1335
*
QPID-2866 Remove unneeded build files and directory
Charles E. Rolke
2010-10-11
3
-433
/
+0
*
QPID-2865 Cpp messaging examples compile problems for x64.
Charles E. Rolke
2010-10-11
6
-12
/
+12
*
QPID-2863
Charles E. Rolke
2010-10-11
2
-156
/
+0
*
QPID-2863 Propagate WinSDK Build Version numbers to the Messaging .NET Binding
Charles E. Rolke
2010-10-11
5
-4
/
+169
*
QPID-2895 Qpid Windows Messaging .NET Binding does not work in release mode.
Charles E. Rolke
2010-10-11
17
-408
/
+808
*
Registers the amq.failover exchange in the management exchange.
Jonathan Robie
2010-10-08
5
-14
/
+23
*
Apply patch from QPID-2415 describing SSL use on Windows.
Stephen D. Huston
2010-10-08
1
-0
/
+54
*
Fix session-shutdown-after-failure so it does not cause a segfault.
Ted Ross
2010-10-07
2
-6
/
+9
*
Add explicit node-type declaration for receivers.
Ted Ross
2010-10-07
1
-4
/
+6
*
Update new cluster design: no longer planning to use MessageStore interface.
Alan Conway
2010-10-07
1
-36
/
+26
*
The receiver was only counting messages if dups check was on.
Rajith Muditha Attapattu
2010-10-06
1
-0
/
+5
*
Added more test cases to cover failover.
Rajith Muditha Attapattu
2010-10-05
1
-12
/
+96
*
Cluster benchmark test script. Improvements to qpid-cpp-bencmhark.
Alan Conway
2010-10-04
3
-14
/
+68
*
Allows browsing of exclusive queues held by another session.
Jonathan Robie
2010-10-04
2
-1
/
+21
*
QPID-2749: Revert changes due to performance issues
Andrew Donald Kennedy
2010-10-04
2
-2
/
+2
*
QPID-2892: Catch Exception on signal handler failure
Andrew Donald Kennedy
2010-10-03
1
-1
/
+1
*
QPID-2839 Add channel (CHN) Operational Loggin on 0-10
Andrew Donald Kennedy
2010-10-03
5
-28
/
+58
*
QPID-2835 Implement CON Operational Logging on 0-10
Andrew Donald Kennedy
2010-10-03
14
-64
/
+129
*
Fixes two bugs for ring queue policies that involve size.
Jonathan Robie
2010-10-01
3
-22
/
+125
*
QPID-2857: Fix issue identified by running FindBugs across the codebase. Clos...
Robert Gemmell
2010-10-01
1
-4
/
+11
*
Improvements to output & message distribution for qpid-cpp-benchmark.
Alan Conway
2010-09-30
4
-6
/
+11
*
Add missing files to EXTRA_DIST.
Alan Conway
2010-09-30
1
-2
/
+6
*
qpid-test-cluster: script to start a multi-host test cluster.
Alan Conway
2010-09-30
3
-1
/
+97
*
Extending qpid-cpp-benchmark for cluster testing
Alan Conway
2010-09-30
2
-42
/
+74
*
Add missing cluster test scripts to EXTRA_DIST.
Alan Conway
2010-09-30
1
-1
/
+2
*
QPID-2888: qmf v2 agent will republish all data on broker reconnect.
Kenneth Anthony Giusti
2010-09-30
2
-6
/
+10
*
QPID-2857: Fix issue identified by running FindBugs across the codebase. Rele...
Robert Gemmell
2010-09-30
1
-19
/
+22
*
Added the ability to load the store module via installed rpms or using an exp...
Rajith Muditha Attapattu
2010-09-30
2
-122
/
+74
*
A connection listener is set to all connections, to catch any connection leve...
Rajith Muditha Attapattu
2010-09-30
1
-2
/
+10
*
QPID-2857: close the input stream used when loading properties files for JNDI...
Robert Gemmell
2010-09-29
1
-1
/
+10
*
Remove defunct old script
Robert Gemmell
2010-09-29
1
-22
/
+0
*
Added a failover test case that uses durable subscriptions.
Rajith Muditha Attapattu
2010-09-29
1
-1
/
+37
*
Improved the error handling and modified the parameters to pass in an address...
Rajith Muditha Attapattu
2010-09-29
1
-30
/
+47
*
Modified the Sender and Receiver to work with the new addressing strings.
Rajith Muditha Attapattu
2010-09-29
3
-130
/
+103
*
new-cluster-design.txt: added note on async replication.
Alan Conway
2010-09-28
1
-6
/
+21
*
Ensure that a rejected message is also dequeued.
Jonathan Robie
2010-09-28
1
-0
/
+2
*
ignore all files (except the already versioned README.txt) in cobertura and f...
Robert Gemmell
2010-09-28
0
-0
/
+0
*
QPID-2834: Implement subscriptions (SUB) operational logging on 0-10
Andrew Donald Kennedy
2010-09-28
1
-1
/
+6
*
sign grkvlt@apache.org
Robert Gemmell
2010-09-27
1
-26
/
+39
*
QPID-2857: Remove the FindBugs binarys from the repository and add instructio...
Robert Gemmell
2010-09-27
34
-1480
/
+39
*
add missing Apache licence
Robert Gemmell
2010-09-27
1
-1
/
+21
*
QPID-2862: immediately cancel a pending getObjects or method call if the brok...
Kenneth Anthony Giusti
2010-09-27
1
-12
/
+32
*
Signed robbie@apache.org, added grkvlt@apache.org keys
Andrew Donald Kennedy
2010-09-27
1
-25
/
+72
[prev]
[next]