summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Recast int to FixedWidthValue conversions to avoid tamplate specialisation an...Andrew Stitcher2007-10-182-130/+18
* Fixed return of acquired message ranges (and added tests)Gordon Sim2007-10-184-8/+70
* Added original message updateArnaud Simon2007-10-181-5/+8
* Changed logic for reseting creditArnaud Simon2007-10-181-2/+4
* Fix for QPID-644Gordon Sim2007-10-184-6/+6
* Cahnged flow control for message selectorArnaud Simon2007-10-171-9/+27
* Fix to headers exchanges bind: need to check the match value is present befor...Gordon Sim2007-10-173-1/+25
* added new filesArnaud Simon2007-10-1711-0/+2060
* Updated message selectorArnaud Simon2007-10-171-0/+592
* deleted useless codeArnaud Simon2007-10-171-592/+0
* Updated message selectorArnaud Simon2007-10-1711-2060/+0
* Updated message selectorArnaud Simon2007-10-171-19/+1
* 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