| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Updated minimum gcc version as earlier version reported not to work anymore. | Gordon Sim | 2008-12-05 | 1 | -2/+4 |
| * | QPID-1503 : Update to Base64 to correctly save password file. Pulled User out... | Martin Ritchie | 2008-12-05 | 1 | -0/+121 |
| * | QPID-1503 : Update to Base64 to correctly save password file. Pulled User out... | Martin Ritchie | 2008-12-05 | 3 | -124/+466 |
| * | Example config files are misleading as spaces on either side of the '=' preve... | Gordon Sim | 2008-12-04 | 2 | -5/+10 |
| * | QPID-1514: Add check for presence of key to FieldTable::erase() | Gordon Sim | 2008-12-04 | 2 | -1/+21 |
| * | Catch up to generated code | Stephen D. Huston | 2008-12-04 | 1 | -24/+6 |
| * | QPID-1500 : config.ini was blocked by the .gitignore so it was missed in my l... | Martin Ritchie | 2008-12-03 | 1 | -0/+30 |
| * | Avoid a divide-by-zero that can occur if updates are sent with a timestamp | Ted Ross | 2008-12-03 | 1 | -0/+2 |
| * | made ant build generate perftest scripts | Rafael H. Schloming | 2008-12-03 | 8 | -17/+423 |
| * | QPID-1512 - Catch only connection-related exceptions in qmf console | Ted Ross | 2008-12-03 | 4 | -6/+16 |
| * | QPID-1513 - Fix corner case where incompleted schema records are | Ted Ross | 2008-12-03 | 1 | -3/+5 |
| * | Corrected doxygen comment. | Alan Conway | 2008-12-03 | 1 | -3/+2 |
| * | Minor fix: reuse assigned bank info when broker disconnects and reconnects. | Ted Ross | 2008-12-03 | 1 | -0/+2 |
| * | QPID-1482 : Patch provided by Robert Gemmell, To allow PLAIN authentication v... | Martin Ritchie | 2008-12-03 | 1 | -66/+7 |
| * | QPID-1500 : Didn't notice a couple of .DS_Store files slipped in to the commit. | Martin Ritchie | 2008-12-03 | 2 | -0/+0 |
| * | QPID-1481 : Patch provided by Robert Gemmell, export jmxrmote.sasl plugin as ... | Martin Ritchie | 2008-12-03 | 2 | -3/+21 |
| * | QPID-794 : Patch provided by Robert Gemmell, removes the need for the specifi... | Martin Ritchie | 2008-12-03 | 2 | -23/+22 |
| * | QPID-1011 : Patch provided by Senaka Fernando to prevent MC being used as a p... | Martin Ritchie | 2008-12-03 | 1 | -1/+11 |