| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit contains the following | Rajith Muditha Attapattu | 2009-09-11 | 6 | -164/+327 |
| * | Joint checkin with cctrieloff. Refactor of exchange routing so that multi-que... | Kim van der Riet | 2009-09-11 | 23 | -412/+537 |
| * | QPID-2093: Updated AMQBRokerManagerMBean to check if the queue is durable bef... | Martin Ritchie | 2009-09-11 | 6 | -348/+701 |
| * | Add test customisation configuration to derby and acl configs | Martin Ritchie | 2009-09-11 | 2 | -0/+2 |
| * | QPID-2094 : Check if _output is null, if so write test configuration to java.... | Martin Ritchie | 2009-09-11 | 1 | -1/+2 |
| * | QPID-2095 : Update QTC to set the management.jmxport configuration property o... | Martin Ritchie | 2009-09-11 | 1 | -0/+2 |
| * | QPID-2096 : Add a work around which stops durable exchanges being written to ... | Martin Ritchie | 2009-09-11 | 1 | -0/+12 |
| * | QPID-2092 : Corrected misspelling of Simple | Martin Ritchie | 2009-09-10 | 1 | -1/+1 |
| * | QPID-2092 Move test configuration to systest package and update to provide a... | Martin Ritchie | 2009-09-10 | 23 | -709/+375 |
| * | QPID-2091 : Updated ServerConfiguration and added test to ServerConfiguration... | Martin Ritchie | 2009-09-10 | 4 | -175/+170 |
| * | Fixed wrong namespace placement in previous check in | Andrew Stitcher | 2009-09-09 | 1 | -3/+3 |
| * | Fix QPID-2086, hang of federated_cluster_test_with_node_failure. | Alan Conway | 2009-09-09 | 1 | -1/+9 |
| * | Tidied up namespace usage | Andrew Stitcher | 2009-09-09 | 93 | -971/+1423 |
| * | Adjust to new location of state_saver in Boost 1.40; fixes QPID-2090 | Stephen D. Huston | 2009-09-09 | 1 | -2/+9 |
| * | Replace write lock with read lock in QueueRegistry::eachQueue. | Alan Conway | 2009-09-09 | 1 | -1/+1 |
| * | ( mgoulish checking in changes for gsim ) | Michael Goulish | 2009-09-09 | 1 | -6/+10 |
| * | Remove some more unused code. | Aidan Skinner | 2009-09-09 | 2 | -19/+0 |
| * | Remove unusued FirewallFactory class | Aidan Skinner | 2009-09-09 | 1 | -45/+0 |
| * | Remove extra ::Variant from translate() signature | Stephen D. Huston | 2009-09-08 | 1 | -1/+1 |
| * | Fixed code that pushes a buffer into the read queue if closed for write | Andrew Stitcher | 2009-09-08 | 1 | -1/+1 |
| * | QPID-664: Added automatic message replay on reconnection. | Gordon Sim | 2009-09-07 | 16 | -31/+233 |
| * | QPID-155 : added java doc to test | Martin Ritchie | 2009-09-07 | 1 | -0/+7 |
| * | QPID-1809, QPID-2081 : Corrected ChannelClose logic. Removed an unnecessary s... | Martin Ritchie | 2009-09-07 | 3 | -72/+111 |
| * | QPID-2085 : Set append to true by default. Added QPID_LOG_APPEND variable to ... | Martin Ritchie | 2009-09-07 | 2 | -3/+8 |
| * | QPID-2084,QPID-155 : Update excludes as 0-10 code path does not have same er... | Martin Ritchie | 2009-09-07 | 1 | -0/+6 |
| * | QPID-664: Added automatic reconnection logic. | Gordon Sim | 2009-09-07 | 13 | -159/+875 |
| * | QPID-1809 : There is still a race condition between the notification and main... | Martin Ritchie | 2009-09-07 | 1 | -0/+17 |
| * | QPID-2081, QPID-155 : Updated AMQSession to allow queue/exchange decare to be... | Martin Ritchie | 2009-09-06 | 3 | -10/+11 |
| * | QPID-2081, QPID-155 : Corrected error in package name in exclude | Martin Ritchie | 2009-09-05 | 1 | -1/+1 |
| * | Pick up correct CMake-set macro (qmfcommon_EXPORTS) to flip import/export for... | Stephen D. Huston | 2009-09-04 | 1 | -1/+1 |
| * | Unify namespace usage, avoid using qpid::client because it confuses arg in bo... | Stephen D. Huston | 2009-09-04 | 1 | -18/+18 |
| * | removed duplicate method | Rafael H. Schloming | 2009-09-04 | 1 | -3/+0 |
| * | QPID-2081, QPID-155 : Provide a test for Dynamic Queue/Exchange toggling and ... | Martin Ritchie | 2009-09-04 | 3 | -2/+96 |
| * | QPID-1809 - The incorrect expcetions were due to a race condition between the... | Martin Ritchie | 2009-09-04 | 11 | -59/+133 |
| * | QPID-2002 : Add MNG-1003 messages | Martin Ritchie | 2009-09-04 | 1 | -0/+2 |
| * | QPID-1992 : Ensure StartupRootMessageLogger always logs messages | Martin Ritchie | 2009-09-04 | 1 | -0/+7 |
| * | Apply patches from QPID-2079 | Stephen D. Huston | 2009-09-04 | 2 | -4/+9 |
| * | Add a number of Visual Studio projects/solutions that I missed on the initial... | Stephen D. Huston | 2009-09-04 | 6 | -0/+786 |
| * | fixed the wait logic for session close | Rafael H. Schloming | 2009-09-04 | 2 | -2/+5 |
| * | QPID-2080 - crash when attempting to modify an exchange's alternate | Ted Ross | 2009-09-04 | 2 | -3/+59 |
| * | removed final use of catchup | Rafael H. Schloming | 2009-09-03 | 1 | -16/+1 |
| * | added timeout option to send | Rafael H. Schloming | 2009-09-03 | 2 | -3/+27 |
| * | QPID-2045 - crash when destroying a federation link with a dynamic bridge | Ted Ross | 2009-09-03 | 2 | -3/+10 |
| * | Improved automake for the qmf bindings. | Ted Ross | 2009-09-03 | 4 | -25/+43 |
| * | Add WCF channel code: patches from QPID-2065, QPID-2066, QPID-2067 | Stephen D. Huston | 2009-09-02 | 87 | -0/+10044 |
| * | QPID-2050 - leak of bridge objects | Ted Ross | 2009-09-02 | 2 | -1/+14 |
| * | Change Async buffer returning logic to only watch reads when necessary | Andrew Stitcher | 2009-09-02 | 1 | -3/+21 |
| * | Add diagram of priority queue implementation | Aidan Skinner | 2009-09-02 | 1 | -0/+0 |
| * | changed Lockable -> Waiter and switched its usage from has-a to is-a; also fi... | Rafael H. Schloming | 2009-09-02 | 3 | -35/+35 |
| * | Add diagram of the broker queue and subscription model. | Aidan Skinner | 2009-09-02 | 1 | -0/+0 |