summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "QPID-5067: Changed language bindings to use UTF-8 encoding on strings."Darryl L. Pierce2013-08-143-19/+8
* Revert "QPID-5067: Fixed an unmatched closing parenthesis."Darryl L. Pierce2013-08-141-1/+1
* NO-JIRA: Fixed Eclipse project generation - project name suffix now has defau...Phil Harvey2013-08-141-0/+1
* QPID-5040: further fix for windows buildGordon Sim2013-08-131-1/+1
* QPID-5040: export symbols from common lib (required for windows build)Gordon Sim2013-08-133-31/+34
* QPID-4711: translate between structured content in AMQP 0-10 and 1.0Gordon Sim2013-08-138-46/+203
* QPID-5040: support for sending and receiving messages with AmqpValue sectionsGordon Sim2013-08-1338-521/+880
* QPID-5067: Fixed an unmatched closing parenthesis.Darryl L. Pierce2013-08-121-1/+1
* QPID-5067: Changed language bindings to use UTF-8 encoding on strings.Darryl L. Pierce2013-08-093-8/+19
* QPID-5065 : [Java] tests do not run on WindowsRobert Godfrey2013-08-091-1/+1
* QPID-5065 : [Java] tests do not run on WindowsRobert Godfrey2013-08-091-6/+4
* QPID-5062: pass through security details from SSL transport to enable EXTERNA...Gordon Sim2013-08-098-1/+27
* QPID-5065 : [Java] tests do not run on WindowsRobert Godfrey2013-08-093-19/+11
* QPID-5053: release exclusive queue ownership when session ends (clear the set...Gordon Sim2013-08-091-1/+1
* QPID-5060: remove exchange and durable for properties map, as they apply to t...Gordon Sim2013-08-092-2/+9
* QPID-5061: do exclusivity checks before registering link to avoid cancelling ...Gordon Sim2013-08-091-1/+1
* QPID-5056 : [Java Broker] Change configuration model to allow for KeyStores/T...Robert Godfrey2013-08-0810-162/+213
* QPID-5045 - Added tests for message REJECT and for the three-ack delivery pat...Ted Ross2013-08-082-13/+87
* QPID-5054: check whether topic actually exists in delete requestGordon Sim2013-08-081-2/+6
* QPID-5055: initialise some paged queue variablesGordon Sim2013-08-081-1/+1
* QPID-5045 - Added system tests for the routing scenarios, fixed discovered de...Ted Ross2013-08-085-14/+268
* NO-JIRA - Cleanup of the alloc module.Ted Ross2013-08-081-18/+27
* QPID-5051: fixes for swig test failures on RHEL5 (and the failure to detect t...Gordon Sim2013-08-074-9/+7
* QPID-5049 : Improve exception messages in RestServletRobert Godfrey2013-08-071-2/+2
* NO-JIRA: Remove use of "with" statement to support older versions of PythonAlan Conway2013-08-061-1/+4
* QPID-5044 : Include bonecp jdbc pooling details in ivy.nexus.xmlRobert Godfrey2013-08-061-0/+6
* NO-JIRA: Remove un-necessary #include <boost/pointer_cast.hpp>Alan Conway2013-08-061-1/+0
* QPID-5044 : Update release.sh to copy maven artifcats for new Java Broker plu...Robert Godfrey2013-08-061-1/+2
* QPID-5045 - Refactored the router data structures to support message and link...Ted Ross2013-08-066-257/+465
* QPID-5042: use more protable encode and decodeGordon Sim2013-08-061-2/+4
* QPID-5044 : Update release.sh to copy maven artifcats for new Java Broker plu...Robert Godfrey2013-08-061-1/+10
* NO-JIRA: HA remove use of boost_hash, failes to build on some compilers.Alan Conway2013-08-069-22/+91
* QPID-5041: ensure persistence id is not lost when annotation is addedGordon Sim2013-08-051-0/+2
* QPID-4327: HA Handle brokers joining and leaving during a transaction.Alan Conway2013-08-0518-53/+165
* QPID-5035: Respect data-dir setting from config fileJustin Ross2013-08-051-2/+1
* NO-JIRA: Remove deleted file ha/hash.h from CMakeLists.txt.Alan Conway2013-08-051-1/+0
* NO-JIRA: Corrected use of boost_hash, failing to build on some compilers.Alan Conway2013-08-058-56/+19
* NO-JIRA: Remove use of boost::make_shared, not availble on some older versions.Alan Conway2013-08-055-12/+6
* NO-JIRA: [Java Broker Documentation] Correct forms of REST service urls for m...Keith Wall2013-08-051-10/+10
* QPID-5036: View Message dialogue can omit or display stale field values.Keith Wall2013-08-054-16/+29
* QPID-5038: [Java Broker Tests] Fix leak from message store testsKeith Wall2013-08-047-69/+80
* QPID-5031: Remove deprecated Action modifier.Stephen D. Huston2013-08-031-2/+1
* QPID-4327: HA Fix windows compile errors introduced by recent commits.Alan Conway2013-08-0210-19/+19
* QPID-5037: Move log viewer into a separate tab and add abilities to download ...Alex Rudyy2013-08-0239-62/+2911
* QPID-4327: HA logging fixes.Alan Conway2013-08-013-19/+13
* QPID-4327: HA TX transactions, blocking wait for prepareAlan Conway2013-08-0121-104/+343
* QPID-4327: HA TX transactions: basic replication.Alan Conway2013-08-0143-274/+2483
* QPID-4327: HA get rid of Primary::get() singleton.Alan Conway2013-08-013-14/+11
* QPID-4327: Added TransactionObserver interface.Alan Conway2013-08-0122-74/+412
* QPID-4327: Renamed ConfigurationObserver as BrokerObserver.Alan Conway2013-08-0112-48/+47