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
/
QueueTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove optimistic consume options. Better default message for SSL errors.
Alan Conway
2008-11-17
1
-32
/
+0
*
Restrict connection close codes to the set defined in the spec
Gordon Sim
2008-11-06
1
-28
/
+28
*
Some fixes to the LVQ (primarily a patch from cctrieloff@redhat.com)
Gordon Sim
2008-10-23
1
-16
/
+27
*
Periodically purge expired messages from queues
Gordon Sim
2008-10-13
1
-0
/
+39
*
QPID-1306
Carl C. Trieloff
2008-10-11
1
-3
/
+6
*
QPID-1306
Carl C. Trieloff
2008-10-09
1
-0
/
+48
*
QPID-1306
Carl C. Trieloff
2008-10-08
1
-7
/
+93
*
broker: Fixed incorrect pass-by-reference of Queue::shared_ptr in several files.
Alan Conway
2008-10-07
1
-1
/
+1
*
QPID 1306
Carl C. Trieloff
2008-10-03
1
-0
/
+1
*
QPID-1306
Carl C. Trieloff
2008-09-30
1
-4
/
+4
*
QPID-1306
Carl C. Trieloff
2008-09-30
1
-13
/
+9
*
QPID-1306
Carl C. Trieloff
2008-09-30
1
-0
/
+90
*
QPID-1261: initial fix (this degrades performance for shared queues with more...
Gordon Sim
2008-09-09
1
-11
/
+11
*
Only reduce count and size maintained for queue plicy when messages are actua...
Gordon Sim
2008-07-25
1
-4
/
+4
*
Convert remaining cppunit tests to boost test framework to reduce dependencies.
Gordon Sim
2008-05-30
1
-186
/
+165
*
From https://issues.apache.org/jira/browse/QPID-879 contributed by Jonathan R...
Alan Conway
2008-05-06
1
-0
/
+2
*
QPID-944: do no-local checking where requested when there is an exclusive sub...
Gordon Sim
2008-04-22
1
-0
/
+1
*
QPID-920: converted c++ client to use final 0-10 protocol
Gordon Sim
2008-04-20
1
-1
/
+2
*
Fix compile errors/warnings with gcc 4.3
Alan Conway
2008-03-25
1
-1
/
+1
*
- Refactored RefCounted class to avoid virtual inheritance
Andrew Stitcher
2008-03-24
1
-0
/
+1
*
Deleted unused classes, adjusted files that still mention them.
Alan Conway
2008-01-29
1
-1
/
+0
*
Changes to threading: queues serialiser removed, io threads used to drive dis...
Gordon Sim
2007-11-29
1
-18
/
+16
*
Added framing::BodyHolder:
Alan Conway
2007-11-22
1
-2
/
+3
*
Replaced shared_ptr with intrusive_ptr for qpid::Broker::Message.
Alan Conway
2007-11-14
1
-13
/
+13
*
Session resume support in client & broker: Client can resume a session
Alan Conway
2007-10-26
1
-1
/
+1
*
Use shared pointers for consumers (held by queues and sessions) to prevent ha...
Gordon Sim
2007-10-17
1
-20
/
+22
*
Renamed the following files for consistency:
Alan Conway
2007-09-25
1
-1
/
+1
*
Handle asynchronous enqueue of messages.
Gordon Sim
2007-09-14
1
-0
/
+2
*
Pass QueuedMessage to queues consumers. This records the position of that mes...
Gordon Sim
2007-08-31
1
-8
/
+8
*
Updated message.transfer encoding to use header and content segments (includi...
Gordon Sim
2007-08-28
1
-2
/
+7
*
- corrected getMessageCount() for async messages
Carl C. Trieloff
2007-08-17
1
-0
/
+16
*
- async message fix in dequeue
Carl C. Trieloff
2007-08-15
1
-0
/
+25
*
Initial support for latest approved 0-10 xml (with some transitional hacks in...
Gordon Sim
2007-07-24
1
-1
/
+1
*
removed the need to pass MethodContext/RequestId through proxy and handler/ad...
Gordon Sim
2007-07-19
1
-2
/
+1
*
Fixed MT safety issues pointed out by Gordon.
Carl C. Trieloff
2007-07-18
1
-12
/
+19
*
Updated queue class, can run dispatch on seperate thread or on
Carl C. Trieloff
2007-07-17
1
-1
/
+5
*
Add ability for a queue to record all bindings to it, such that these can be ...
Gordon Sim
2007-06-14
1
-0
/
+50
*
Moved src/ source code to src/qpid directory:
Alan Conway
2007-04-13
1
-2
/
+2
*
Fix for the most disruptive items in QPID-243.
Andrew Stitcher
2007-04-02
1
-0
/
+149
[prev]