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
/
src
/
qpid
/
broker
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure that the ConnectionTimeoutTask does not block other tasks (e.g. Connec...
Gordon Sim
2009-06-17
2
-22
/
+35
*
Performance improvements in AggregateOutput and SemanticState.
Alan Conway
2009-06-16
10
-52
/
+73
*
Revert bad optimization: unpredictable ordering of set caused cluster failures.
Alan Conway
2009-06-12
2
-9
/
+25
*
Minor change to clarify queue size policy log messages
Kim van der Riet
2009-06-11
1
-3
/
+6
*
Don't start the broker Connection heartbeat timers if the
Andrew Stitcher
2009-06-11
1
-1
/
+1
*
Stop timers on receiving Connection::closed() from lower levels
Andrew Stitcher
2009-06-11
1
-0
/
+4
*
Add flag to broker Connection so that it knows if it is a
Andrew Stitcher
2009-06-11
2
-1
/
+8
*
QPID-1901: only try to load content if there is some
Gordon Sim
2009-06-11
1
-1
/
+1
*
Lock should be released in LVQ before dequeuing old message to prevent possib...
Gordon Sim
2009-06-09
1
-0
/
+1
*
If expiration is already set, don't alter it.
Gordon Sim
2009-06-08
1
-2
/
+5
*
Fix of the previous client heartbeat changes:
Andrew Stitcher
2009-06-08
2
-3
/
+3
*
- Added heartbeat generation to the client (actually echo back any
Andrew Stitcher
2009-06-08
3
-26
/
+70
*
Fixed broker Timer implementation so that you can correctly
Andrew Stitcher
2009-06-08
1
-7
/
+9
*
Plumbed in an a connection abort operation to the OutputHandler
Andrew Stitcher
2009-06-08
2
-3
/
+9
*
Fix change in test logic introduced by r782075.
Gordon Sim
2009-06-08
1
-1
/
+1
*
QPID-1892 - Fixed a memory leak where recovered durable queues are never dele...
Ted Ross
2009-06-05
1
-0
/
+2
*
Further fix to new cluster member state transfer to fix a case where unacked ...
Gordon Sim
2009-06-05
2
-2
/
+16
*
Add extern marker to match() and normalize() methods to build tests on Windows
Stephen D. Huston
2009-06-03
1
-2
/
+2
*
Ensure that ring queue behaves as expected when replicated to newly joined cl...
Gordon Sim
2009-06-03
1
-1
/
+7
*
QPID-1488: Ensure policy state (+ store state & mgmt stats) are accurate on n...
Gordon Sim
2009-05-27
5
-2
/
+34
*
PollableQueue optimization - replace deque with vector.
Alan Conway
2009-05-25
2
-8
/
+7
*
ConsumerImpl optimization - use atomic value for queueHasMessages.
Alan Conway
2009-05-25
2
-19
/
+11
*
ConsumerImpl optimization - only dispatch on queue if we were notified of mes...
Alan Conway
2009-05-25
2
-2
/
+21
*
Optimized TopicExchange matching.
Alan Conway
2009-05-22
2
-133
/
+136
*
Handle case where recovered exchange is of unrecognised type.
Gordon Sim
2009-05-21
2
-4
/
+14
*
QPID-1865 - Block the deletion of default exchanges.
Ted Ross
2009-05-20
1
-0
/
+5
*
Fixed a regression affecting plugin-exchanges.
Ted Ross
2009-05-20
2
-3
/
+3
*
Undo change from r774809.
Alan Conway
2009-05-15
3
-59
/
+4
*
Fix for unpredictable enqueues by timer-triggered management code in a cluster.
Alan Conway
2009-05-14
3
-4
/
+59
*
QPID-1843 - Cleaned up the interface to the broker's internal management agent.
Ted Ross
2009-05-11
29
-120
/
+129
*
Fixed cluster store problem where second and subsequent cluster nodes (which ...
Kim van der Riet
2009-05-08
6
-63
/
+83
*
Use set for efficient insert/remove rather than list.
Alan Conway
2009-05-07
2
-25
/
+9
*
DeliveryRecord optimizations.
Alan Conway
2009-05-06
5
-77
/
+45
*
Remove useless qpid/shared_ptr.h wrapper.
Alan Conway
2009-05-06
7
-13
/
+8
*
Undo buggy commit 770802.
Alan Conway
2009-05-04
2
-9
/
+10
*
Fixed ExchangeRegistry definitions to match changed declarations
Andrew Stitcher
2009-05-03
1
-4
/
+2
*
Some more fixes to build under Visual Studio 2008
Andrew Stitcher
2009-05-03
6
-30
/
+32
*
Replace std::list with std::deque for SemanticState::unacked - more efficient...
Alan Conway
2009-05-01
6
-22
/
+20
*
Merge in initial changes to allow building with CMake; rubygen and management...
Stephen D. Huston
2009-04-23
1
-1
/
+1
*
Fix issues when cluster is run with persistence enabled.
Alan Conway
2009-04-11
5
-6
/
+34
*
Fix lifecycle issue in ExpiryPolicy - remove deleted messages from unexpired ...
Alan Conway
2009-03-30
3
-1
/
+6
*
Revert r758359 STATUS_INVALID_PARAMETER changes; breaks build. Reopen QPID-1737
Stephen D. Huston
2009-03-25
1
-1
/
+1
*
Apply patch to s/STATUS_INVALID_PARAMETER/STATUS_PARAMETER_INVALID/ to build ...
Stephen D. Huston
2009-03-25
1
-2
/
+2
*
QPID-1744: fix as applied to branch in r755315.
Gordon Sim
2009-03-17
1
-0
/
+1
*
Changes to build DLLs instead of static libs on Windows; primarily added deco...
Stephen D. Huston
2009-03-12
29
-208
/
+330
*
QPID-1728: Avoid logging error messages on 'shadow' connections that are outg...
Gordon Sim
2009-03-12
2
-31
/
+19
*
QPID-1725: Revised some lock scopes in management and link registry to avoid ...
Gordon Sim
2009-03-11
2
-27
/
+31
*
QPID-1724: Allow replication events to be shared across multiple federations ...
Gordon Sim
2009-03-10
1
-0
/
+8
*
QPID-1723 - Fixed broken accounting in the headers exchange.
Ted Ross
2009-03-10
1
-18
/
+27
*
Add missing #includes to build with gcc 4.4.
Alan Conway
2009-03-10
1
-1
/
+3
[next]