summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix compile errors/warnings with gcc 4.3Alan Conway2008-03-254-7/+9
* Fixed use of intrusive_ptr in code that was missedAndrew Stitcher2008-03-251-6/+7
* Qualify names to fix gcc 4.3 compile errors.Alan Conway2008-03-182-7/+7
* Make AsyncIOAcceptor multi-protocol:Alan Conway2008-03-185-156/+142
* rubygen/0-10/specification.rb:Alan Conway2008-03-113-8/+30
* A further step to final 0-10 spec.Gordon Sim2008-03-032-7/+15
* AMQP 0-10 type system:Alan Conway2008-02-211-0/+3
* sys::RefCountedMap - reference-counted weak map of reference-counted objects.Alan Conway2008-02-191-89/+108
* Broker::connect - connect to URL, return ConnectionInputHandler.Alan Conway2008-02-132-4/+10
* Remove dependency on sys::Socket for management ID of connections.Alan Conway2008-02-112-4/+10
* Clean shutdown of broker: Moved signal unsafe code from Broker::shutdownAlan Conway2008-02-074-0/+8
* Added testSendToSelf for https://bugzilla.redhat.com/show_bug.cgi?id=410551Alan Conway2008-02-051-1/+5
* Initial cut of inter-broker bridgingGordon Sim2008-02-013-1/+54
* Make ports accesible through socket interface.Gordon Sim2008-01-312-0/+48
* Fix error in NDEBUG builds.Alan Conway2008-01-241-2/+1
* Improved/additional client API tests.Alan Conway2008-01-247-27/+43
* Some minor changes to doc; primarily aimed at making the list of classesGordon Sim2008-01-231-0/+3
* Add optional host, port arguments to all example clients.Alan Conway2008-01-182-3/+15
* Allow more than one message to be encoded into a single buffer if available.Gordon Sim2008-01-111-2/+12
* Client always collects at least an entire frameset into a single bufferAlan Conway2008-01-102-149/+156
* Provide method to test for empty local queue.Gordon Sim2008-01-041-1/+6
* patch-715 (tross)Carl C. Trieloff2008-01-022-2/+3
* Probable fix for QPID-712:Andrew Stitcher2007-12-201-1/+3
* * Limited time allowed for reading on a single connection in a single go to 2msAndrew Stitcher2007-12-172-15/+58
* Changes to threading: queues serialiser removed, io threads used to drive dis...Gordon Sim2007-11-299-29/+245
* - Eliminated a race condition on deletion of PollerHandlesAndrew Stitcher2007-11-294-5/+162
* Removed obsolete commentAndrew Stitcher2007-11-281-3/+0
* Fixes causing lost 'events' in queue dispatchGordon Sim2007-11-191-1/+1
* Fixed locking (lock was not being released for invocation on callback due to ...Gordon Sim2007-11-142-3/+14
* - fixed sync mode deadlockCarl C. Trieloff2007-11-131-0/+1
* Moved Serializer notifyWorker inside the mutex.Alan Conway2007-11-132-34/+20
* 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