| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-1282: move dependency on build target up a few levels | Aidan Skinner | 2008-12-12 | 2 | -2/+2 |
| * | Correct protocol versions, removed duplicate build instructions. | Aidan Skinner | 2008-12-12 | 3 | -73/+7 |
| * | QPID-1282: add build dep on instrument target for coverage reports | Aidan Skinner | 2008-12-12 | 1 | -1/+1 |
| * | QPID-1506 : Patch provided by Robert Gemmell to autonegotiate connections | Martin Ritchie | 2008-12-12 | 3 | -75/+161 |
| * | cluster: refactor multicast concerns into separate Multicaster class with sep... | Alan Conway | 2008-12-11 | 9 | -94/+237 |
| * | sys/PollableQueue: dispatch in batches, allow put-back. | Alan Conway | 2008-12-11 | 4 | -45/+35 |
| * | Make .Net 0-8 build a little nicer, move timestamp to property and make the z... | Aidan Skinner | 2008-12-11 | 1 | -3/+4 |
| * | QPID-1529 : Create a new shell for message box. | Martin Ritchie | 2008-12-11 | 1 | -53/+27 |
| * | added my key to the KEYS file | Rafael H. Schloming | 2008-12-11 | 1 | -0/+48 |
| * | QPID-1524 : Added a catch to print out the message order to help rule out mes... | Martin Ritchie | 2008-12-11 | 1 | -10/+27 |
| * | Fix unused arg warnings from MSVC | Stephen D. Huston | 2008-12-10 | 3 | -4/+4 |
| * | Add startReading() method required by sys::AsynchIO. Fixes QPID-1525. | Stephen D. Huston | 2008-12-10 | 1 | -60/+56 |
| * | QPID-1527: Added exclusive option to SubscriptionSettings and accompanying test. | Gordon Sim | 2008-12-10 | 3 | -8/+25 |
| * | QPID-1526: add checks for exclusive ownership plus tests to verify they are e... | Gordon Sim | 2008-12-10 | 4 | -6/+28 |
| * | QPID-1449 - Added federation tag that was missing when management was disabled | Ted Ross | 2008-12-10 | 1 | -0/+5 |
| * | Remove un-necessary locks. | Alan Conway | 2008-12-10 | 1 | -8/+0 |
| * | This is related to QPID-1523 | Rajith Muditha Attapattu | 2008-12-10 | 2 | -6/+28 |
| * | added 0-8 to the dotnet 0-8 client | Rafael H. Schloming | 2008-12-10 | 1 | -1/+1 |
| * | bumped version number to 0.4 for M4 | Rafael H. Schloming | 2008-12-10 | 1 | -1/+1 |
| * | updated jython path | Rafael H. Schloming | 2008-12-10 | 1 | -2/+2 |
| * | updated release script | Rafael H. Schloming | 2008-12-10 | 1 | -2/+4 |
| * | added script for deploying jars to a maven repo | Rafael H. Schloming | 2008-12-10 | 1 | -0/+50 |
| * | removed incubating from various shell scripts, release artifacts, and READMEs | Rafael H. Schloming | 2008-12-10 | 17 | -32/+30 |
| * | removed maven build system | Rafael H. Schloming | 2008-12-10 | 37 | -6185/+0 |
| * | Better output. | Alan Conway | 2008-12-10 | 1 | -25/+16 |
| * | Fixes for 64bit. | Alan Conway | 2008-12-09 | 1 | -2/+6 |
| * | QPID-1521 | Robert Greig | 2008-12-09 | 25 | -438/+286 |
| * | Port features and bug-fixes from Python API to Ruby API | Ted Ross | 2008-12-09 | 1 | -31/+128 |
| * | applied patch from jross to fix some typos | Rafael H. Schloming | 2008-12-09 | 1 | -3/+3 |
| * | updated release notes, added a readme, and tweaked examples | Rafael H. Schloming | 2008-12-09 | 4 | -5/+33 |
| * | corrected release notes | Rafael H. Schloming | 2008-12-09 | 1 | -4/+3 |
| * | updated README | Rafael H. Schloming | 2008-12-09 | 1 | -19/+43 |
| * | modified hello-world to optionally take a broker as an argument | Rafael H. Schloming | 2008-12-09 | 1 | -1/+12 |
| * | Applied name convention to class names: Capitalized names. | Ted Ross | 2008-12-09 | 2 | -2/+2 |
| * | Cluster: Option --cluster-read-max configures read-to-redeliver flow-control. | Alan Conway | 2008-12-09 | 5 | -13/+18 |
| * | QPID-1469: Fix NullPointerException, add test for deleteUser which would expo... | Aidan Skinner | 2008-12-09 | 2 | -0/+158 |
| * | QPID-1503: Add more tests for Base64MD5PasswordFilePrincipalDatabase, fix bug... | Aidan Skinner | 2008-12-09 | 2 | -9/+61 |
| * | QPID-1503 : Updates based on code review | Martin Ritchie | 2008-12-09 | 4 | -89/+21 |
| * | QPID-1282: limit cover-test so only interesting modules are instrumented | Aidan Skinner | 2008-12-09 | 1 | -1/+1 |
| * | Updated with amended info for running cobertura QPID-1282 | Marnie McCormack | 2008-12-09 | 1 | -2/+8 |
| * | Removed a cast to asynch sessions for message transfer in client. | Jonathan Robie | 2008-12-08 | 1 | -3/+1 |
| * | Cluster: reduced scope of mcast locks. | Alan Conway | 2008-12-08 | 2 | -42/+25 |
| * | Added dummy read throttling code to RDMA protocol support so | Andrew Stitcher | 2008-12-08 | 1 | -0/+5 |
| * | Cluster: separated connection map lock to reduce contention. | Alan Conway | 2008-12-08 | 4 | -45/+109 |
| * | Management optimization: don't send (empty) statistic updates for object | Ted Ross | 2008-12-08 | 4 | -40/+39 |
| * | src/qpid/cluster/OutputInterceptor.cpp: revert locking. | Alan Conway | 2008-12-08 | 2 | -4/+2 |
| * | Cluster: fixed error in credit allocation. | Alan Conway | 2008-12-08 | 2 | -6/+6 |
| * | OutputControl and subclasses: added giveReadCredit() for IO level flow control. | Alan Conway | 2008-12-08 | 20 | -16/+92 |
| * | src/qpid/sys/ActivityTimer.h: record time spent in specific code segments, fo... | Alan Conway | 2008-12-07 | 1 | -0/+111 |
| * | QPID-691: fixed a typo in getopt args | Rafael H. Schloming | 2008-12-06 | 1 | -1/+1 |