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
/
qpid
/
cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix version info
Alan Conway
2010-06-18
7
-30
/
+11
*
Refer to FailoverUpdatesImpl as the struct it is, not a class. Removes compil...
Stephen D. Huston
2010-06-17
1
-1
/
+1
*
Consistent comparison of unsigned values; clarify usage as well as removing p...
Stephen D. Huston
2010-06-17
1
-1
/
+2
*
Change warning C4996 from level 1 to level 4. This is the "warning C4996: 'st...
Stephen D. Huston
2010-06-17
2
-1
/
+9
*
Allow libraries to be independently versioned in the autotools build.
Alan Conway
2010-06-17
9
-41
/
+52
*
Bug 603835 - cluster_tests.test_management failing.
Alan Conway
2010-06-16
6
-37
/
+53
*
remove assertion for condition that is in fact valid (the callback could have...
Gordon Sim
2010-06-16
1
-2
/
+0
*
Nix a compile warning on Windows about converting int to bool.
Stephen D. Huston
2010-06-16
1
-1
/
+1
*
QPID-2589 - Patch from Chuck Rolke
Ted Ross
2010-06-15
36
-92
/
+1879
*
QPID-2670: copy-on-write when tagging message for loop detection
Gordon Sim
2010-06-15
6
-4
/
+29
*
This change is a partial fix for the problem of long cluster failovers. This...
Michael Goulish
2010-06-15
1
-1
/
+3
*
Added qpid-cpp-benchmark to EXTRA_DIST.
Alan Conway
2010-06-14
1
-0
/
+1
*
QPID-2667 - Documentation update from Chuck Rolke
Ted Ross
2010-06-14
1
-8
/
+9
*
Allow entry into notifyPendingWrite() if already stopped as it is too hard
Andrew Stitcher
2010-06-14
1
-2
/
+2
*
Move QueuePair member in Rdma::AsynchIO to ensure that it get destroyed before
Andrew Stitcher
2010-06-14
2
-4
/
+6
*
Ensure that we can't shutdown in the middle of writing a buffer
Andrew Stitcher
2010-06-14
1
-0
/
+1
*
Combine Rdma::Buffer and ibv_sge needed to send it
Andrew Stitcher
2010-06-14
7
-63
/
+60
*
Try to avoid getting into a state where we can't send credit because we
Andrew Stitcher
2010-06-14
1
-1
/
+10
*
Added asserts to ensure that we catch it if xmitCredit isn't sane
Andrew Stitcher
2010-06-14
1
-0
/
+7
*
Allow stopping even if we've got outstanding write buffers.
Andrew Stitcher
2010-06-14
1
-1
/
+1
*
In Rdma::AsynchIO::stop():
Andrew Stitcher
2010-06-14
2
-6
/
+19
*
Only set the draining flag when we delay calling the drained callback.
Andrew Stitcher
2010-06-14
1
-2
/
+1
*
Trivial code simplification
Andrew Stitcher
2010-06-14
1
-3
/
+1
*
Removed unnecessary parameter from Rdma::AsynchIO::dataEvent()
Andrew Stitcher
2010-06-14
2
-3
/
+3
*
Rename tests qpid_* to qpid-* for consistency.
Alan Conway
2010-06-14
8
-47
/
+42
*
Fixed a bug in which QMF error return codes were being sent back as 7 - Excep...
Ted Ross
2010-06-11
1
-20
/
+12
*
Fix ordering problem with of dependencies of make check.
Alan Conway
2010-06-11
1
-1
/
+2
*
QPID-2666: Fix for init script problem where config file has "log-to-file" se...
Kim van der Riet
2010-06-11
1
-1
/
+1
*
QPID-664: Avoid allocation for void Variant
Gordon Sim
2010-06-11
1
-26
/
+29
*
Ensure that AsynchConnector is disassociated from Poller when aborting connec...
Gordon Sim
2010-06-11
4
-5
/
+16
*
Refer to struct Url as that, not a class - fixes compile warnings on Windows.
Stephen D. Huston
2010-06-11
1
-1
/
+1
*
Fix unreferenced variable warnings on Windows build.
Stephen D. Huston
2010-06-11
2
-3
/
+3
*
Improved qpid_ping - use heartbeat to interrupt connection.
Alan Conway
2010-06-10
1
-63
/
+18
*
Extended tests for cluster and security.
Alan Conway
2010-06-10
1
-3
/
+47
*
QPID-664: Correct the name of the subject string used for incoming messages.
Gordon Sim
2010-06-10
2
-1
/
+3
*
Fix cluster-safe assertion in connection negotiation.
Alan Conway
2010-06-09
6
-5
/
+39
*
Cleaned up the storage of RemoteAgents in ManagementAgent.
Ted Ross
2010-06-09
2
-21
/
+12
*
Ensure heartbeat task is cancelled before ConnectionImpl it refers to is deleted
Gordon Sim
2010-06-09
1
-0
/
+1
*
QPID-2589 Cleanup pass to address function naming, capitalization rules, chan...
Ted Ross
2010-06-09
30
-686
/
+689
*
Ensure that bindings for dynamic bridges are not propagated over failed sessi...
Gordon Sim
2010-06-09
2
-9
/
+19
*
Cluster handle connection-negotiation phase in local broker.
Alan Conway
2010-06-08
10
-179
/
+112
*
Don't set USER callback, AUTHNAME is sufficient
Gordon Sim
2010-06-07
1
-4
/
+0
*
QPID-2649: Ensure timer is stopped before we start deleting broker members
Gordon Sim
2010-06-07
1
-0
/
+1
*
Windows SDK work:
Andrew Stitcher
2010-06-04
9
-1153
/
+159
*
Eliminate windows warning
Andrew Stitcher
2010-06-04
1
-1
/
+1
*
Fixed sporadic failure of cluster_tests.py sasl_test
Alan Conway
2010-06-04
1
-1
/
+2
*
Fix initialization-order problem with URL protocol tags.
Alan Conway
2010-06-04
2
-9
/
+31
*
Remove dependency on qpid::sys::AbsTime (which uses boost on Windows)
Andrew Stitcher
2010-06-03
1
-6
/
+6
*
QPID-2644 - Console examples sometimes fail due to not waiting for the broker...
Ted Ross
2010-06-03
3
-7
/
+9
*
QPID-2589 - Build DLLs and EXEs usable on both 32 and 64-bit architectures.
Ted Ross
2010-06-03
10
-15
/
+181
[next]