All of lore.kernel.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH] batmand: Switch to HTTPS version of links
@ 2015-12-06 15:15 Sven Eckelmann
  2015-12-06 21:46 ` Elektra
  0 siblings, 1 reply; 4+ messages in thread
From: Sven Eckelmann @ 2015-12-06 15:15 UTC (permalink / raw)
  To: b.a.t.m.a.n

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Cc: elektra <onelektra@gmx.net>
---
 CHANGELOG      | 2 +-
 INSTALL        | 6 +++---
 bitarray.c     | 4 ++--
 man/batmand.8  | 2 +-
 originator.c   | 2 +-
 posix/tunnel.c | 2 +-
 6 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index 9552e53..b562a3d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,3 @@
 For a reasonable up-to-date CHANGELOG visit:
 
-http://git.open-mesh.org/?p=batmand.git;a=shortlog
+https://git.open-mesh.org/batmand.git
diff --git a/INSTALL b/INSTALL
index eae3eac..e8ad3c2 100644
--- a/INSTALL
+++ b/INSTALL
@@ -39,12 +39,12 @@ Compiling
 
 You don't necessarily need to compile. May be your distribution or our
 download store offers precompiled packages. Check
-http://www.open-mesh.org/wiki/open-mesh/Download to get an overview.
+https://www.open-mesh.org/projects/open-mesh/wiki/Download to get an overview.
 
 Download and compile the latest stable sources from the download section
-http://www.open-mesh.org/wiki/open-mesh/Download by executing eg.:
+https://www.open-mesh.org/projects/open-mesh/wiki/Download by executing eg.:
 
-$ wget http://downloads.open-mesh.org/batman/stable/sources/batmand/batmand-0.3.2.tar.gz
+$ wget https://downloads.open-mesh.org/batman/stable/sources/batmand/batmand-0.3.2.tar.gz
 $ tar xzvf batmand-0.3.2.tar.gz
 $ cd batman-0.3.2
 $ make
diff --git a/bitarray.c b/bitarray.c
index 354eddd..69bf812 100644
--- a/bitarray.c
+++ b/bitarray.c
@@ -173,7 +173,7 @@ int bit_packet_count( TYPE_OF_WORD *seq_bits ) {
 
 		while (word) {
 
-			word &= word-1;   /* see http://graphics.stanford.edu/~seander/bithacks.html#CountBitsSetKernighan */
+			word &= word-1;   /* see https://graphics.stanford.edu/~seander/bithacks.html#CountBitsSetKernighan */
 			hamming++;
 
 		}
@@ -190,7 +190,7 @@ uint8_t bit_count( int32_t to_count ) {
 
 	while ( to_count ) {
 
-		to_count &= to_count-1;   /* see http://graphics.stanford.edu/~seander/bithacks.html#CountBitsSetKernighan */
+		to_count &= to_count-1;   /* see https://graphics.stanford.edu/~seander/bithacks.html#CountBitsSetKernighan */
 		hamming++;
 
 	}
diff --git a/man/batmand.8 b/man/batmand.8
index c26d62b..89fcde5 100644
--- a/man/batmand.8
+++ b/man/batmand.8
@@ -28,7 +28,7 @@ batmand \- better approach to mobile ad\(hyhoc networking
 .br
 .SH DESCRIPTION
 .B B.A.T.M.A.N
-means better approach to mobile ad\(hyhoc networking, this is a new routing protocol for multi\(hyhop ad\(hyhoc mesh networks. Go to http://www.open\-mesh.org/ to get more information.
+means better approach to mobile ad\(hyhoc networking, this is a new routing protocol for multi\(hyhop ad\(hyhoc mesh networks. Go to https://www.open\-mesh.org/ to get more information.
 .PP
 The following document will explain how to use the \fBbatman daemon\fP.
 .PP
diff --git a/originator.c b/originator.c
index f017741..9ed7353 100644
--- a/originator.c
+++ b/originator.c
@@ -74,7 +74,7 @@ int compare_orig( void *data1, void *data2 )
 
 
 /* hashfunction to choose an entry in a hash table of given size */
-/* hash algorithm from http://en.wikipedia.org/wiki/Hash_table */
+/* hash algorithm from https://en.wikipedia.org/wiki/Hash_table */
 int choose_orig( void *data, int32_t size ) {
 
 	unsigned char *key= data;
diff --git a/posix/tunnel.c b/posix/tunnel.c
index 8e7611b..88721ae 100644
--- a/posix/tunnel.c
+++ b/posix/tunnel.c
@@ -507,7 +507,7 @@ static int compare_vip(void *data1, void *data2)
 }
 
 /* hashfunction to choose an entry in a hash table of given size */
-/* hash algorithm from http://en.wikipedia.org/wiki/Hash_table */
+/* hash algorithm from https://en.wikipedia.org/wiki/Hash_table */
 static int choose_wip(void *data, int32_t size)
 {
 	unsigned char *key= data;
-- 
2.6.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [B.A.T.M.A.N.] [PATCH] batmand: Switch to HTTPS version of links
  2015-12-06 15:15 [B.A.T.M.A.N.] [PATCH] batmand: Switch to HTTPS version of links Sven Eckelmann
@ 2015-12-06 21:46 ` Elektra
  0 siblings, 0 replies; 4+ messages in thread
