summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys
Commit message (Expand)AuthorAgeFilesLines
* On Linux, broker defaults --worker-threads to the number of available CPU coresAlan Conway2007-11-092-0/+79
* Fix race in destruction of serializer.Gordon Sim2007-11-092-4/+7
* Improved Fix for the race condition where you've got a competing read and writeAndrew Stitcher2007-11-082-74/+15
* client::SubscriptionManager:Alan Conway2007-11-071-1/+6
* Added LocalQueue subscriptions. LocalQueue::pop() provides a "pull"Alan Conway2007-11-071-4/+2
* Temporary fix to issue that results in an assertion from Dispatcher.cpp. Wher...Gordon Sim2007-11-062-4/+79
* Added reset function to class AbsTime, thus allowing same instance of TimerTa...Kim van der Riet2007-11-051-0/+6
* Modified comment for last change to explain the reasoningGordon Sim2007-11-051-1/+1
* Push buffer back on front when read fails (esp. important when result was EAG...Gordon Sim2007-11-051-1/+1
* Simplified/improved qpid::sys::RefCountedMap, unit test session attachment us...Alan Conway2007-11-011-105/+78
* Added qpid::sys::RefCountedMap: thread safe refcounted map of refcounted entr...Alan Conway2007-11-011-0/+171
* Preparation for session thread safety overhaul:Alan Conway2007-11-012-2/+2
* Simple fix to prevent concurrent disconnection and sending of frames causing ...Gordon Sim2007-10-312-0/+79
* Fix client side core dump when disconneced unexpectedly:Alan Conway2007-10-311-1/+4
* client/BlockingQueue.h, sys/ConcurrentQueue.h: merged to sys/BlockingQueue.hAlan Conway2007-10-293-126/+140
* Avoid use of wait(AbsTime::farFuture()) - causes hanging on 32 bit.Alan Conway2007-10-291-7/+4
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-2612-136/+215
* Record peer address (for logging purposes) on initiation rather than on every...Gordon Sim2007-10-221-11/+14
* Fix for leak on receiving eof on networkAndrew Stitcher2007-10-191-7/+3
* Log a warning if we close a connection with unsent dataAndrew Stitcher2007-10-162-1/+6
* * Revised allocation algorithm to ensure all consumers are given the opportun...Gordon Sim2007-10-161-6/+4
* Include information on the client connection in io traces.Gordon Sim2007-10-153-17/+61
* Close connection when a framing error is encountered during decoding.Gordon Sim2007-10-122-29/+37
* * Changes to make C++ client code use the asynchronous network IOAndrew Stitcher2007-08-313-24/+22
* * src/qpid/sys/Serializer.h, .cpp:Alan Conway2007-08-212-91/+110
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-161-1/+3
* r948@fuschia: andrew | 2007-08-09 18:46:30 +0100Andrew Stitcher2007-08-092-5/+5
* * src/tests/start_broker: Pass script parameters to broker.Alan Conway2007-08-082-6/+5
* * Changed Broker queue processing to avoid unnecessary uses of boost::bindAndrew Stitcher2007-08-022-2/+2
* Recoded writing code so that it doesn't allocate framing::Buffer on the heapAndrew Stitcher2007-08-011-33/+27
* * Fix crash on shutdown due to underlying poller being shutdown twiceAndrew Stitcher2007-07-311-0/+4
* r797@fuschia: andrew | 2007-07-30 14:25:02 +0100Andrew Stitcher2007-07-307-813/+0
* * Asynchronous network IO subsystemAndrew Stitcher2007-07-2723-1852/+681
* * README: Instructions for openais install.Alan Conway2007-07-264-407/+50
* * src/tests/cluster.mk: Enable cluster test.Alan Conway2007-07-231-23/+25
* * src/qpid/sys/Serializer.h: Serialize calls to a function,Alan Conway2007-07-164-15/+245
* * src/qpid/sys/ConcurrentQueue.h: Thread-safe queue with atomic pop()Alan Conway2007-07-131-0/+67
* * Add libuuid to libcommon link (for when apr goes away)Andrew Stitcher2007-07-126-123/+430
* - missing APR mutex update - should now all build againCarl C. Trieloff2007-07-051-0/+52
* - Added RW lockCarl C. Trieloff2007-07-052-5/+99
* 2007-07-02 <aconway@redhat.comAlan Conway2007-07-047-250/+257
* Small fixes to enable the --disable-apr-platform build to carry on compilingAndrew Stitcher2007-07-021-3/+3
* * More work on asychronous network IOAndrew Stitcher2007-06-296-43/+502
* * src/qpid/framing/ChannelAdapter.cpp: Use handler chainsAlan Conway2007-06-272-10/+9
* Fixed missing POSIX implementation of Acceptor::getHostAndrew Stitcher2007-06-273-28/+24
* 2007-06-25 <aconway@redhat.com>Alan Conway2007-06-265-1/+29
* Intermediate checkin with preliminary work on epoll based net IOAndrew Stitcher2007-06-1814-355/+1234
* Fixed catch clauses to catch by const & and use std::exception forAlan Conway2007-06-141-1/+1
* Timeout handling for dtx, plus tests.Gordon Sim2007-06-081-0/+6
* Updates to dtx support.Gordon Sim2007-05-311-1/+1