| Commit message (Expand) | Author | Age | Files | Lines |
| * | update 0.8 release notes to merge the 0.7 & 0.8 issues and order them more ap... | Robert Gemmell | 2010-12-06 | 1 | -76/+57 |
| * | Print usage rather than help if user gets usage wrong. | Jonathan Robie | 2010-12-06 | 1 | -1/+1 |
| * | Add missing files qpid/cluster/UpdateDataExchange.h,.cxx to cluster.cmake. | Alan Conway | 2010-12-06 | 1 | -0/+2 |
| * | Restored Usage() function (lost in version skew shuffle) | Jonathan Robie | 2010-12-06 | 1 | -9/+13 |
| * | Fixes problem with unbound _args variable in bind. | Jonathan Robie | 2010-12-06 | 1 | -0/+1 |
| * | add a Release Notes page for 0.8 to use in the release announcement, allowing... | Robert Gemmell | 2010-12-05 | 2 | -0/+456 |
| * | remove redundant old .doc/.pdf files leftover from the wiki | Robert Gemmell | 2010-12-05 | 6 | -0/+0 |
| * | QPID-2963: revert changes to Doxygen header from r957222, and also remove dup... | Robert Gemmell | 2010-12-05 | 1 | -9/+20 |
| * | add 0.8 to the compatibility page | Robert Gemmell | 2010-12-05 | 1 | -32/+33 |
| * | reference the trunk getting started to stop the url going stale when versions... | Robert Gemmell | 2010-12-05 | 1 | -1/+1 |
| * | Update download page to reference 0.8 and 0.6, instead of 0.6 and 0.5 | Robert Gemmell | 2010-12-05 | 1 | -69/+67 |
| * | Update documentation page and menu links to reference 0.8 and trunk, instead ... | Robert Gemmell | 2010-12-05 | 2 | -32/+31 |
| * | update getting started to point at download.cgi instead of the old (redirecte... | Robert Gemmell | 2010-12-05 | 1 | -1/+1 |
| * | update Readme and Makefile to account for latest build process | Robert Gemmell | 2010-12-05 | 2 | -7/+7 |
| * | fix issue with extraneous table entries, which was causing malformed html out... | Robert Gemmell | 2010-12-05 | 1 | -4/+2 |
| * | convert SCD guide from full book to a section to allow building the containin... | Robert Gemmell | 2010-12-05 | 1 | -37/+34 |
| * | Add title to introduction/preface in order to match the version currently on ... | Robert Gemmell | 2010-12-05 | 1 | -0/+2 |
| * | remove chapter tags in AMQP-Compatibility.xml and Qpid-Interoperability-Docum... | Robert Gemmell | 2010-12-05 | 3 | -8/+10 |
| * | Converted tools to use optparse. | Jonathan Robie | 2010-12-05 | 5 | -438/+380 |
| * | Add more details about the .NET Binding for the C++ Messaging Client. | Charles E. Rolke | 2010-12-03 | 1 | -28/+290 |
| * | fix signed vs unsigned compare errors | Kenneth Anthony Giusti | 2010-12-03 | 1 | -4/+4 |
| * | add unit tests for cluster replication of deleted broker mgmt objects | Kenneth Anthony Giusti | 2010-12-03 | 1 | -9/+362 |
| * | bugfix in deleted obj import/export api | Kenneth Anthony Giusti | 2010-12-02 | 1 | -2/+8 |
| * | fix distcheck build problem with broker mgmt unit test | Kenneth Anthony Giusti | 2010-12-02 | 1 | -6/+3 |
| * | revert nodist makefile change to fix bootstrap error | Kenneth Anthony Giusti | 2010-12-02 | 1 | -1/+1 |
| * | enable broker mgmt agent test, fix distcheck errors. | Kenneth Anthony Giusti | 2010-12-02 | 2 | -1/+3 |
| * | Added new arg to code thaat gets compiled when HAVE_SASL is false. | Michael Goulish | 2010-12-02 | 1 | -1/+1 |
| * | Modified cluster_tests causes broker shut down with invalid-argument error. | Alan Conway | 2010-12-01 | 11 | -51/+576 |
| * | Add missing call to Message::setTimestamp in ManagementAgent::sendBufferLH. | Alan Conway | 2010-12-01 | 1 | -2/+3 |
| * | Enable cluster-safe assertions on transition to CATCHUP | Alan Conway | 2010-12-01 | 2 | -4/+6 |
| * | Add a unit_test fixture for the Brokers internal management agent. | Kenneth Anthony Giusti | 2010-12-01 | 7 | -6/+408 |
| * | Bring QPID .NET Binding examples more in line with cpp examples. | Charles E. Rolke | 2010-12-01 | 12 | -33/+88 |
| * | Added new arg to Saslfactory::create | Michael Goulish | 2010-12-01 | 1 | -1/+1 |
| * | Ensure spout example waits for all messages to be sent before detaching session | Charles E. Rolke | 2010-11-30 | 1 | -0/+1 |
| * | This patch was posted in JIRA QPID-2949. | Michael Goulish | 2010-11-30 | 4 | -12/+29 |
| * | Binds integer, floating point, or string-typed headers using appropriate data... | Jonathan Robie | 2010-11-26 | 2 | -6/+87 |
| * | Increase the broker start timeout to 90 seconds; sometimes the SQL db create ... | Stephen D. Huston | 2010-11-26 | 1 | -1/+1 |
| * | QPID-2959 | Rajith Muditha Attapattu | 2010-11-24 | 1 | -2/+4 |
| * | Add a new directory to the ./doc tree for holding files that are part of | Charles E. Rolke | 2010-11-24 | 4 | -0/+10 |
| * | QPID-2958 Qpid Cpp Messaging .NET Binding library should use Framework v2.0 a... | Charles E. Rolke | 2010-11-23 | 1 | -4/+1 |
| * | Revert test change causing failures. | Alan Conway | 2010-11-23 | 1 | -2/+2 |
| * | Contributed Red Hat clustering chapter. | Jonathan Robie | 2010-11-23 | 1 | -197/+524 |
| * | Contributed chapter from Red Hat docs. | Jonathan Robie | 2010-11-23 | 1 | -653/+610 |
| * | QPID-2957 - Management methods on the broker don't work on newly created objects | Ted Ross | 2010-11-23 | 2 | -0/+29 |
| * | QPID-2939 Qpid .NET Messaging Binding has stray references and using statements. | Charles E. Rolke | 2010-11-23 | 2 | -10/+0 |
| * | Correct typos | Robert Gemmell | 2010-11-22 | 1 | -2/+2 |
| * | add README.txt file for Java client, include in the distributed binary conven... | Robert Gemmell | 2010-11-22 | 2 | -1/+58 |
| * | Remove redundant/unused script | Robert Gemmell | 2010-11-22 | 1 | -21/+0 |
| * | Remove file from the old maven build system | Robert Gemmell | 2010-11-22 | 1 | -35/+0 |
| * | Remove out of date/redundant scripts and README.txt file | Robert Gemmell | 2010-11-22 | 3 | -144/+0 |