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
/
Message.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Code cleanup in broker directory.
Alan Conway
2010-10-14
1
-0
/
+1
*
QPID-2691: ensure ttl adjustment uses correct expiration on cloned message
Gordon Sim
2010-06-24
1
-2
/
+5
*
QPID-2670: copy-on-write when tagging message for loop detection
Gordon Sim
2010-06-15
1
-0
/
+6
*
Fixed problems with the broker's QMFv2 mode:
Ted Ross
2010-04-16
1
-0
/
+5
*
Fix for QPID-2470 - Broker does not honour flow-to-disk policy on recovery
Kim van der Riet
2010-04-13
1
-0
/
+1
*
Fix for deadlock beween journal timer & connection threads.
Alan Conway
2010-03-12
1
-3
/
+24
*
Added handling for adjusting TTL on outgoing message based on how long a mess...
Kim van der Riet
2010-02-15
1
-0
/
+10
*
Added hook to retrieve priority from the delivery properties of a message.
Ted Ross
2010-02-03
1
-0
/
+4
*
QPID-2266: error sending update: Enqueue capacity threshold exceeded
Alan Conway
2009-12-11
1
-15
/
+0
*
Fix race condition in enqueue/dequeue callbacks.
Alan Conway
2009-10-09
1
-14
/
+22
*
r817742 (the fix for QPID-2102), introduced a deadlock and a race condition i...
Gordon Sim
2009-09-28
1
-25
/
+28
*
Minor update to allow store access to the message isPersistent() method. This...
Kim van der Riet
2009-09-22
1
-1
/
+1
*
Joint checkin from gsim, kpvdr, cctrieloff. See QPID-2102: Exceeding reject q...
Kim van der Riet
2009-09-22
1
-3
/
+16
*
Reversed checkin of r.813825 until its problems can be resolved
Kim van der Riet
2009-09-14
1
-26
/
+26
*
Joint checkin with cctrieloff. Refactor of exchange routing so that multi-que...
Kim van der Riet
2009-09-11
1
-26
/
+26
*
Add directory to #include
Alan Conway
2009-07-14
1
-3
/
+3
*
QPID-1974: Fixes (and tests) for updating lvq state to new cluster members.
Gordon Sim
2009-07-08
1
-0
/
+15
*
Corrected the case where message on more than one queue does not persist when...
Carl C. Trieloff
2009-07-07
1
-1
/
+9
*
QPID-1901: only try to load content if there is some
Gordon Sim
2009-06-11
1
-1
/
+1
*
If expiration is already set, don't alter it.
Gordon Sim
2009-06-08
1
-2
/
+5
*
Fix lifecycle issue in ExpiryPolicy - remove deleted messages from unexpired ...
Alan Conway
2009-03-30
1
-1
/
+3
*
QPID-1744: fix as applied to branch in r755315.
Gordon Sim
2009-03-17
1
-0
/
+1
*
QPID-1721: Fixes for replication between clusters when new members are added
Gordon Sim
2009-03-09
1
-0
/
+5
*
Queue::checkLvqReplace() needs to update the lvq map if it makes a replacemen...
Gordon Sim
2009-02-12
1
-0
/
+2
*
Cluster support for message time-to-live.
Alan Conway
2009-02-09
1
-8
/
+14
*
Correction for: start a broker in cluster, send messages that are flow to dis...
Carl C. Trieloff
2009-01-30
1
-17
/
+26
*
Removed BodyHolder: minor performance improvement, opens the way for more eff...
Alan Conway
2009-01-22
1
-3
/
+2
*
QPID-1495: Patch from Danushka Menikkumbura to fix compilation problem.
Gordon Sim
2008-12-01
1
-2
/
+2
*
Ensure that callbacks are removed before IncompleteMessageList instance is de...
Gordon Sim
2008-11-19
1
-0
/
+2
*
broker/Message, IncompleteMessageList: drop waitFor(De|En)Complete, replace w...
Alan Conway
2008-11-07
1
-2
/
+6
*
Add Message callbacks for async completion.
Alan Conway
2008-11-06
1
-4
/
+23
*
Adjust namespace references to work with MSVC
Stephen D. Huston
2008-10-30
1
-4
/
+8
*
Some fixes to the LVQ (primarily a patch from cctrieloff@redhat.com)
Gordon Sim
2008-10-23
1
-0
/
+14
*
Field Table API: changed the getInt() & getString() operations
Andrew Stitcher
2008-10-13
1
-2
/
+2
*
Optimisation for testing expiration and disabling of setting timestamp until ...
Gordon Sim
2008-10-13
1
-3
/
+6
*
Handle ttl in messages transfers received by the broker 7 added test for it
Gordon Sim
2008-10-10
1
-1
/
+25
*
QPID-1306
Carl C. Trieloff
2008-09-30
1
-2
/
+8
*
Change to lazy-loading to avoid relying on the content-size to be set by client.
Gordon Sim
2008-06-04
1
-14
/
+18
*
Boost's string split function causes problems on older versions of the librar...
Gordon Sim
2008-05-01
1
-4
/
+2
*
QPID-977: shutdown mgmt client cleanly in federation tests (patch from tross@...
Gordon Sim
2008-04-29
1
-0
/
+46
*
Generate c++ code from final 0-10 spec
Gordon Sim
2008-04-24
1
-5
/
+1
*
QPID-920: converted c++ client to use final 0-10 protocol
Gordon Sim
2008-04-20
1
-3
/
+3
*
Send accept in response to message publications if required.
Gordon Sim
2008-03-27
1
-0
/
+5
*
- Refactored RefCounted class to avoid virtual inheritance
Andrew Stitcher
2008-03-24
1
-0
/
+1
*
Further updates to support final 0-10 spec
Gordon Sim
2008-03-04
1
-0
/
+3
*
Some fixes for 'flow to disk' (i.e. dropping message content from memory, and...
Gordon Sim
2007-12-14
1
-1
/
+14
*
Only release content for durable queues.
Gordon Sim
2007-12-14
1
-9
/
+11
*
Some fixes relating to message 'staging'.
Gordon Sim
2007-12-13
1
-1
/
+1
*
Switched all regular PersistentMessage* and PersistentMessage& to intrusive_p...
Kim van der Riet
2007-11-26
1
-2
/
+4
*
Added framing::BodyHolder:
Alan Conway
2007-11-22
1
-2
/
+2
[next]