From: Elektra @ 2015-12-06 21:46 UTC (permalink / raw)
  To: Sven Eckelmann; +Cc: b.a.t.m.a.n

Hi Sven -

commited. Thank you!

Cheers,
Elektra

-- 
Elektra <onelektra@gmx.net>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [B.A.T.M.A.N.] [PATCH] batmand: Switch to HTTPS version of links
  2015-12-06 15:16 Sven Eckelmann
@ 2015-12-06 21:47 ` Elektra
  0 siblings, 0 replies; 4+ messages in thread
From: Elektra @ 2015-12-06 21:47 UTC (permalink / raw)
  To: Sven Eckelmann; +Cc: b.a.t.m.a.n

Hi Sven –

commited. Thank you!

Cheers,
Elektra

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [B.A.T.M.A.N.] [PATCH] batmand: Switch to HTTPS version of links
@ 2015-12-06 15:16 Sven Eckelmann
  2015-12-06 21:47 ` Elektra
  0 siblings, 1 reply; 4+ messages in thread
From: Sven Eckelmann @ 2015-12-06 15:16 UTC (permalink / raw)
  To: b.a.t.m.a.n

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Cc: elektra <onelektra@gmx.net>
---
 README | 2 +-
 vis.c  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README
index 1ddceed..b25dd77 100644
--- a/README
+++ b/README
@@ -61,6 +61,6 @@ is part of the s3d tools [2] - debian packages are available) to the vis
 servers dot draw output (on port 2004).  If you have impressive screenshots
 don't hesitate to let us know.  :-)
 
-[1] http://downloads.open-mesh.net/batman/misc/wbm2009/08-vis_zoomed.png
+[1] https://downloads.open-mesh.org/batman/misc/wbm2009/08-vis_zoomed.png
 [2] http://s3d.sourceforge.net/
 
diff --git a/vis.c b/vis.c
index d92fbe8..774d24e 100644
--- a/vis.c
+++ b/vis.c
@@ -127,7 +127,7 @@ int32_t orig_comp(void *data1, void *data2)
 }
 
 /* hashfunction to choose an entry in a hash table of given size */
-/* hash algorithm from http://en.wikipedia.org/wiki/Hash_table */
+/* hash algorithm from https://en.wikipedia.org/wiki/Hash_table */
 int32_t orig_choose(void *data, int32_t size) {
 	unsigned char *key= data;
 	uint32_t hash = 0;
-- 
2.6.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-12-06 21:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-06 15:15 [B.A.T.M.A.N.] [PATCH] batmand: Switch to HTTPS version of links Sven Eckelmann
2015-12-06 21:46 ` Elektra
2015-12-06 15:16 Sven Eckelmann
2015-12-06 21:47 ` Elektra

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.