summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA: Fix floating point FieldValue tests to work on older compilers/boost...Alan Conway2015-05-071-8/+8
* QPID-6532: make sasl service name configurableGordon Sim2015-05-068-10/+22
* QPID-6529: Fix version number comparison for 0.9 -> 0.10 transition.Charles E. Rolke2015-05-041-6/+6
* QPID-6511: AMQP 0.10 windows clients cannot connect to no-auth qpidd broker.Charles E. Rolke2015-05-011-4/+14
* QPID-6526: fix to last commit, lock needs to be held for attachGordon Sim2015-05-011-1/+4
* QPID-6526: make sure that the creation of proton links is done with the lock ...Gordon Sim2015-04-303-22/+50
* QPID-6521: ensure messages received presettled by peer are settled locally; t...Gordon Sim2015-04-302-3/+6
* QPID-6524: [C++ broker]: Fix for QPID-5107 incomplete for queuesPavel Moravec2015-04-301-0/+3
* NO-JIRA: Add log command to qpid-config to set log levels.Alan Conway2015-04-273-6/+17
* QPID-6491: qpid-route map does not use any authentication when querying othe...Pavel Moravec2015-04-211-1/+1
* NO-JIRA: Add into ant script for running python tests a condition to wait for...Alex Rudyy2015-04-201-3/+23
* QPID-6470: Fix float conversion problems.Alan Conway2015-04-168-163/+167
* QPID-6492: make sure local terminus is null in the attache we send back if it...Gordon Sim2015-04-151-2/+12
* QPID-6493: cmake install TARGET component syntax error.Charles E. Rolke2015-04-152-34/+26
* QPID-6481: Remove references to java docbook artifacts from make scriptsAlex Rudyy2015-04-152-2/+2
* QPID-6481: Move perftests docbook into java source treeAlex Rudyy2015-04-152-324/+0
* QPID-6481: Move docbook for jms client for amqp 0.8/0.9.x into java source treeAlex Rudyy2015-04-1520-2992/+0
* QPID-6481: Move java broker docbook into java source treeAlex Rudyy2015-04-15102-9568/+0
* QPID-6481: Move java source tree to top levelAlex Rudyy2015-04-153261-542407/+0
* QPID-6489: Use synchronous publishing in FailoverBehaviourTest.testFlowContro...Alex Rudyy2015-04-151-2/+16
* QPID-6494: [Java Broker] Remove redundant listener code from the BrokerAdapterKeith Wall2015-04-141-165/+3
* QPID-6495: [Java Broker] Ensure the closing a 0-10 connection releases protoc...Keith Wall2015-04-141-1/+12
* QPID-5818 : [Java Broker] creating children from within the configuration thr...Robert Godfrey2015-04-124-14/+13
* QPID-5818 : [Java Broker] creating children from within the configuration thr...Robert Godfrey2015-04-1217-254/+286
* NO-JIRA : Remove redundant access modifiers in interfacesRobert Godfrey2015-04-123-4/+4
* QPID-6476 : Expose vhost target size so a store can decide to flow messages t...Robert Godfrey2015-04-124-0/+18
* QPID-6476 : Fix InternalMessage implementation so it can be storedRobert Godfrey2015-04-123-1/+3
* Fix failing FailoverBehaviourTest#testFlowControlFlagResetOnFailoverAlex Rudyy2015-04-101-3/+2
* QPID-6484: check for non-existent error descriptionGordon Sim2015-04-105-39/+97
* QPID-6488 : Set the Port object as an attribute on every HttpRequestRobert Godfrey2015-04-106-35/+39
* QPID-6487 : Run link detached callback outside of scope of AMQP 1.0 connectio...Robert Godfrey2015-04-101-2/+9
* QPID-6485: [Java Broker] Remove superfluous find/get methods from the Broker ...Keith Wall2015-04-1013-215/+69
* QPID-5818: [Java Broker] Ensure that connection/session use a configuration t...Keith Wall2015-04-072-77/+39
* QPID-6470: fix stray letters from commit 1671125Charles E. Rolke2015-04-061-1/+1
* QPID-6478: Set state to ACTIVE on creation of file based authentication provi...Alex Rudyy2015-04-062-7/+105
* QPID-6442: [Java Broker] Compare the Broker#defaultVirtualHost against the v...Keith Wall2015-04-064-10/+24
* QPID-6474: [Python Client] 08..09 Prevent Client.close ending in exception if...Keith Wall2015-04-061-0/+1
* QPID-6477: [Java Broker] Make 0-10 implementation ignore all received frames ...Keith Wall2015-04-052-18/+17
* QPID-6429: [Java Broker] Make NetworkConnectionScheduler utilise the Broker's...Keith Wall2015-04-041-3/+8
* QPID-6429: [Java Broker] Prevent NPE on shutdown if an AMQP port failed to bi...Keith Wall2015-04-041-1/+4
* QPID-6429: [Java Broker] Add more logging to investigate the failure to close...Keith Wall2015-04-042-1/+16
* NO-JIRA: [Java Documentation] Correct typo in Java Broker docbookKeith Wall2015-04-041-1/+1
* QPID-6429: [Java Broker] Add more logging to investigate the failure to close...Keith Wall2015-04-041-0/+6
* QPID-6429: [Java Broker] Discard only ByteBuffers that have been sent down th...Keith Wall2015-04-031-1/+9
* QPID-6476 : [Java Broker] Refactor MessageStore to allow more efficient imple...Robert Godfrey2015-04-0399-1218/+2292
* QPID-6399: Fix store tests for run_test option syntax change.Alan Conway2015-04-032-4/+4
* QPID-6470: FieldValue::getFloatingPointValue() converts endian each time it i...Alan Conway2015-04-035-43/+45
* NO-JIRA: Fix race condition in HA tests, remove useless test.Alan Conway2015-04-031-21/+6
* QPID-6475: [Python Client] 08..09 Send connection.close before closing socketKeith Wall2015-04-032-5/+12
* QPID-6474: [Python Client] Prevent client connection thread leaks on the 08.....Keith Wall2015-04-033-8/+42