revision |
committer |
date |
comment |
|
r659535 |
tross |
2008-05-23 |
qpid-tool fixed to cleanly handle brokers with management disabled |
|
r659538 |
aconway |
2008-05-23 |
qpid::SessionState: Added error checking for invalid frame sequences. client: Fix client crash on error during connection shutdown. |
|
r659631 |
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. |
|
r659647 |
rhs |
2008-05-23 |
QPID-947 : Switched over to using proper RFC 1982 serial numbers. |
|
r659650 |
rhs |
2008-05-23 |
QPID-1064 : only set the listeners to None after the thread has stopped |
|
r659663 |
aconway |
2008-05-23 |
Delete obsolete Channel class. |
|
r659671 |
rhs |
2008-05-23 |
QPID-947 : added codec and tests for array and list types |
|
r659673 |
rhs |
2008-05-23 |
QPID-947 : added test for nested lists |
|
r660173 |
aconway |
2008-05-26 |
Fix compile error in examples. |
|
r660254 |
rajith |
2008-05-26 |
I am applying the patch provided by Senaka attached to QPID-968 We need to get rid of the defaults that points to rhm. |
|
r660258 |
aconway |
2008-05-26 |
Changes to Session API: - Session is synchronous, no futures. - AsyncSession is async, returns futures. - Conversion functions sync(s) async(s) return a sync/async view of session s. - Connection ... |
|
r660265 |
aconway |
2008-05-26 |
Corrected examples for new session API. |
|
r660302 |
aconway |
2008-05-26 |
Speculative "fix" for solaris compile errors discussed on qpid-dev. |
|
r660304 |
aconway |
2008-05-26 |
Removed BOOST_REQUIRE_EQUAL, not available in older boost.test. |
|
r660320 |
aconway |
2008-05-26 |
Fixed intermittent leak of client::Connector thread. |
|
r660324 |
aconway |
2008-05-26 |
Make help2man and doxygen dependencies optional. |
|
r660490 |
rgodfrey |
2008-05-27 |
Refactoring updates (job queue changes, enqueue collections..) |
|
r660494 |
rgodfrey |
2008-05-27 |
Missed one... |
|
r660546 |
gsim |
2008-05-27 |
Added some comments to the various connection settings. |
|
r660562 |
aconway |
2008-05-27 |
Additional API documentation around sync vs. async sessions. |
|
r660568 |
aconway |
2008-05-27 |
Copy valgrind support files in a VPATH builds. |
|
r660616 |
aconway |
2008-05-27 |
Generate code in $builddir to allow multiple VPATH builds. |
|
r660619 |
aconway |
2008-05-27 |
VPATH fix |
|
r660625 |
aconway |
2008-05-27 |
Use symbolic constants for message flow values. |
|
r660643 |
aconway |
2008-05-27 |
Tighten up sync-correctness in SubscriptionManager & Dispatcher. Add a flush to SessionBase_0_10::sync() so it syncs in both directions. |
|
r660647 |
aconway |
2008-05-27 |
Fixed error in RangeSet, caused compile failure on Solaris. |
|
r660715 |
aconway |
2008-05-27 |
Removed obsolete src/qpid/client/SessionImpl.h .cpp |
|
r660886 |
gsim |
2008-05-28 |
Fixes to binding of member functions as raised on qpid list by Manuel Teira. |
|
r660911 |
arnaudsimon |
2008-05-28 |
QPID-1094 : Implement XA resource exception handling and add corresponding tests |
|
r660922 |
arnaudsimon |
2008-05-28 |
QPID-1097 : Those changes have been suggested by Lana |
Needs more detail, who is Lana? |
r660924 |
gsim |
2008-05-28 |
QPID-1095 : fixes to dtx error codes for latest spec changes. |
|
r660952 |
gsim |
2008-05-28 |
QPID-1095 : another error code correction |
|
r660953 |
gsim |
2008-05-28 |
QPID-1098 : correction to queue query when queue is not known |
|
r660966 |
aidan |
2008-05-28 |
QPID-1099 Add tests for publishing several messages transactionally and consuming them in an OnMessage handler |
|
r660973 |
arnaudsimon |
2008-05-28 |
QPID-1094 and QPID-1095 : Updated XaResource for handling wrong flag value, updated xa tests for using correct flag values, excluded forget test as the current 0.10 broker does not implement forget. |
|
r660981 |
gsim |
2008-05-28 |
Improve latency test tool to allow lower rates. |
|
r661000 |
gsim |
2008-05-28 |
Updated some 'todo' comments with clearer text. |
|
r661267 |
arnaudsimon |
2008-05-29 |
QPID-1094 : added finally close for cleaning potential indoubt tx |
|
r661286 |
rgodfrey |
2008-05-29 |
Avoid NPEs |
|
r661287 |
rgodfrey |
2008-05-29 |
Deliver async per subscription; not queue |
|
r661296 |
rgodfrey |
2008-05-29 |
tidy up |
|
r661302 |
gsim |
2008-05-29 |
Only record frames for replay if timeout is non-zero. |
|
r661309 |
gsim |
2008-05-29 |
Move AckPolicy impl from header to .cpp; ensure that completion is marked even when auto-acking is turned off. |
|
r661323 |
gsim |
2008-05-29 |
Correct declarations to be the same as definitions. |
|
r661324 |
rgodfrey |
2008-05-29 |
Temp fix out of order issue with async(sub) |
|
r661325 |
rgodfrey |
2008-05-29 |
Made subscription sendLock straight lock, re-enabled per subscription async delivery |
|
r661326 |
rgodfrey |
2008-05-29 |
Fix SubscriptionTestHelper |
|
r661395 |
rgodfrey |
2008-05-29 |
Comments and changes from review |
|
r661405 |
rgodfrey |
2008-05-29 |
fix browser behaviour on deliverAsync(sub) |
|
r661445 |
aconway |
2008-05-29 |
Packaing error - SessionId.h |
|
r661455 |
cctrieloff |
2008-05-29 |
Performnace fix, improves 6-8% on high core count machines. |
|
r661483 |
tross |
2008-05-29 |
QPID-1100 crash when config file contains commented-out commands (patch from michael goulish) |
|
r661561 |
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. |
r661587 |
gsim |
2008-05-30 |
Convert remaining cppunit tests to boost test framework to reduce dependencies. |
|
r661633 |
arnaudsimon |
2008-05-30 |
QPID-754 : changed prop name |
|