revision |
committer |
date |
comment |
Review Notes |
r681666 |
rhs |
2008-08-01 |
added benchmark tool for java native + jms APIs |
|
r681674 |
rhs |
2008-08-01 |
improved usage |
|
r681690 |
cctrieloff |
2008-08-01 |
- Add support for ACL on message transfer - Performance optimizations for ACL on message transfer
|
|
r681709 |
tross |
2008-08-01 |
Make md5-hash of table recursively include data from referenced groups |
|
r681727 |
kpvdr |
2008-08-01 |
Removed typedefs which were generating ignored warnings on gcc 4.3 compiler. |
|
r681773 |
tross |
2008-08-01 |
QPID-1174 - Clean up agent objects when the remote agent disconnects |
|
r681821 |
tross |
2008-08-01 |
Don't pad out the last column of a table |
|
r681824 |
kpvdr |
2008-08-01 |
Initial framework for ACL reader |
|
r682309 |
ritchiem |
2008-08-04 |
QPID-1215 : Replaced use of FileReader with FileInputStream |
|
r682410 |
cctrieloff |
2008-08-04 |
updated ais instructions |
|
r682418 |
cctrieloff |
2008-08-04 |
correc version number |
|
r682644 |
aidan |
2008-08-05 |
Add slf4j deps to perftests, we should move all this to ant |
|
r682672 |
aidan |
2008-08-05 |
QPID-1206 : Fix failover and failover tests AMQConnection: remove dead and confusingly misnamed method AMQSession: rename failedOver to failedOverDirty to convey actual usage, only set it if we faile ... |
|
r682685 |
astitcher |
2008-08-05 |
Modified error checking on TCP socket read so that it's no longer fatal |
|
r682688 |
gsim |
2008-08-05 |
Merged r682685: Modified error checking on TCP socket read so that it's no longer fatal |
|
r682710 |
tross |
2008-08-05 |
QPID-1214 - Committed William's patch |
|
r682711 |
tross |
2008-08-05 |
Removed spurious print |
|
r682764 |
tross |
2008-08-05 |
Restructured qpid-tool commands to allow active-only lists |
|
r682774 |
aconway |
2008-08-05 |
Fix sporadic shutdown hang in clustered broker. Add start-stop_cluster test scripts |
|
r682785 |
gsim |
2008-08-05 |
- revised approach for setting tcp-nodelay on client to avoid breaking platform abstractions * added ability to set tcp-nodelay on server side of the socket also
|
|
r682791 |
gsim |
2008-08-05 |
- revised approach for setting tcp-nodelay on client to avoid breaking platform abstractions * added ability to set tcp-nodelay on server side of the socket also Merged from r682785.
|
|
r682885 |
aconway |
2008-08-05 |
Fix Cluster::send encode race. |
|
r682887 |
rhs |
2008-08-05 |
Profiling driven changes: - made AMQShortString cache the toString() value - added static initializer to IoTransport to disable use of pooled byte buffers - modified IoSender to permit buffer ... |
|
r682915 |
rhs |
2008-08-05 |
QPID-1219 : cleanup of prior commit (r682887) |
|
r682979 |
cctrieloff |
2008-08-05 |
Added actions for ACL on mgnt actions |
|
r683087 |
cctrieloff |
2008-08-06 |
correct action on purge & remove ROUTINGKEY type |
|
r683301 |
gsim |
2008-08-06 |
Merged r681164. |
|
r683337 |
rhs |
2008-08-06 |
QPID-1221 : added customizable UUID generation and switched the default strategy to use nameUUIDFromBytes rather than randomUUID |
|
r683402 |
astitcher |
2008-08-06 |
Refactor Thread platform code so that the implementation is completely decoupled from its interface |
|
r683416 |
aconway |
2008-08-06 |
- Added OutputTask::hasOutput() test. - Cluster only sends doOutput events when hasOutput()
|
|
r683437 |
rhs |
2008-08-06 |
QPID-1222 : round up the buffer size to the nearest power of two |
|
r683560 |
gsim |
2008-08-07 |
Remove reference to deleted sys/posix/Thread.h |
|
r683583 |
aidan |
2008-08-07 |
QPID-1218 : Boost broker performance by lots. AMQMessage: Allow references to be incremented in a pile IncomingMessage: Increment message references in one go, flatten delivery loop a little. Make _d ... |
TopicExchange: init array size |
r683588 |
gsim |
2008-08-07 |
Updated suppressions for changes to Thread |
|
r683595 |
gsim |
2008-08-07 |
Removed recursive patch to patch |
|
r683597 |
aidan |
2008-08-07 |
QPID-1218 : fix stupid used-only-by-tests method breakage that I have exposed |
|
r683603 |
gsim |
2008-08-07 |
Updated suppressions |
|
r683617 |
aconway |
2008-08-07 |
Patch from Gordon Sim to fix issues with hasOutput implementation. |
|
r683619 |
tross |
2008-08-07 |
On broker shutdown, re-join the timer thread outside of a locked scope to prevent deadlock. |
|
r683632 |
ritchiem |
2008-08-07 |
QPID-1195 , QPID-1193 Initial changes to allow bind and queue arguments to be stored and recovered from the MessageStore. Created a test to validate that the stored values can be recovered. DerbyStore ... |
Passing in null for stuff sucks. |
r683635 |
ritchiem |
2008-08-07 |
QPID-1182 : Some of the NullPointerExceptions from the SimpleACLTest are due to the close and the notification overlapping due to the lack of locking. The problem is that the AtomicBoolean _closed is ... |
|
r683683 |
rhs |
2008-08-07 |
QPID-1213 : Patch from rgodfrey to refactor AbstractJMSMessage and descendants to move AMQP version specific code into delegates and remove unnecessary conversion between 0-8 and 0-10 objects |
|
r683711 |
aconway |
2008-08-07 |
Check CPG flow control. |
|
r683744 |
rhs |
2008-08-07 |
QPID-1213 : removed empty .java files leftover from applying a patch |
|
r683932 |
aidan |
2008-08-08 |
QPID-1224 : add methods to get the list of message ids from a queue, with optional offset. Test class for this. |
|
r683941 |
rhs |
2008-08-08 |
QPID-1213 : fixed a performance regressing from converting uuid -> string and back again |
|
r683947 |
ritchiem |
2008-08-08 |
QPID-1225 cause test to fail if it times out. |
|
r683948 |
ritchiem |
2008-08-08 |
Reverted the addition of *.rej and *.orig so we can see them in a status list. |
|
r683949 |
ritchiem |
2008-08-08 |
QPID-1136 : Provided a fix for the leak in UnacknowledgedMessage when acking. Added a new InternalBrokerBaseCase for performing testing on the broker without using the client libraries. This allows f ... |
|
r683950 |
ritchiem |
2008-08-08 |
QPID-1223 : added ApplicationRegistry.remove. Need to convert to QTC. |
|
r683955 |
ritchiem |
2008-08-08 |
QPID-1226 : DupsOk test never creates the client so create one for the messages. Also improved the testing to ensure we check for failure scenarions. |
|