summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Expand)AuthorAgeFilesLines
* - 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
* 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
* Simple fix to prevent concurrent disconnection and sending of frames causing ...Gordon Sim2007-10-314-7/+92
* Simplify SessionState, preparing for session thread safety fixes.Alan Conway2007-10-317-53/+15
* Fix client side core dump when disconneced unexpectedly:Alan Conway2007-10-315-4/+12
* - QPID-667Carl C. Trieloff2007-10-318-65/+84
* Generate doxygen comments for Session_0_10 using AMQP <doc> elements.Alan Conway2007-10-303-12/+81
* Client API: fix keyword parameter ambiguities for beta client API.Alan Conway2007-10-304-205/+187
* applied patch from tross posted in QPID-666Rafael H. Schloming2007-10-292-2/+227
* client/BlockingQueue.h, sys/ConcurrentQueue.h: merged to sys/BlockingQueue.hAlan Conway2007-10-2918-288/+195
* Rename client::Session as client::Session_0_10Alan Conway2007-10-299-28/+28
* Check that session is attached before accepting delivery from queue (note fur...Gordon Sim2007-10-291-0/+4
* Changed for not acquiring messages if this is a browserArnaud Simon2007-10-291-1/+1
* ##-*-text-*-Alan Conway2007-10-293-14/+39
* Added empty stub in client.py for handling session acksKim van der Riet2007-10-291-0/+3
* Changed to set session and initial contextArnaud Simon2007-10-292-1/+8
* Avoid use of wait(AbsTime::farFuture()) - causes hanging on 32 bit.Alan Conway2007-10-291-7/+4
* Fixed stray #include QpidError.h missed in previous commit.Alan Conway2007-10-263-3/+3
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-26111-1494/+1844
* Changed queue browsing behavior: added timeout for receiveing next message an...Arnaud Simon2007-10-262-2/+2
* Changed the way temporary queues are created so that we can porduce before cr...Arnaud Simon2007-10-263-7/+33
* - added patch from TeddCarl C. Trieloff2007-10-2613-202/+413
* Additional testing of subscriber in not-acquired modeGordon Sim2007-10-251-5/+34
* Fixes to handling of non-acquired subscribersGordon Sim2007-10-251-4/+15
* Don't requeue released messages.Gordon Sim2007-10-251-1/+1
* Changed to handle sync receive when connection is startedArnaud Simon2007-10-243-1/+45
* Updated to be 0_10 specificArnaud Simon2007-10-241-84/+198