summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | NO-JIRA - fix compile warning 4250 "inheritance by dominance" on Windows ↵Stephen D. Huston2015-02-061-0/+11
| | | | | | | | | | | | Visual Studio 2013. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657976 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5538: patch to work with older version of proton (0.7)Ken Giusti2015-02-062-4/+20
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657964 13f79535-47bb-0310-9956-ffa450edef68
* | Fix operator bool() to work with Visual Studio 2013Stephen D. Huston2015-02-061-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657914 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6367: [Java Broker] Change broker model version to 3.0 due to backward ↵Alex Rudyy2015-02-065-13/+14
| | | | | | | | | | | | incompatible model changes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657905 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6366: [Java Broker] Prevent data urls cluttering the UI and prevent ↵Alex Rudyy2015-02-0614-55/+106
| | | | | | | | | | | | potentially large data url consuming too much bandwidth during the regular REST poll git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657900 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6364: Add a secure attribute 'storeUrl' into Keystore for specifying ↵Alex Rudyy2015-02-0515-93/+157
| | | | | | | | | | | | store content location and make attribute 'path' derived. Rename Trsuststore attribute 'path' into 'storeUrl' for consistency. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657708 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6363: [Java Client] Register SASL mechanisms earlyKeith Wall2015-02-051-0/+12
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657555 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6362: [Java Broker] Remove now dead code from BrokerOptionsKeith Wall2015-02-052-9/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657541 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6362: [Java Broker] Correctly generate management mode ↵Keith Wall2015-02-051-2/+6
| | | | | | | | | | | | one-time-password (OTP) if none is specified by the user. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657536 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6356: Update java broker documentation about operational log messagesAlex Rudyy2015-02-051-11/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657500 13f79535-47bb-0310-9956-ffa450edef68
* | Add cmake module for checking size_t native; should have been with the rest ↵Stephen D. Huston2015-02-051-0/+59
| | | | | | | | | | | | of the patch for QPID-6312 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657476 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6356: Add port transport into operational log message for starting ↵Alex Rudyy2015-02-045-23/+26
| | | | | | | | | | | | managegement plugins git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657341 13f79535-47bb-0310-9956-ffa450edef68
* | Apply patches for QPID-6312 to get Qpid building on AIX with XL C++ 13.1Stephen D. Huston2015-02-0422-30/+73
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657338 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6358: detect detached session on fetchGordon Sim2015-02-042-11/+17
| | | | | | | | | | | | The previous solution may on occasion cause an early return in the case where one of many other receivers is closed while in fetch. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657321 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6350: [Java Common] Change IoSender to half close once writing is done.Keith Wall2015-02-044-6/+27
| | | | | | | | | | | | | | | | | | Change IoSender half close once it knows it has finished writing data down the pipe. This is done to prevent the peer from seeing sporadic socket exception 'connection resets' if it happens that the other side closes the socket first. If half close is not supported (windows platform or SSLSocket), this change has no effect. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657313 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6350: [Java Client] Partial revert of r1655877.Keith Wall2015-02-042-9/+6
| | | | | | | | | | | | My solution was not solving the problem in all situations git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657312 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6361: [Java Broker] Change 0-8..0-91 queue declare to no longer ↵Keith Wall2015-02-044-73/+41
| | | | | | | | | | | | consider the durability when validating an existing queue. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657270 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6360: [Java Broker] Extend the UI to support creation of alternate ↵Alex Rudyy2015-02-0419-277/+577
| | | | | | | | | | | | group providers and the new config based group provider plugin git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657255 13f79535-47bb-0310-9956-ffa450edef68
* | NO-JIRA: Remove dead testcase. Much of the original intent seems to be lost.Keith Wall2015-02-042-659/+0
| | | | | | | | | | | | | | What remains duplicates AsyncMessageListenerTest, SyncReceiveTest and RollbackOrderTest. Removed associated support class too. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657134 13f79535-47bb-0310-9956-ffa450edef68
* | NO-JIRA: Increment year in HTML footer of Java Web Management ConsoleKeith Wall2015-02-041-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1657133 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6358: detect detached session on fetchGordon Sim2015-02-031-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1656928 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6356: Remove operational log 'MNG-1006 : Using SSL Keystore : {0}'Alex Rudyy2015-02-036-98/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1656805 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6355: [linearstore] Installation errorKim van der Riet2015-02-031-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1656771 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6354: Fix validation of certificates and private keys for non java ↵Alex Rudyy2015-02-035-12/+325
| | | | | | | | | | | | keystores/truststores git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1656751 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6353 : [Java Broker] [AMQP 1.0] consumer attempting to drain an empty ↵Robert Godfrey2015-02-032-0/+6
| | | | | | | | | | | | queue does not send back flow indicating drain is complete git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1656664 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6341 : Add test and allow a default alt text for oversized valuesRobert Godfrey2015-02-026-1/+102
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1656566 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6351: Fix preferences provider widget to update UI every time on ↵Alex Rudyy2015-02-022-1/+3
| | | | | | | | | | | | setting or loading data git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1656522 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5538: Implement AMQP 1.0 connection idle-timeout.Ken Giusti2015-02-029-34/+290
| | | | | | | | | | | | Original patch by Gordon Sim. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1656505 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6346: Improve field labels and prompt messages in UI for non java ↵Alex Rudyy2015-02-024-20/+21
| | | | | | | | | | | | keystores/truststores, display timezone for certificate start/end time git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1656477 13f79535-47bb-0310-9956-ffa450edef68
* | [QPID-5823]: Python client should create a node with name starting '\#', ↵Pavel Moravec2015-02-011-2/+5
| | | | | | | | | | | | allow customization of autoDel and excl flags git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1656278 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6349 : [JMS AMQP 1.0 Client] Add ability to change the SSL enabled ↵Robert Godfrey2015-01-319-36/+368
| | | | | | | | | | | | protocols used on the SSLSocket git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1656188 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6346: Create keystore/trustore tab UI only onceAlex Rudyy2015-01-312-15/+24
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1656131 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6346: Display subject and certificate validity period for non java ↵Alex Rudyy2015-01-302-4/+35
| | | | | | | | | | | | keystores git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1656055 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6346: Fix setting of required flag on ResourceWidgetAlex Rudyy2015-01-301-1/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1656054 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6351: [Java Broker] Remove provider name from edit UI, remove button ↵Alex Rudyy2015-01-307-30/+9
| | | | | | | | | | | | 'Add Preferences Provider' from Authentication provider tab and fix disabled preferences provider fields in Add Authentication provider dialog git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655975 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6346: [Java Broker] Encapsulate duplicate UI for uploading of broker ↵Alex Rudyy2015-01-3012-549/+371
| | | | | | | | | | | | resources into widget and use the widget in keystores and truststore UI git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655974 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6350: [Java Client] Preserve original connection exceptionKeith Wall2015-01-292-6/+9
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655877 13f79535-47bb-0310-9956-ffa450edef68
* | [JMS AMQP 1.0 Client] Add ability to change the SSL Protocol/Provider used ↵Robert Godfrey2015-01-292-4/+94
| | | | | | | | | | | | to create the SSLContext git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655858 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5842: Allow SSL hostname verification to be disabled on windows client. ↵Clifford Jansen2015-01-294-2/+16
| | | | | | | | | | | | Windows related changes for QPID-5841 and https://reviews.apache.org/r/22890 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655837 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6346: [Java Broker] Add UI for uploading of pem/der keys and ↵Alex Rudyy2015-01-299-0/+719
| | | | | | | | | | | | certificates for non-java keystores/truststores into web management console git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655560 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6336: Add extra logging to help understand occasional SSLTest failure ↵Keith Wall2015-01-282-1/+8
| | | | | | | | | | | | showing on slow CI box git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655485 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6345 : Allow enabled cipher suites to be configuredRobert Godfrey2015-01-2810-24/+162
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655457 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6343: [Java Broker] Upgrade Apache Derby dependency to 10.11.1.1Alex Rudyy2015-01-281-0/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655244 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6342 : Fail fast when commands sent in wrong orderRobert Godfrey2015-01-273-36/+79
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655186 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6341 : Fix testRobert Godfrey2015-01-271-0/+10
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655180 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6341 : Enchacements to the meta data modelRobert Godfrey2015-01-2710-38/+129
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655160 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6331 : Allow AMQP 1.0 message content to be evicted to diskRobert Godfrey2015-01-271-14/+32
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655154 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6340 : Allow defaults for system properties to be overridden from a ↵Robert Godfrey2015-01-272-0/+109
| | | | | | | | | | | | properties file git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655142 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6339 : Use variable interpolation for help url and initial virtual host ↵Robert Godfrey2015-01-271-10/+16
| | | | | | | | | | | | config git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655138 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6339 : Use variable interpolation for help url and initial virtual host ↵Robert Godfrey2015-01-275-5/+19
| | | | | | | | | | | | config git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1655125 13f79535-47bb-0310-9956-ffa450edef68