summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a get() method to subscription manager that retrieves one message from th...Gordon Sim2008-07-102-63/+44
* 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
* 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