| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-664: Refine address resolution; if type not specified, default to queue ... | Gordon Sim | 2009-11-19 | 1 | -31/+80 |
| * | In exchange-bound, set queue-not-found correctly even if exchange is not found. | Gordon Sim | 2009-11-19 | 1 | -1/+1 |
| * | Added getStoreDir() to MessageStore | Alan Conway | 2009-11-19 | 5 | -0/+8 |
| * | QPID-664: Add spout & drain examples as per python client | Gordon Sim | 2009-11-19 | 3 | -3/+8 |
| * | Change content type for map and list messages to align with python client. | Gordon Sim | 2009-11-19 | 1 | -2/+2 |
| * | Added cluster option --cluster-size. | Alan Conway | 2009-11-18 | 5 | -14/+13 |
| * | QPID-2188: Fixed typo in log messages | Gordon Sim | 2009-11-18 | 2 | -2/+2 |
| * | Changes to compile under SunCC 5.10 | Andrew Stitcher | 2009-11-18 | 4 | -5/+9 |
| * | QPID-2188 , support for maxConnections, limit is set to broker | Carl C. Trieloff | 2009-11-17 | 5 | -1/+40 |
| * | Added missing #include <algorithm> | Alan Conway | 2009-11-17 | 1 | -0/+1 |
| * | Integrated InitialStatusMap into cluster code. | Alan Conway | 2009-11-17 | 13 | -135/+264 |
| * | cluster::InitialStatusMap and unit tests, support for improved cluster join p... | Alan Conway | 2009-11-17 | 7 | -14/+207 |
| * | QPID-664: Add accessors for connection from session, and for session from sen... | Gordon Sim | 2009-11-17 | 12 | -5/+40 |
| * | QPID-664: Allow application to set session name and retrieve session using th... | Gordon Sim | 2009-11-17 | 4 | -11/+38 |
| * | QPID-664: Cancel all senders and receivers on closing session; check queue/ex... | Gordon Sim | 2009-11-17 | 2 | -2/+25 |
| * | QPID-664: Added getReceiver()/getSender() methods to session in new api. | Gordon Sim | 2009-11-17 | 10 | -2/+50 |
| * | QPID-664: Remove start()/stop() methods from api | Gordon Sim | 2009-11-16 | 5 | -38/+15 |
| * | QPID-664: Introduce ';' as delimiter bewteen name (and optionally subject) an... | Gordon Sim | 2009-11-16 | 1 | -17/+52 |
| * | expose less internals and some term clean up thanks to gsim's comments | Carl C. Trieloff | 2009-11-16 | 1 | -6/+5 |
| * | Merge branch 'next_receiver_changes' into trunk | Gordon Sim | 2009-11-16 | 8 | -108/+3 |
| * | Add management subscription object | Carl C. Trieloff | 2009-11-13 | 2 | -4/+57 |
| * | Change from linear to binary search in requeue | Gordon Sim | 2009-11-13 | 1 | -5/+1 |
| * | Merge branch 'next_receiver_changes' into trunk | Gordon Sim | 2009-11-12 | 6 | -13/+95 |
| * | Add missing extern decls. Fixes broken Windows build. | Stephen D. Huston | 2009-11-11 | 1 | -1/+1 |
| * | Fix compilation error on some platforms | Gordon Sim | 2009-11-11 | 1 | -1/+1 |
| * | Added support for address parsing, create/assert/delete policies | Gordon Sim | 2009-11-11 | 15 | -353/+843 |
| * | Add new ssf arg to Sasl::start | Stephen D. Huston | 2009-11-11 | 1 | -2/+3 |
| * | Also remove liner search from seek() & add tests | Carl C. Trieloff | 2009-11-10 | 1 | -6/+5 |
| * | remove looping for position search and replace with stl algorithms for better... | Carl C. Trieloff | 2009-11-09 | 3 | -37/+63 |
| * | QPID-1899: Applied patch from Ken Giusti to tie in SASL enctryption to the ha... | Gordon Sim | 2009-11-09 | 29 | -54/+168 |
| * | QPID-2191: Fix browsing behaviour where messages may have been released out o... | Gordon Sim | 2009-11-09 | 3 | -1/+7 |
| * | Fix restoration of durable messages at startup. Remove all references to a qu... | Stephen D. Huston | 2009-11-05 | 7 | -36/+105 |
| * | Automatically add shared library suffix to module name in --load-module. | Alan Conway | 2009-11-04 | 2 | -11/+20 |
| * | Changed default timeout for daemon to 10 min to allow for long store recovery... | Kim van der Riet | 2009-11-04 | 1 | -1/+1 |
| * | QMF fixes: | Ted Ross | 2009-11-03 | 2 | -3/+34 |
| * | When storing a message, set its new persistence Id. Don't throw an exception ... | Stephen D. Huston | 2009-11-03 | 3 | -26/+65 |
| * | Erasing an iterator invalidates the iterator; changed the code to not derefer... | Stephen D. Huston | 2009-11-03 | 1 | -2/+5 |
| * | Fix leak in SASL code, enable cluster ACL test. | Alan Conway | 2009-11-02 | 1 | -1/+24 |
| * | In broker, change RecoverableExchange[Impl]::bind() strings to const; they ar... | Stephen D. Huston | 2009-10-30 | 7 | -58/+91 |
| * | Fix memory leak in testCoincidentErrors due to un-joined connector thread. | Alan Conway | 2009-10-30 | 1 | -2/+8 |
| * | QPID-2181 - Alternate exchange on queue is not visible in management tools | Ted Ross | 2009-10-30 | 1 | -0/+6 |
| * | Ensure a client-side cursor is used, and change to static cursor to improve p... | Stephen D. Huston | 2009-10-30 | 2 | -2/+7 |
| * | Always include the hresult message if it's available. | Stephen D. Huston | 2009-10-30 | 1 | -3/+2 |
| * | Remove extraneous space from exception message. | Stephen D. Huston | 2009-10-29 | 1 | -1/+1 |
| * | Fixed problem of queue alternate-exchange property not being persisted on per... | Kim van der Riet | 2009-10-29 | 3 | -5/+21 |
| * | Fix for QPID-2171 "No checks made for reserved exchange names "amq.*" and "qp... | Kim van der Riet | 2009-10-29 | 1 | -2/+2 |
| * | Change StorageProvider::Exception to inherit from qpid::Exception instead of ... | Stephen D. Huston | 2009-10-28 | 4 | -26/+42 |
| * | Ensure connections are done blocking; there's no asynch connect support yet. ... | Stephen D. Huston | 2009-10-28 | 1 | -1/+1 |
| * | Fixed lack of checking for reserved exchange names that start with "amq." acc... | Kim van der Riet | 2009-10-28 | 1 | -0/+3 |
| * | Reduce redundancy in cluster log output. | Alan Conway | 2009-10-28 | 1 | -5/+1 |