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
/
SemanticHandler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generate c++ code from final 0-10 spec
Gordon Sim
2008-04-24
1
-195
/
+0
*
QPID-920: converted c++ client to use final 0-10 protocol
Gordon Sim
2008-04-20
1
-3
/
+2
*
- Refactored RefCounted class to avoid virtual inheritance
Andrew Stitcher
2008-03-24
1
-0
/
+1
*
Some refactoring of the 0-10 codepath (being migrated to final spec) that pri...
Gordon Sim
2008-02-25
1
-10
/
+4
*
Start moving towards final 0-10 spec:
Gordon Sim
2008-02-21
1
-3
/
+2
*
Some fixes relating to message 'staging'.
Gordon Sim
2007-12-13
1
-1
/
+2
*
Changes to threading: queues serialiser removed, io threads used to drive dis...
Gordon Sim
2007-11-29
1
-3
/
+0
*
Replaced shared_ptr with intrusive_ptr for qpid::Broker::Message.
Alan Conway
2007-11-14
1
-1
/
+1
*
Change to avoid assertion when delivery is concurrent with session detachment:
Gordon Sim
2007-11-12
1
-4
/
+8
*
- enable the ability to lazy load from async store
Carl C. Trieloff
2007-11-08
1
-1
/
+1
*
Sending of results must be synchronised w.r.t. other frames (e.g. message del...
Gordon Sim
2007-11-02
1
-0
/
+1
*
Session resume support in client & broker: Client can resume a session
Alan Conway
2007-10-26
1
-2
/
+2
*
* Summary: generalized Invoker visitor to all *Operations and
Alan Conway
2007-10-16
1
-8
/
+6
*
Additional tests and fixes
Gordon Sim
2007-10-04
1
-8
/
+6
*
Fixed recovery; unacked message records are now updated to hold the new comma...
Gordon Sim
2007-10-02
1
-6
/
+0
*
Minor refactoring of execution layer
Gordon Sim
2007-09-28
1
-1
/
+1
*
Honour sync bit when processing L4 method
Gordon Sim
2007-09-28
1
-2
/
+8
*
Split broker::Session into:
Alan Conway
2007-09-21
1
-13
/
+17
*
Moved c++ over to using the same preview file for 0-10 work as java.
Gordon Sim
2007-09-21
1
-1
/
+0
*
* src/qpid/broker/SemanticHandler.cpp: add assert to suspect logic for execu...
Alan Conway
2007-09-18
1
-6
/
+5
*
Refactor HandlerImpl to use Session rather than CoreRefs.
Alan Conway
2007-09-18
1
-46
/
+12
*
Renamed SessionAdapter as SessionHandler.
Alan Conway
2007-09-17
1
-2
/
+2
*
Handle asynchronous enqueue of messages.
Gordon Sim
2007-09-14
1
-21
/
+21
*
Use frameset begin/end flags for determining frameset boundaries.
Gordon Sim
2007-09-13
1
-4
/
+5
*
* Summary:
Alan Conway
2007-08-31
1
-72
/
+42
*
Updated message.transfer encoding to use header and content segments (includi...
Gordon Sim
2007-08-28
1
-75
/
+123
*
Refresh of transitional xml to more closely reflect latest specification
Gordon Sim
2007-08-21
1
-5
/
+39
*
AMQBodies are no longer allocated on the heap and passed with shared_ptr.
Alan Conway
2007-08-16
1
-13
/
+11
*
Removed unused types: RequestId, ResponseId, MethodContext.
Alan Conway
2007-08-14
1
-8
/
+6
*
Deleted following files that are obsolete for 0-10:
Alan Conway
2007-08-14
1
-3
/
+3
*
Broker management of message acknowledgements now runs entirely off execution...
Gordon Sim
2007-08-10
1
-24
/
+21
*
Some restructuring of the client code:
Gordon Sim
2007-08-02
1
-3
/
+10
*
Use execution layer to acknowledge messages.
Gordon Sim
2007-07-27
1
-6
/
+46
*
Initial support for latest approved 0-10 xml (with some transitional hacks in...
Gordon Sim
2007-07-24
1
-2
/
+5
*
Added initial 'execution-layer' to try out methods form the 0-10 execution cl...
Gordon Sim
2007-07-23
1
-5
/
+30
*
removed the need to pass MethodContext/RequestId through proxy and handler/ad...
Gordon Sim
2007-07-19
1
-0
/
+25
*
Some refactoring towards a more decoupled handler chain structure:
Gordon Sim
2007-07-17
1
-0
/
+89