summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* Fixed client crash on error opening a connection.Alan Conway2007-12-112-5/+12
* Change Broker::getPort() return type to uint16_t (was int16_t)Alan Conway2007-12-112-2/+2
* Patches from Ted Ross <tross@redhat.com>Alan Conway2007-12-102-2/+9
* src/tests/SocketProxy.h: proxy between local client & server to simulate netw...Alan Conway2007-12-101-1/+0
* Summary:Alan Conway2007-12-0716-34/+196
* Further use of get_pointer function to mask differences between boost versions.Gordon Sim2007-12-071-3/+3
* Changed to use the get_pointer function for compatability with boost 1.33 and...Gordon Sim2007-12-071-2/+4
* From Ted Ross <tross@redhat.com>Alan Conway2007-12-0624-129/+501
* Removed redundant TimerA, use intrusive_ptr for Timer.Alan Conway2007-12-066-162/+36
* Avoid holding lock while making the flush calls (can cause deadlocking)Gordon Sim2007-12-051-5/+11
* Added options to broker for journal file size. Also brought back exception co...Kim van der Riet2007-12-047-30/+44
* Patch from Ted Ross <tross@redhat.com>Alan Conway2007-12-041-1/+2
* Log exception when prepare fails.Gordon Sim2007-12-041-0/+3
* Remove start(); not yet safe to send commands while dispatcher is running con...Gordon Sim2007-12-042-8/+0
* Fix problem where client does notice disconnection from Broker. Alan Conway2007-12-013-4/+15
* Default --worker-threads is max(2, cores), performs better on 1 core boxes.Alan Conway2007-11-301-1/+1
* Altered topic test to use the new session api.Gordon Sim2007-11-303-11/+24
* Rolled back changes from rev 598440, the _real_ cause of the St9exception err...Kim van der Riet2007-11-291-25/+22
* Temp hack to fix as yet unclear issue with concurrent flush() and enqueueComp...Gordon Sim2007-11-291-1/+1
* Changes to threading: queues serialiser removed, io threads used to drive dis...Gordon Sim2007-11-2927-406/+569
* - Eliminated a race condition on deletion of PollerHandlesAndrew Stitcher2007-11-294-5/+162
* Add unit_test.h to distribution.Alan Conway2007-11-282-17/+9
* Fixed to build with boost 1.34 as well as boost 1.33Alan Conway2007-11-284-19/+138
* Disable recoding of frames for replay where replay will not be required.Gordon Sim2007-11-284-5/+5
* Removed obsolete commentAndrew Stitcher2007-11-281-3/+0
* perftest improvements.Alan Conway2007-11-278-15/+31
* Switched all regular PersistentMessage* and PersistentMessage& to intrusive_p...Kim van der Riet2007-11-268-38/+57
* QPID-689 from tross@redhat.com.Alan Conway2007-11-2314-1092/+104
* Added framing::BodyHolder:Alan Conway2007-11-2236-464/+303
* Gordon's patch to fix ack-per-message by SubscriptionManagerAlan Conway2007-11-221-1/+0
* - set default to pre-acquire for acquire modeCarl C. Trieloff2007-11-212-3/+3
* - added confirm mode to perftestCarl C. Trieloff2007-11-212-2/+12
* Fixed intermittent hang on perftest consumer after first dequeueKim van der Riet2007-11-211-1/+0
* Added exception copy at MessageStoreModule interface to protect against unloa...Kim van der Riet2007-11-201-23/+25
* Drop annoying session sequence log messages.Alan Conway2007-11-201-2/+0
* Fix printing of headersGordon Sim2007-11-201-1/+1
* Fixes causing lost 'events' in queue dispatchGordon Sim2007-11-193-16/+7
* Logging change: --log-enable level:pattern now does aAlan Conway2007-11-164-6/+6
* Added qpid::InlineVector - std::vector with inline storage to avoidAlan Conway2007-11-168-12/+156
* QPID-687: comitted qpid-patch7-cpp.diff qpid-patch7-python.diffAlan Conway2007-11-1510-277/+555
* Remove allocation by char literal promotion to std::string in SessionCore.cpp.Alan Conway2007-11-141-7/+25
* Replaced shared_ptr with intrusive_ptr for qpid::Broker::Message.Alan Conway2007-11-1424-65/+66
* Added auto-ack and commit-mode control to SubscriptionManager API.Alan Conway2007-11-142-18/+45
* Fixed locking (lock was not being released for invocation on callback due to ...Gordon Sim2007-11-142-3/+14
* qpid/client/SessionCore.cpp: Removed QPID_MSG outside log statement.Alan Conway2007-11-131-1/+1
* - fixed sync mode deadlockCarl C. Trieloff2007-11-133-7/+17
* Stopped frameset from assembling messages piecewise.Alan Conway2007-11-134-42/+35
* Moved Serializer notifyWorker inside the mutex.Alan Conway2007-11-132-34/+20
* - removed dirCarl C. Trieloff2007-11-1312-0/+0
* Increase severity of log message when frames are dropped on session detachingGordon Sim2007-11-131-1/+1