summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* QPID-1282: move dependency on build target up a few levelsAidan Skinner2008-12-122-2/+2
* Correct protocol versions, removed duplicate build instructions.Aidan Skinner2008-12-123-73/+7
* QPID-1282: add build dep on instrument target for coverage reportsAidan Skinner2008-12-121-1/+1
* QPID-1506 : Patch provided by Robert Gemmell to autonegotiate connectionsMartin Ritchie2008-12-123-75/+161
* cluster: refactor multicast concerns into separate Multicaster class with sep...Alan Conway2008-12-119-94/+237
* sys/PollableQueue: dispatch in batches, allow put-back.Alan Conway2008-12-114-45/+35
* Make .Net 0-8 build a little nicer, move timestamp to property and make the z...Aidan Skinner2008-12-111-3/+4
* QPID-1529 : Create a new shell for message box.Martin Ritchie2008-12-111-53/+27
* added my key to the KEYS fileRafael H. Schloming2008-12-111-0/+48
* QPID-1524 : Added a catch to print out the message order to help rule out mes...Martin Ritchie2008-12-111-10/+27
* Fix unused arg warnings from MSVCStephen D. Huston2008-12-103-4/+4
* Add startReading() method required by sys::AsynchIO. Fixes QPID-1525.Stephen D. Huston2008-12-101-60/+56
* QPID-1527: Added exclusive option to SubscriptionSettings and accompanying test.Gordon Sim2008-12-103-8/+25
* QPID-1526: add checks for exclusive ownership plus tests to verify they are e...Gordon Sim2008-12-104-6/+28
* QPID-1449 - Added federation tag that was missing when management was disabledTed Ross2008-12-101-0/+5
* Remove un-necessary locks.Alan Conway2008-12-101-8/+0
* This is related to QPID-1523Rajith Muditha Attapattu2008-12-102-6/+28
* added 0-8 to the dotnet 0-8 clientRafael H. Schloming2008-12-101-1/+1
* bumped version number to 0.4 for M4Rafael H. Schloming2008-12-101-1/+1
* updated jython pathRafael H. Schloming2008-12-101-2/+2
* updated release scriptRafael H. Schloming2008-12-101-2/+4
* added script for deploying jars to a maven repoRafael H. Schloming2008-12-101-0/+50
* removed incubating from various shell scripts, release artifacts, and READMEsRafael H. Schloming2008-12-1017-32/+30
* removed maven build systemRafael H. Schloming2008-12-1037-6185/+0
* Better output.Alan Conway2008-12-101-25/+16
* Fixes for 64bit.Alan Conway2008-12-091-2/+6
* QPID-1521Robert Greig2008-12-0925-438/+286
* Port features and bug-fixes from Python API to Ruby APITed Ross2008-12-091-31/+128
* applied patch from jross to fix some typosRafael H. Schloming2008-12-091-3/+3
* updated release notes, added a readme, and tweaked examplesRafael H. Schloming2008-12-094-5/+33
* corrected release notesRafael H. Schloming2008-12-091-4/+3
* updated READMERafael H. Schloming2008-12-091-19/+43
* modified hello-world to optionally take a broker as an argumentRafael H. Schloming2008-12-091-1/+12
* Applied name convention to class names: Capitalized names.Ted Ross2008-12-092-2/+2
* Cluster: Option --cluster-read-max configures read-to-redeliver flow-control.Alan Conway2008-12-095-13/+18
* QPID-1469: Fix NullPointerException, add test for deleteUser which would expo...Aidan Skinner2008-12-092-0/+158
* QPID-1503: Add more tests for Base64MD5PasswordFilePrincipalDatabase, fix bug...Aidan Skinner2008-12-092-9/+61
* QPID-1503 : Updates based on code reviewMartin Ritchie2008-12-094-89/+21
* QPID-1282: limit cover-test so only interesting modules are instrumentedAidan Skinner2008-12-091-1/+1
* Updated with amended info for running cobertura QPID-1282Marnie McCormack2008-12-091-2/+8
* Removed a cast to asynch sessions for message transfer in client.Jonathan Robie2008-12-081-3/+1
* Cluster: reduced scope of mcast locks.Alan Conway2008-12-082-42/+25
* Added dummy read throttling code to RDMA protocol support soAndrew Stitcher2008-12-081-0/+5
* Cluster: separated connection map lock to reduce contention.Alan Conway2008-12-084-45/+109
* Management optimization: don't send (empty) statistic updates for objectTed Ross2008-12-084-40/+39
* src/qpid/cluster/OutputInterceptor.cpp: revert locking.Alan Conway2008-12-082-4/+2
* Cluster: fixed error in credit allocation.Alan Conway2008-12-082-6/+6
* OutputControl and subclasses: added giveReadCredit() for IO level flow control.Alan Conway2008-12-0820-16/+92
* src/qpid/sys/ActivityTimer.h: record time spent in specific code segments, fo...Alan Conway2008-12-071-0/+111
* QPID-691: fixed a typo in getopt argsRafael H. Schloming2008-12-061-1/+1