diff --git a/include/haproxy/cbuf-t.h b/include/haproxy/cbuf-t.h index 8f917bb47..27d3bf1a8 100644 --- a/include/haproxy/cbuf-t.h +++ b/include/haproxy/cbuf-t.h @@ -2,7 +2,7 @@ * include/haprox/cbuf-t.h * This file contains definition for circular buffers. * - * Copyright 2021 HAProxy Technologies, Frédéric Lécaille + * Copyright 2021 HAProxy Technologies, Frederic Lecaille * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/include/haproxy/cbuf.h b/include/haproxy/cbuf.h index f3d8839b8..b217a5c2d 100644 --- a/include/haproxy/cbuf.h +++ b/include/haproxy/cbuf.h @@ -3,7 +3,7 @@ * This file contains definitions and prototypes for circular buffers. * Inspired from Linux circular buffers (include/linux/circ_buf.h). * - * Copyright 2021 HAProxy Technologies, Frédéric Lécaille + * Copyright 2021 HAProxy Technologies, Frederic Lecaille * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/include/haproxy/dict-t.h b/include/haproxy/dict-t.h index b8124e363..deaa88dc1 100644 --- a/include/haproxy/dict-t.h +++ b/include/haproxy/dict-t.h @@ -2,7 +2,7 @@ * include/haproxy/dict-t.h * Dictionaries - types definitions * - * Copyright 2019 Frédéric Lécaille + * Copyright 2019 Frederic Lecaille * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/include/haproxy/dict.h b/include/haproxy/dict.h index c55834ca5..635c3f14c 100644 --- a/include/haproxy/dict.h +++ b/include/haproxy/dict.h @@ -2,7 +2,7 @@ * include/haproxy/dict.h * Dictionaries - functions prototypes * - * Copyright 2019 Frédéric Lécaille + * Copyright 2019 Frederic Lecaille * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/include/haproxy/proto_quic.h b/include/haproxy/proto_quic.h index d015886ef..8677cbfae 100644 --- a/include/haproxy/proto_quic.h +++ b/include/haproxy/proto_quic.h @@ -1,7 +1,7 @@ /* * AF_INET/AF_INET6 QUIC protocol layer definitions. * - * Copyright 2020 Frédéric Lécaille + * Copyright 2020 Frederic Lecaille * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/include/haproxy/proto_udp.h b/include/haproxy/proto_udp.h index 6b4f36525..1c4da77c9 100644 --- a/include/haproxy/proto_udp.h +++ b/include/haproxy/proto_udp.h @@ -2,7 +2,7 @@ * include/haproxy/proto_udp.h * This file contains UDP socket protocol definitions. * - * Copyright 2019 HAProxy Technologies, Frédéric Lécaille + * Copyright 2019 HAProxy Technologies, Frederic Lecaille * * Partial merge by Emeric Brun * diff --git a/include/haproxy/qpack-dec.h b/include/haproxy/qpack-dec.h index d020ced66..7dcfe1d11 100644 --- a/include/haproxy/qpack-dec.h +++ b/include/haproxy/qpack-dec.h @@ -1,7 +1,7 @@ /* * QPACK decompressor * - * Copyright 2021 HAProxy Technologies, Frédéric Lécaille + * Copyright 2021 HAProxy Technologies, Frederic Lecaille * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/include/haproxy/qpack-t.h b/include/haproxy/qpack-t.h index 1200eef94..0e1736a10 100644 --- a/include/haproxy/qpack-t.h +++ b/include/haproxy/qpack-t.h @@ -2,7 +2,7 @@ * include/haproxy/qpack-t.h * This file contains types for QPACK * - * Copyright 2021 HAProxy Technologies, Frédéric Lécaille + * Copyright 2021 HAProxy Technologies, Frederic Lecaille * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/include/haproxy/qpack-tbl-t.h b/include/haproxy/qpack-tbl-t.h index 88f996eb4..c27c6233f 100644 --- a/include/haproxy/qpack-tbl-t.h +++ b/include/haproxy/qpack-tbl-t.h @@ -1,7 +1,7 @@ /* * QPACK header table management (draft-ietf-quic-qpack-20) - type definitions * - * Copyright 2020 HAProxy Technologies, Frédéric Lécaille + * Copyright 2020 HAProxy Technologies, Frederic Lecaille * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/include/haproxy/qpack-tbl.h b/include/haproxy/qpack-tbl.h index 53ab889e2..05f3ab4c6 100644 --- a/include/haproxy/qpack-tbl.h +++ b/include/haproxy/qpack-tbl.h @@ -1,7 +1,7 @@ /* * QPACK header table management - prototypes * - * Copyright 2021 HAProxy Technologies, Frédéric Lécaille + * Copyright 2021 HAProxy Technologies, Frederic Lecaille * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/include/haproxy/quic_cc-t.h b/include/haproxy/quic_cc-t.h index 5089d665e..1efea048d 100644 --- a/include/haproxy/quic_cc-t.h +++ b/include/haproxy/quic_cc-t.h @@ -2,7 +2,7 @@ * include/haproxy/quic_cc-t.h * This file contains definitions for QUIC congestion control. * - * Copyright 2020 HAProxy Technologies, Frédéric Lécaille + * Copyright 2020 HAProxy Technologies, Frederic Lecaille * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/include/haproxy/quic_cc.h b/include/haproxy/quic_cc.h index d250af970..dbf0284ea 100644 --- a/include/haproxy/quic_cc.h +++ b/include/haproxy/quic_cc.h @@ -2,7 +2,7 @@ * include/proto/quic_cc.h * This file contains prototypes for QUIC congestion control. * - * Copyright 2019 HAProxy Technologies, Frédéric Lécaille + * Copyright 2019 HAProxy Technologies, Frederic Lecaille * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/include/haproxy/quic_enc.h b/include/haproxy/quic_enc.h index 9a1882401..fad696483 100644 --- a/include/haproxy/quic_enc.h +++ b/include/haproxy/quic_enc.h @@ -2,7 +2,7 @@ * include/haproxy/quic_enc.h * This file contains QUIC varint encoding function prototypes * - * Copyright 2021 HAProxy Technologies, Frédéric Lécaille + * Copyright 2021 HAProxy Technologies, Frederic Lecaille * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/include/haproxy/quic_frame-t.h b/include/haproxy/quic_frame-t.h index 057ad1563..76957de91 100644 --- a/include/haproxy/quic_frame-t.h +++ b/include/haproxy/quic_frame-t.h @@ -2,7 +2,7 @@ * include/types/quic_frame.h * This file contains QUIC frame definitions. * - * Copyright 2019 HAProxy Technologies, Frédéric Lécaille + * Copyright 2019 HAProxy Technologies, Frederic Lecaille * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/include/haproxy/quic_frame.h b/include/haproxy/quic_frame.h index 1598e6b0d..4a79e86a0 100644 --- a/include/haproxy/quic_frame.h +++ b/include/haproxy/quic_frame.h @@ -2,7 +2,7 @@ * include/haproxy/quic_frame.h * This file contains prototypes for QUIC frames. * - * Copyright 2020 HAProxy Technologies, Frédéric Lécaille + * Copyright 2020 HAProxy Technologies, Frederic Lecaille * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/include/haproxy/quic_loss-t.h b/include/haproxy/quic_loss-t.h index 9230eec1f..ff32ba20c 100644 --- a/include/haproxy/quic_loss-t.h +++ b/include/haproxy/quic_loss-t.h @@ -2,7 +2,7 @@ * include/types/quic_loss.h * This file contains definitions for QUIC loss detection. * - * Copyright 2019 HAProxy Technologies, Frédéric Lécaille + * Copyright 2019 HAProxy Technologies, Frederic Lecaille * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/include/haproxy/quic_loss.h b/include/haproxy/quic_loss.h index ac65a98b9..6e4aebb93 100644 --- a/include/haproxy/quic_loss.h +++ b/include/haproxy/quic_loss.h @@ -2,7 +2,7 @@ * include/proto/quic_loss.h * This file provides interface definition for QUIC loss detection. * - * Copyright 2019 HAProxy Technologies, Frédéric Lécaille + * Copyright 2019 HAProxy Technologies, Frederic Lecaille * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/include/haproxy/quic_sock.h b/include/haproxy/quic_sock.h index 6976283d8..055818d2a 100644 --- a/include/haproxy/quic_sock.h +++ b/include/haproxy/quic_sock.h @@ -2,7 +2,7 @@ * include/haproxy/quic_sock.h * This file contains declarations for QUIC sockets. * - * Copyright 2020 Frédéric Lécaille + * Copyright 2020 Frederic Lecaille * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/include/haproxy/quic_tls-t.h b/include/haproxy/quic_tls-t.h index cacb0cd51..7dab78d0f 100644 --- a/include/haproxy/quic_tls-t.h +++ b/include/haproxy/quic_tls-t.h @@ -2,7 +2,7 @@ * include/types/quic_tls.h * This file provides definitions for QUIC-TLS. * - * Copyright 2019 HAProxy Technologies, Frédéric Lécaille + * Copyright 2019 HAProxy Technologies, Frederic Lecaille * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/haproxy/quic_tls.h b/include/haproxy/quic_tls.h index 690000960..b4a6675bd 100644 --- a/include/haproxy/quic_tls.h +++ b/include/haproxy/quic_tls.h @@ -2,7 +2,7 @@ * include/proto/quic_tls.h * This file provides definitions for QUIC-TLS. * - * Copyright 2019 HAProxy Technologies, Frédéric Lécaille + * Copyright 2019 HAProxy Technologies, Frederic Lecaille * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/include/haproxy/xprt_quic-t.h b/include/haproxy/xprt_quic-t.h index ef4085111..277143d92 100644 --- a/include/haproxy/xprt_quic-t.h +++ b/include/haproxy/xprt_quic-t.h @@ -2,7 +2,7 @@ * include/haproxy/xprt_quic-t.h * This file contains applet function prototypes * - * Copyright 2019 HAProxy Technologies, Frédéric Lécaille + * Copyright 2019 HAProxy Technologies, Frederic Lecaille * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/include/haproxy/xprt_quic.h b/include/haproxy/xprt_quic.h index e27f299b9..8d2119c86 100644 --- a/include/haproxy/xprt_quic.h +++ b/include/haproxy/xprt_quic.h @@ -2,7 +2,7 @@ * include/haproxy/xprt_quic.h * This file contains QUIC xprt function prototypes * - * Copyright 2020 HAProxy Technologies, Frédéric Lécaille + * Copyright 2020 HAProxy Technologies, Frederic Lecaille * * This library is free software; you can redistribute it and/or * 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 packet number space attached to QUIC connection. * Its loss information are reset. Deduce the outstanding bytes for 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. * Always succeeds. */ diff --git a/include/import/ist.h b/include/import/ist.h index 539a27d26..978fb3c72 100644 --- a/include/import/ist.h +++ b/include/import/ist.h @@ -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) { /* Note: do not use ist2 here, as it triggers a gcc11 warning. - * ‘’ may be used uninitialized [-Werror=maybe-uninitialized] + * €˜€™ may be used uninitialized [-Werror=maybe-uninitialized] * * This warning is reported because the uninitialized memory block * allocated by malloc should not be passed to a const argument as in diff --git a/src/cbuf.c b/src/cbuf.c index f719435e1..46f12a3d3 100644 --- a/src/cbuf.c +++ b/src/cbuf.c @@ -1,7 +1,7 @@ /* * Circular buffer management * - * Copyright 2021 HAProxy Technologies, Frédéric Lécaille + * Copyright 2021 HAProxy Technologies, Frederic Lecaille * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/hlua.c b/src/hlua.c index ea6fcba3d..90f6a739e 100644 --- a/src/hlua.c +++ b/src/hlua.c @@ -88,10 +88,10 @@ * recovery point outside Lua). * * 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 * 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: * - The include/proto/hlua.h exported functions diff --git a/src/proto_quic.c b/src/proto_quic.c index a0b4147f5..dd37c7655 100644 --- a/src/proto_quic.c +++ b/src/proto_quic.c @@ -1,7 +1,7 @@ /* * AF_INET/AF_INET6 QUIC protocol layer. * - * Copyright 2020 Frédéric Lécaille + * Copyright 2020 Frederic Lecaille * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/proto_udp.c b/src/proto_udp.c index d2849c035..a3b455c36 100644 --- a/src/proto_udp.c +++ b/src/proto_udp.c @@ -1,7 +1,7 @@ /* * UDP protocol layer on top of AF_INET/AF_INET6 * - * Copyright 2019 HAProxy Technologies, Frédéric Lécaille + * Copyright 2019 HAProxy Technologies, Frederic Lecaille * * Partial merge by Emeric Brun * diff --git a/src/qpack-dec.c b/src/qpack-dec.c index 219d1c26a..0f087fd4e 100644 --- a/src/qpack-dec.c +++ b/src/qpack-dec.c @@ -1,7 +1,7 @@ /* * QPACK decompressor * - * Copyright 2021 HAProxy Technologies, Frédéric Lécaille + * Copyright 2021 HAProxy Technologies, Frederic Lecaille * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/qpack-tbl.c b/src/qpack-tbl.c index 11a31368e..6713f6dd3 100644 --- a/src/qpack-tbl.c +++ b/src/qpack-tbl.c @@ -1,7 +1,7 @@ /* * QPACK header table management (draft-ietf-quic-qpack-20) * - * Copyright 2020 HAProxy Technologies, Frédéric Lécaille + * Copyright 2020 HAProxy Technologies, Frederic Lecaille * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/src/quic_cc.c b/src/quic_cc.c index f7168776f..a84cad03a 100644 --- a/src/quic_cc.c +++ b/src/quic_cc.c @@ -3,7 +3,7 @@ * * This file contains definitions for QUIC congestion control. * - * Copyright 2019 HAProxy Technologies, Frédéric Lécaille + * Copyright 2019 HAProxy Technologies, Frederic Lecaille * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/quic_cc_newreno.c b/src/quic_cc_newreno.c index 9a2066016..48219ff68 100644 --- a/src/quic_cc_newreno.c +++ b/src/quic_cc_newreno.c @@ -3,7 +3,7 @@ * * This file contains definitions for QUIC congestion control. * - * Copyright 2019 HAProxy Technologies, Frédéric Lécaille + * Copyright 2019 HAProxy Technologies, Frederic Lecaille * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/quic_frame.c b/src/quic_frame.c index c5adddc1b..e239be1e3 100644 --- a/src/quic_frame.c +++ b/src/quic_frame.c @@ -1,5 +1,5 @@ /* - * Copyright 2019 HAProxy Technologies, Frédéric Lécaille + * Copyright 2019 HAProxy Technologies, Frederic Lecaille * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/quic_sock.c b/src/quic_sock.c index 1d4564098..69f6fc97b 100644 --- a/src/quic_sock.c +++ b/src/quic_sock.c @@ -1,7 +1,7 @@ /* * QUIC socket management. * - * Copyright 2020 HAProxy Technologies, Frédéric Lécaille + * Copyright 2020 HAProxy Technologies, Frederic Lecaille * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/stream.c b/src/stream.c index 323b6b93c..aacbc35d2 100644 --- a/src/stream.c +++ b/src/stream.c @@ -715,7 +715,7 @@ static void stream_free(struct stream *s) /* FIXME: Handle it in appctx_free ??? */ 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->csf); cs_detach_app(s->csb); diff --git a/src/xprt_quic.c b/src/xprt_quic.c index 34c4811a0..80950b655 100644 --- a/src/xprt_quic.c +++ b/src/xprt_quic.c @@ -1,7 +1,7 @@ /* * QUIC transport layer over SOCK_DGRAM sockets. * - * Copyright 2020 HAProxy Technologies, Frédéric Lécaille + * Copyright 2020 HAProxy Technologies, Frederic Lecaille * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License