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
/
tests
/
MessagingSessionTests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QPID-3508: Ensure subscription queue is deleted on closing receiver (unless i...
Gordon Sim
2011-09-27
1
-0
/
+18
*
QPID-3425: Special handling of reserved exchange names in auto-create
Gordon Sim
2011-08-16
1
-0
/
+14
*
QPID-3372: fixed comparison of desired and actual properties for exchanges
Gordon Sim
2011-07-26
1
-0
/
+22
*
QPID-3200: Add new method to session for cumulative acknowledgement upto (and...
Gordon Sim
2011-06-15
1
-0
/
+40
*
QPID-3225: Allow exclusivity (for subscription queue and subscription itself)...
Gordon Sim
2011-06-13
1
-0
/
+32
*
QPID-3222: Prevent ttl overflow; also adds equality operators for qpid::messa...
Gordon Sim
2011-04-26
1
-0
/
+14
*
QPID-3051: Ensure credit window is moved correctly even if it contains reject...
Gordon Sim
2011-02-21
1
-0
/
+41
*
QPID-3015: Added create and delete methods to management schema for broker
Gordon Sim
2011-02-18
1
-0
/
+47
*
QPID-3040: The C++ messaging client library now releases pending messages whe...
Jonathan Robie
2011-02-09
1
-11
/
+40
*
Reverts r1068042.
Jonathan Robie
2011-02-08
1
-47
/
+11
*
Ensures that messages acquired, but not acked, are released before a queue is...
Jonathan Robie
2011-02-07
1
-11
/
+47
*
Allows browsing of exclusive queues held by another session.
Jonathan Robie
2010-10-04
1
-0
/
+19
*
QPID-2807: Allow per message acknowledgement
Gordon Sim
2010-08-20
1
-0
/
+51
*
Made the new C++ API more friendly for swig-wrapping.
Ted Ross
2010-07-28
1
-0
/
+2
*
Fix unreferenced local variable warning
Stephen D. Huston
2010-07-15
1
-1
/
+1
*
QPID-2734: Tighter control over sasl related test; now passes when cyrus-sasl...
Gordon Sim
2010-07-15
1
-1
/
+6
*
QPID-664: Translate exceptions to correct type when occuring on creating new ...
Gordon Sim
2010-07-01
1
-0
/
+8
*
QPID-664: expose authenticated username for connection
Gordon Sim
2010-06-30
1
-0
/
+6
*
QPID-664: corrected option name for setting subscribe options on a queue
Gordon Sim
2010-06-30
1
-0
/
+13
*
QPID-2698: recognise special property names for amqp 0-10 specific message- a...
Gordon Sim
2010-06-25
1
-0
/
+45
*
QPID-664: Correct the name of the subject string used for incoming messages.
Gordon Sim
2010-06-10
1
-0
/
+2
*
Move helper classes/functions from MessagingSessionTests.cpp to MessagingFixt...
Alan Conway
2010-05-14
1
-170
/
+1
*
QPID-664: changed option verifier to use constants rather than duplicating st...
Gordon Sim
2010-04-12
1
-0
/
+7
*
QPID-664: changed pending to unsettled; added available to sender; minor upda...
Gordon Sim
2010-04-09
1
-9
/
+9
*
QPID-664: changed connect() back to open(),removed detach(),defined new excep...
Gordon Sim
2010-04-09
1
-7
/
+7
*
QPID-664: changed open() to connect(), moved url parameter to constructor, ad...
Gordon Sim
2010-04-08
1
-2
/
+2
*
QPID-664: added method to release messages
Gordon Sim
2010-04-06
1
-0
/
+15
*
QPID-664: added param to control synchronous send and acknowledge
Gordon Sim
2010-04-06
1
-0
/
+12
*
QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list cod...
Gordon Sim
2010-03-31
1
-36
/
+34
*
QPID-664: renamed headers as properties (to match python); added priority
Gordon Sim
2010-03-29
1
-2
/
+2
*
QPID-2406: a more explicit solution for durations in the messaging api
Gordon Sim
2010-03-29
1
-18
/
+18
*
QPID-664: move Variant and Uuid from messaging to types namespace
Gordon Sim
2010-03-29
1
-0
/
+1
*
QPID-664: Updates to address options to stay in-line with python client chang...
Gordon Sim
2010-03-24
1
-9
/
+9
*
QPID-2452: Fixed control over the encoding used when sending a string valued ...
Gordon Sim
2010-03-18
1
-0
/
+10
*
QPID-2402 & QPID-2406: Documented the units for the ttl property of Message. ...
Gordon Sim
2010-03-03
1
-12
/
+12
*
QPID-2427: Align browsing option with approach used in python client
Gordon Sim
2010-03-03
1
-2
/
+2
*
QPID-2423 - Add Constructors to set initial value of content for MapContent a...
Ted Ross
2010-02-26
1
-0
/
+53
*
QPID-664: change format of connection options string to match address options...
Gordon Sim
2010-01-28
1
-2
/
+11
*
QPID-664: change cancel() to close() for consistency
Gordon Sim
2010-01-27
1
-18
/
+18
*
QPID-2347: Signal deletion of queue to active subscribers via a resource-dele...
Gordon Sim
2010-01-22
1
-0
/
+1
*
QPID-664: Allow session to be specified as transactional; add basic test of t...
Gordon Sim
2009-11-23
1
-0
/
+27
*
QPID-664: Bring address option names in to line with those used in python cli...
Gordon Sim
2009-11-19
1
-11
/
+11
*
QPID-664: Refine address resolution; if type not specified, default to queue ...
Gordon Sim
2009-11-19
1
-0
/
+2
*
QPID-664: Add accessors for connection from session, and for session from sen...
Gordon Sim
2009-11-17
1
-1
/
+14
*
QPID-664: Allow application to set session name and retrieve session using th...
Gordon Sim
2009-11-17
1
-1
/
+13
*
QPID-664: Cancel all senders and receivers on closing session; check queue/ex...
Gordon Sim
2009-11-17
1
-4
/
+0
*
QPID-664: Added getReceiver()/getSender() methods to session in new api.
Gordon Sim
2009-11-17
1
-0
/
+29
*
QPID-664: Remove start()/stop() methods from api
Gordon Sim
2009-11-16
1
-6
/
+0
*
QPID-664: Introduce ';' as delimiter bewteen name (and optionally subject) an...
Gordon Sim
2009-11-16
1
-14
/
+14
*
Merge branch 'next_receiver_changes' into trunk
Gordon Sim
2009-11-16
1
-57
/
+0
[next]