CLEANUP: tree-wide: remove a few rare non-ASCII chars

As reported by Tim in issue #1428, our sources are clean, there are
just a few files with a few rare non-ASCII chars for the paragraph
symbol, a few typos, or in Fred's name. Given that Fred already uses
the non-accentuated form at other places like on the public list,
let's uniformize all this and make sure the code displays equally
everywhere.
This commit is contained in:
Willy Tarreau 2022-03-02 22:33:39 +01:00
parent f9eba78fb8
commit 3dfb7da04b
35 changed files with 37 additions and 37 deletions

View File

@ -2,7 +2,7 @@
* include/haprox/cbuf-t.h * include/haprox/cbuf-t.h
* This file contains definition for circular buffers. * This file contains definition for circular buffers.
* *
* Copyright 2021 HAProxy Technologies, Frédéric caille <flecaille@haproxy.com> * Copyright 2021 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public

View File

@ -3,7 +3,7 @@
* This file contains definitions and prototypes for circular buffers. * This file contains definitions and prototypes for circular buffers.
* Inspired from Linux circular buffers (include/linux/circ_buf.h). * Inspired from Linux circular buffers (include/linux/circ_buf.h).
* *
* Copyright 2021 HAProxy Technologies, Frédéric caille <flecaille@haproxy.com> * Copyright 2021 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public

View File

