mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
testcurl/https: updated copyright year in modified files, fixed some doxy
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2013 Christian Grothoff
|
||||
Copyright (C) 2014-2022 Evgeny Grin (Karlson2k)
|
||||
|
||||
libmicrohttpd is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published
|
||||
@@ -22,6 +23,7 @@
|
||||
* @file test_empty_response.c
|
||||
* @brief Testcase for libmicrohttpd HTTPS GET operations with empty reply
|
||||
* @author Christian Grothoff
|
||||
* @author Karlson2k (Evgeny Grin)
|
||||
*/
|
||||
#include "platform.h"
|
||||
#include "microhttpd.h"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2007 Christian Grothoff
|
||||
Copyright (C) 2016-2022 Evgeny Grin (Karlson2k)
|
||||
|
||||
libmicrohttpd is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published
|
||||
@@ -22,6 +23,7 @@
|
||||
* @file test_https_get.c
|
||||
* @brief Testcase for libmicrohttpd HTTPS GET operations
|
||||
* @author Sagie Amir
|
||||
* @author Karlson2k (Evgeny Grin)
|
||||
*/
|
||||
|
||||
#include "platform.h"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2007-2021 Christian Grothoff
|
||||
Copyright (C) 2016-2021 Evgeny Grin
|
||||
Copyright (C) 2016-2022 Evgeny Grin
|
||||
|
||||
libmicrohttpd is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2007 Christian Grothoff
|
||||
Copyright (C) 2014-2022 Evgeny Grin (Karlson2k)
|
||||
|
||||
libmicrohttpd is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published
|
||||
@@ -20,9 +21,11 @@
|
||||
|
||||
/**
|
||||
* @file test_https_get_parallel.c
|
||||
* @brief Testcase for libmicrohttpd HTTPS GET operations
|
||||
* @brief Testcase for libmicrohttpd HTTPS GET operations with single-threaded
|
||||
* MHD daemon and several clients working in parallel
|
||||
* @author Sagie Amir
|
||||
* @author Christian Grothoff
|
||||
* @author Karlson2k (Evgeny Grin)
|
||||
*/
|
||||
|
||||
#include "platform.h"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2007 Christian Grothoff
|
||||
Copyright (C) 2014-2022 Evgeny Grin (Karlson2k)
|
||||
|
||||
libmicrohttpd is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published
|
||||
@@ -19,10 +20,12 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file tls_thread_mode_test.c
|
||||
* @brief Testcase for libmicrohttpd HTTPS GET operations
|
||||
* @file test_https_get_parallel_threads.c
|
||||
* @brief Testcase for libmicrohttpd HTTPS GET operations with multi-threaded
|
||||
* MHD daemon and several clients working in parallel
|
||||
* @author Sagie Amir
|
||||
* @author Christian Grothoff
|
||||
* @author Karlson2k (Evgeny Grin)
|
||||
*
|
||||
* TODO: add test for external select!
|
||||
*/
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2007 Christian Grothoff
|
||||
Copyright (C) 2014-2022 Evgeny Grin (Karlson2k)
|
||||
|
||||
libmicrohttpd is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published
|
||||
@@ -20,8 +21,9 @@
|
||||
|
||||
/**
|
||||
* @file test_https_get_select.c
|
||||
* @brief Testcase for libmicrohttpd HTTPS GET operations
|
||||
* @brief Testcase for libmicrohttpd HTTPS GET operations using external select
|
||||
* @author Sagie Amir
|
||||
* @author Karlson2k (Evgeny Grin)
|
||||
*/
|
||||
|
||||
#include "platform.h"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2007 Christian Grothoff
|
||||
Copyright (C) 2016-2022 Evgeny Grin (Karlson2k)
|
||||
|
||||
libmicrohttpd is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published
|
||||
@@ -19,9 +20,10 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file mhds_multi_daemon_test.c
|
||||
* @file test_https_multi_daemon.c
|
||||
* @brief Testcase for libmicrohttpd multiple HTTPS daemon scenario
|
||||
* @author Sagie Amir
|
||||
* @author Karlson2k (Evgeny Grin)
|
||||
*/
|
||||
|
||||
#include "platform.h"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file mhds_session_info_test.c
|
||||
* @file test_https_session_info.c
|
||||
* @brief Testcase for libmicrohttpd HTTPS connection querying operations
|
||||
* @author Sagie Amir
|
||||
* @author Karlson2k (Evgeny Grin)
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2013, 2016 Christian Grothoff
|
||||
Copyright (C) 2016-2022 Evgeny Grin (Karlson2k)
|
||||
|
||||
libmicrohttpd is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published
|
||||
@@ -22,6 +23,7 @@
|
||||
* @file test_https_sni.c
|
||||
* @brief Testcase for libmicrohttpd HTTPS with SNI operations
|
||||
* @author Christian Grothoff
|
||||
* @author Karlson2k (Evgeny Grin)
|
||||
*/
|
||||
#include "platform.h"
|
||||
#include "microhttpd.h"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2007 Christian Grothoff
|
||||
Copyright (C) 2014-2021 Karlson2k (Evgeny Grin)
|
||||
Copyright (C) 2014-2022 Evgeny Grin (Karlson2k)
|
||||
|
||||
libmicrohttpd is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
/**
|
||||
* @file test_https_time_out.c
|
||||
* @brief: daemon TLS alert response test-case
|
||||
* @brief: daemon TLS timeout test
|
||||
*
|
||||
* @author Sagie Amir
|
||||
* @author Karlson2k (Evgeny Grin)
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2007 Christian Grothoff
|
||||
Copyright (C) 2016-2022 Evgeny Grin (Karlson2k)
|
||||
|
||||
libmicrohttpd is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published
|
||||
@@ -19,9 +20,10 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file tls_authentication_test.c
|
||||
* @brief Testcase for libmicrohttpd HTTPS GET operations
|
||||
* @file test_tls_authentication.c
|
||||
* @brief Testcase for libmicrohttpd HTTPS GET operations with CA-signed TLS server certificate
|
||||
* @author Sagie Amir
|
||||
* @author Karlson2k (Evgeny Grin)
|
||||
*/
|
||||
|
||||
#include "platform.h"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2007, 2016 Christian Grothoff
|
||||
Copyright (C) 2016-2022 Evgeny Grin (Karlson2k)
|
||||
Copyright (C) 2014-2022 Evgeny Grin (Karlson2k)
|
||||
|
||||
libmicrohttpd is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2007 Christian Grothoff
|
||||
Copyright (C) 2017-2022 Evgeny Grin (Karlson2k)
|
||||
|
||||
libmicrohttpd is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2007 Christian Grothoff
|
||||
Copyright (C) 2017-2022 Evgeny Grin (Karlson2k)
|
||||
|
||||
libmicrohttpd is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2006, 2007, 2008 Christian Grothoff (and other contributing authors)
|
||||
Copyright (C) 2021-2022 Evgeny Grin (Karlson2k)
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
|
||||
Reference in New Issue
Block a user