summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
Commit message (Expand)AuthorAgeFilesLines
* - enable the ability to lazy load from async storeCarl C. Trieloff2007-11-0818-33/+53
* 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-071-9/+9
* auto-ack support for perftest.Alan Conway2007-11-072-3/+6
* Fix for QPID-639: c++ now includes sizes for all structs (enabled the same in...Gordon Sim2007-11-073-6/+19
* client::SubscriptionManager:Alan Conway2007-11-0711-123/+240
* Added LocalQueue subscriptions. LocalQueue::pop() provides a "pull"Alan Conway2007-11-079-30/+89
* - 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-066-18/+205
* 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
* Improvements to gsim's SubscriptionManager:Alan Conway2007-11-022-0/+190
* 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-011-105/+78
* locking around access to the unacked out bufferGordon Sim2007-11-012-2/+9
* Added qpid::sys::RefCountedMap: thread safe refcounted map of refcounted entr...Alan Conway2007-11-012-2/+173
* Preparation for session thread safety overhaul:Alan Conway2007-11-019-16/+122
* Patch from TedCarl C. Trieloff2007-10-3118-21/+327
* 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-316-48/+15
* Fix client side core dump when disconneced unexpectedly:Alan Conway2007-10-315-4/+12
* - QPID-667Carl C. Trieloff2007-10-318-65/+84
* Client API: fix keyword parameter ambiguities for beta client API.Alan Conway2007-10-301-6/+7
* client/BlockingQueue.h, sys/ConcurrentQueue.h: merged to sys/BlockingQueue.hAlan Conway2007-10-2912-259/+169
* Rename client::Session as client::Session_0_10Alan Conway2007-10-297-22/+22
* Check that session is attached before accepting delivery from queue (note fur...Gordon Sim2007-10-291-0/+4
* ##-*-text-*-Alan Conway2007-10-293-14/+39
* Avoid use of wait(AbsTime::farFuture()) - causes hanging on 32 bit.Alan Conway2007-10-291-7/+4
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-2686-1191/+1343
* - added patch from TeddCarl C. Trieloff2007-10-2612-202/+411
* Fixes to handling of non-acquired subscribersGordon Sim2007-10-251-4/+15
* Don't requeue released messages.Gordon Sim2007-10-251-1/+1
* Hack for no-local when used with jms topicsGordon Sim2007-10-236-28/+102
* - removed debug coutCarl C. Trieloff2007-10-231-1/+0
* More tidying up of field table APIAndrew Stitcher2007-10-234-12/+34
* -added missing file from checkinCarl C. Trieloff2007-10-231-0/+40
* - flush async IO if present on sync for 0-10Carl C. Trieloff2007-10-234-7/+44
* Record peer address (for logging purposes) on initiation rather than on every...Gordon Sim2007-10-221-11/+14
* QPID-651 applied patch from TedCarl C. Trieloff2007-10-1914-10/+851
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@586520...Andrew Stitcher2007-10-193-296/+5