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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix problem where client does notice disconnection from Broker.
Alan Conway
2007-12-01
3
-4
/
+15
*
Altered topic test to use the new session api.
Gordon Sim
2007-11-30
3
-11
/
+24
*
Changes to threading: queues serialiser removed, io threads used to drive dis...
Gordon Sim
2007-11-29
1
-1
/
+1
*
Add unit_test.h to distribution.
Alan Conway
2007-11-28
2
-17
/
+9
*
Disable recoding of frames for replay where replay will not be required.
Gordon Sim
2007-11-28
1
-1
/
+1
*
perftest improvements.
Alan Conway
2007-11-27
4
-7
/
+25
*
Added framing::BodyHolder:
Alan Conway
2007-11-22
8
-19
/
+16
*
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
2
-3
/
+3
*
- added confirm mode to perftest
Carl C. Trieloff
2007-11-21
2
-2
/
+12
*
Remove allocation by char literal promotion to std::string in SessionCore.cpp.
Alan Conway
2007-11-14
1
-7
/
+25
*
Added auto-ack and commit-mode control to SubscriptionManager API.
Alan Conway
2007-11-14
2
-18
/
+45
*
qpid/client/SessionCore.cpp: Removed QPID_MSG outside log statement.
Alan Conway
2007-11-13
1
-1
/
+1
*
QPID-676: Jonathan Robie's C++ examples.
Alan Conway
2007-11-09
1
-0
/
+33
*
auto-ack support for perftest.
Alan Conway
2007-11-07
2
-3
/
+6
*
client::SubscriptionManager:
Alan Conway
2007-11-07
10
-122
/
+234
*
Added LocalQueue subscriptions. LocalQueue::pop() provides a "pull"
Alan Conway
2007-11-07
6
-25
/
+79
*
Fix compile error.
Alan Conway
2007-11-02
1
-1
/
+1
*
Improvements to gsim's SubscriptionManager:
Alan Conway
2007-11-02
2
-0
/
+190
*
Preparation for session thread safety overhaul:
Alan Conway
2007-11-01
1
-1
/
+3
*
Simplify SessionState, preparing for session thread safety fixes.
Alan Conway
2007-10-31
1
-3
/
+1
*
Fix client side core dump when disconneced unexpectedly:
Alan Conway
2007-10-31
2
-3
/
+4
*
Client API: fix keyword parameter ambiguities for beta client API.
Alan Conway
2007-10-30
1
-6
/
+7
*
client/BlockingQueue.h, sys/ConcurrentQueue.h: merged to sys/BlockingQueue.h
Alan Conway
2007-10-29
7
-120
/
+29
*
Rename client::Session as client::Session_0_10
Alan Conway
2007-10-29
7
-22
/
+22
*
Session resume support in client & broker: Client can resume a session
Alan Conway
2007-10-26
18
-364
/
+452
*
* Summary: generalized Invoker visitor to all *Operations and
Alan Conway
2007-10-16
2
-11
/
+5
*
Don't recover messages for cancelled subscriptions.
Gordon Sim
2007-10-05
1
-0
/
+5
*
Make ExecutionHandler threadsafe for calls that can be made by application th...
Gordon Sim
2007-10-01
5
-14
/
+40
*
Ensure no danbling pointers in client API:
Alan Conway
2007-09-28
9
-22
/
+29
*
* src/tests/ClientSessionTest.cpp: Suspend/resume tests.
Alan Conway
2007-09-28
11
-221
/
+249
*
Minor refactoring of execution layer
Gordon Sim
2007-09-28
6
-24
/
+58
*
Detect that connection is already closed on attempt to close()
Gordon Sim
2007-09-26
3
-1
/
+14
*
Start execution mark from -1 (0xFFFFFFFF)
Gordon Sim
2007-09-26
4
-11
/
+12
*
Renamed the following files for consistency:
Alan Conway
2007-09-25
11
-21
/
+21
*
Fix uninitialized memory error.
Alan Conway
2007-09-19
1
-1
/
+2
*
AMQP 0-10 Session suppported on broker and client.
Alan Conway
2007-09-19
4
-34
/
+29
*
Use credit mode when using NO_ACK and prefetch is not set.
Gordon Sim
2007-09-18
1
-8
/
+13
*
Added Dispatcher class (plus test). This converts incoming MessageTransfer fr...
Gordon Sim
2007-09-18
3
-8
/
+260
*
Use frameset begin/end flags for determining frameset boundaries.
Gordon Sim
2007-09-13
10
-109
/
+76
*
In ClientChannel: Use subscribe and flush in place of get; use per-subscriber...
Gordon Sim
2007-09-12
12
-42
/
+338
*
Moved old ClientChannel class from using basic to using message for publish &...
Gordon Sim
2007-09-11
3
-62
/
+53
*
Support for keyword args in session interface
Gordon Sim
2007-09-10
1
-14
/
+12
*
Client side support for message and delivery properties in header segments.
Gordon Sim
2007-09-10
5
-24
/
+44
*
Implementation of execution.result on the client side
Gordon Sim
2007-09-06
22
-186
/
+694
*
* Changes to make C++ client code use the asynchronous network IO
Andrew Stitcher
2007-08-31
2
-56
/
+136
*
* src/qpid/broker/Session.h, .cpp: Session holds all state of a session incl...
Alan Conway
2007-08-29
1
-1
/
+2
*
Updated message.transfer encoding to use header and content segments (includi...
Gordon Sim
2007-08-28
13
-207
/
+42
*
Refresh of transitional xml to more closely reflect latest specification
Gordon Sim
2007-08-21
5
-13
/
+43
*
* src/qpid/framing/MethodHolder.h
Alan Conway
2007-08-18
1
-1
/
+2
[next]