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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implementation of 0-10 field tables
Andrew Stitcher
2007-10-16
6
-45
/
+54
*
Additional tests and fixes
Gordon Sim
2007-10-04
1
-0
/
+37
*
mark Message::sendContent() as const
Gordon Sim
2007-10-02
1
-2
/
+2
*
Fixed recovery; unacked message records are now updated to hold the new comma...
Gordon Sim
2007-10-02
3
-1
/
+70
*
header path fix
Carl C. Trieloff
2007-10-01
1
-1
/
+1
*
- add option to create durable messages.
Carl C. Trieloff
2007-10-01
1
-1
/
+8
*
* src/qpid/framing/ResumeHandler.cpp: Handle ack and resume logic
Alan Conway
2007-10-01
2
-0
/
+92
*
* src/tests/ClientSessionTest.cpp: Suspend/resume tests.
Alan Conway
2007-09-28
2
-1
/
+27
*
Renamed the following files for consistency:
Alan Conway
2007-09-25
16
-46
/
+46
*
2007-09-24 Alan Conway <aconway@redhat.com>
Alan Conway
2007-09-24
4
-63
/
+22
*
Supression for bogus i386 valgrind error.
Alan Conway
2007-09-21
1
-23
/
+4
*
Moved c++ over to using the same preview file for 0-10 work as java.
Gordon Sim
2007-09-21
1
-1
/
+1
*
* src/qpid/broker/SemanticHandler.cpp: add assert to suspect logic for execu...
Alan Conway
2007-09-18
1
-5
/
+2
*
Added Dispatcher class (plus test). This converts incoming MessageTransfer fr...
Gordon Sim
2007-09-18
1
-2
/
+61
*
Handle asynchronous enqueue of messages.
Gordon Sim
2007-09-14
1
-0
/
+2
*
Use frameset begin/end flags for determining frameset boundaries.
Gordon Sim
2007-09-13
2
-0
/
+11
*
In ClientChannel: Use subscribe and flush in place of get; use per-subscriber...
Gordon Sim
2007-09-12
1
-0
/
+2
*
Moved old ClientChannel class from using basic to using message for publish &...
Gordon Sim
2007-09-11
1
-23
/
+13
*
Support for keyword args in session interface
Gordon Sim
2007-09-10
1
-7
/
+7
*
Client side support for message and delivery properties in header segments.
Gordon Sim
2007-09-10
1
-4
/
+16
*
Implementation of execution.result on the client side
Gordon Sim
2007-09-06
4
-6
/
+79
*
Initial implementation (plus very simple tests) of message.acquire, message.r...
Gordon Sim
2007-09-03
1
-1
/
+1
*
Fix for QPID-561
Gordon Sim
2007-09-03
1
-2
/
+2
*
* Summary:
Alan Conway
2007-08-31
3
-52
/
+60
*
* Changes to make C++ client code use the asynchronous network IO
Andrew Stitcher
2007-08-31
6
-68
/
+97
*
Pass QueuedMessage to queues consumers. This records the position of that mes...
Gordon Sim
2007-08-31
4
-17
/
+19
*
- Update cluster code to work with new FrameHandler
Alan Conway
2007-08-30
3
-10
/
+14
*
* src/qpid/broker/Session.h, .cpp: Session holds all state of a session incl...
Alan Conway
2007-08-29
1
-4
/
+6
*
Updated message.transfer encoding to use header and content segments (includi...
Gordon Sim
2007-08-28
16
-572
/
+302
*
* src/qpid/framing/FrameDefaultVisitor.h:
Alan Conway
2007-08-27
1
-6
/
+10
*
* src/qpid/broker/SessionState.h: State of a session.
Alan Conway
2007-08-27
2
-0
/
+64
*
* src/qpid/broker/Daemon.cpp: Additional logging.
Alan Conway
2007-08-24
2
-4
/
+4
*
* specs/amqp-transitional.0-10.xml: Removed ping and pong methods.
Alan Conway
2007-08-22
2
-12
/
+12
*
* src/qpid/sys/Serializer.h, .cpp:
Alan Conway
2007-08-21
1
-8
/
+9
*
- header correction for buffer
Carl C. Trieloff
2007-08-21
1
-0
/
+33
*
Refresh of transitional xml to more closely reflect latest specification
Gordon Sim
2007-08-21
2
-1
/
+1
*
Fixed Blob bug causing test crashes/hangs.
Alan Conway
2007-08-20
3
-6
/
+132
*
If neither --listen nor --publish is specified, do both.
Alan Conway
2007-08-20
1
-0
/
+2
*
* src/qpid/framing/MethodHolder.h
Alan Conway
2007-08-18
1
-0
/
+2
*
Fix cluster code for heap reuduction commit.
Alan Conway
2007-08-17
1
-0
/
+1
*
- corrected getMessageCount() for async messages
Carl C. Trieloff
2007-08-17
1
-0
/
+16
*
- Fix for asyncIO for store
Carl C. Trieloff
2007-08-16
1
-3
/
+11
*
AMQBodies are no longer allocated on the heap and passed with shared_ptr.
Alan Conway
2007-08-16
16
-209
/
+99
*
- async message fix in dequeue
Carl C. Trieloff
2007-08-15
1
-0
/
+25
*
* perftest/topic_publisher.cpp, topic_listener.cpp:
Alan Conway
2007-08-15
3
-0
/
+312
*
Removed unused types: RequestId, ResponseId, MethodContext.
Alan Conway
2007-08-14
2
-9
/
+3
*
Deleted following files that are obsolete for 0-10:
Alan Conway
2007-08-14
1
-170
/
+0
*
Broker management of message acknowledgements now runs entirely off execution...
Gordon Sim
2007-08-10
2
-70
/
+175
*
Revert $(dirname $0) changes, break distclean/rpm builds.
Alan Conway
2007-08-10
1
-7
/
+2
*
Removed new Frame & MethodHolder classes from build.
Alan Conway
2007-08-08
1
-6
/
+0
[next]