mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
Updated copyright years
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
# This file is part of libmicrohttpd.
|
||||
# (C) 2006-2021 Christian Grothoff (and other contributing authors)
|
||||
# (C) 2014-2023 Evgeny Grin (Karlson2k)
|
||||
# (C) 2014-2024 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,7 +1,7 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2010, 2011, 2012 Daniel Pittman and Christian Grothoff
|
||||
Copyright (C) 2014-2022 Evgeny Grin (Karlson2k)
|
||||
Copyright (C) 2014-2023 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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2007-2020 Daniel Pittman and Christian Grothoff
|
||||
Copyright (C) 2015-2023 Evgeny Grin (Karlson2k)
|
||||
Copyright (C) 2015-2024 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
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2007 Daniel Pittman and Christian Grothoff
|
||||
Copyright (C) 2015-2023 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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2007, 2008, 2010 Daniel Pittman and Christian Grothoff
|
||||
Copyright (C) 2015-2021 Karlson2k (Evgeny Grin)
|
||||
Copyright (C) 2015-2022 Karlson2k (Evgeny Grin)
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2007-2018 Daniel Pittman and Christian Grothoff
|
||||
Copyright (C) 2015-2023 Evgeny Grin (Karlson2k)
|
||||
Copyright (C) 2015-2024 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
|
||||
@@ -6607,10 +6607,10 @@ parse_options_va (struct MHD_Daemon *daemon,
|
||||
#ifdef HTTPS_SUPPORT
|
||||
const char *pstr;
|
||||
#if GNUTLS_VERSION_MAJOR >= 3
|
||||
gnutls_certificate_retrieve_function2 *pgcrf;
|
||||
gnutls_certificate_retrieve_function2 * pgcrf;
|
||||
#endif
|
||||
#if GNUTLS_VERSION_NUMBER >= 0x030603
|
||||
gnutls_certificate_retrieve_function3 *pgcrf2;
|
||||
gnutls_certificate_retrieve_function3 * pgcrf2;
|
||||
#endif
|
||||
#endif /* HTTPS_SUPPORT */
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2010, 2011, 2012, 2015, 2018 Daniel Pittman and Christian Grothoff
|
||||
Copyright (C) 2014-2023 Evgeny Grin (Karlson2k)
|
||||
Copyright (C) 2014-2024 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2022 Evgeny Grin (Karlson2k)
|
||||
Copyright (C) 2022-2023 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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2007 Daniel Pittman and Christian Grothoff
|
||||
Copyright (C) 2015-2021 Evgeny Grin (Karlson2k)
|
||||
Copyright (C) 2015-2023 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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2007-2018 Daniel Pittman and Christian Grothoff
|
||||
Copyright (C) 2014-2022 Evgeny Grin (Karlson2k)
|
||||
Copyright (C) 2014-2023 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
|
||||
@@ -2921,6 +2921,7 @@ MHD_get_master (struct MHD_Daemon *const daemon)
|
||||
*/
|
||||
void
|
||||
MHD_upgraded_connection_mark_app_closed_ (struct MHD_Connection *connection);
|
||||
|
||||
#endif /* UPGRADE_SUPPORT */
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
This file is part of GNU libmicrohttpd
|
||||
Copyright (C) 2022 Evgeny Grin (Karlson2k)
|
||||
Copyright (C) 2022-2023 Evgeny Grin (Karlson2k)
|
||||
|
||||
GNU libmicrohttpd is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
This file is part of GNU libmicrohttpd
|
||||
Copyright (C) 2022 Evgeny Grin (Karlson2k)
|
||||
Copyright (C) 2022-2023 Evgeny Grin (Karlson2k)
|
||||
|
||||
GNU libmicrohttpd is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
This file is part of GNU libmicrohttpd
|
||||
Copyright (C) 2022 Evgeny Grin (Karlson2k)
|
||||
Copyright (C) 2022-2024 Evgeny Grin (Karlson2k)
|
||||
|
||||
GNU libmicrohttpd is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2007--2021 Daniel Pittman, Christian Grothoff, and
|
||||
Karlson2k (Evgeny Grin)
|
||||
Copyright (C) 2007--2024 Daniel Pittman and Christian Grothoff
|
||||
Copyright (C) 2014--2024 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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2007--2019 Daniel Pittman, Christian Grothoff and
|
||||
Karlson2k (Evgeny Grin)
|
||||
Copyright (C) 2007--2024 Daniel Pittman and Christian Grothoff
|
||||
Copyright (C) 2016--2024 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2021 Karlson2k (Evgeny Grin)
|
||||
Copyright (C) 2021-2022 Karlson2k (Evgeny Grin)
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2017-2021 Karlson2k (Evgeny Grin)
|
||||
Copyright (C) 2017-2022 Karlson2k (Evgeny Grin)
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2019-2021 Karlson2k (Evgeny Grin)
|
||||
Copyright (C) 2019-2023 Karlson2k (Evgeny Grin)
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
@@ -58,7 +58,8 @@ MHD_DATA_TRUNCATION_RUNTIME_CHECK_DISABLE_
|
||||
#endif /* ! __clang__ */
|
||||
#define _MHD_BYTES_SWAP32(value32) \
|
||||
((uint32_t) _byteswap_ulong ((uint32_t) value32))
|
||||
#elif __has_builtin (__builtin_bswap32)
|
||||
#elif \
|
||||
__has_builtin (__builtin_bswap32)
|
||||
#define _MHD_BYTES_SWAP32(value32) \
|
||||
((uint32_t) __builtin_bswap32 ((uint32_t) value32))
|
||||
#else /* ! __has_builtin(__builtin_bswap32) */
|
||||
@@ -80,7 +81,8 @@ MHD_DATA_TRUNCATION_RUNTIME_CHECK_DISABLE_
|
||||
#endif /* ! __clang__ */
|
||||
#define _MHD_BYTES_SWAP64(value64) \
|
||||
((uint64_t) _byteswap_uint64 ((uint64_t) value64))
|
||||
#elif __has_builtin (__builtin_bswap64)
|
||||
#elif \
|
||||
__has_builtin (__builtin_bswap64)
|
||||
#define _MHD_BYTES_SWAP64(value64) \
|
||||
((uint64_t) __builtin_bswap64 ((uint64_t) value64))
|
||||
#else /* ! __has_builtin(__builtin_bswap64) */
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2015 Karlson2k (Evgeny Grin)
|
||||
Copyright (C) 2015-2022 Karlson2k (Evgeny Grin)
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2014-2016 Karlson2k (Evgeny Grin)
|
||||
Copyright (C) 2014-2021 Karlson2k (Evgeny Grin)
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2016 Karlson2k (Evgeny Grin)
|
||||
Copyright (C) 2016-2023 Karlson2k (Evgeny Grin)
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2016 Karlson2k (Evgeny Grin), Christian Grothoff
|
||||
Copyright (C) 2016-2020 Karlson2k (Evgeny Grin), Christian Grothoff
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2015 Karlson2k (Evgeny Grin)
|
||||
Copyright (C) 2015-2022 Karlson2k (Evgeny Grin)
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2016 Karlson2k (Evgeny Grin)
|
||||
Copyright (C) 2016-2022 Karlson2k (Evgeny Grin)
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2015 Karlson2k (Evgeny Grin)
|
||||
Copyright (C) 2015-2022 Karlson2k (Evgeny Grin)
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2015 Karlson2k (Evgeny Grin)
|
||||
Copyright (C) 2015-2021 Karlson2k (Evgeny Grin)
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2017,2020 Karlson2k (Evgeny Grin), Full re-write of buffering and
|
||||
Copyright (C) 2017-2023 Karlson2k (Evgeny Grin), Full re-write of buffering and
|
||||
pushing, many bugs fixes, optimisations, sendfile() porting
|
||||
Copyright (C) 2019 ng0 <ng0@n0.is>, Initial version of send() wrappers
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2017, 2020 Karlson2k (Evgeny Grin)
|
||||
Copyright (C) 2017-2021 Karlson2k (Evgeny Grin)
|
||||
Copyright (C) 2019 ng0
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2014-2016 Karlson2k (Evgeny Grin)
|
||||
Copyright (C) 2014-2024 Karlson2k (Evgeny Grin)
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2014-2016 Karlson2k (Evgeny Grin)
|
||||
Copyright (C) 2014-2023 Karlson2k (Evgeny Grin)
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2015-2023 Karlson2k (Evgeny Grin)
|
||||
Copyright (C) 2015-2024 Karlson2k (Evgeny Grin)
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2015-2022 Karlson2k (Evgeny Grin)
|
||||
Copyright (C) 2015-2023 Karlson2k (Evgeny Grin)
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2016 Karlson2k (Evgeny Grin)
|
||||
Copyright (C) 2016-2023 Karlson2k (Evgeny Grin)
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2016 Karlson2k (Evgeny Grin)
|
||||
Copyright (C) 2016-2023 Karlson2k (Evgeny Grin)
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2007-2021 Daniel Pittman, Christian Grothoff, and Evgeny Grin
|
||||
Copyright (C) 2007-2021 Daniel Pittman and Christian Grothoff
|
||||
Copyright (C) 2014-2022 Karlson2k (Evgeny Grin)
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2007, 2011, 2017, 2019 Christian Grothoff, Karlson2k (Evgeny Grin)
|
||||
Copyright (C) 2007, 2011, 2017, 2019 Christian Grothoff
|
||||
Copyright (C) 2017-2023 Karlson2k (Evgeny Grin)
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2007-2021 Daniel Pittman and Christian Grothoff
|
||||
Copyright (C) 2015-2022 Evgeny Grin (Karlson2k)
|
||||
Copyright (C) 2015-2023 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2019-2021 Karlson2k (Evgeny Grin)
|
||||
Copyright (C) 2019-2022 Karlson2k (Evgeny Grin)
|
||||
|
||||
libmicrohttpd is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2019-2022 Evgeny Grin (Karlson2k)
|
||||
Copyright (C) 2019-2023 Evgeny Grin (Karlson2k)
|
||||
|
||||
libmicrohttpd is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
This file is part of GNU libmicrohttpd
|
||||
Copyright (C) 2022 Evgeny Grin (Karlson2k)
|
||||
Copyright (C) 2022-2023 Evgeny Grin (Karlson2k)
|
||||
|
||||
GNU libmicrohttpd is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
This file is part of GNU libmicrohttpd
|
||||
Copyright (C) 2022 Evgeny Grin (Karlson2k)
|
||||
Copyright (C) 2022-2023 Evgeny Grin (Karlson2k)
|
||||
|
||||
GNU libmicrohttpd is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2015 Karlson2k (Evgeny Grin)
|
||||
Copyright (C) 2015-2023 Karlson2k (Evgeny Grin)
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2015 Karlson2k (Evgeny Grin)
|
||||
Copyright (C) 2015-2023 Karlson2k (Evgeny Grin)
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2022 Karlson2k (Evgeny Grin)
|
||||
Copyright (C) 2022-2023 Karlson2k (Evgeny Grin)
|
||||
|
||||
This test tool is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU General Public License as
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
This file is part of libmicrohttpd
|
||||
Copyright (C) 2021 Evgeny Grin (Karlson2k)
|
||||
Copyright (C) 2021-2024 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
|
||||
|
||||
Reference in New Issue
Block a user