summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* QPID-1113 Management cleanup and performance enhancementsTed Ross2008-06-0218-82/+152
* Fix compiler warning with gcc 4.3Alan Conway2008-06-021-1/+5
* Use InlineVector for AMQFrame, reduces heap allocations by 13%.Alan Conway2008-06-022-3/+3
* Removed redundant flush request.Gordon Sim2008-05-301-1/+0
* QPID-1100 crash when config file contains commented-out commands (patch from ...Ted Ross2008-05-291-46/+65
* Performnace fix, improves 6-8% on high core count machines.Carl C. Trieloff2008-05-292-4/+12
* Correct declarations to be the same as definitions.Gordon Sim2008-05-292-2/+2
* Move AckPolicy impl from header to .cpp; ensure that completion is marked eve...Gordon Sim2008-05-292-23/+56
* Only record frames for replay if timeout is non-zero.Gordon Sim2008-05-291-2/+2
* Updated some 'todo' comments with clearer text.Gordon Sim2008-05-281-6/+4
* QPID-1098: correction to queue query when queue is not knownGordon Sim2008-05-281-11/+16
* QPID-1095: another error code correctionGordon Sim2008-05-281-1/+1
* QPID-1095: fixes to dtx error codes for latest spec changes.Gordon Sim2008-05-283-7/+7
* Fixes to binding of member functions as raised on qpid list by Manuel Teira.Gordon Sim2008-05-281-11/+10
* Removed obsolete src/qpid/client/SessionImpl.h .cppAlan Conway2008-05-273-276/+0
* Fixed error in RangeSet, caused compile failure on Solaris.Alan Conway2008-05-271-5/+6
* Tighten up sync-correctness in SubscriptionManager & Dispatcher.Alan Conway2008-05-275-10/+12
* Use symbolic constants for message flow values.Alan Conway2008-05-271-1/+1
* Additional API documentation around sync vs. async sessions.Alan Conway2008-05-273-1/+45
* Added some comments to the various connection settings.Gordon Sim2008-05-271-1/+48
* Fixed intermittent leak of client::Connector thread.Alan Conway2008-05-265-11/+12
* Speculative "fix" for solaris compile errors discussed on qpid-dev.Alan Conway2008-05-262-33/+30
* Changes to Session API:Alan Conway2008-05-2617-316/+317
* Fix compile error in examples.Alan Conway2008-05-261-1/+1
* Delete obsolete Channel class.Alan Conway2008-05-234-626/+0
* qpid::SessionState: Added error checking for invalid frame sequences.Alan Conway2008-05-238-40/+79
* Improved logging for session state - show incomplete commands on receive-comp...Alan Conway2008-05-222-23/+29
* Improved logging for session state.Alan Conway2008-05-222-15/+33
* QPID-1088Ted Ross2008-05-222-2/+9
* QPID-1087Ted Ross2008-05-2121-256/+257
* 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
* Fix build error.Alan Conway2008-05-201-1/+2
* Support for AMQP 0-10 sessions in C++ broker.Alan Conway2008-05-2019-636/+401
* QPID-1073Ted Ross2008-05-192-2/+19
* QPID-1071Ted Ross2008-05-191-1/+1
* QPID-1065: Management messages may lost if client attach hits a small time wi...Nuno Santos2008-05-164-16/+42
* QPID-1061: Management heartbeat message from broker -- applied patch supplied...Nuno Santos2008-05-161-0/+12
* Patch from michael goulish: QPID-1063: "under Boost 103200, command line args...Kim van der Riet2008-05-151-40/+102
* change ordering of config records in management updates; patch supplied by Te...Nuno Santos2008-05-153-3/+3
* Fix for large messages.Gordon Sim2008-05-141-1/+1
* QPID-990: Patch from Ted Ross to enable persisting of inter-broker routing en...Gordon Sim2008-05-139-85/+367
* From Jonathan Robie:Alan Conway2008-05-132-66/+94
* Added sync() to ensure all acks are receivd before exiting the Dispatcher loop.Alan Conway2008-05-131-0/+1
* Fail with exception if queue is not durable and configured policy is exceeded.Gordon Sim2008-05-131-1/+2
* Removed confusing broker::Message typedef intrusive_ptr<Message> shared_ptrAlan Conway2008-05-133-5/+3
* QPID-1054: Fixed reporting of startup failures in daemon mode.Gordon Sim2008-05-131-9/+11
* Added enum CreditUnit { MESSAGE=0, BYTE=1 };Alan Conway2008-05-131-0/+2
* QPID-1052: Patch from Ted RossGordon Sim2008-05-125-9/+11
* QPID-1039: Patch from Mick Goulish: Fix program options behavior for Boost 10...Andrew Stitcher2008-05-122-5/+289