summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* QPID-3060Ted Ross2011-02-161-5/+16
* NO-JIRA: add cluster_tests.py to list of installed scripts.Alan Conway2011-02-151-1/+1
* QPID-3000: Added optional delay for auto-deletionGordon Sim2011-02-154-3/+112
* QPID-3002: Added explicit casts required by some compiler versionsGordon Sim2011-02-151-2/+2
* QPID-3002: Added virtual destructor for new interface; Removed some more acci...Gordon Sim2011-02-152-114/+1
* QPID-3002: Removed accidentally duplicated test codeGordon Sim2011-02-151-62/+0
* QPID-3002: Configurable threshold alerts for queues; added spec change and te...Gordon Sim2011-02-153-0/+128
* QPID-3002: Configurable threshold alerts for queuesGordon Sim2011-02-1513-40/+447
* No JIRA: Added --durable option to qpid-cp-benchmarkAlan Conway2011-02-141-6/+11
* QPID-529: Brought forward definition of struct fir deque impl on windowsGordon Sim2011-02-141-0/+1
* QPID-529: Include integer definitions to fix windows build.Gordon Sim2011-02-141-0/+1
* QPID-3056: remove the unused SSL certificate, and then also the newly-empty r...Robert Gemmell2011-02-141-0/+0
* compatibility with newer (1.46) boost version by explicitly defining which ve...Nuno Santos2011-02-141-0/+2
* QPID-3055Rajith Muditha Attapattu2011-02-144-118/+70
* QPID-3054: remove unused java/systests/src/old_test contentsRobert Gemmell2011-02-147-1235/+0
* QPID-3053: Enable broadcast via QMFv2 by default; add option to allow broadca...Gordon Sim2011-02-142-3/+6
* QPID-3040: Prevent race between receipt and release of messages causing inter...Gordon Sim2011-02-141-1/+1
* QPID-3046 - Bug fixed in handling of deleted agents (ConsoleSession).Ted Ross2011-02-141-1/+1
* QPID-3050Rajith Muditha Attapattu2011-02-121-1/+1
* QPID-3049 - qpid-send --durable does not send durable messages.Alan Conway2011-02-111-6/+13
* QPID-3043Rajith Muditha Attapattu2011-02-111-1/+1
* QPID-529: Further adjustment for python 2.3Gordon Sim2011-02-111-4/+6
* QPID-3046 - Refactored so that Connection::getAuthenticatedUsername is consul...Ted Ross2011-02-113-8/+10
* QPID-3046 - Added an example in C++ for receiving eventsTed Ross2011-02-112-1/+67
* QPID-3046Ted Ross2011-02-114-27/+66
* Add some generated files to .gitignore.Alan Conway2011-02-102-12/+15
* QPID-529: Adjust test to work on python 2.3 as wellGordon Sim2011-02-101-4/+18
* QPID-529: Added missing includeGordon Sim2011-02-101-0/+1
* QPID-529: Fixed errors generated by different compiler versionsGordon Sim2011-02-101-1/+1
* QPID-529: Priority queue implementationGordon Sim2011-02-1028-259/+1727
* QPID-3043Rajith Muditha Attapattu2011-02-092-3/+23
* QPID-2994Rajith Muditha Attapattu2011-02-092-3/+16
* Remove out-dated comment.Alan Conway2011-02-091-3/+3
* comments for building ruby bindingCarl C. Trieloff2011-02-091-0/+7
* QPID-3040: The C++ messaging client library now releases pending messages whe...Jonathan Robie2011-02-094-46/+84
* Added design note comment to qpid/cpp/src/qpid/cluster/ClusterTimer.cppAlan Conway2011-02-091-1/+20
* NO-JIRA - Replaced m4/ac_pkg_swig.m4 with updated version that works with newerTed Ross2011-02-091-3/+5
* QPID-3041 Make dist process does not package the .NET Binding sourceCharles E. Rolke2011-02-094-3/+135
* QPID-3046 - Improved detail in trace log messages.Ted Ross2011-02-093-16/+17
* QPID-3042Rajith Muditha Attapattu2011-02-091-0/+11
* QPID-2994Rajith Muditha Attapattu2011-02-081-1/+11
* QPID-3045 - sporadic failure of cluster_tests.ShortTests.test_route_updateAlan Conway2011-02-084-11/+26
* QPID-3045: Disable failing test cluster_tests.ShortTests.test_route_update un...Alan Conway2011-02-081-1/+1
* QPID-1916: default to using a local repo in the scratch dir (configurable wit...Robert Gemmell2011-02-083-6/+16
* Reverts r1068042.Jonathan Robie2011-02-082-105/+61
* QPID-2900: Changed SimpleAMQQueue to avoid race condition in the updating ato...Robert Gemmell2011-02-086-28/+396
* QPID-1916: use module.depends to indicate module interdependencies in generat...Robert Gemmell2011-02-071-1/+4
* QPID-2977: simply specify the required dep info in a file rather than using f...Robert Gemmell2011-02-0742-2678/+472
* QPID-1916: updates to allow creation of maven artifacts for client+common mod...Robert Gemmell2011-02-075-8/+76
* Ensures that messages acquired, but not acked, are released before a queue is...Jonathan Robie2011-02-072-61/+105