summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated message selectorArnaud Simon2007-10-1713-69/+293
* added a bit of API around MinaHandlerRafael H. Schloming2007-10-172-34/+126
* work around MINA close issuesRafael H. Schloming2007-10-171-2/+20
* added missing else in if ladderRafael H. Schloming2007-10-171-1/+1
* Use shared pointers for consumers (held by queues and sessions) to prevent ha...Gordon Sim2007-10-178-101/+120
* Isolated test case to show the selector problemRajith Muditha Attapattu2007-10-171-14/+28
* There is an issue when we do client side selectors for sync receive.Rajith Muditha Attapattu2007-10-171-1/+22
* There was an issue with the receiveNoWait method.Rajith Muditha Attapattu2007-10-164-7/+37
* TCK: If there is an error in the selector, an InvalidSelectorException should...Rajith Muditha Attapattu2007-10-161-1/+2
* * Summary: generalized Invoker visitor to all *Operations andAlan Conway2007-10-1617-170/+218
* Include declarations of the specialisations we define to make sure they are p...Andrew Stitcher2007-10-161-0/+16
* Editorial changes to man page text.Alan Conway2007-10-161-3/+3
* Restored missing TestOptions.hAlan Conway2007-10-161-1/+1
* Edits to --help message and man page to improve readabiliity.Alan Conway2007-10-166-25/+28
* Updated for handling headers and jmstypeArnaud Simon2007-10-162-7/+8
* Log a warning if we close a connection with unsent dataAndrew Stitcher2007-10-162-1/+6
* Changed messageCount decrementArnaud Simon2007-10-161-2/+6
* Implementation of 0-10 field tablesAndrew Stitcher2007-10-1622-175/+670
* * Revised allocation algorithm to ensure all consumers are given the opportun...Gordon Sim2007-10-163-14/+22
* Locking for updates to subscriber credit. Revised log statements to reduce no...Gordon Sim2007-10-151-8/+18
* increased number of runsArnaud Simon2007-10-152-3/+18
* Fix compilation errorGordon Sim2007-10-151-1/+1
* Added missing framing:: qualifier.Alan Conway2007-10-151-1/+1
* Added assert.cpp to makefile.Alan Conway2007-10-151-0/+1
* QPID_ASSERT: assert a condition. In a debug build abort if condition is false,Alan Conway2007-10-152-0/+82
* Include information on the client connection in io traces.Gordon Sim2007-10-153-17/+61
* Edited svn:ignoreGordon Sim2007-10-150-0/+0
* increased number of runsArnaud Simon2007-10-151-1/+1
* Changed handling of replyToArnaud Simon2007-10-151-5/+18
* Remove default queue concept which is no longer applicable in 0-10.Gordon Sim2007-10-154-16/+5
* removed unused fieldsRafael H. Schloming2007-10-149-51/+20
* Enabled packed struct encoding in python, cpp, and java. Also fixed computati...Rafael H. Schloming2007-10-1424-211/+576
* Changed the suite() method so that not to always use an in-VM brokerArnaud Simon2007-10-121-3/+3
* Further fixes to locking between queue and semantic state to avoid deadlocking.Gordon Sim2007-10-124-53/+102
* Some fixes to locking within the queue (preventing locks being held during de...Gordon Sim2007-10-122-36/+33
* Close connection when a framing error is encountered during decoding.Gordon Sim2007-10-122-29/+37
* added Boolean to the default encoding mapRafael H. Schloming2007-10-121-0/+1
* Changed the way temporary queues are createdArnaud Simon2007-10-122-4/+8
* whitespace cleanupRafael H. Schloming2007-10-111-6/+6
* Exclusive no longer implies auto-delete on queue.declare.Gordon Sim2007-10-1111-77/+91
* Added check if message selector is not empty stringArnaud Simon2007-10-111-1/+1
* Updated to send empty payloadArnaud Simon2007-10-111-1/+4
* added byte credits when no message is reeivedArnaud Simon2007-10-111-0/+1
* Updated for respecting 0_10 specific semanticsArnaud Simon2007-10-111-2/+10
* Updated for running version specific testsArnaud Simon2007-10-113-5/+25
* Changed message confirm_mode when no ack is usedArnaud Simon2007-10-111-1/+3
* Requeue messages for cancelled subscriptions on reciver (rather than redelive...Gordon Sim2007-10-111-2/+6
* Ensure recovered messages have the redelivered flag setGordon Sim2007-10-111-0/+1
* Fix: recovered messages must be marked redeliveredGordon Sim2007-10-111-0/+1
* There was an interop issue.Rajith Muditha Attapattu2007-10-111-6/+3