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
/
client
/
SubscriptionManager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QPID-2548: applied patch from francesco emmi
Gordon Sim
2010-04-26
1
-0
/
+4
*
Add directory to #include
Alan Conway
2009-07-14
1
-3
/
+3
*
Add missing ctor initializer.
Alan Conway
2009-05-04
1
-1
/
+1
*
Applied PIMPL pattern to SubscriptionManager.
Alan Conway
2009-05-04
1
-94
/
+35
*
Apply PIMPL pattern to qpid::client::LocalQueue
Alan Conway
2009-05-01
1
-3
/
+6
*
Minor fixes.
Alan Conway
2009-02-17
1
-2
/
+6
*
Fixed bug in setFlowControl - was recursively calling self.
Alan Conway
2009-02-17
1
-0
/
+8
*
QPID-1613: Ensure that the rule registered with the demuxer for LocalQueue su...
Gordon Sim
2009-01-23
1
-3
/
+9
*
SubscriptionManager and Dispatcher were missing wait() methods meaning that i...
Gordon Sim
2008-11-06
1
-0
/
+5
*
Added ability to release messages through the Subscription class (+test)
Gordon Sim
2008-11-05
1
-0
/
+3
*
Added return Message overload of SubscriptionManager get().
Alan Conway
2008-10-31
1
-0
/
+7
*
client::SubscriptionManager::findSubscription() throws if not found.
Alan Conway
2008-10-27
1
-2
/
+4
*
Change 'at' to 'find' to build with older g++ and with MSVC
Stephen D. Huston
2008-10-26
1
-1
/
+2
*
Client API change: Centralize access to subscription status, better control o...
Alan Conway
2008-10-25
1
-65
/
+29
*
QPID-1340 froM Mick Goulish: preliminary client-side failover support.
Alan Conway
2008-10-10
1
-0
/
+6
*
src/qpid/client/SubscriptionManager.cpp: added start().
Alan Conway
2008-09-05
1
-0
/
+6
*
Fixed bug in SubscriptionManager::get() where flush was issued before waiting...
Gordon Sim
2008-07-25
1
-1
/
+4
*
Added timeout to SubscriptionManager::get(), LocalQueue::get() and BlockingQu...
Alan Conway
2008-07-01
1
-3
/
+6
*
Additions to the client API:
Alan Conway
2008-06-25
1
-8
/
+34
*
Tighten up sync-correctness in SubscriptionManager & Dispatcher.
Alan Conway
2008-05-27
1
-5
/
+6
*
Changes to Session API:
Alan Conway
2008-05-26
1
-11
/
+11
*
QPID-920: send message-accept for acks (as well as completion)
Gordon Sim
2008-04-21
1
-0
/
+2
*
QPID-920: converted c++ client to use final 0-10 protocol
Gordon Sim
2008-04-20
1
-4
/
+4
*
Start moving towards final 0-10 spec:
Gordon Sim
2008-02-21
1
-2
/
+2
*
examples/Makefile.am:
Alan Conway
2008-01-23
1
-1
/
+2
*
Summary:
Alan Conway
2007-12-07
1
-8
/
+11
*
Remove start(); not yet safe to send commands while dispatcher is running con...
Gordon Sim
2007-12-04
1
-5
/
+0
*
Altered topic test to use the new session api.
Gordon Sim
2007-11-30
1
-0
/
+5
*
Gordon's patch to fix ack-per-message by SubscriptionManager
Alan Conway
2007-11-22
1
-1
/
+0
*
- set default to pre-acquire for acquire mode
Carl C. Trieloff
2007-11-21
1
-1
/
+1
*
- added confirm mode to perftest
Carl C. Trieloff
2007-11-21
1
-2
/
+4
*
Added auto-ack and commit-mode control to SubscriptionManager API.
Alan Conway
2007-11-14
1
-18
/
+30
*
auto-ack support for perftest.
Alan Conway
2007-11-07
1
-1
/
+1
*
client::SubscriptionManager:
Alan Conway
2007-11-07
1
-32
/
+29
*
Fix compile error.
Alan Conway
2007-11-02
1
-1
/
+1
*
Improvements to gsim's SubscriptionManager:
Alan Conway
2007-11-02
1
-0
/
+97