summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix race conditions in brokertest.py and cluster_tests.py.Alan Conway2010-08-042-9/+12
* Missed in a previous commit. Updated README from Chuck Rolke.Ted Ross2010-08-041-10/+65
* Re-enabled the wrapping of the messaging API with fixes for earlier versionsTed Ross2010-08-045-9/+13
* Added conditional-compilation directives to hide the PrivateImplRef templateTed Ross2010-08-044-1/+17
* Remove prefix in broker logs for brokertest.py.Alan Conway2010-08-031-1/+1
* Disable non-0 session timeouts.Alan Conway2010-08-038-15/+66
* QPID-2744: Property name check in wrong placeAndrew Donald Kennedy2010-08-031-2/+2
* Bugfix: Schema cache in console.py could get locked in the state whereTed Ross2010-08-021-1/+1
* Return rather than exiting once route is deletedGordon Sim2010-08-021-1/+1
* Fixed bug in setting of the app-id header (it was set in the application-head...Ted Ross2010-08-022-3/+19
* Give queue cleaner task an explicit nameGordon Sim2010-08-021-1/+1
* fixed bug in flow control logic; added testsRafael H. Schloming2010-08-023-15/+57
* Ensure that for clustered broker the queue cleaner is run on the correct thread.Gordon Sim2010-08-025-8/+46
* QPID-2782: update qmf console binding api.Kenneth Anthony Giusti2010-08-015-59/+187
* QPID-2718: Update the common.bnd version to 0.7.0Robert Gemmell2010-08-011-1/+1
* QPID-2717: Upgrade the bnd to version 0.0.384Robert Gemmell2010-08-013-1/+1
* QPID-2744: Unify 0-10 and 0-8 error messages for invalid object types in prop...Andrew Donald Kennedy2010-08-016-13/+35
* QPID-2619: Capture broker pid on QPID_WORKAndrew Donald Kennedy2010-07-311-1/+1
* QPID-2642: Replace bitwise and with short-circuit and operatorAndrew Donald Kennedy2010-07-311-1/+1
* QPID-2668: Improve PlainPasswordPrincipalDatabase lock managementAndrew Donald Kennedy2010-07-311-26/+15
* QPID-2765 - WinSdk does not have the .NET Binding examplesTed Ross2010-07-305-18/+502
* QPID-2764 - WinSdk cpp examples do not compileTed Ross2010-07-306-12/+12
* Disabled build of the qpid bindings until it's fixed for RHEL5 (swig-1.3.29)Ted Ross2010-07-301-3/+0
* Disabled build of the qpid bindings until it's fixed for RHEL5 (swig-1.3.29)Ted Ross2010-07-301-1/+1
* QPID-2777Ted Ross2010-07-302-4/+0
* Added --cluster option to display per-broker detail for clusters.Kenneth Anthony Giusti2010-07-301-3/+10
* QPID-2777 - Additional bindings for the C++ messaging API (Python, Ruby)Ted Ross2010-07-2910-2/+946
* Turned off GraphvizJonathan Robie2010-07-291-1/+1
* QPID-2761: Add test case 4 and 5 support for the 0-8 .net clientRobert Gemmell2010-07-293-0/+498
* Added sections for client and management starting points, currently TBD, in t...Jonathan Robie2010-07-291-0/+10
* QPID-2768: allow '/' after name in address without an explicit subjectGordon Sim2010-07-291-5/+2
* Added overview page, designed to list starting points for developers.Jonathan Robie2010-07-292-1/+62
* Removed an import (related to a work-in-progress) that got accidently include...Rajith Muditha Attapattu2010-07-291-106/+115
* QPID-2774Rajith Muditha Attapattu2010-07-281-2/+3
* QPID-2738Rajith Muditha Attapattu2010-07-281-3/+19
* Updated developer SELinux policy to also allow tests run under valgrind.Alan Conway2010-07-281-0/+3
* Added doxygen comments.Jonathan Robie2010-07-281-0/+8
* Improved doxygen comments.Jonathan Robie2010-07-281-2/+8
* Made the new C++ API more friendly for swig-wrapping.Ted Ross2010-07-287-0/+11
* QPID-2766Rajith Muditha Attapattu2010-07-281-1/+5
* Added comment on AMQP version independence.Jonathan Robie2010-07-281-1/+2
* Improved doxygen comments for class description.Jonathan Robie2010-07-281-5/+6
* Restored mention of .NET in the messaging API description. Neatened up descri...Jonathan Robie2010-07-281-10/+6
* Improved doxygen documentation of SessionState.Jonathan Robie2010-07-281-2/+11
* QPID-2657: Factor out exception handlingAndrew Donald Kennedy2010-07-281-77/+31
* QPID-2763: Record old store class name.Andrew Donald Kennedy2010-07-281-1/+8
* QPID-2766Rajith Muditha Attapattu2010-07-281-1/+1
* Removed unused header files.Ted Ross2010-07-277-673/+1
* fix for autoconf swig version comparison macro, AC_PROG_SWIGNuno Santos2010-07-271-3/+5
* Fix bug in test code: invalid use of c_str()Alan Conway2010-07-271-1/+1