Outstanding actions
Use of MINA Protect-I/O mode as default
Commits review
JIRA Review
Outstanding actions
revision | committer | date | comment | review comments |
---|---|---|---|---|
arnaudsimon | 2008-05-22 | QPID-1079 : Updated ...test.client tests for using QpidTestCase + move QpidTestCase in main so it is visible form systests | Remove amqj.AutoCreateVMBroker | |
arnaudsimon | 2008-05-22 | QPID-1079 : added junit dep to client as it's not included within all environments (for example on RHEL-4) | Should move QpidTestCase into common base package; not in client. | |
rhs | 2008-05-22 | Made Range, RangeSet, and Session all use proper RFC1982 comparisons per QPID-861 . Also switched command ids from long -> int, and added a mutex to channel to prevent multi-frame commands from interle ... | Use .intValue() not (int) (long) | |
rhs | 2008-05-23 | QPID-901 : Track and report session exceptions, modified generator validate values before trying to encode them. Also, moved createDurableSubscriber from AMQSession_0_10 -> AMQSession. |
| |
rhs | 2008-05-23 | QPID-947 : Switched over to using proper RFC 1982 serial numbers. |
| |
rhs | 2008-05-23 | QPID-1064 : only set the listeners to None after the thread has stopped |
| |
rhs | 2008-05-23 | QPID-947 : added codec and tests for array and list types |
| |
rhs | 2008-05-23 | QPID-947 : added test for nested lists |
| |
rajith | 2008-05-30 | This check in is for QPID-1102 . IoHandler and IoSender uses the java.io classes for IO operations and have shown very good improvement in latency and memory usage over MINA. For certain tests with pub ... | Should use configuration and be more configurable. Narrow catch Exception clause. | |
rgodfrey | 2008-06-19 | QPID-950 : Broker refactoring, copied / merged from branch |
| |
rgodfrey | 2008-06-19 | QPID-950 : Fixed Derby Message Store |
| |
rgodfrey | 2008-06-20 | QPID-1144 : Reference count drops to zero too early for immediate messages in a txn |
|
revision | committer | date | comment | Review Comments |
---|---|---|---|---|
gsim | 2008-05-30 | Add short sleep before killing python server to ensure it has had a chance to send the message acknowledgement. |
| |
gsim | 2008-05-30 | Removed redundant flush request. |
| |
ritchiem | 2008-05-30 | QPID-1103 :Changed VMTestCase to allow the creation of InVM brokers based on a configuration file. Updated ApplicationRegistry as it was not correctly utilising the set configuration and always using ... |
| |
ritchiem | 2008-05-30 | QPID-1101 : Update to DestNameExchange to perform deep copy. | Needs test | |
aconway | 2008-06-02 | Use InlineVector for AMQFrame, reduces heap allocations by 13%. |
| |
gsim | 2008-06-02 | Minor updates to tests: * sync on commit in transactional topic test * disable loading of modules from automated test to preserve isolation * update federated topic test script in line with command li ... |
| |
gsim | 2008-06-02 | disable use of module-dir when running examples |
| |
arnaudsimon | 2008-06-02 | QPID-1110 : use pre-acquire mode when message selector is the empty string |
| |
aconway | 2008-06-02 | Fix compiler warning with gcc 4.3 |
| |
ritchiem | 2008-06-02 | Merged revisions 661739-661746 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x ........ r661739 - ritchiem - 2008-05-30 15:42:38 +0100 (Fri, 30 May 2008) - 1 line ... |
| |
tross | 2008-06-02 | QPID-1113 Management cleanup and performance enhancements |
| |
aconway | 2008-06-02 | Backed out previous fix compiler for warning, it fails with boost 1.33. Will seek a fix that works for all versions. |
| |
tross | 2008-06-02 | Fixed dereference of null pointer |
| |
aconway | 2008-06-02 | Fix that works on 1.33/gcc4.1 up to boost 1.34.13/gcc 4.3 |
| |
aidan | 2008-06-02 | Remove old doc |
| |
aidan | 2008-06-02 | Move to documentation directory |
| |
aidan | 2008-06-02 | Remove stuff thats been moved |
| |
aidan | 2008-06-02 | Add generated forrest structure |
| |
aidan | 2008-06-02 | Move to proper location |
| |
aconway | 2008-06-02 | Added --syslog-name, --syslog-facility options. |
| |
gsim | 2008-06-02 | Improve performance of synchronous publication by not requesting known-completed response for every completed sent. |
| |
tross | 2008-06-02 | QPID-1114 Daemon mode improvements |
| |
aconway | 2008-06-02 | Separate option parsing from qpid::client::ClientSettings. |
| |
tross | 2008-06-02 | Added byteDepth back into Queue managment class |
| |
tross | 2008-06-02 | Queue stats: byteDepth now computed periodically |
| |
cctrieloff | 2008-06-03 | QPID-1108 patch from Manuel Teira |
| |
arnaudsimon | 2008-06-03 | QPID-1112 : Added sessionCompleted support and changed onMessage for invoking sessionCompleted when all expected messages have been received. |
| |
gsim | 2008-06-03 | Move ConnectionOptions into qpid::client. |
| |
gsim | 2008-06-03 | Reverted move of ConnectionOptions (without the parse functionality they aren't off much use). Corrected include in ConnectionOptions.h |
| |
gsim | 2008-06-03 | Add ConnectionOptions.h to sources for each test program. |
| |
gsim | 2008-06-03 | Fixed typo in options. |
| |
arnaudsimon | 2008-06-03 | QPID-1115 : Only generate client ID when necessary | RG to comment on Jira | |
ritchiem | 2008-06-03 | QPID-1092 : Changed toString to be String.valueOf(getObject()) Added MessageToStringTest, tests performing toString on Message before calling getObject(). | Weird catch in close() | |
ritchiem | 2008-06-03 | Merged revisions 662770 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x ........ r662770 - ritchiem - 2008-06-03 13:32:47 +0100 (Tue, 03 Jun 2008) - 3 lines QP ... |
| |
gsim | 2008-06-03 | Better exception handling for commit. |
| |
ritchiem | 2008-06-03 | QPID-1117 : Added tests for all other message types. Refactored the common parts out of the objectTest. |
| |
ritchiem | 2008-06-03 | Merged revisions 662818 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x ........ r662818 - ritchiem - 2008-06-03 16:07:07 +0100 (Tue, 03 Jun 2008) - 1 line QPI ... |
| |
tross | 2008-06-03 | QPID-1114 moved --pid-dir from config file to startup script |
| |
arnaudsimon | 2008-06-03 | QPID-1112 : Update previous commit by re-using messageAcknowledge (added a flag specifying whether to send an messageAccept) | inRecover check in BMC_0_10.postDeliver might be a problem with async delivery | |
tross | 2008-06-03 | Management fixes: set session.detachedLifetime to 0, set journal->queue link in all cases |
| |
rhs | 2008-06-03 | QPID-1062 : modified generated code to keep packing flags in wire form and override commonly used size methods for improved performance | Remove commented out code | |
tross | 2008-06-03 | QPID-1114 Change defaults for data-dir and pid-dir to /home/ross/.qpidd |
| |
rhs | 2008-06-03 | QPID-901 : honor the timely-reply flag and handle known-completed |
| |
aconway | 2008-06-03 | Use help2man if available, pre-generated qpidd.1 if available, fall back to dummy man page. |
| |
tross | 2008-06-03 | Create pid-dir if it does not exist |
| |
tross | 2008-06-04 | Removed assignment of a string literal that causes problems with some newer compilers |
| |
arnaudsimon | 2008-06-04 | QPID-1120 : Changed addDeliveredMessage and commit so session.completed is sent before credits dry up | should send session complete when tx size is a multiple of PrefetchSize | |
ritchiem | 2008-06-04 | QPID-1119 : M2x commit : Addition of a System property to AMQProtocolHandler.java to allow the syncWait default to be changed. To perform this a new SlowMessageStore has been added to the systest pack ... |
| |
ritchiem | 2008-06-04 | Merged revisions 663125 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x ........ r663125 - ritchiem - 2008-06-04 15:32:49 +0100 (Wed, 04 Jun 2008) - 6 lines QP ... |
| |
aconway | 2008-06-04 | Avoid use of valgrind --log-file-exactly flag, removed in valgrind 3.3 |
| |
gsim | 2008-06-04 | Change to lazy-loading to avoid relying on the content-size to be set by client. |
| |
aconway | 2008-06-04 | Increased default flush interval to 1MB, send spontaneous known-completed at the flush interval. |
| |
tross | 2008-06-04 |
| ||
aconway | 2008-06-04 | Request a timely reqply to session.completed based on configured flush interval. |
| |
rhs | 2008-06-04 | QPID-1062 : use BBDecoder for non fragmented segments, modified BBDecoder/Encoder to use byte buffer primitives, made various classes final (including generated classes) |
| |
tross | 2008-06-04 | Management clean-up. Made the management broker more defensive with regard to received messages. Default and management exchanges now have 'durable' object IDs. |
| |
aconway | 2008-06-04 | Fix valgrind error. |
| |
aconway | 2008-06-04 | Remove unused classes IList and ISList. |
| |
arnaudsimon | 2008-06-04 | QPID-1120 : don't reset batch size as part of the messages are not accepted and then still available. |
| |
tross | 2008-06-04 | Management cleanup - Synchronized with the spec on the Wiki |
| |
tross | 2008-06-04 | Management cleanup - renamed config/inst elements to properties and statistics |
| |
arnaudsimon | 2008-06-05 | QPID-1123 : Added a timeout (threading issue is still to be fixed) |
| |
gsim | 2008-06-05 | Re-introduced previously clobbered realm option. |
| |
gsim | 2008-06-05 | Fix to makefile and tests (one test temporarily disabled until a fix is found). |
| |
tross | 2008-06-05 | Load modules from /usr/lib64/qpidd on x86_64 architecture |
| |
nsantos | 2008-06-05 | install libs in arch-appropriate directory |
| |
nsantos | 2008-06-05 | install libs in arch-appropriate directory |
| |
nsantos | 2008-06-05 | install libs in arch-appropriate directory |
| |
nsantos | 2008-06-05 | install libs in arch-appropriate directory |
| |
gsim | 2008-06-05 | cleanup old irrelevant tests (from 0-10 preview functions) fix dtx.recover test |
| |
nsantos | 2008-06-05 | install libs in arch-appropriate directory |
| |
rhs | 2008-06-05 | QPID-1116 : fixed a race condition in connection/session close, session close now waits for the session to be detached before returning, this guarantees we won't have any active sessions when the conne ... | Client.java has random cruft added. | |
kpvdr | 2008-06-05 | Minor additions to Range and RangedSet |
| |
aconway | 2008-06-05 | Fixed bug in InlineAllocator |
| |
gsim | 2008-06-05 | Uncomment test now that inline allocator is fixed. |
| |
tross | 2008-06-05 | Dequeue persistent messages from store in queue purge |
| |
aconway | 2008-06-05 | Modified to work with boost-1.32 |
| |
rhs | 2008-06-06 | QPID-1062 : merge writes of separate frames within an assembly, use sync flag instead of sync command on message transfer |
| |
arnaudsimon | 2008-06-06 | QPID-1062 : use sync flag instead of sync command on tx commit |
| |
ritchiem | 2008-06-06 | QPID-1058 : Added new CramMD5HexSaslClient.cs and registered it in the Sasl Factory and the client CallbackHandler |
| |
ritchiem | 2008-06-06 | QPID-1058 : Addition of a CRAM-MD5-HEX as discussed on the JIRA. An additional test is provided to ensure that the handle method correctly wraps a given Database password in hex. |
| |
ritchiem | 2008-06-06 | QPID-1058 : Removal of Console WriteLine as highlighted in code review by Robert Godfrey. |
| |
ritchiem | 2008-06-06 | Merged revisions 663999-664020 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x ........ r663999 - ritchiem - 2008-06-06 17:03:42 +0100 (Fri, 06 Jun 2008) - 1 line ... |
| |
tross | 2008-06-06 | Added mutexes back in to protect management counts from corruption |
| |
aconway | 2008-06-06 | Added exceptions to sys::Waitable. Fixed client side deadlock involving client::Bounds. Fixed incorrect exception messages during connection shutdown. |
| |
rgodfrey | 2008-06-06 | QPID-1124 : Use thread-safe map for messageListeners |
| |
nsantos | 2008-06-06 | add missing header |
| |
rhs | 2008-06-06 | QPID-1125 : log exceptions destined to be swallowed by MINA |
| |
rgodfrey | 2008-06-06 | QPID-1124 : Use thread-safe map for messageListeners |
| |
rhs | 2008-06-07 | QPID-1126 : reuse channel numbers for sessions that have closed, and honor the negotiated channel-max; also removed unnecessary catches that were swallowing stack traces from several tests |
| |
aconway | 2008-06-09 | Missing lock in SessionManager::forget() |
| |
arnaudsimon | 2008-06-09 | QPID-1127 : disable direct buffers as default. |
| |
rhs | 2008-06-09 | QPID-901 : added logging of sync bit and command-id |
| |
rhs | 2008-06-09 | QPID-901 : made logging of ids less expensive, also limit how much data we dump into the log |
| |
rhs | 2008-06-09 | QPID-901 : always reset the auto-sync mode even if the call fails | RHS: should raise Jira for autosync flag | |
gsim | 2008-06-09 | Moved from AccumulatedAck to SequenceSet in managing transactional accepts Added transactional option to perftest Removed clientid from ConnectionSettings as it appears not to be used |
| |
aconway | 2008-06-09 | Updated doxygen comments in qpid/client/*.h Changed request-response example to use SubscriptionManager like the others. |
| |
gsim | 2008-06-10 | Improved exception handling for commit. |
| |
gsim | 2008-06-10 | Removed import of deleted test modules. |
| |
rhs | 2008-06-10 | updated the hello-world script |
| |
rhs | 2008-06-10 | updated hello-world |
| |
rhs | 2008-06-10 | QPID-1129 : unless otherwise specified, limit the receive buffer size to 64K | Mina makes OOM'ing hard to figure out | |
arnaudsimon | 2008-06-10 | Qpid-1130: don't store unack message tags when the session is transacted |
| |
gsim | 2008-06-11 |
|
| |
rhs | 2008-06-11 | load the old version of the spec file for old codec tests, removed unused test exclude list |
| |
rhs | 2008-06-11 | replaced example usages of message_flow with the start() method |
| |
arnaudsimon | 2008-06-12 | QPID-1134 : updated username:password --> guest:guest |
| |
aidan | 2008-06-12 | Added ignore file |
| |
aidan | 2008-06-12 | add generated bumpf |
| |
aidan | 2008-06-12 | QPID-1135 : Fix multi-frame message handling. This fix is suboptimal since it creates an extra copy, as a result it's slower and less memory efficent. But it is correct. Qpid.Buffer/SlicedByteBuffer.c ... |
| |
aconway | 2008-06-12 | Improvements to comment clarity. |
| |
aconway | 2008-06-12 | Propagate error messages across the Demux between network & user threads. |
| |
aconway | 2008-06-12 | Fix test error. |
| |
nsantos | 2008-06-12 | add missing DESIGN file to Makefile.am |
| |
aconway | 2008-06-12 | Default --log-output to syslog in --daemon mode. |
| |
rajith | 2008-06-13 | Removed --store-async option as it is no longer relevent |
| |
rhs | 2008-06-13 | QPID-901 : flush after every 64K commands issued |
| |
aconway | 2008-06-13 | Fix bug in SessionState - avoid all replay calculations for timeout==0. |
| |
rhs | 2008-06-13 | QPID-901 : don't send known-completed for ranges we ignore |
| |
rajith | 2008-06-13 | Changed the store path back to what it was. I think we need to provide a better solution for this as making an assumption for the store path in incovinient. We could use an env var like STORE_PATH tha ... |
| |
aconway | 2008-06-13 | Revert SessionState changes in r667503. |
| |
ritchiem | 2008-06-13 | 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 fo ... | InternalMinaProtocolSession has a bug in awaitDelivery where it can hang because deliveryCount is already set to !0 | |
ritchiem | 2008-06-13 | Merged revisions 667561 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.x ........ r667561 - ritchiem - 2008-06-13 15:56:45 +0100 (Fri, 13 Jun 2008) - 3 lines QP ... |
| |
aconway | 2008-06-13 | Fix for broker wraparound problem. |
| |
rhs | 2008-06-13 | QPID-901 : request known-completed every 64K incoming commands, fixed handling of incoming known-completed to clear out processed set |
| |
tross | 2008-06-16 | Bugfix: usage line did not show with --help option |
| |
aidan | 2008-06-16 | QPID-1104 : Add an IMessage.Acknowledge(bool) so that only specific messages can be acknowledged, not all messages recieved on the Channel up to that point. Qpid.Client/Client/Message/AbstractQmsMessa ... |
| |
rhs | 2008-06-16 | QPID-1078 : fix the broken paths in qpid-incubating.jar and use the proper delimiter for manifest class paths | Still doesn't work on Windoze, AS and RHS to hug | |
rhs | 2008-06-16 | QPID-901 : set the frame track correctly |
| |
rhs | 2008-06-16 | QPID-901 : add tests for RangeSet; fixed a bug found by the new tests |
| |
rhs | 2008-06-16 | QPID-1139 : use RFC1982 comparisons for rollback mark and update rollback mark to track dispatched messages |
| |
gsim | 2008-06-16 | QPID-1138 : codec support for timestamps |
| |
rajith | 2008-06-16 | This is a fix for QPID-1140 and QPId-1141. I also removed commented code as well as code that wasn't used. Cleaned up unused imports as well. |
| |
rhs | 2008-06-16 | add enough to the server delegate to permit java clients to connect |
| |
rhs | 2008-06-16 | QPID-1142 : made session.sync() always set the sync flag on execution_sync |
| |
rhs | 2008-06-16 | QPID-1143 : added buffering, we now only issue one write per assembly |
| |
rhs | 2008-06-17 | QPID-1143 : removed race condition in test |
| |
gsim | 2008-06-17 | Added option to start topictest scripti n transactional mode (&durable) |
| |
marnie | 2008-06-17 | QPID-168 Applying an amended version of Suran's patch for this JIRA, expanding the .bat file's functionality to be closer to the bash scripts |
| |
gsim | 2008-06-18 | Fix bug that commits after every message. Oops! |
| |
aconway | 2008-06-18 | Bring cluster code up to date. |
| |
aconway | 2008-06-18 | Bring cluster code up to date. |
| |
aconway | 2008-06-18 | Fix packaging error. |
| |
rgodfrey | 2008-06-19 | Branch created from trunk prior to java refactor broker merge |
| |
rgodfrey | 2008-06-19 | QPID-950 : Broker refactoring, copied / merged from branch |
| |
rgodfrey | 2008-06-19 | QPID-950 : Fixed Derby Message Store |
| |
rgodfrey | 2008-06-20 | QPID-1144 : Reference count drops to zero too early for immediate messages in a txn |
|