summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-4549 Applying Pavel's patch.Rajith Muditha Attapattu2013-03-131-5/+2
* QPID-4559 - Added handling of the queue-delete preconditions in the qmf broke...Ted Ross2013-03-135-5/+70
* QPID-3769 Modified the hashcode impl to match equals. Added a test caseRajith Muditha Attapattu2013-03-132-5/+57
* QPID-3769 Applying a modified version of a patch from Siddesh Poyarekar.Rajith Muditha Attapattu2013-03-131-7/+25
* QPID-4596,QPID-4638: Change authentication provider names to shorter names, r...Alex Rudyy2013-03-1321-36/+32
* QPID-4597: Missing licence on new java test added by rev 1449342. No other c...Keith Wall2013-03-121-0/+19
* QPID-4595: ensure completions for previously received messages are sent when ...Gordon Sim2013-03-121-0/+1
* QPID-4625: Extract amqp 1.0 application-properties from messagesAndrew Stitcher2013-03-126-5/+81
* QPID-4576: commit "ready" message if session is transactional; patch from Pav...Gordon Sim2013-03-121-1/+4
* NO-JIRA: Separate catch/finally blocks in ha_tests.py to work on older python.Alan Conway2013-03-121-35/+36
* QPID-4641: C++ build errors re virtual functions but non-virtual destructorAlan Conway2013-03-121-0/+2
* QPID-4646: Remove Perl Makefile.PL from configure.acDarryl L. Pierce2013-03-121-1/+0
* QPID-4115: Moved the Python send and receive apps.Darryl L. Pierce2013-03-123-5/+0
* QPID-4645: the firewall plugin no longer exists, functionality is aprt of the...Robert Gemmell2013-03-122-3/+2
* QPID-4590: check management object exists before using itGordon Sim2013-03-121-2/+6
* QPID-4645: forgot the HA related jmx addon for the optional bdbstoreRobert Gemmell2013-03-121-2/+2
* QPID-4645: add the broker-plugins and bdbstore moudles as optional dependenci...Robert Gemmell2013-03-114-2/+17
* QPID-4639: Add UI to add/delete virtual hosts into java broker web management...Alex Rudyy2013-03-1117-30/+471
* QPID-4638: Add UI to add/delete/update authentication providers into java bro...Alex Rudyy2013-03-1131-187/+1075
* NO-JIRA: Fix distcheck problems, missing files in installation.Alan Conway2013-03-113-1/+5
* QPID-4637: Remove ProtocolFactory.h from the sources list; it no longer existsJustin Ross2013-03-111-1/+0
* NO-JIRA: Fixed the Perl sources portion of release.sh.Darryl L. Pierce2013-03-111-3/+0
* QPID-4596: remove manipulation of store files, and vhost store type etc.Robert Gemmell2013-03-102-227/+1
* QPID-4390: misc cleanupRobert Gemmell2013-03-105-39/+6
* QPID-4390: change new sytem property names to include broker to allow disting...Robert Gemmell2013-03-104-12/+16
* QPID-4390: move the work dir defaulting and configuration fully within Broker...Robert Gemmell2013-03-104-38/+166
* QPID-4390: remove dead code, method was only ever called with null envVarMap argRobert Gemmell2013-03-102-20/+2
* QPID-4390: misc logging related changesRobert Gemmell2013-03-105-19/+32
* QPID-4390: move the store factory interface beside the other plugin factory i...Robert Gemmell2013-03-108-4/+8
* QPID-4390: remove the BDB-HA store factory to remove it from the types usable...Robert Gemmell2013-03-103-44/+1
* QPID-4445: make the jar file produced by the JCA module use 'jca' in its name...Robert Gemmell2013-03-1013-20/+182
* QPID-4632 - Improvement to queue threshold alertingTed Ross2013-03-086-92/+220
* QPID-4633, QPID-4634: RHEL 5 related compilation problemsAndrew Stitcher2013-03-085-8/+8
* QPID-4626: Amqp 0-10 Message getProperty() does not correctly return booleansAndrew Stitcher2013-03-085-19/+44
* QPID-4626: Amqp 0-10 Message getProperty() does not correctly return booleansAndrew Stitcher2013-03-082-0/+7
* QPID-4630: HA Fix starting from persistent store.Andrew Stitcher2013-03-083-45/+88
* QPID-4274 Applied the same fix when an exchange is deleted as the sameRajith Muditha Attapattu2013-03-071-0/+1
* QPID-4274 Applied Pavel's fix of setting the resolved time to zero, butRajith Muditha Attapattu2013-03-071-0/+1
* QPID-4558: Selectors for C++ broker - don't use boost::make_shared<>()Andrew Stitcher2013-03-071-2/+1
* QPID-4612 - Updated doxygen commentsTed Ross2013-03-072-38/+68
* QPID-4630: HA fix inconsistent header file paths in legacystore.Alan Conway2013-03-073-7/+7
* QPID-4630: HA Fix starting from persistent store.Alan Conway2013-03-077-32/+42
* QPID-4630: HA enable store tests if legacystore is built.Alan Conway2013-03-074-3/+8
* QPID-3396 Excluded my new test until we make decision on whether to portRajith Muditha Attapattu2013-03-071-0/+2
* QPID-3396 Fixed the typo from sasl_mech to sasl_mechs. This test wasRajith Muditha Attapattu2013-03-071-1/+1
* QPID-4558: Selectors for C++ broker - fixes windows builds and 32-bit buildsCharles E. Rolke2013-03-074-16/+25
* QPID-4612 - Major cleanup in the API.Ted Ross2013-03-0720-327/+495
* QPID-3396 Added a test case to verify that if mech needs user passwordRajith Muditha Attapattu2013-03-061-0/+24
* QPID-3396 Changed the test cases to relect that username and passwordRajith Muditha Attapattu2013-03-062-5/+4
* QPID-3396 Modified the URLParser to not throw an exception if theRajith Muditha Attapattu2013-03-063-5/+16