[2/3] qpid-dispatch git commit: DISPATCH-920: self test to detect interrouter links being blocked

2018-02-16 Thread gmurthy
DISPATCH-920: self test to detect interrouter links being blocked (cherry picked from commit 1f2e3d929af763300af9d901bbe14336ee72bcd5) Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/4126e19b Tree:

[1/3] qpid-dispatch git commit: DISPATCH-920 - Block policy enforcement on inter-router connections

2018-02-16 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/1.0.x 7b2c07a32 -> 3fabd9629 DISPATCH-920 - Block policy enforcement on inter-router connections (cherry picked from commit ee044a15f48e046919bc5679f4b2bef7ae1f1f99) Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo

qpid-dispatch git commit: DISPATCH-883 - Prevent the router from crashing when the connection properties is not PN_STRING or PN_SYMBOL or PN_INTEGER. Also added a few system tests

2018-02-16 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/1.0.x 9e7b3bff9 -> ae87d1c06 DISPATCH-883 - Prevent the router from crashing when the connection properties is not PN_STRING or PN_SYMBOL or PN_INTEGER. Also added a few system tests (cherry picked from commit

qpid-dispatch git commit: DISPATCH-874: allow .json and .woff2 files to be served by console.

2018-02-16 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/1.0.x 5dc72526b -> 104108f27 DISPATCH-874: allow .json and .woff2 files to be served by console. Added .json and .woff2 mime-types to the recognized list. Added a default rule to serve unrecognized files as "application/octet-stream" New

qpid-dispatch git commit: DISPATCH-887 - Fix race condition that led to connection reopen in spite of connector being deleted

2018-02-16 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/1.0.x ae87d1c06 -> afb1b82d5 DISPATCH-887 - Fix race condition that led to connection reopen in spite of connector being deleted (cherry picked from commit e2a05e14eaa5740cfcd1d6be528ee548aa000441) Project:

[1/3] qpid-dispatch git commit: DISPATCH-739: Fix memory leaks in unit tests, missing frees

2018-01-02 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 4a173e1ec -> 892a413f8 DISPATCH-739: Fix memory leaks in unit tests, missing frees Add missing frees in tests. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

[2/3] qpid-dispatch git commit: DISPATCH-739: Fix memory leak in http server showing in unit tests

2018-01-02 Thread gmurthy
DISPATCH-739: Fix memory leak in http server showing in unit tests Maybe not a leak in a deployed broker but fixed it anyway to keep tests clean. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/4c98f541 Tree:

[3/3] qpid-dispatch git commit: DISPATCH-739: Fix invalid read valgrind error in tests.

2018-01-02 Thread gmurthy
DISPATCH-739: Fix invalid read valgrind error in tests. Changed server shutdown order so that context objects are not used after free by logger. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/892a413f Tree:

[1/4] qpid-site git commit: Adding Qpid Dispatch Router book.html which was left out due to change in doc generation script

2018-02-26 Thread gmurthy
Repository: qpid-site Updated Branches: refs/heads/asf-site b4540d51b -> 1d6797f1c http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1d6797f1/input/releases/qpid-dispatch-1.0.1/book/index.html.in -- diff --git

[3/4] qpid-site git commit: Adding Qpid Dispatch Router book.html which was left out due to change in doc generation script

2018-02-26 Thread gmurthy
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/1d6797f1/content/releases/qpid-dispatch-1.0.1/book/book.html -- diff --git a/content/releases/qpid-dispatch-1.0.1/book/book.html

[4/4] qpid-site git commit: Adding Qpid Dispatch Router book.html which was left out due to change in doc generation script

2018-02-26 Thread gmurthy
Adding Qpid Dispatch Router book.html which was left out due to change in doc generation script Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-site/commit/1d6797f1 Tree:

qpid-dispatch git commit: DISPATCH-1095 - Improved SkipIfNeeded decorator and added it to methods using SASL when it is not installed. This closes #351

2018-08-02 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master ecfd32527 -> a1585a9c3 DISPATCH-1095 - Improved SkipIfNeeded decorator and added it to methods using SASL when it is not installed. This closes #351 Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: DISPATCH-1095 - Only adding SASL listener when SASL available. This closes #352

2018-08-03 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master a1585a9c3 -> 5e7c75d9c DISPATCH-1095 - Only adding SASL listener when SASL available. This closes #352 Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: DISPATCH1087 - Additional fix that checks existence of Python 3 before checking for Python2

2018-07-26 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 30ff7ff1d -> 92ad24f11 DISPATCH1087 - Additional fix that checks existence of Python 3 before checking for Python2 Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: DISPATCH-1087 - Modified shebang line in some files to put in the correct version of Python

2018-07-25 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master ef4776e28 -> 30ff7ff1d DISPATCH-1087 - Modified shebang line in some files to put in the correct version of Python Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

[qpid-dispatch] Git Push Summary

2018-08-10 Thread gmurthy
Repository: qpid-dispatch Updated Tags: refs/tags/1.3.0 [created] d0eebb88e - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org

svn commit: r28665 - /release/qpid/dispatch/1.3.0/

2018-08-10 Thread gmurthy
Author: gmurthy Date: Fri Aug 10 20:22:13 2018 New Revision: 28665 Log: add files for qpid-dispatch-1.3.0 Added: release/qpid/dispatch/1.3.0/ - copied from r28664, dev/qpid/dispatch/1.3.0-rc1/ - To unsubscribe, e

qpid-dispatch git commit: DISPATCH-1094 - Moved the creation and writing of log file inside a lock so that the order is preserved. This closes #353

2018-08-06 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master b1013fd48 -> d28002a49 DISPATCH-1094 - Moved the creation and writing of log file inside a lock so that the order is preserved. This closes #353 Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: DISPATCH-1008 - Back out previous change that was storing every failover url obtained from every connection. Modified the code to wipe out the failover urls obtained from the

2018-08-06 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master d28002a49 -> 83f5d524a DISPATCH-1008 - Back out previous change that was storing every failover url obtained from every connection. Modified the code to wipe out the failover urls obtained from the previous connection if the

qpid-dispatch git commit: DISPATCH-1093 - Prevent additional connections from being created from connectors when calling qd_connection_manager_start. This closes #350

2018-08-03 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 5e7c75d9c -> 69c093f93 DISPATCH-1093 - Prevent additional connections from being created from connectors when calling qd_connection_manager_start. This closes #350 Project:

qpid-dispatch git commit: NO-JIRA: Add docker build file for Centos, update README

2018-08-15 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 788fe2a4e -> 483b92936 NO-JIRA: Add docker build file for Centos, update README Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/483b9293 Tree:

qpid-dispatch git commit: DISPATCH-1085 - Modified AMQP_link_detach_handler to flush out the remaining bytes in the message buffers before responding to detaches. This closes #345

2018-08-06 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master a53179572 -> 22ef3d167 DISPATCH-1085 - Modified AMQP_link_detach_handler to flush out the remaining bytes in the message buffers before responding to detaches. This closes #345 Project:

qpid-dispatch git commit: DISPATCH-1064 - Doc link route and autolink connection failure behavior. This closes #339

2018-08-06 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 69c093f93 -> 6cc87192a DISPATCH-1064 - Doc link route and autolink connection failure behavior. This closes #339 Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: DISPATCH-1067 - Doc improvements for router policies. This closes #343.

2018-08-06 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 6cc87192a -> a53179572 DISPATCH-1067 - Doc improvements for router policies. This closes #343. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: DISPATCH-1097 - Added code to fix issues reported by Coverity. This closes #354.

2018-08-07 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 83f5d524a -> e545dd9cc DISPATCH-1097 - Added code to fix issues reported by Coverity. This closes #354. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: NO-JIRA - Modified version numbers to 1.3

2018-08-07 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/1.3.x [created] 8f48c73ab NO-JIRA - Modified version numbers to 1.3 Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/8f48c73a Tree:

svn commit: r28601 - in /dev/qpid/dispatch/1.3.0-rc1: ./ qpid-dispatch-1.3.0.tar.gz qpid-dispatch-1.3.0.tar.gz.asc qpid-dispatch-1.3.0.tar.gz.sha512

2018-08-07 Thread gmurthy
Author: gmurthy Date: Tue Aug 7 16:30:49 2018 New Revision: 28601 Log: Adding files for Qpid Dispatch 1.3.0-rc1 Added: dev/qpid/dispatch/1.3.0-rc1/ dev/qpid/dispatch/1.3.0-rc1/qpid-dispatch-1.3.0.tar.gz (with props) dev/qpid/dispatch/1.3.0-rc1/qpid-dispatch-1.3.0.tar.gz.asc

[qpid-dispatch] Git Push Summary

2018-08-07 Thread gmurthy
Repository: qpid-dispatch Updated Tags: refs/tags/1.3.0-rc1 [created] 8f48c73ab - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org

qpid-dispatch git commit: NO-JIRA -Advanced version number to 1.4

2018-08-07 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master e545dd9cc -> ba8737373 NO-JIRA -Advanced version number to 1.4 Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/ba873737 Tree:

[7/7] qpid-site git commit: Doc updates for Qpid Dispatch router 1.3.0 release

2018-08-12 Thread gmurthy
Doc updates for Qpid Dispatch router 1.3.0 release Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-site/commit/f17c8263 Tree: http://git-wip-us.apache.org/repos/asf/qpid-site/tree/f17c8263 Diff:

[1/7] qpid-site git commit: Doc updates for Qpid Dispatch router 1.3.0 release

2018-08-12 Thread gmurthy
Repository: qpid-site Updated Branches: refs/heads/asf-site 274e85450 -> f17c8263f http://git-wip-us.apache.org/repos/asf/qpid-site/blob/f17c8263/input/releases/qpid-dispatch-1.3.0/user-guide/index.html.in -- diff --git

[3/7] qpid-site git commit: Doc updates for Qpid Dispatch router 1.3.0 release

2018-08-12 Thread gmurthy
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/f17c8263/content/releases/qpid-dispatch-master/index.html -- diff --git a/content/releases/qpid-dispatch-master/index.html b/content/releases/qpid-dispatch-master/index.html

[4/7] qpid-site git commit: Doc updates for Qpid Dispatch router 1.3.0 release

2018-08-12 Thread gmurthy
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/f17c8263/content/releases/qpid-dispatch-1.3.0/user-guide/index.html -- diff --git a/content/releases/qpid-dispatch-1.3.0/user-guide/index.html

[2/7] qpid-site git commit: Doc updates for Qpid Dispatch router 1.3.0 release

2018-08-12 Thread gmurthy
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/f17c8263/input/releases/qpid-dispatch-1.3.0/release-notes.md -- diff --git a/input/releases/qpid-dispatch-1.3.0/release-notes.md

[6/7] qpid-site git commit: Doc updates for Qpid Dispatch router 1.3.0 release

2018-08-12 Thread gmurthy
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/f17c8263/content/releases/qpid-dispatch-1.3.0/man/qdrouterd.conf.html -- diff --git a/content/releases/qpid-dispatch-1.3.0/man/qdrouterd.conf.html

[5/7] qpid-site git commit: Doc updates for Qpid Dispatch router 1.3.0 release

2018-08-12 Thread gmurthy
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/f17c8263/content/releases/qpid-dispatch-1.3.0/man/qdstat.html -- diff --git a/content/releases/qpid-dispatch-1.3.0/man/qdstat.html

qpid-dispatch git commit: Replaced Proton API functions pn_netaddr_remote with pn_transport_remote_addr and pn_netaddr_listening with pn_listener_addr

2018-08-06 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 22ef3d167 -> b1013fd48 Replaced Proton API functions pn_netaddr_remote with pn_transport_remote_addr and pn_netaddr_listening with pn_listener_addr Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: DISPATCH-1103 - Added code to retry failed auto links using the core timeer API. This closes #366.

2018-08-24 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master b652fd408 -> c65fbc9d8 DISPATCH-1103 - Added code to retry failed auto links using the core timeer API. This closes #366. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: DISPATCH-1108 - Fixed import errors in some python system tests

2018-08-28 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master d59ce4172 -> 6e03ab8a5 DISPATCH-1108 - Fixed import errors in some python system tests Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/6e03ab8a

qpid-dispatch git commit: DISPATCH-1103 - Additional fix. Cancel scheduled timer if trying to reschedule same timer

2018-08-27 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master c03a9f0ab -> d59ce4172 DISPATCH-1103 - Additional fix. Cancel scheduled timer if trying to reschedule same timer Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: DISPATCH-1080 - Added code to skip tests only if SASL extended is not available on the executing system

2018-07-17 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 51cba5cd7 -> 1b39fff04 DISPATCH-1080 - Added code to skip tests only if SASL extended is not available on the executing system Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: DISPATCH-1066 - Doc new protocols attribute in sslProfile config procedure.This closes #338

2018-07-13 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 0e6932fae -> edf1d8fbe DISPATCH-1066 - Doc new protocols attribute in sslProfile config procedure.This closes #338 Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: DISPATCH-1080 - Additional fix to get the router config correct

2018-07-18 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master ce81ad8fe -> 0f092ac43 DISPATCH-1080 - Additional fix to get the router config correct Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/0f092ac4

qpid-dispatch git commit: DISPATCH-1112 - Detach takes a higher priority when processing link work. This closes #369

2018-08-31 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master d21597716 -> f0e15f82f DISPATCH-1112 - Detach takes a higher priority when processing link work. This closes #369 Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: DISPATCH-1112 - Additional fix. Modified qdr_link_process_deliveries() to not continue processing deliveries if detach has been received on that link. This closes #370

2018-09-05 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master f0e15f82f -> fda49e973 DISPATCH-1112 - Additional fix. Modified qdr_link_process_deliveries() to not continue processing deliveries if detach has been received on that link. This closes #370 Project:

qpid-dispatch git commit: DISPATCH-1103 - Additional fix to qdr_core_timer_cancel_CT. Remove timer from scheduled_timers in all cases

2018-09-05 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master fda49e973 -> 3ad1011f2 DISPATCH-1103 - Additional fix to qdr_core_timer_cancel_CT. Remove timer from scheduled_timers in all cases Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: Added some log statements to see which addresses are being deleted

2018-09-05 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/ADDR-DROP [created] d239fa4ec Added some log statements to see which addresses are being deleted Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: DISPATCH-1090 - Drain excess credit if there are no receivers. This closes #371.

2018-09-10 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 06bfb5414 -> 0a8d43285 DISPATCH-1090 - Drain excess credit if there are no receivers. This closes #371. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: NO-JIRA - Modified the version of Proton required from 0.23 to 0.25. This is because of some changes made to the Proton python binding which led to commit 6e03ab8a5dc5059bb46

2018-09-10 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 0a8d43285 -> 0716719b9 NO-JIRA - Modified the version of Proton required from 0.23 to 0.25. This is because of some changes made to the Proton python binding which led to commit 6e03ab8a5dc5059bb4645a0b608ded93a02ebc17 Project:

qpid-dispatch git commit: DISPATCH-1090 - Augmented drain test to reopen receiver and making sure the drained sender was re-issued credit this being able to send to the receiver

2018-09-10 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 0716719b9 -> 03ba19e65 DISPATCH-1090 - Augmented drain test to reopen receiver and making sure the drained sender was re-issued credit this being able to send to the receiver Project:

qpid-dispatch git commit: DISPATCH-1008 - Increased the number of attempts to check for connector to 10 so that slower systems will not fail

2018-07-10 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master d9c747d49 -> 95ef612cc DISPATCH-1008 - Increased the number of attempts to check for connector to 10 so that slower systems will not fail Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: DISPATCH-1065 - Update qdstat output for enhanced stats. This closes #337

2018-07-10 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 95ef612cc -> 19c4118c2 DISPATCH-1065 - Update qdstat output for enhanced stats. This closes #337 Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: DISPATCH-1062 - Added unit test to test if phase shows up as zero for autoLinked waypointed addresses

2018-07-09 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 5f4f69c9a -> d9c747d49 DISPATCH-1062 - Added unit test to test if phase shows up as zero for autoLinked waypointed addresses Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: DISPATCH-977 - Add transaction coordinator step to link routing procedure. This closes #293

2018-07-10 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 19c4118c2 -> 3938487f8 DISPATCH-977 - Add transaction coordinator step to link routing procedure. This closes #293 Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: DISPATCH-1060 - Fixed tests that were creating internal router instances instead of using functions offered by the test framework

2018-07-10 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 3938487f8 -> 42a4666f1 DISPATCH-1060 - Fixed tests that were creating internal router instances instead of using functions offered by the test framework Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: DISPATCH-1062 - Moved receiver phase related test from multi-tenancy test to auto link test

2018-07-11 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master a6c4b94b8 -> 0e6932fae DISPATCH-1062 - Moved receiver phase related test from multi-tenancy test to auto link test Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

[4/7] qpid-site git commit: New Release Qpid Dispatch 1.2.0 related updates

2018-07-03 Thread gmurthy
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5e24ae02/content/releases/qpid-dispatch-1.2.0/user-guide/index.html -- diff --git a/content/releases/qpid-dispatch-1.2.0/user-guide/index.html

[6/7] qpid-site git commit: New Release Qpid Dispatch 1.2.0 related updates

2018-07-03 Thread gmurthy
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5e24ae02/content/releases/qpid-dispatch-1.2.0/man/qdrouterd.conf.html -- diff --git a/content/releases/qpid-dispatch-1.2.0/man/qdrouterd.conf.html

[1/7] qpid-site git commit: New Release Qpid Dispatch 1.2.0 related updates

2018-07-03 Thread gmurthy
Repository: qpid-site Updated Branches: refs/heads/asf-site 11295daa2 -> 5e24ae028 http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5e24ae02/input/releases/qpid-dispatch-1.2.0/user-guide/index.html.in -- diff --git

[7/7] qpid-site git commit: New Release Qpid Dispatch 1.2.0 related updates

2018-07-03 Thread gmurthy
New Release Qpid Dispatch 1.2.0 related updates Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-site/commit/5e24ae02 Tree: http://git-wip-us.apache.org/repos/asf/qpid-site/tree/5e24ae02 Diff:

[5/7] qpid-site git commit: New Release Qpid Dispatch 1.2.0 related updates

2018-07-03 Thread gmurthy
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5e24ae02/content/releases/qpid-dispatch-1.2.0/man/qdstat.html -- diff --git a/content/releases/qpid-dispatch-1.2.0/man/qdstat.html

[3/7] qpid-site git commit: New Release Qpid Dispatch 1.2.0 related updates

2018-07-03 Thread gmurthy
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5e24ae02/content/releases/qpid-dispatch-master/index.html -- diff --git a/content/releases/qpid-dispatch-master/index.html b/content/releases/qpid-dispatch-master/index.html

[2/7] qpid-site git commit: New Release Qpid Dispatch 1.2.0 related updates

2018-07-03 Thread gmurthy
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/5e24ae02/input/releases/qpid-dispatch-1.2.0/release-notes.md -- diff --git a/input/releases/qpid-dispatch-1.2.0/release-notes.md

qpid-dispatch git commit: Update anchorname format and fix broken links. This closes #264

2018-03-15 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 0f05f836f -> f80c40ff4 Update anchorname format and fix broken links. This closes #264 Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

[2/2] qpid-dispatch git commit: NO-JIRA - Removed CMake option that failed a build if there were any warnings. Proton has a new feature wherein it throws warnings on use of deprecated functions. We wa

2018-03-08 Thread gmurthy
NO-JIRA - Removed CMake option that failed a build if there were any warnings. Proton has a new feature wherein it throws warnings on use of deprecated functions. We want to continue to use the deprecated functions for the time beiong Project:

[1/2] qpid-dispatch git commit: NO-JIRA - Reveerted an earlier change that changed Proton API calls. We want dispatch to be able to compile with already released versions of Proton. Hence this revert.

2018-03-08 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master d11e709ec -> dd8948e4d NO-JIRA - Reveerted an earlier change that changed Proton API calls. We want dispatch to be able to compile with already released versions of Proton. Hence this revert. Project:

qpid-dispatch git commit: DISPATCH-333 - Create new doc on policies: * Added new Authorization section to Security chapter * Removed old policies content * Updated policy configuration attribute descr

2018-03-06 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 0acbc8335 -> 7e16c4e87 DISPATCH-333 - Create new doc on policies: * Added new Authorization section to Security chapter * Removed old policies content * Updated policy configuration attribute descriptions This closes #255

qpid-dispatch git commit: NO-JIRA - Modified code in server.c to reflect changes in proton API

2018-03-07 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 35b1c3f83 -> 11181b878 NO-JIRA - Modified code in server.c to reflect changes in proton API Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: DISPATCH-952 - Outgoing links initiated by the router will share a single session

2018-04-05 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 627aae1ec -> d37b0eb09 DISPATCH-952 - Outgoing links initiated by the router will share a single session Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: NO-JIRA - Added a couple of listener name related tests to system_tests_autolinks

2018-04-07 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master d37b0eb09 -> d821bbd74 NO-JIRA - Added a couple of listener name related tests to system_tests_autolinks Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: DISPATCH-911 - Added explicit validation for new metric presettledDeliveries

2018-04-10 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master a2acb1724 -> 940dd41f4 DISPATCH-911 - Added explicit validation for new metric presettledDeliveries Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: NO-JIRA - Modified test_11_autolink_multiple_receivers_on_listener so it has a 100 percent pass rate

2018-04-10 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 940dd41f4 -> d0e549d5f NO-JIRA - Modified test_11_autolink_multiple_receivers_on_listener so it has a 100 percent pass rate Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: DISPATCH-918 - Deprecated some attributes of the authServicePlugin entity and introduced replacements with clearer names. Also deprecated password of sslProfile attribute

2018-04-04 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master f36c90335 -> 7237d6930 DISPATCH-918 - Deprecated some attributes of the authServicePlugin entity and introduced replacements with clearer names. Also deprecated password of sslProfile attribute Project:

qpid-dispatch git commit: DISPATCH-918 - Renamed hostname to realm in authServicePlugin

2018-04-04 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 7237d6930 -> ef9887cc7 DISPATCH-918 - Renamed hostname to realm in authServicePlugin Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/ef9887cc

qpid-dispatch git commit: DISPATCH-154 - Added new tests to validate unresolvable hostname. This closes #286

2018-04-11 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master d0e549d5f -> f4aef4f9e DISPATCH-154 - Added new tests to validate unresolvable hostname. This closes #286 Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: NO-JIRA - Added my public key to KEYS

2018-04-12 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 3ce8f4b62 -> 5066613c6 NO-JIRA - Added my public key to KEYS Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/5066613c Tree:

qpid-dispatch git commit: NO-JIRA - Update doc attributes. This closes #281

2018-04-09 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master d821bbd74 -> 86834e7ba NO-JIRA - Update doc attributes. This closes #281 Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/86834e7b Tree:

qpid-dispatch git commit: NO-JIRA - Minor fix to system_tests_autolinks. Remnoved the use of literal values

2018-04-09 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 86834e7ba -> a2acb1724 NO-JIRA - Minor fix to system_tests_autolinks. Remnoved the use of literal values Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

svn commit: r26323 - /release/qpid/KEYS

2018-04-13 Thread gmurthy
Author: gmurthy Date: Fri Apr 13 14:15:14 2018 New Revision: 26323 Log: Added my public key to keys Modified: release/qpid/KEYS Modified: release/qpid/KEYS == --- release/qpid/KEYS (original) +++ release/qpid/KEYS

qpid-dispatch git commit: NO-JIRA - Removed sleep and introduced a timer to test connector failover urls

2018-04-20 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 7952fbf41 -> 5340c545f NO-JIRA - Removed sleep and introduced a timer to test connector failover urls Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: NO-JIRA - Increased maximum number of attempts from 3 to 5 to give some extra time for slower systems

2018-04-20 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 5340c545f -> 38601a916 NO-JIRA - Increased maximum number of attempts from 3 to 5 to give some extra time for slower systems Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

[qpid-dispatch] Git Push Summary

2018-04-24 Thread gmurthy
Repository: qpid-dispatch Updated Tags: refs/tags/1.1.0-rc1 [created] bb8416170 - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org

[qpid-dispatch] Git Push Summary

2018-04-24 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/1.1.x [created] bb8416170 - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org

qpid-dispatch git commit: NO-JIRA - Set the versions to 1.1.0

2018-04-24 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/1.1.x bb8416170 -> e52b53d5e NO-JIRA - Set the versions to 1.1.0 Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/e52b53d5 Tree:

[qpid-dispatch] Git Push Summary

2018-04-24 Thread gmurthy
Repository: qpid-dispatch Updated Tags: refs/tags/1.1.0-rc1 [created] bb8416170 - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org

[qpid-dispatch] Git Push Summary

2018-04-24 Thread gmurthy
Repository: qpid-dispatch Updated Tags: refs/tags/1.1.0-rc1 [created] e52b53d5e - To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org

svn commit: r26532 - in /dev/qpid/dispatch/1.1.0-rc1: ./ qpid-dispatch-1.1.0.tar.gz qpid-dispatch-1.1.0.tar.gz.asc qpid-dispatch-1.1.0.tar.gz.md5 qpid-dispatch-1.1.0.tar.gz.sha512

2018-04-25 Thread gmurthy
Author: gmurthy Date: Wed Apr 25 13:49:21 2018 New Revision: 26532 Log: Adding files for Qpid Dispatch 1.1.0-rc1 Added: dev/qpid/dispatch/1.1.0-rc1/ dev/qpid/dispatch/1.1.0-rc1/qpid-dispatch-1.1.0.tar.gz (with props) dev/qpid/dispatch/1.1.0-rc1/qpid-dispatch-1.1.0.tar.gz.asc

qpid-dispatch git commit: DISPATCH-972 - Update sudo command prompts. This closes #289.

2018-04-23 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 0c46fcd47 -> e96358761 DISPATCH-972 - Update sudo command prompts. This closes #289. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/e9635876

qpid-dispatch git commit: NO-JIRA - Update links to qdrouterd.conf man page. This closes #290

2018-04-23 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 38601a916 -> 0c46fcd47 NO-JIRA - Update links to qdrouterd.conf man page. This closes #290 Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: NO-JIRA - Added Apache license headers to 3 files

2018-04-25 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master c74e04dff -> 3d6aa7bdd NO-JIRA - Added Apache license headers to 3 files Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/3d6aa7bd Tree:

qpid-dispatch git commit: DISPATCH-947 - Modified 3 additional tests to not use messenger

2018-03-27 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master e9d09419c -> 165907723 DISPATCH-947 - Modified 3 additional tests to not use messenger Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/16590772

qpid-dispatch git commit: DISPATCH-947: fix system_tests_two_routers.test_17_address_wildcard

2018-03-27 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 95c374139 -> 0402e4c80 DISPATCH-947: fix system_tests_two_routers.test_17_address_wildcard Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: DISPATCH-947 - Two additional tests conveted to not use Messenger

2018-03-28 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 096788d88 -> a813cd363 DISPATCH-947 - Two additional tests conveted to not use Messenger Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: DISPATCH-947 - Modified 3 tests to not use Messenger

2018-03-28 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master a813cd363 -> 1242610d6 DISPATCH-947 - Modified 3 tests to not use Messenger Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/1242610d Tree:

qpid-dispatch git commit: DISPATCH-954 - Fixed issue suggested by coverity scan tool. This closes #277

2018-04-02 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 5ee639374 -> fc7ed088a DISPATCH-954 - Fixed issue suggested by coverity scan tool. This closes #277 Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: DISPATCH-918 - Deprecated some router attributes and introduced replacements with much clearer names

2018-04-03 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master fc7ed088a -> 535afa8dd DISPATCH-918 - Deprecated some router attributes and introduced replacements with much clearer names Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: DISPATCH-918 - Deprecated some listener/connector attributes and introduced replacements with much clearer names

2018-04-03 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 535afa8dd -> dcae1f433 DISPATCH-918 - Deprecated some listener/connector attributes and introduced replacements with much clearer names Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: DISPATCH-918 - Deprecated some attributes of the log entities and and introduced replacements with clearer names

2018-04-03 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 45f8833a0 -> 81fdd61fd DISPATCH-918 - Deprecated some attributes of the log entities and and introduced replacements with clearer names Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: DISPATCH-918 - Deprecated some attributes of the sslProfile entity and introduced replacement with clearer names

2018-04-03 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 81fdd61fd -> f36c90335 DISPATCH-918 - Deprecated some attributes of the sslProfile entity and introduced replacement with clearer names Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

qpid-dispatch git commit: DISPATCH-947 - test_23_semantics_spread is now called test_23_semantics_balanced and it is de-Messengerfied

2018-03-28 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master a5da7488b -> 0dad431bd DISPATCH-947 - test_23_semantics_spread is now called test_23_semantics_balanced and it is de-Messengerfied Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit:

<    1   2   3   4   5   6   7   8   9   10   >