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
/
SemanticState.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved from AccumulatedAck to SequenceSet in managing transactional accepts
Gordon Sim
2008-06-09
1
-60
/
+3
*
Change to lazy-loading to avoid relying on the content-size to be set by client.
Gordon Sim
2008-06-04
1
-0
/
+3
*
Better exception handling for commit.
Gordon Sim
2008-06-03
1
-0
/
+2
*
QPID-1095: another error code correction
Gordon Sim
2008-05-28
1
-1
/
+1
*
Fixes to binding of member functions as raised on qpid list by Manuel Teira.
Gordon Sim
2008-05-28
1
-11
/
+10
*
QPID-1042: ensure delievery record is kept where accept_mode=not-required, ac...
Gordon Sim
2008-05-09
1
-1
/
+1
*
Generate c++ code from final 0-10 spec
Gordon Sim
2008-04-24
1
-9
/
+4
*
QPID-944: do no-local checking where requested when there is an exclusive sub...
Gordon Sim
2008-04-22
1
-0
/
+5
*
Better workaround for boost::ptr_map incompatibility between boost 1.33 and 1...
Alan Conway
2008-04-21
1
-6
/
+6
*
QPID-920: converted c++ client to use final 0-10 protocol
Gordon Sim
2008-04-20
1
-4
/
+5
*
Handle the set-redelivered flag on the final version of the message.release c...
Gordon Sim
2008-04-09
1
-2
/
+2
*
Update to dtx inline with latest spec:
Gordon Sim
2008-03-26
1
-5
/
+18
*
Fix compile errors/warnings with gcc 4.3
Alan Conway
2008-03-25
1
-1
/
+2
*
- Refactored RefCounted class to avoid virtual inheritance
Andrew Stitcher
2008-03-24
1
-0
/
+1
*
Altered management of delivery records to support separateion of completion (...
Gordon Sim
2008-03-07
1
-10
/
+14
*
Fixes to c++ broker:
Gordon Sim
2008-03-06
1
-3
/
+3
*
Fix message delivery for 0-10 final codepath
Gordon Sim
2008-03-06
1
-2
/
+8
*
A further step to final 0-10 spec.
Gordon Sim
2008-03-03
1
-4
/
+33
*
Use sessions reference to broker rather than connections in semantic state as...
Gordon Sim
2008-02-26
1
-3
/
+3
*
Some refactoring of the 0-10 codepath (being migrated to final spec) that pri...
Gordon Sim
2008-02-25
1
-18
/
+13
*
Set the exchange field in delivery properties on the broker.
Gordon Sim
2008-01-17
1
-0
/
+1
*
Further use of get_pointer function to mask differences between boost versions.
Gordon Sim
2007-12-07
1
-3
/
+3
*
Changed to use the get_pointer function for compatability with boost 1.33 and...
Gordon Sim
2007-12-07
1
-2
/
+4
*
Changes to threading: queues serialiser removed, io threads used to drive dis...
Gordon Sim
2007-11-29
1
-89
/
+72
*
Added qpid::InlineVector - std::vector with inline storage to avoid
Alan Conway
2007-11-16
1
-1
/
+1
*
Replaced shared_ptr with intrusive_ptr for qpid::Broker::Message.
Alan Conway
2007-11-14
1
-5
/
+5
*
- removed debug
Carl C. Trieloff
2007-11-12
1
-1
/
+0
*
- fix for dequeue window mode, no ack. (needs to record and dequeue)
Carl C. Trieloff
2007-11-12
1
-2
/
+3
*
- enable the ability to lazy load from async store
Carl C. Trieloff
2007-11-08
1
-3
/
+3
*
Exception handling for dispatch functor
Gordon Sim
2007-11-08
1
-1
/
+1
*
Suspension of one xid on a channel should allow for work on other xids to be ...
Gordon Sim
2007-11-05
1
-0
/
+13
*
Check that session is attached before accepting delivery from queue (note fur...
Gordon Sim
2007-10-29
1
-0
/
+4
*
Session resume support in client & broker: Client can resume a session
Alan Conway
2007-10-26
1
-12
/
+15
*
Hack for no-local when used with jms topics
Gordon Sim
2007-10-23
1
-0
/
+8
*
Fix for QPID-644
Gordon Sim
2007-10-18
1
-1
/
+1
*
Use shared pointers for consumers (held by queues and sessions) to prevent ha...
Gordon Sim
2007-10-17
1
-44
/
+49
*
* Revised allocation algorithm to ensure all consumers are given the opportun...
Gordon Sim
2007-10-16
1
-5
/
+10
*
Locking for updates to subscriber credit. Revised log statements to reduce no...
Gordon Sim
2007-10-15
1
-8
/
+18
*
Remove default queue concept which is no longer applicable in 0-10.
Gordon Sim
2007-10-15
1
-6
/
+2
*
Further fixes to locking between queue and semantic state to avoid deadlocking.
Gordon Sim
2007-10-12
1
-36
/
+51
*
Exclusive no longer implies auto-delete on queue.declare.
Gordon Sim
2007-10-11
1
-1
/
+1
*
Fixed compile error.
Alan Conway
2007-10-09
1
-1
/
+1
*
Added some debug logs to indicate credit levels and verify if a message is en...
Rajith Muditha Attapattu
2007-10-09
1
-0
/
+5
*
Don't recover messages for cancelled subscriptions.
Gordon Sim
2007-10-05
1
-1
/
+7
*
Fix (and refactor) processing of ranges in message handler.
Gordon Sim
2007-10-04
1
-1
/
+5
*
Fixed recovery; unacked message records are now updated to hold the new comma...
Gordon Sim
2007-10-02
1
-13
/
+9
*
Renamed the following files for consistency:
Alan Conway
2007-09-25
1
-1
/
+1
*
Split broker::Session into:
Alan Conway
2007-09-21
1
-0
/
+591