@ -2,7 +2,7 @@
* include/haproxy/dict-t.h * include/haproxy/dict-t.h
* Dictionaries - types definitions * Dictionaries - types definitions
* *
* Copyright 2019 Frédéric caille <flecaille@haproxy.com> * Copyright 2019 Frederic Lecaille <flecaille@haproxy.com>
* *
* Permission is hereby granted, free of charge, to any person obtaining * Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the * a copy of this software and associated documentation files (the

View File

@ -2,7 +2,7 @@
* include/haproxy/dict.h * include/haproxy/dict.h
* Dictionaries - functions prototypes * Dictionaries - functions prototypes
* *
* Copyright 2019 Frédéric caille <flecaille@haproxy.com> * Copyright 2019 Frederic Lecaille <flecaille@haproxy.com>
* *
* Permission is hereby granted, free of charge, to any person obtaining * Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the * a copy of this software and associated documentation files (the

View File

@ -1,7 +1,7 @@
/* /*
* AF_INET/AF_INET6 QUIC protocol layer definitions. * AF_INET/AF_INET6 QUIC protocol layer definitions.
* *
* Copyright 2020 Frédéric caille <flecaille@haproxy.com> * Copyright 2020 Frederic Lecaille <flecaille@haproxy.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public

View File

@ -2,7 +2,7 @@
* include/haproxy/proto_udp.h * include/haproxy/proto_udp.h
* This file contains UDP socket protocol definitions. * This file contains UDP socket protocol definitions.
* *
* Copyright 2019 HAProxy Technologies, Frédéric caille <flecaille@haproxy.com> * Copyright 2019 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
* *
* Partial merge by Emeric Brun <ebrun@haproxy.com> * Partial merge by Emeric Brun <ebrun@haproxy.com>
* *

View File

@ -1,7 +1,7 @@
/* /*
* QPACK decompressor * QPACK decompressor
* *
* Copyright 2021 HAProxy Technologies, Frédéric caille <flecaille@haproxy.com> * Copyright 2021 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public

View File

@ -2,7 +2,7 @@
* include/haproxy/qpack-t.h * include/haproxy/qpack-t.h
* This file contains types for QPACK * This file contains types for QPACK
* *
* Copyright 2021 HAProxy Technologies, Frédéric caille <flecaille@haproxy.com> * Copyright 2021 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public

View File

@ -1,7 +1,7 @@
/* /*
* QPACK header table management (draft-ietf-quic-qpack-20) - type definitions * QPACK header table management (draft-ietf-quic-qpack-20) - type definitions
* *
* Copyright 2020 HAProxy Technologies, Frédéric caille <flecaille@haproxy.com> * Copyright 2020 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
* *
* Permission is hereby granted, free of charge, to any person obtaining * Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the * a copy of this software and associated documentation files (the

View File

@ -1,7 +1,7 @@
/* /*
* QPACK header table management - prototypes * QPACK header table management - prototypes
* *
* Copyright 2021 HAProxy Technologies, Frédéric caille <flecaille@haproxy.com> * Copyright 2021 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
* *
* Permission is hereby granted, free of charge, to any person obtaining * Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the * a copy of this software and associated documentation files (the

View File

@ -2,7 +2,7 @@
* include/haproxy/quic_cc-t.h * include/haproxy/quic_cc-t.h
* This file contains definitions for QUIC congestion control. * This file contains definitions for QUIC congestion control.
* *
* Copyright 2020 HAProxy Technologies, Frédéric caille <flecaille@haproxy.com> * Copyright 2020 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public

View File

@ -2,7 +2,7 @@
* include/proto/quic_cc.h * include/proto/quic_cc.h
* This file contains prototypes for QUIC congestion control. * This file contains prototypes for QUIC congestion control.
* *
* Copyright 2019 HAProxy Technologies, Frédéric caille <flecaille@haproxy.com> * Copyright 2019 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public

View File

@ -2,7 +2,7 @@
* include/haproxy/quic_enc.h * include/haproxy/quic_enc.h
* This file contains QUIC varint encoding function prototypes * This file contains QUIC varint encoding function prototypes
* *
* Copyright 2021 HAProxy Technologies, Frédéric caille <flecaille@haproxy.com> * Copyright 2021 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public

View File

@ -2,7 +2,7 @@
* include/types/quic_frame.h * include/types/quic_frame.h
* This file contains QUIC frame definitions. * This file contains QUIC frame definitions.
* *
* Copyright 2019 HAProxy Technologies, Frédéric caille <flecaille@haproxy.com> * Copyright 2019 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public

View File

@ -2,7 +2,7 @@
* include/haproxy/quic_frame.h * include/haproxy/quic_frame.h
* This file contains prototypes for QUIC frames. * This file contains prototypes for QUIC frames.
* *
* Copyright 2020 HAProxy Technologies, Frédéric caille <flecaille@haproxy.com> * Copyright 2020 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public

View File

@ -2,7 +2,7 @@
* include/types/quic_loss.h * include/types/quic_loss.h
* This file contains definitions for QUIC loss detection. * This file contains definitions for QUIC loss detection.
* *
* Copyright 2019 HAProxy Technologies, Frédéric caille <flecaille@haproxy.com> * Copyright 2019 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public

View File

@ -2,7 +2,7 @@
* include/proto/quic_loss.h * include/proto/quic_loss.h
* This file provides interface definition for QUIC loss detection. * This file provides interface definition for QUIC loss detection.
* *
* Copyright 2019 HAProxy Technologies, Frédéric caille <flecaille@haproxy.com> * Copyright 2019 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public

View File

@ -2,7 +2,7 @@
* include/haproxy/quic_sock.h * include/haproxy/quic_sock.h
* This file contains declarations for QUIC sockets. * This file contains declarations for QUIC sockets.
* *
* Copyright 2020 Frédéric caille <flecaille@haproxy.com> * Copyright 2020 Frederic Lecaille <flecaille@haproxy.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public

View File

@ -2,7 +2,7 @@
* include/types/quic_tls.h * include/types/quic_tls.h
* This file provides definitions for QUIC-TLS. * This file provides definitions for QUIC-TLS.
* *
* Copyright 2019 HAProxy Technologies, Frédéric caille <flecaille@haproxy.com> * Copyright 2019 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License * modify it under the terms of the GNU General Public License

View File

@ -2,7 +2,7 @@
* include/proto/quic_tls.h * include/proto/quic_tls.h
* This file provides definitions for QUIC-TLS. * This file provides definitions for QUIC-TLS.
* *
* Copyright 2019 HAProxy Technologies, Frédéric caille <flecaille@haproxy.com> * Copyright 2019 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License * modify it under the terms of the GNU General Public License

View File

@ -2,7 +2,7 @@
* include/haproxy/xprt_quic-t.h * include/haproxy/xprt_quic-t.h
* This file contains applet function prototypes * This file contains applet function prototypes
* *
* Copyright 2019 HAProxy Technologies, Frédéric caille <flecaille@haproxy.com> * Copyright 2019 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public

View File

@ -2,7 +2,7 @@
* include/haproxy/xprt_quic.h * include/haproxy/xprt_quic.h
* This file contains QUIC xprt function prototypes * This file contains QUIC xprt function prototypes
* *
* Copyright 2020 HAProxy Technologies, Frédéric caille <flecaille@haproxy.com> * Copyright 2020 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
@ -966,7 +966,7 @@ static inline void quic_pktns_init(struct quic_pktns *pktns)
/* Discard <pktns> packet number space attached to <qc> QUIC connection. /* Discard <pktns> packet number space attached to <qc> QUIC connection.
* Its loss information are reset. Deduce the outstanding bytes for this * Its loss information are reset. Deduce the outstanding bytes for this
* packet number space from the outstanding bytes for the path of this * packet number space from the outstanding bytes for the path of this
* connection§. * connection.
* Note that all the non acknowledged TX packets and their frames are freed. * Note that all the non acknowledged TX packets and their frames are freed.
* Always succeeds. * Always succeeds.
*/ */

View File

@ -863,7 +863,7 @@ static inline int istissame(const struct ist ist1, const struct ist ist2)
static inline struct ist istalloc(const size_t size) static inline struct ist istalloc(const size_t size)
{ {
/* Note: do not use ist2 here, as it triggers a gcc11 warning. /* Note: do not use ist2 here, as it triggers a gcc11 warning.
* <unknown> may be used uninitialized [-Werror=maybe-uninitialized] * ˜<unknown> may be used uninitialized [-Werror=maybe-uninitialized]
* *
* This warning is reported because the uninitialized memory block * This warning is reported because the uninitialized memory block
* allocated by malloc should not be passed to a const argument as in * allocated by malloc should not be passed to a const argument as in

View File

@ -1,7 +1,7 @@
/* /*
* Circular buffer management * Circular buffer management
* *
* Copyright 2021 HAProxy Technologies, Frédéric caille <flecaill@haproxy.com> * Copyright 2021 HAProxy Technologies, Frederic Lecaille <flecaill@haproxy.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public

View File

@ -88,10 +88,10 @@
* recovery point outside Lua). * recovery point outside Lua).
* *
* The panic function runs as if it were a message handler (see * The panic function runs as if it were a message handler (see
* §2.3); in particular, the error message is at the top of the * #2.3); in particular, the error message is at the top of the
* stack. However, there is no guarantee about stack space. To push * stack. However, there is no guarantee about stack space. To push
* anything on the stack, the panic function must first check the * anything on the stack, the panic function must first check the
* available space (see §4.2). * available space (see #4.2).
* *
* We must check all the Lua entry point. This includes: * We must check all the Lua entry point. This includes:
* - The include/proto/hlua.h exported functions * - The include/proto/hlua.h exported functions

View File

@ -1,7 +1,7 @@
/* /*
* AF_INET/AF_INET6 QUIC protocol layer. * AF_INET/AF_INET6 QUIC protocol layer.
* *
* Copyright 2020 Frédéric caille <flecaille@haproxy.com> * Copyright 2020 Frederic Lecaille <flecaille@haproxy.com>
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License * modify it under the terms of the GNU General Public License

View File

@ -1,7 +1,7 @@
/* /*
* UDP protocol layer on top of AF_INET/AF_INET6 * UDP protocol layer on top of AF_INET/AF_INET6
* *
* Copyright 2019 HAProxy Technologies, Frédéric caille <flecaille@haproxy.com> * Copyright 2019 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
* *
* Partial merge by Emeric Brun <ebrun@haproxy.com> * Partial merge by Emeric Brun <ebrun@haproxy.com>
* *

View File

@ -1,7 +1,7 @@
/* /*
* QPACK decompressor * QPACK decompressor
* *
* Copyright 2021 HAProxy Technologies, Frédéric caille <flecaille@haproxy.com> * Copyright 2021 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public

View File

@ -1,7 +1,7 @@
/* /*
* QPACK header table management (draft-ietf-quic-qpack-20) * QPACK header table management (draft-ietf-quic-qpack-20)
* *
* Copyright 2020 HAProxy Technologies, Frédéric caille <flecaille@haproxy.com> * Copyright 2020 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
* *
* Permission is hereby granted, free of charge, to any person obtaining * Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the * a copy of this software and associated documentation files (the

View File

@ -3,7 +3,7 @@
* *
* This file contains definitions for QUIC congestion control. * This file contains definitions for QUIC congestion control.
* *
* Copyright 2019 HAProxy Technologies, Frédéric caille <flecaille@haproxy.com> * Copyright 2019 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public

View File

@ -3,7 +3,7 @@
* *
* This file contains definitions for QUIC congestion control. * This file contains definitions for QUIC congestion control.
* *
* Copyright 2019 HAProxy Technologies, Frédéric caille <flecaille@haproxy.com> * Copyright 2019 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public

View File

@ -1,5 +1,5 @@
/* /*
* Copyright 2019 HAProxy Technologies, Frédéric caille <flecaille@haproxy.com> * Copyright 2019 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License * modify it under the terms of the GNU General Public License

View File

@ -1,7 +1,7 @@
/* /*
* QUIC socket management. * QUIC socket management.
* *
* Copyright 2020 HAProxy Technologies, Frédéric caille <flecaille@haproxy.com> * Copyright 2020 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License * modify it under the terms of the GNU General Public License

View File

@ -715,7 +715,7 @@ static void stream_free(struct stream *s)
/* FIXME: Handle it in appctx_free ??? */ /* FIXME: Handle it in appctx_free ??? */
must_free_sess = objt_appctx(sess->origin) && sess->origin == s->csf->end; must_free_sess = objt_appctx(sess->origin) && sess->origin == s->csf->end;
/* FIXME: ATTENTION, si CSF est librérer avant, ça plante !!!! */ /* FIXME: ATTENTION, si CSF est libere avant, ca plante !!!! */
cs_detach_endp(s->csb); cs_detach_endp(s->csb);
cs_detach_endp(s->csf); cs_detach_endp(s->csf);
cs_detach_app(s->csb); cs_detach_app(s->csb);

View File

@ -1,7 +1,7 @@
/* /*
* QUIC transport layer over SOCK_DGRAM sockets. * QUIC transport layer over SOCK_DGRAM sockets.
* *
* Copyright 2020 HAProxy Technologies, Frédéric caille <flecaille@haproxy.com> * Copyright 2020 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License * modify it under the terms of the GNU General Public License