summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Exception handling for dispatch functorGordon Sim2007-11-083-10/+17
* cahnged for testing if the receiving thread is set before stopping itArnaud Simon2007-11-081-1/+1
* Make standard exchanges durableGordon Sim2007-11-088-27/+50
* changed method public void processed(Range range) for flushing when flush is...Arnaud Simon2007-11-081-1/+1
* Ensure browsers are always serviced on the serializers dispatch thread to avo...Gordon Sim2007-11-082-2/+10
* added several cr and xa testsArnaud Simon2007-11-081-0/+167
* added several cr and xa testsArnaud Simon2007-11-080-0/+0
* added several cr and xa testsArnaud Simon2007-11-082-0/+1839
* added several cr and xa testsArnaud Simon2007-11-081-132/+39
* added several cr and xa testsArnaud Simon2007-11-081-0/+2
* added several cr and xa testsArnaud Simon2007-11-081-2/+7
* 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
* python API updatesRafael H. Schloming2007-11-074-45/+85
* 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-077-17/+77
* added factory for structs, and made default spec loading based on AMQP_SPEC e...Rafael H. Schloming2007-11-074-11/+44
* 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-072-44/+106
* added # yum install e2fsprogs-develArnaud Simon2007-11-071-1/+2
* updated pack param, however nothing was broken because first param is 0Kim van der Riet2007-11-061-1/+1
* - 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-0616-46/+355
* Temporary fix to issue that results in an assertion from Dispatcher.cpp. Wher...Gordon Sim2007-11-062-4/+79
* Close connection on tear down (ensures no consumers are left active)Gordon Sim2007-11-061-0/+1
* 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
* changed to only run dtx tests when the broker version is not 0_8Arnaud Simon2007-11-051-3/+3
* changed to only run dtx tests when the broker version is not 0_8Arnaud Simon2007-11-051-455/+471
* added dtx queue testsArnaud Simon2007-11-053-2/+730
* Changed for synchronizing on results during close operationArnaud Simon2007-11-051-1/+4
* Changed for creating a dtx sessionArnaud Simon2007-11-051-2/+3
* 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
* Improvements to gsim's SubscriptionManager:Alan Conway2007-11-024-58/+321
* Added Timer class which uses boost intrusive_ptr. This needs to be made into ...Kim van der Riet2007-11-022-6/+136
* Sending of results must be synchronised w.r.t. other frames (e.g. message del...Gordon Sim2007-11-021-0/+1
* Simplified/improved qpid::sys::RefCountedMap, unit test session attachment us...Alan Conway2007-11-012-159/+148
* locking around access to the unacked out bufferGordon Sim2007-11-013-3/+10
* Added qpid::sys::RefCountedMap: thread safe refcounted map of refcounted entr...Alan Conway2007-11-015-5/+286
* updated svn:ignoreAlan Conway2007-11-010-0/+0
* Preparation for session thread safety overhaul:Alan Conway2007-11-0131-166/+299
* - fixed buildCarl C. Trieloff2007-10-311-0/+1
* Patch from TedCarl C. Trieloff2007-10-3119-29/+339