summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys
Commit message (Expand)AuthorAgeFilesLines
* - Added OutputTask::hasOutput() test.Alan Conway2008-08-063-0/+17
* Refactor Thread platform code so that the implementation is completelyAndrew Stitcher2008-08-063-95/+76
* * revised approach for setting tcp-nodelay on client to avoid breaking platfo...Gordon Sim2008-08-053-13/+18
* Modified error checking on TCP socket read so that it's no longer fatalAndrew Stitcher2008-08-051-1/+5
* 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-301-0/+301
* Related to QPID-1198: Moved posix platform specific "strerror" code toAndrew Stitcher2008-07-303-1/+81
* Removed unused functionsAndrew Stitcher2008-07-293-44/+5
* Small comment tidyAndrew Stitcher2008-07-291-1/+0
* QPID-1198 (Partial): Missing header files that are really neededAndrew Stitcher2008-07-295-3/+8
* 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-281-50/+0
* Refactored so that Dispatcher is now independent from DispatchHandleAndrew Stitcher2008-07-243-28/+34
* Fix "ignoring return value" warning from LockFile.h.Alan Conway2008-07-151-1/+1
* Honour timeout in BlockingQueue::pop(); added test for SubscriptionManager::g...Gordon Sim2008-07-101-1/+1
* Some small changes which clean up header file inclusionsAndrew Stitcher2008-07-096-21/+34
* Remove unused Serializer code.Alan Conway2008-07-082-252/+0
* Revert un-necessary Plugin complications. Better solution for plugin extensio...Alan Conway2008-07-081-12/+14
* QPID-1148 - from Manuel TieraAlan Conway2008-07-083-14/+94
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-045-6/+243
* Added timeout to SubscriptionManager::get(), LocalQueue::get() and BlockingQu...Alan Conway2008-07-012-63/+44
* Plugin framework change: single PluginFactory creates per-target Plugin insta...Alan Conway2008-06-261-14/+12
* - use flock to lock data dir rather than a lock file.Alan Conway2008-06-252-27/+48
* Propagate error messages across the Demux between network & user threads.Alan Conway2008-06-121-3/+4
* Added exceptions to sys::Waitable.Alan Conway2008-06-062-9/+121
* QPID-1108 patch from Manuel TeiraCarl C. Trieloff2008-06-031-20/+2
* QPID-1113 Management cleanup and performance enhancementsTed Ross2008-06-021-0/+52
* QPID-1087Ted Ross2008-05-218-105/+31
* Added check to exclude old gcc compilers for atomic ops.Alan Conway2008-05-212-2/+2
* Replaced AtomicCount with AtomicValue template. Alan Conway2008-05-214-53/+183
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-127-27/+117
* QPID-1040: Patch from Ted Ross: Asynchronous ConnectorAndrew Stitcher2008-05-096-10/+109
* More RDMA Work in ProgressAndrew Stitcher2008-04-294-147/+66
* Removed some unnecessary #includesAndrew Stitcher2008-04-292-3/+1
* QPID-974: allow the size of the queue of outgoing frames to be restrictedGordon Sim2008-04-292-15/+28
* Work In Progress:Andrew Stitcher2008-04-288-0/+1481
* * Renamed the Acceptor class to be the ProtocolFactory classAndrew Stitcher2008-04-222-36/+28
* Refactored Acceptor code to allow multiple acceptors to be present in the brokerAndrew Stitcher2008-04-182-8/+22
* Split AsynchIOAcceptor into IOHandler and connection control codeAndrew Stitcher2008-04-183-140/+195
* Refactored IO Thread creation so that it happens in the Broker classAndrew Stitcher2008-04-172-49/+25
* Refactored the IO framework that sits on top of Poller so that it uses a gene...Andrew Stitcher2008-04-1511-83/+153
* QPID-648: more flexible sasl implementation (patch provided by mfarrellee@red...Gordon Sim2008-04-141-6/+12
* Fixed time classes for some changes that misunderstood how they are supposedAndrew Stitcher2008-04-072-16/+47
* AsynchIoAcceptor.cpp: Limit output from codec to one buffer per 'idle' call.Gordon Sim2008-04-071-1/+1
* Fixed logger warning on F9.Alan Conway2008-04-021-4/+4
* Prevent broker exit on receiving connection with invalid protocol version.Gordon Sim2008-03-311-4/+6
* Removed unused files.Alan Conway2008-03-271-164/+0
* Re-enable the establishment of inter-broker links.Gordon Sim2008-03-261-2/+2