summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* attempt to fix spec fileCarl C. Trieloff2008-07-311-1/+1
* header file fix fr buildCarl C. Trieloff2008-07-311-1/+3
* another missing fileCarl C. Trieloff2008-07-311-0/+57
* small cleanupCarl C. Trieloff2008-07-312-2/+1
* missing fileCarl C. Trieloff2008-07-311-0/+13
* - Implementation of ACL pluginCarl C. Trieloff2008-07-317-21/+405
* Fixed for 64bit systemsGordon Sim2008-07-311-1/+1
* QPID-1174 - Management updates for remote agentsTed Ross2008-07-317-155/+152
* The previous attempt to only get an xpg strerror_r with the GNU failedAndrew Stitcher2008-07-301-10/+7
* Merged r680937. Added error handling for case where socket cannot be accepted...Gordon Sim2008-07-301-5/+10
* QPID-1198: Solaris ECF (port) based PollerAndrew Stitcher2008-07-302-2/+310
* Related to QPID-1198: Moved posix platform specific "strerror" code toAndrew Stitcher2008-07-308-15/+89
* QPID-1198 (adapted): Change use of uuid lib not to assume const parametersAndrew Stitcher2008-07-302-7/+11
* Removed errno from a default parameter as I'm not convinced that this isAndrew Stitcher2008-07-301-2/+3
* Removed unused functionsAndrew Stitcher2008-07-296-100/+5
* Small comment tidyAndrew Stitcher2008-07-291-1/+0
* QPID-1198 (Partial): Missing header files that are really neededAndrew Stitcher2008-07-297-4/+11
* QPID-1198 (Partial): Add #include <alloca.h> for all uses of ::alloca()Andrew Stitcher2008-07-293-0/+3
* QPID-1198 (Partial): replace all uses of u_intX_t with uintX_tAndrew Stitcher2008-07-299-19/+19
* QPID-1198 (Partial): Added explicit namespaces that the Sun C++ requires (tha...Andrew Stitcher2008-07-297-34/+32
* QPID-1198: (Partial) Fix test shell scripts to work with /bin/shAndrew Stitcher2008-07-293-8/+15
* Fix for client busy looping whilst waiting for a messageAndrew Stitcher2008-07-291-2/+6
* Refactor of EpollPoller to make PollerHandler lifecycle easierAndrew Stitcher2008-07-283-25/+41
* Remove unused Module.h header file.Gordon Sim2008-07-283-53/+0
* Reduce the size of messages in fanout perftest to keep the queues from gettin...Gordon Sim2008-07-251-1/+1
* Only reduce count and size maintained for queue plicy when messages are actua...Gordon Sim2008-07-257-40/+68
* Fixed bug in SubscriptionManager::get() where flush was issued before waiting...Gordon Sim2008-07-252-1/+24
* QPID-1154, QPID-1155 & QPID-1156: Patches from Steve Huston to fix various mi...Gordon Sim2008-07-253-5/+6
* QPID-447: Patch from David Sommerseth merged from r679689.Gordon Sim2008-07-252-8/+36
* Allow configurable default size limit to be set for queues (merged from r6794...Gordon Sim2008-07-244-10/+23
* Refactored so that Dispatcher is now independent from DispatchHandleAndrew Stitcher2008-07-243-28/+34
* Refactor to change client connector state machine to be held in ConnectionHan...Andrew Stitcher2008-07-244-18/+20
* QPID-1183: Use the right sizes to insert data inside the message payload wher...Gordon Sim2008-07-231-3/+3
* Fixes for transactional perftest (merge of r679038 from qpid.0-10)Gordon Sim2008-07-231-4/+4
* Enable dequeue for prototype clusterAlan Conway2008-07-177-25/+50
* Cluster: shadow connections, fix lifecycle & valgrind issues.Alan Conway2008-07-1728-437/+532
* QPID-1170 - Provide a better factory for creation and deletion of the managem...Ted Ross2008-07-1615-84/+132
* Fix "ignoring return value" warning from LockFile.h.Alan Conway2008-07-151-1/+1
* Switched from shared_ptr to intrusive_ptr and RefCounted for Broker.Alan Conway2008-07-159-22/+24
* QPID-1174 Remote Management Agent for management of external componentsTed Ross2008-07-115-59/+775
* Move shutdown of management broker to end of shutdown sequenceTed Ross2008-07-101-1/+1
* Honour timeout in BlockingQueue::pop(); added test for SubscriptionManager::g...Gordon Sim2008-07-102-1/+2
* Some small changes which clean up header file inclusionsAndrew Stitcher2008-07-0910-38/+57
* Allow for pluggable exchange types.Gordon Sim2008-07-092-6/+28
* Removed dead code.Alan Conway2008-07-092-15/+1
* Fix signed/unsigned compare errorAlan Conway2008-07-091-1/+1
* Fix for older boost versionsAlan Conway2008-07-091-1/+1
* HandlerChain: plug-in handler chain extension points. Replaces Handler<T>::Ch...Alan Conway2008-07-0820-224/+208
* QPID-1170 - Remove boost dependency from management agent interfaceTed Ross2008-07-0832-276/+346
* Remove unused Serializer code.Alan Conway2008-07-086-462/+0