summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-04-14 10:20:11 +0200
committerGitHub <noreply@github.com>2020-04-14 10:20:11 +0200
commit0bfda90753c38250d4e52513d099087f28d155a9 (patch)
treec58ec29cccbd7fc37c603e8222f293f9d265be78
parent2d7ae202186e69876488b630c87cc579897aa738 (diff)
parent54554146263fa81226ba54061170036fc329b595 (diff)
downloadATCD-0bfda90753c38250d4e52513d099087f28d155a9.tar.gz
Merge pull request #1076 from jwillemsen/master
Make use of https download.dre link
-rw-r--r--ACE/Kokyu/docs/Kokyu.html2
-rw-r--r--ACE/README2
-rw-r--r--ACE/ace/DLL_Manager.h2
-rw-r--r--ACE/ace/FIFO_Send.h1
-rw-r--r--ACE/ace/Managed_Object.h2
-rw-r--r--ACE/ace/config-win32-common.h2
-rw-r--r--ACE/debian/README.source2
-rw-r--r--ACE/debian/control2
-rw-r--r--ACE/docs/Download.html50
-rw-r--r--TAO/TAO-INSTALL.html6
-rw-r--r--TAO/docs/Security/Download.html2
-rw-r--r--TAO/docs/tutorials/Quoter/index.html2
12 files changed, 35 insertions, 40 deletions
diff --git a/ACE/Kokyu/docs/Kokyu.html b/ACE/Kokyu/docs/Kokyu.html
index fb1b0905e3a..e785f949859 100644
--- a/ACE/Kokyu/docs/Kokyu.html
+++ b/ACE/Kokyu/docs/Kokyu.html
@@ -357,7 +357,7 @@ interface is in <tt>Kokyu::DSRT_Dispatcher (Kokyu_dsrt.h)</tt>
<h3>
<a NAME="Status"></a>Current status</h3>
Kokyu dispatching framework is available as a separate module under <tt><font size=+1>ACE_wrappers/Kokyu</font></tt>
-as part of the <a href="http://download.dre.vanderbilt.edu">ACE/TAO
+as part of the <a href="https://download.dre.vanderbilt.edu">ACE/TAO
distribution</a>. Note that this module is not dependent on TAO, though
it is built on top of ACE. The TAO Event Channel uses the Strategy and
Service Configurator patterns to use configurable dispatching modules.
diff --git a/ACE/README b/ACE/README
index b068df84d95..cf0a7af3e21 100644
--- a/ACE/README
+++ b/ACE/README
@@ -148,7 +148,7 @@ applications provided with the ACE release include:
OBTAINING ACE
ACE may be obtained electronically from
-http://download.dre.vanderbilt.edu. This release contains the source
+https://download.dre.vanderbilt.edu. This release contains the source
code, test drivers, and example applications (including JAWS) for C++
wrapper libraries and the higher-level ACE network programming
framework developed as part of the ADAPTIVE project at the University
diff --git a/ACE/ace/DLL_Manager.h b/ACE/ace/DLL_Manager.h
index 66ca5f09911..3a98d2200be 100644
--- a/ACE/ace/DLL_Manager.h
+++ b/ACE/ace/DLL_Manager.h
@@ -28,7 +28,6 @@
#define ACE_DEFAULT_DLL_MANAGER_SIZE 1024
-
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
/**
@@ -267,7 +266,6 @@ public:
ACE_ALLOC_HOOK_DECLARE;
protected:
-
/// Default constructor.
ACE_DLL_Manager (int size = ACE_DLL_Manager::DEFAULT_SIZE);
diff --git a/ACE/ace/FIFO_Send.h b/ACE/ace/FIFO_Send.h
index 37580662b02..4c885df4be8 100644
--- a/ACE/ace/FIFO_Send.h
+++ b/ACE/ace/FIFO_Send.h
@@ -8,7 +8,6 @@
*/
//==========================================================================
-
#ifndef ACE_FIFO_SEND_H
#define ACE_FIFO_SEND_H
diff --git a/ACE/ace/Managed_Object.h b/ACE/ace/Managed_Object.h
index 48292bb5509..207c0abfc35 100644
--- a/ACE/ace/Managed_Object.h
+++ b/ACE/ace/Managed_Object.h
@@ -137,12 +137,10 @@ public:
// on AIX 4.1 w/xlC v. 3.01.
protected:
-
// Disallow instantiation of this class.
ACE_UNIMPLEMENTED_FUNC (ACE_Managed_Object (void))
private:
-
ACE_UNIMPLEMENTED_FUNC (ACE_Managed_Object (const ACE_Managed_Object<TYPE> &))
ACE_UNIMPLEMENTED_FUNC (void operator= (const ACE_Managed_Object<TYPE> &))
};
diff --git a/ACE/ace/config-win32-common.h b/ACE/ace/config-win32-common.h
index c9a4cf6abb2..3ebb2e45dab 100644
--- a/ACE/ace/config-win32-common.h
+++ b/ACE/ace/config-win32-common.h
@@ -71,7 +71,7 @@
// be defined, if your application uses MFC.
// Setting applies to : building ACE
// Runtime restrictions: MFC DLLs must be installed
-// Additonal notes : If both ACE_HAS_MFC and ACE_MT_SAFE are
+// Additional notes : If both ACE_HAS_MFC and ACE_MT_SAFE are
// defined, the MFC DLL (not the static lib)
// will be used from ACE.
#if !defined (ACE_HAS_MFC)
diff --git a/ACE/debian/README.source b/ACE/debian/README.source
index 744eb818d06..3493f77f589 100644
--- a/ACE/debian/README.source
+++ b/ACE/debian/README.source
@@ -8,7 +8,7 @@ and repackaged as using uscan:
$ uscan --force-download --repack --verbose --watchfile debian/watch
* ACE-src-<version>.tar.gz is retrieved from:
- http://download.dre.vanderbilt.edu/previous_versions/
+ https://download.dre.vanderbilt.edu/previous_versions/
The -src version does not contain pre-generated Makefiles. They are
regenerated in the build process.
diff --git a/ACE/debian/control b/ACE/debian/control
index 57bbcd77226..c37c27e709b 100644
--- a/ACE/debian/control
+++ b/ACE/debian/control
@@ -8,7 +8,7 @@ Build-Depends-Indep: doxygen, graphviz
Standards-Version: 4.1.1
Vcs-Git: git://anonscm.debian.org/pkg-ace/pkg-ace.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-ace/pkg-ace.git;a=summary
-Homepage: http://www.dre.vanderbilt.edu/~schmidt/ACE.html
+Homepage: https://www.dre.vanderbilt.edu/~schmidt/ACE.html
Package: mpc-ace
Architecture: all
diff --git a/ACE/docs/Download.html b/ACE/docs/Download.html
index d6923b5e793..845f7a8616c 100644
--- a/ACE/docs/Download.html
+++ b/ACE/docs/Download.html
@@ -15,14 +15,14 @@
Welcome to the download page for ACE, TAO, CIAO, and DAnCE which are
open-source middleware developed by the <A
-HREF="http://www.dre.vanderbilt.edu/">DOC group</a> that provide that
+HREF="https://www.dre.vanderbilt.edu/">DOC group</a> that provide that
following capabilities:
<P>
-<LI><A HREF="http://www.dre.vanderbilt.edu/~schmidt/ACE.html">ACE</A> is an
+<LI><A HREF="https://www.dre.vanderbilt.edu/~schmidt/ACE.html">ACE</A> is an
open-source framework that provides many components and <A
-HREF="http://www.dre.vanderbilt.edu/~schmidt/POSA">patterns</A> for
+HREF="https://www.dre.vanderbilt.edu/~schmidt/POSA">patterns</A> for
developing high-performance, distributed real-time and embedded
systems. ACE provides powerful, yet efficient abstractions for
sockets, demultiplexing loops, threads, synchronization primitives.
@@ -30,9 +30,9 @@ sockets, demultiplexing loops, threads, synchronization primitives.
<P>
-<LI><A HREF="http://www.dre.vanderbilt.edu/~schmidt/TAO.html">TAO</A> (The ACE
+<LI><A HREF="https://www.dre.vanderbilt.edu/~schmidt/TAO.html">TAO</A> (The ACE
ORB) is an open-source implementation of a <A
-href="http://www.dre.vanderbilt.edu/~schmidt/corba.html">CORBA</A> Object
+href="https://www.dre.vanderbilt.edu/~schmidt/corba.html">CORBA</A> Object
Request Broker (ORB) built using components and patterns in the ACE
framework.
@@ -40,13 +40,13 @@ framework.
<P>
-<LI><A HREF="http://www.dre.vanderbilt.edu/~schmidt/CIAO.html">CIAO</a>
+<LI><A HREF="https://www.dre.vanderbilt.edu/~schmidt/CIAO.html">CIAO</a>
(Component Integrated ACE ORB) is an open-source implementation of the
CORBA Component Model (CCM) built on top of TAO. </P>
</LI>
-<LI><A HREF="http://www.dre.vanderbilt.edu/~schmidt/CIAO.html">DAnCE</a>
+<LI><A HREF="https://www.dre.vanderbilt.edu/~schmidt/CIAO.html">DAnCE</a>
is an open-source implementation of the
Deployment and Configuration standard (D&C) built on top of TAO. </P>
</LI>
@@ -54,7 +54,7 @@ Deployment and Configuration standard (D&C) built on top of TAO. </P>
<P>
After downloading a distribution we strongly advice to subscribe at least to
one of the <A
-HREF="http://www.dre.vanderbilt.edu/~schmidt/ACE-mail.html">announce
+HREF="https://www.dre.vanderbilt.edu/~schmidt/ACE-mail.html">announce
mailing lists</A> to stay informed about new releases and
important updates.<P>
@@ -66,7 +66,7 @@ from a number of companies. <P>
<P>
Doxygen documentation for releases of ACE/TAO/CIAO/DAnCE can be browsed <A
-HREF="http://www.dre.vanderbilt.edu/Doxygen/">online</A>.
+HREF="https://www.dre.vanderbilt.edu/Doxygen/">online</A>.
<HR>
<H3>Downloading Freely Available Versions of ACE, TAO, CIAO, and DAnCE</H3>
@@ -178,73 +178,73 @@ Windows line feeds. For all other platforms download a .gz/.bz2 package.
<TR><TH>Filename</TH><TH>Description</TH><TH>Full</TH><TH>Sources only</TH></TR>
<TR><TD>ACE+TAO-6.5.0.tar.gz</TD>
<TD>ACE+TAO (tar+gzip format)</TD>
- <TD>[<A HREF="http://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-6.5.0.tar.gz">HTTP</A>]
+ <TD>[<A HREF="https://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-6.5.0.tar.gz">HTTP</A>]
[<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-6.5.0.tar.gz">FTP</A>]
</TD>
- <TD>[<A HREF="http://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-src-6.5.0.tar.gz">HTTP</A>]
+ <TD>[<A HREF="https://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-src-6.5.0.tar.gz">HTTP</A>]
[<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-src-6.5.0.tar.gz">FTP</A>]
</TD>
</TR>
<TR><TD>ACE+TAO-6.5.0.tar.bz2</TD>
<TD>ACE+TAO (tar+bzip2 format)</TD>
- <TD>[<A HREF="http://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-6.5.0.tar.bz2">HTTP</A>]
+ <TD>[<A HREF="https://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-6.5.0.tar.bz2">HTTP</A>]
[<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-6.5.0.tar.bz2">FTP</A>]
</TD>
- <TD>[<A HREF="http://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-src-6.5.0.tar.bz2">HTTP</A>]
+ <TD>[<A HREF="https://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-src-6.5.0.tar.bz2">HTTP</A>]
[<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-src-6.5.0.tar.bz2">FTP</A>]
</TD>
</TR>
<TR><TD>ACE+TAO-6.5.0.zip</TD>
<TD>ACE+TAO (zip format)</TD>
- <TD>[<A HREF="http://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-6.5.0.zip">HTTP</A>]
+ <TD>[<A HREF="https://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-6.5.0.zip">HTTP</A>]
[<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-6.5.0.zip">FTP</A>]
</TD>
- <TD>[<A HREF="http://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-src-6.5.0.zip">HTTP</A>]
+ <TD>[<A HREF="https://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-src-6.5.0.zip">HTTP</A>]
[<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-src-6.5.0.zip">FTP</A>]
</TD>
</TR>
<TR><TD>ACE-html-6.5.0.tar.gz</TD>
<TD>Doxygen documentation for ACE+TAO (tar+gzip format)</TD>
- <TD>[<A HREF="http://download.dre.vanderbilt.edu/previous_versions/ACE-html-6.5.0.tar.gz">HTTP</A>]
+ <TD>[<A HREF="https://download.dre.vanderbilt.edu/previous_versions/ACE-html-6.5.0.tar.gz">HTTP</A>]
[<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE-html-6.5.0.tar.gz">FTP</A>]
</TD>
</TR>
<TR><TD>ACE-html-6.5.0.tar.bz2</TD>
<TD>Doxygen documentation for ACE+TAO (tar+bzip2 format)</TD>
- <TD>[<A HREF="http://download.dre.vanderbilt.edu/previous_versions/ACE-html-6.5.0.tar.bz2">HTTP</A>]
+ <TD>[<A HREF="https://download.dre.vanderbilt.edu/previous_versions/ACE-html-6.5.0.tar.bz2">HTTP</A>]
[<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE-html-6.5.0.tar.bz2">FTP</A>]
</TD>
</TR>
<TR><TD>ACE-html-6.5.0.zip</TD>
<TD>Doxygen documentation for ACE+TAO (zip format)</TD>
- <TD>[<A HREF="http://download.dre.vanderbilt.edu/previous_versions/ACE-html-6.5.0.zip">HTTP</A>]
+ <TD>[<A HREF="https://download.dre.vanderbilt.edu/previous_versions/ACE-html-6.5.0.zip">HTTP</A>]
[<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE-html-6.5.0.zip">FTP</A>]
</TD>
</TR>
<TR><TD>ACE-6.5.0.tar.gz</TD>
<TD>ACE only (tar+gzip format)</TD>
- <TD>[<A HREF="http://download.dre.vanderbilt.edu/previous_versions/ACE-6.5.0.tar.gz">HTTP</A>]
+ <TD>[<A HREF="https://download.dre.vanderbilt.edu/previous_versions/ACE-6.5.0.tar.gz">HTTP</A>]
[<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE-6.5.0.tar.gz">FTP</A>]
</TD>
- <TD>[<A HREF="http://download.dre.vanderbilt.edu/previous_versions/ACE-src-6.5.0.tar.gz">HTTP</A>]
+ <TD>[<A HREF="https://download.dre.vanderbilt.edu/previous_versions/ACE-src-6.5.0.tar.gz">HTTP</A>]
[<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE-src-6.5.0.tar.gz">FTP</A>]
</TD>
</TR>
<TR><TD>ACE-6.5.0.tar.bz2</TD>
<TD>ACE only (tar+bzip2 format)</TD>
- <TD>[<A HREF="http://download.dre.vanderbilt.edu/previous_versions/ACE-6.5.0.tar.bz2">HTTP</A>]
+ <TD>[<A HREF="https://download.dre.vanderbilt.edu/previous_versions/ACE-6.5.0.tar.bz2">HTTP</A>]
[<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE-6.5.0.tar.bz2">FTP</A>]
</TD>
- <TD>[<A HREF="http://download.dre.vanderbilt.edu/previous_versions/ACE-src-6.5.0.tar.bz2">HTTP</A>]
+ <TD>[<A HREF="https://download.dre.vanderbilt.edu/previous_versions/ACE-src-6.5.0.tar.bz2">HTTP</A>]
[<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE-src-6.5.0.tar.bz2">FTP</A>]
</TD>
</TR>
<TR><TD>ACE-6.5.0.zip</TD>
<TD>ACE only (zip format)</TD>
- <TD>[<A HREF="http://download.dre.vanderbilt.edu/previous_versions/ACE-6.5.0.zip">HTTP</A>]
+ <TD>[<A HREF="https://download.dre.vanderbilt.edu/previous_versions/ACE-6.5.0.zip">HTTP</A>]
[<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE-6.5.0.zip">FTP</A>]
</TD>
- <TD>[<A HREF="http://download.dre.vanderbilt.edu/previous_versions/ACE-src-6.5.0.zip">HTTP</A>]
+ <TD>[<A HREF="https://download.dre.vanderbilt.edu/previous_versions/ACE-src-6.5.0.zip">HTTP</A>]
[<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE-src-6.5.0.zip">FTP</A>]
</TD>
</TR>
@@ -308,7 +308,7 @@ of the DAnCE micro release is available for
<P>
Older versions of ACE+TAO are also available via HTTP at <A
- HREF="http://download.dre.vanderbilt.edu/previous_versions">this location</A>
+ HREF="https://download.dre.vanderbilt.edu/previous_versions">this location</A>
. This location has a few of the previous major and minor
releases. This location will house all major, minor, and micro releases
distributed after ACE+TAO-5.2+1.2.
diff --git a/TAO/TAO-INSTALL.html b/TAO/TAO-INSTALL.html
index abff56cc898..3b3970d2f8a 100644
--- a/TAO/TAO-INSTALL.html
+++ b/TAO/TAO-INSTALL.html
@@ -69,11 +69,11 @@ enhancement requests through
<a href="https://github.com/DOCGroup/ACE_TAO">github</a>.<P>
TAO can be obtained <A
-HREF="http://download.dre.vanderbilt.edu">electronically</A>
+HREF="https://download.dre.vanderbilt.edu">electronically</A>
via the WWW and ftp. <A
-HREF="http://www.dre.vanderbilt.edu/TAO">TAO</A> is bundled
+HREF="https://www.dre.vanderbilt.edu/TAO">TAO</A> is bundled
with the <A
-HREF="http://www.dre.vanderbilt.edu/ACE"> ACE </A> release. You'll
+HREF="https://www.dre.vanderbilt.edu/ACE"> ACE </A> release. You'll
always need the most recent version of ACE because TAO tracks and
influences changes to ACE. Always use the ACE+TAO release
bundle as a single piece instead of trying to mix and match things up.<P>
diff --git a/TAO/docs/Security/Download.html b/TAO/docs/Security/Download.html
index 7f8d06b475c..395cbdf364c 100644
--- a/TAO/docs/Security/Download.html
+++ b/TAO/docs/Security/Download.html
@@ -73,7 +73,7 @@ function MM_nbGroup(event, grpName) { //v3.0
by the BXA from this US site.</p>
<h3>TAO CORBA Security Service Software</h3>
<ul>
- <li><a href="http://download.dre.vanderbilt.edu"> TAO: The ACE
+ <li><a href="https://download.dre.vanderbilt.edu"> TAO: The ACE
ORB</a> (TAO's CORBA Security Service is now shipped with the main TAO distribution)</li>
</ul>
<h3>Cryptographic Software</h3>
diff --git a/TAO/docs/tutorials/Quoter/index.html b/TAO/docs/tutorials/Quoter/index.html
index e9c53e011d2..0371cf9f037 100644
--- a/TAO/docs/tutorials/Quoter/index.html
+++ b/TAO/docs/tutorials/Quoter/index.html
@@ -42,7 +42,7 @@
files for which links are provided. If you choose to build and
run the example, however, use the files which are part of
the TAO source you <A
- HREF="http://download.dre.vanderbilt.edu">download</a>. You can
+ HREF="https://download.dre.vanderbilt.edu">download</a>. You can
find those source files in <CODE>$TAO_ROOT/docs/tutorials/Quoter</CODE>,
where there's also a Makefile to build them with. Downloading the files
individually from these links may result in source that does not build