summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add management directory (as advised on qpid list by nsantos)Gordon Sim2007-11-131-0/+1
* Patch QPID-680 from trossCarl C. Trieloff2007-11-1339-1377/+1793
* - call correct delete []Carl C. Trieloff2007-11-131-1/+1
* - removed debugCarl C. Trieloff2007-11-121-1/+0
* Change to avoid assertion when delivery is concurrent with session detachment:Gordon Sim2007-11-123-11/+16
* On rollback requeue (rather than resend).Gordon Sim2007-11-121-1/+1
* - fix for msg creation, content no longer overwritesCarl C. Trieloff2007-11-121-5/+7
* Minimal bounds checkingGordon Sim2007-11-122-0/+9
* - notify the queue when a async IO completes for a message.Carl C. Trieloff2007-11-123-7/+8
* - fix for dequeue window mode, no ack. (needs to record and dequeue)Carl C. Trieloff2007-11-121-2/+3
* -- added sync requestCarl C. Trieloff2007-11-121-4/+24
* Add DeliveryMode enum to AMQHeaderBody.h, remove from tests.Alan Conway2007-11-105-9/+3
* Replace vector in AMQHeaderBody with boost::optional.Alan Conway2007-11-102-91/+61
* Get rid of BasicHeaderProperties, dead code from 0-8 protocol.Alan Conway2007-11-0916-411/+74
* Package examples in rpm %doc directory.Alan Conway2007-11-0924-101/+47
* On Linux, broker defaults --worker-threads to the number of available CPU coresAlan Conway2007-11-095-2/+85
* Fix race in destruction of serializer.Gordon Sim2007-11-092-4/+7
* Functions for scripts that verify examples.Alan Conway2007-11-091-0/+50
* Makefile to build/distribute examples.Alan Conway2007-11-091-9/+13
* QPID-676: Jonathan Robie's C++ examples.Alan Conway2007-11-0920-110/+1651
* src/tests/perfdist: Use ssh to run distributed perftest.Alan Conway2007-11-082-36/+91
* Added persistence to queue declaration when --durable option is defined on th...Kim van der Riet2007-11-081-1/+1
* - enable the ability to lazy load from async storeCarl C. Trieloff2007-11-0821-36/+56
* Improved Fix for the race condition where you've got a competing read and writeAndrew Stitcher2007-11-082-74/+15
* Exception handling for dispatch functorGordon Sim2007-11-083-10/+17
* Make standard exchanges durableGordon Sim2007-11-088-27/+50
* Ensure browsers are always serviced on the serializers dispatch thread to avo...Gordon Sim2007-11-082-2/+10
* Change options --log.foo to --log-foo for consistency.Alan Conway2007-11-075-36/+36
* Revert r592946Alan Conway2007-11-071-5/+3
* Fix race condition in perftest.Alan Conway2007-11-071-3/+5
* Fix race condition in perftest.Alan Conway2007-11-071-18/+37
* auto-ack support for perftest.Alan Conway2007-11-073-7/+14
* Fix for QPID-639: c++ now includes sizes for all structs (enabled the same in...Gordon Sim2007-11-074-13/+73
* client::SubscriptionManager:Alan Conway2007-11-0714-346/+402
* Added LocalQueue subscriptions. LocalQueue::pop() provides a "pull"Alan Conway2007-11-0710-31/+90
* Fix to QPID-640. The fields actually set/encoded are now tracked explicitly.Gordon Sim2007-11-071-43/+105
* added # yum install e2fsprogs-develArnaud Simon2007-11-071-1/+2
* - clean up between base & subclassesCarl C. Trieloff2007-11-064-6/+13
* Add support for array type to c++ (and python, decode only for now)Gordon Sim2007-11-0610-19/+287
* 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-053-3/+15
* Suspension of one xid on a channel should allow for work on other xids to be ...Gordon Sim2007-11-052-0/+15
* 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
* AMQP 670 This patch contains the following:Carl C. Trieloff2007-11-0414-90/+133
* - support for store to abort init / forceCarl C. Trieloff2007-11-037-9/+19
* Fix compile error.Alan Conway2007-11-021-1/+1