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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mark Message::sendContent() as const
Gordon Sim
2007-10-02
7
-12
/
+12
*
Fixed bug introduced in r577027 where the header frame of a message is direct...
Gordon Sim
2007-10-02
3
-4
/
+22
*
Fixed recovery; unacked message records are now updated to hold the new comma...
Gordon Sim
2007-10-02
7
-41
/
+36
*
* src/qpid/framing/ResumeHandler.cpp: Handle ack and resume logic
Alan Conway
2007-10-01
2
-0
/
+125
*
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/qpid/log/Helpers.h: Format complex types for log messages
Alan Conway
2007-09-28
1
-0
/
+79
*
* src/tests/ClientSessionTest.cpp: Suspend/resume tests.
Alan Conway
2007-09-28
18
-256
/
+309
*
Minor refactoring of execution layer
Gordon Sim
2007-09-28
11
-26
/
+72
*
Honour sync bit when processing L4 method
Gordon Sim
2007-09-28
3
-3
/
+11
*
Some revisions to rubygen for packed structs and execution header (changes no...
Gordon Sim
2007-09-27
1
-0
/
+48
*
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
6
-12
/
+15
*
Renamed the following files for consistency:
Alan Conway
2007-09-25
33
-53
/
+53
*
2007-09-24 Alan Conway <aconway@redhat.com>
Alan Conway
2007-09-24
11
-151
/
+210
*
- dequeue fix for AIO
Carl C. Trieloff
2007-09-21
3
-5
/
+16
*
Split broker::Session into:
Alan Conway
2007-09-21
20
-277
/
+325
*
Moved c++ over to using the same preview file for 0-10 work as java.
Gordon Sim
2007-09-21
6
-123
/
+21
*
Use octet each for class and method id (changed c++ and python)
Gordon Sim
2007-09-21
5
-11
/
+11
*
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
8
-48
/
+129
*
* src/qpid/broker/SemanticHandler.cpp: add assert to suspect logic for execu...
Alan Conway
2007-09-18
1
-6
/
+5
*
Eliminate ChannelAdapter from broker code.
Alan Conway
2007-09-18
3
-37
/
+16
*
File missed in previos commit.
Alan Conway
2007-09-18
1
-1
/
+1
*
File missed in previos commit.
Alan Conway
2007-09-18
1
-1
/
+1
*
Refactor HandlerImpl to use Session rather than CoreRefs.
Alan Conway
2007-09-18
22
-307
/
+198
*
Use credit mode when using NO_ACK and prefetch is not set.
Gordon Sim
2007-09-18
1
-8
/
+13
*
* rubygen/templates/Proxy.rb, src/qpid/framing/Proxy.cpp, Proxy.h:
Alan Conway
2007-09-18
6
-15
/
+25
*
* src/qpid/broker/SessionHandler.cpp:
Alan Conway
2007-09-18
3
-65
/
+75
*
Added Dispatcher class (plus test). This converts incoming MessageTransfer fr...
Gordon Sim
2007-09-18
4
-9
/
+261
*
Renamed SessionAdapter as SessionHandler.
Alan Conway
2007-09-17
9
-38
/
+38
*
Fix for race between flush and delivery.
Gordon Sim
2007-09-17
1
-0
/
+6
*
convert dequeue to counter for async
Carl C. Trieloff
2007-09-14
2
-8
/
+38
*
recover support for async stores
Carl C. Trieloff
2007-09-14
3
-1
/
+25
*
Handle asynchronous enqueue of messages.
Gordon Sim
2007-09-14
6
-58
/
+265
*
Use frameset begin/end flags for determining frameset boundaries.
Gordon Sim
2007-09-13
25
-179
/
+213
*
In ClientChannel: Use subscribe and flush in place of get; use per-subscriber...
Gordon Sim
2007-09-12
14
-45
/
+341
*
* python/qpid/codec.py
Andrew Stitcher
2007-09-12
3
-21
/
+54
*
Moved old ClientChannel class from using basic to using message for publish &...
Gordon Sim
2007-09-11
5
-63
/
+96
*
Support for keyword args in session interface
Gordon Sim
2007-09-10
1
-14
/
+12
*
memory clean up fix
Carl C. Trieloff
2007-09-10
1
-1
/
+2
*
Client side support for message and delivery properties in header segments.
Gordon Sim
2007-09-10
19
-102
/
+311
*
updates to be able to manage lifecycle of async store
Carl C. Trieloff
2007-09-08
6
-11
/
+11
*
interface to hang external journal's per queue onto a PersistableQueue
Carl C. Trieloff
2007-09-06
1
-1
/
+26
*
Implementation of execution.result on the client side
Gordon Sim
2007-09-06
34
-218
/
+738
*
* Tidy up framing::Buffer class
Andrew Stitcher
2007-09-06
2
-47
/
+4
*
Initial implementation (plus very simple tests) of message.acquire, message.r...
Gordon Sim
2007-09-03
12
-59
/
+280
*
Fix for QPID-561
Gordon Sim
2007-09-03
1
-9
/
+1
*
Removed BrokerChannel.cpp, .h: replaced by Session.cpp, .h
Alan Conway
2007-08-31
2
-705
/
+0
*
* Summary:
Alan Conway
2007-08-31
20
-356
/
+1039
[next]