summaryrefslogtreecommitdiff
path: root/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* Added doxygen comments on using the Poller.Alan Conway2008-08-112-1/+47
* Integrate CPG file descriptor into broker polling.Alan Conway2008-08-1111-64/+95
* Decouple the DispatchHandle from its clients by using aAndrew Stitcher2008-08-111-2/+24
* Check CPG flow control.Alan Conway2008-08-073-16/+48
* On broker shutdown, re-join the timer thread outside of a locked scope to pre...Ted Ross2008-08-071-15/+17
* Patch from Gordon Sim to fix issues with hasOutput implementation.Alan Conway2008-08-073-8/+32
* Remove reference to deleted sys/posix/Thread.hGordon Sim2008-08-071-1/+0
* - Added OutputTask::hasOutput() test.Alan Conway2008-08-0613-10/+66
* Refactor Thread platform code so that the implementation is completelyAndrew Stitcher2008-08-063-95/+76
* correct action on purge & remove ROUTINGKEY typeCarl C. Trieloff2008-08-063-3/+2
* Added actions for ACL on mgnt actionsCarl C. Trieloff2008-08-052-2/+6
* Fix Cluster::send encode race.Alan Conway2008-08-055-11/+30
* * revised approach for setting tcp-nodelay on client to avoid breaking platfo...Gordon Sim2008-08-058-28/+37
* Fix sporadic shutdown hang in clustered broker.Alan Conway2008-08-056-25/+55
* Removed spurious printTed Ross2008-08-051-1/+0
* QPID-1214 - Committed William's patchTed Ross2008-08-052-6/+22
* Modified error checking on TCP socket read so that it's no longer fatalAndrew Stitcher2008-08-051-1/+5
* Initial framework for ACL readerKim van der Riet2008-08-016-4/+142
* QPID-1174 - Clean up agent objects when the remote agent disconnectsTed Ross2008-08-013-23/+57
* Removed typedefs which were generating ignored warnings on gcc 4.3 compiler.Kim van der Riet2008-08-011-3/+3
* - Add support for ACL on message transferCarl C. Trieloff2008-08-016-14/+53
* Added signed integer datatypes for use in management schemasTed Ross2008-07-313-0/+44
* 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