logswan

Fast Web log analyzer using probabilistic data structures
Log | Files | Refs | README | LICENSE

commit f20d5d5e245d166cb043c81a8a8444e0e92aa750
parent 32f128189eabc82190813cb3e45221ae85e0ef42
Author: Frederic Cambus <fred@statdns.com>
Date:   Tue,  7 Feb 2017 18:36:33 +0100

Logswan site is now using HTTPS

Diffstat:
MCMakeLists.txt | 4++--
MREADME.md | 2+-
Msrc/config.c | 4++--
Msrc/config.h | 4++--
Msrc/logswan.c | 4++--
Msrc/output.c | 4++--
Msrc/output.h | 4++--
Msrc/parse.c | 4++--
Msrc/parse.h | 4++--
9 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -2,10 +2,10 @@ # # # Logswan 1.06 # # Copyright (c) 2015-2017, Frederic Cambus # -# http://www.logswan.org # +# https://www.logswan.org # # # # Created: 2015-05-31 # -# Last Updated: 2017-01-08 # +# Last Updated: 2017-02-07 # # # # Logswan is released under the BSD 2-Clause license. # # See LICENSE file for details. # diff --git a/README.md b/README.md @@ -153,7 +153,7 @@ Logswan is developed by Frederic Cambus. ## Resources -Project homepage: http://www.logswan.org +Project homepage: https://www.logswan.org GitHub: https://github.com/fcambus/logswan diff --git a/src/config.c b/src/config.c @@ -2,10 +2,10 @@ /* */ /* Logswan 1.06 */ /* Copyright (c) 2015-2017, Frederic Cambus */ -/* http://www.logswan.org */ +/* https://www.logswan.org */ /* */ /* Created: 2015-05-31 */ -/* Last Updated: 2017-01-08 */ +/* Last Updated: 2017-02-07 */ /* */ /* Logswan is released under the BSD 2-Clause license. */ /* See LICENSE file for details. */ diff --git a/src/config.h b/src/config.h @@ -2,10 +2,10 @@ /* */ /* Logswan 1.06 */ /* Copyright (c) 2015-2017, Frederic Cambus */ -/* http://www.logswan.org */ +/* https://www.logswan.org */ /* */ /* Created: 2015-05-31 */ -/* Last Updated: 2017-01-08 */ +/* Last Updated: 2017-02-07 */ /* */ /* Logswan is released under the BSD 2-Clause license. */ /* See LICENSE file for details. */ diff --git a/src/logswan.c b/src/logswan.c @@ -2,10 +2,10 @@ /* */ /* Logswan 1.06 */ /* Copyright (c) 2015-2017, Frederic Cambus */ -/* http://www.logswan.org */ +/* https://www.logswan.org */ /* */ /* Created: 2015-05-31 */ -/* Last Updated: 2017-01-12 */ +/* Last Updated: 2017-02-07 */ /* */ /* Logswan is released under the BSD 2-Clause license. */ /* See LICENSE file for details. */ diff --git a/src/output.c b/src/output.c @@ -2,10 +2,10 @@ /* */ /* Logswan 1.06 */ /* Copyright (c) 2015-2017, Frederic Cambus */ -/* http://www.logswan.org */ +/* https://www.logswan.org */ /* */ /* Created: 2015-05-31 */ -/* Last Updated: 2017-01-08 */ +/* Last Updated: 2017-02-07 */ /* */ /* Logswan is released under the BSD 2-Clause license. */ /* See LICENSE file for details. */ diff --git a/src/output.h b/src/output.h @@ -2,10 +2,10 @@ /* */ /* Logswan 1.06 */ /* Copyright (c) 2015-2017, Frederic Cambus */ -/* http://www.logswan.org */ +/* https://www.logswan.org */ /* */ /* Created: 2015-05-31 */ -/* Last Updated: 2017-01-08 */ +/* Last Updated: 2017-02-07 */ /* */ /* Logswan is released under the BSD 2-Clause license. */ /* See LICENSE file for details. */ diff --git a/src/parse.c b/src/parse.c @@ -2,10 +2,10 @@ /* */ /* Logswan 1.06 */ /* Copyright (c) 2015-2017, Frederic Cambus */ -/* http://www.logswan.org */ +/* https://www.logswan.org */ /* */ /* Created: 2015-05-31 */ -/* Last Updated: 2017-01-12 */ +/* Last Updated: 2017-02-07 */ /* */ /* Logswan is released under the BSD 2-Clause license. */ /* See LICENSE file for details. */ diff --git a/src/parse.h b/src/parse.h @@ -2,10 +2,10 @@ /* */ /* Logswan 1.06 */ /* Copyright (c) 2015-2017, Frederic Cambus */ -/* http://www.logswan.org */ +/* https://www.logswan.org */ /* */ /* Created: 2015-05-31 */ -/* Last Updated: 2017-01-08 */ +/* Last Updated: 2017-02-07 */ /* */ /* Logswan is released under the BSD 2-Clause license. */ /* See LICENSE file for details. */