summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-2991: added message counts to connection stats; fixed xxxToClient statsGordon Sim2011-01-115-6/+111
* QPID-2995Rajith Muditha Attapattu2011-01-111-0/+4
* QPID-2994Rajith Muditha Attapattu2011-01-112-3/+10
* Usability changes:Ted Ross2011-01-101-17/+45
* .NET Binding for Qpid Messaging, in every .NET object that keeps Charles E. Rolke2011-01-1014-97/+40
* Add --add-missing to automake call in bootstrap.Alan Conway2011-01-101-1/+1
* fix syntax error in qpid-routeKenneth Anthony Giusti2011-01-101-1/+1
* Code cleanup:Ted Ross2011-01-101-216/+30
* Fixed a bug in the type-compatibility checker.Ted Ross2011-01-101-1/+1
* Added brokerConnectionFailed() method to DebugConsole.Jonathan Robie2011-01-101-0/+3
* A new command-line tool, similar to qpid-tool but with the following differen...Ted Ross2011-01-101-0/+830
* Updated Python and Ruby wrappers to reflect API changes.Ted Ross2011-01-105-11/+14
* Updates to the C++ implementation of QMFv2:Ted Ross2011-01-1021-113/+841
* Prints connection error information.Jonathan Robie2011-01-102-0/+10
* Eliminates duplicate ExchangeBind when x-bindings are present.Jonathan Robie2011-01-071-1/+4
* Cleaned up the makefiles for the Swig-generated bindings.Ted Ross2011-01-075-6/+12
* QPID-2982: Improved cluster/management logging and automated test for log con...Alan Conway2011-01-079-118/+284
* Changes to QMFv2 formats to make the agents and consoles consistent:Ted Ross2011-01-063-33/+39
* Suppress spurious warnings from Swig.Ted Ross2011-01-062-2/+4
* qpid-tool throws Charles E. Rolke2011-01-061-0/+3
* Added outline for QMF content in docbook.Ted Ross2011-01-063-0/+151
* config.null line wasn't needed, and was messing up vpath builds.Michael Goulish2011-01-061-1/+1
* Undo svn commit r1052086.Jonathan Robie2011-01-055-43/+7
* Fixes typo in findById function declaration.Jonathan Robie2011-01-051-1/+1
* Allow any SASL mechanism to be specified in command line options.Jonathan Robie2011-01-055-5/+6
* QPID-2989 .NET Cpp Messaging Binding - Example program file is misnamedCharles E. Rolke2011-01-033-2/+2
* .NET Binding for Qpid Messaging:Charles E. Rolke2011-01-033-44/+79
* Rename Rdma send buffer operations.Andrew Stitcher2010-12-238-23/+23
* Changes due to review comments from Doug Ledford:Andrew Stitcher2010-12-237-31/+34
* Implementation for v1 rdma protocol - append sent credit and flags wordAndrew Stitcher2010-12-234-26/+77
* Reduce rdma scatter gathers allocated per queue pair to 1 as iWarpAndrew Stitcher2010-12-231-2/+5
* Fix error handling for ibv_post_send() & ibv_port_recv()Andrew Stitcher2010-12-231-3/+3
* Allow for the case where we get an rdma reject because there is no one listeningAndrew Stitcher2010-12-231-4/+14
* Factored rdma sending/receiving code out to make manipulatingAndrew Stitcher2010-12-232-24/+42
* Reject attempts to connect with version of rdma protocol we don't understandAndrew Stitcher2010-12-232-1/+17
* Plumb rdma protocol version into Rdma::AsynchIOAndrew Stitcher2010-12-236-0/+8
* Add in some useful rdma warnings when we reject a connectionAndrew Stitcher2010-12-231-1/+10
* Add code to switch on/off byteswapping of RDMA ConnectionParamsAndrew Stitcher2010-12-232-15/+60
* Added test into RdmaClient to be sure the messages we receive are theAndrew Stitcher2010-12-231-8/+40
* Allow RdmaClient to be interruptedAndrew Stitcher2010-12-231-2/+6
* Added logging to QMF console connections.Jonathan Robie2010-12-225-10/+52
* Two fixes in the Ruby QMF2 binding:Ted Ross2010-12-222-2/+3
* Allow command line utilities to require a given SASL mechanism.Jonathan Robie2010-12-216-91/+154
* Fixed bug that led to client doxygen using broker doxygen main page.Jonathan Robie2010-12-181-1/+1
* Change tmp directories from /tmp/sasl_fed/RANDOM to /tmp/sasl_fed_RANDOM.Michael Goulish2010-12-172-3/+3
* Made qpid-xxx management scripts callable as python functions.Jonathan Robie2010-12-177-624/+800
* Include the new sasl_fed_ex test in EXTRA_DIST.Michael Goulish2010-12-171-1/+1
* In broker::ConectionHandler, use the security settings, if any, Michael Goulish2010-12-164-12/+259
* Updates to the V2-style qmf-generation templates:Ted Ross2010-12-162-3/+5
* Added missing initializer in the QueryImpl constructor.Ted Ross2010-12-161-1/+1