]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: tree-wide: remove a few rare non-ASCII chars
authorWilly Tarreau <w@1wt.eu>
Wed, 2 Mar 2022 21:33:39 +0000 (22:33 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 4 Mar 2022 07:58:32 +0000 (08:58 +0100)
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.

35 files changed:
include/haproxy/cbuf-t.h
include/haproxy/cbuf.h
include/haproxy/dict-t.h
include/haproxy/dict.h
include/haproxy/proto_quic.h
include/haproxy/proto_udp.h
include/haproxy/qpack-dec.h
include/haproxy/qpack-t.h
include/haproxy/qpack-tbl-t.h
include/haproxy/qpack-tbl.h
include/haproxy/quic_cc-t.h
include/haproxy/quic_cc.h
include/haproxy/quic_enc.h
include/haproxy/quic_frame-t.h
include/haproxy/quic_frame.h
include/haproxy/quic_loss-t.h
include/haproxy/quic_loss.h
include/haproxy/quic_sock.h
include/haproxy/quic_tls-t.h
include/haproxy/quic_tls.h
include/haproxy/xprt_quic-t.h
include/haproxy/xprt_quic.h
include/import/ist.h
src/cbuf.c
src/hlua.c
src/proto_quic.c
src/proto_udp.c
src/qpack-dec.c
src/qpack-tbl.c
src/quic_cc.c
src/quic_cc_newreno.c
src/quic_frame.c
src/quic_sock.c
src/stream.c
src/xprt_quic.c

index 8f917bb472598dfa46d973893e505e41a16f1e0b..27d3bf1a8324071c11682015d8b87a8f68767a7e 100644 (file)
@@ -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 <flecaille@haproxy.com>
+ * Copyright 2021 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index f3d8839b86c519338ca63a338cd837f8c43471c9..b217a5c2de3c3d96a0d6d67ad4ebbae5b4f3ac82 100644 (file)
@@ -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 <flecaille@haproxy.com>
+ * Copyright 2021 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index b8124e363754e90399077698f7bd6f04a99ef5cb..deaa88dc114f2acab053a29c42e80783b106d563 100644 (file)
@@ -2,7 +2,7 @@
  * include/haproxy/dict-t.h
  * Dictionaries - types definitions
  *
- * Copyright 2019 Frédéric Lécaille <flecaille@haproxy.com>
+ * Copyright 2019 Frederic Lecaille <flecaille@haproxy.com>
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index c55834ca51e31cefde4e727050112cab69619fd2..635c3f14c345667c7cf0e546bb53e662833680ba 100644 (file)
@@ -2,7 +2,7 @@
  * include/haproxy/dict.h
  * Dictionaries - functions prototypes
  *
- * Copyright 2019 Frédéric Lécaille <flecaille@haproxy.com>
+ * Copyright 2019 Frederic Lecaille <flecaille@haproxy.com>
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index d015886ef36926a303f0e03fae17ca59d018313d..8677cbfaedb0f9668cc5dc175271168be7a40d9d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * AF_INET/AF_INET6 QUIC protocol layer definitions.
  *
- * Copyright 2020 Frédéric Lécaille <flecaille@haproxy.com>
+ * Copyright 2020 Frederic Lecaille <flecaille@haproxy.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index 6b4f365259247cec98f28f35efd62e8b38df6e6a..1c4da77c9533318d80f366f9ffc9b6f165a15912 100644 (file)
@@ -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 <flecaille@haproxy.com>
+ * Copyright 2019 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
  *
  * Partial merge by Emeric Brun <ebrun@haproxy.com>
  *
index d020ced6620b8dffa91b2b3c58a8f36fee8b7b75..7dcfe1d117d6e91174e516d4d8a127a9e875df18 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * QPACK decompressor
  *
- * Copyright 2021 HAProxy Technologies, Frédéric Lécaille <flecaille@haproxy.com>
+ * Copyright 2021 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index 1200eef948a5585922f3ac961cfb4a99255dca09..0e1736a100138e27758d49941dd8aaa6ada95682 100644 (file)
@@ -2,7 +2,7 @@
  * include/haproxy/qpack-t.h
  * This file contains types for QPACK
  *
- * Copyright 2021 HAProxy Technologies, Frédéric Lécaille <flecaille@haproxy.com>
+ * Copyright 2021 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index 88f996eb4e67977366bf11505007b154348eb049..c27c6233f94c2aec72aeab2d56045b9413d2e399 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * QPACK header table management (draft-ietf-quic-qpack-20) - type definitions
  *
- * Copyright 2020 HAProxy Technologies, Frédéric Lécaille <flecaille@haproxy.com>
+ * Copyright 2020 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index 53ab889e22bd7a23193c83b9569c6a6ed0991729..05f3ab4c69933b9bcae3d54d8babed6bf043648e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * QPACK header table management - prototypes
  *
- * Copyright 2021 HAProxy Technologies, Frédéric Lécaille <flecaille@haproxy.com>
+ * Copyright 2021 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index 5089d665e39c7e652107d581a957e2327205651d..1efea048d57b8bb3579ea26d6888cce00560f850 100644 (file)
@@ -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 <flecaille@haproxy.com>
+ * Copyright 2020 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index d250af970ac0d6f936bf3fba0df520094fb0fcd8..dbf0284ea0d22aaec395f608587bcb79ea9d0320 100644 (file)
@@ -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 <flecaille@haproxy.com>
+ * Copyright 2019 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index 9a18824013fedf36584c0cd61a27105a3b742b9c..fad6964834a1634524a3a2153dc0e211341321a7 100644 (file)
@@ -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 <flecaille@haproxy.com>
+ * Copyright 2021 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index 057ad1563addb750dbc63e0de322ccba16835297..76957de9162318e2693f1dd17d9f01763a5e5ea4 100644 (file)
@@ -2,7 +2,7 @@
  * include/types/quic_frame.h
  * This file contains QUIC frame definitions.
  *
- * Copyright 2019 HAProxy Technologies, Frédéric Lécaille <flecaille@haproxy.com>
+ * Copyright 2019 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index 1598e6b0dd8dab694b7f5b47ded050da8fc17a09..4a79e86a0527e30d10503644c83881027077d491 100644 (file)
@@ -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 <flecaille@haproxy.com>
+ * Copyright 2020 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index 9230eec1f3ae12910f348eec8e3afa9f7f1302f8..ff32ba20c3c84a58123538b2b1a9b3f3b7ec2265 100644 (file)
@@ -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 <flecaille@haproxy.com>
+ * Copyright 2019 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index ac65a98b93e56789ffeb76c203919fcf70a5d898..6e4aebb93070978e6a3d2e4a814181dba114f3c2 100644 (file)
@@ -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 <flecaille@haproxy.com>
+ * Copyright 2019 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index 6976283d8f2cd92834282d1344dca846e4a3bf17..055818d2afd33ddd34431a500f9ec68dfaefbe81 100644 (file)
@@ -2,7 +2,7 @@
  * include/haproxy/quic_sock.h
  * This file contains declarations for QUIC sockets.
  *
- * Copyright 2020 Frédéric Lécaille <flecaille@haproxy.com>
+ * Copyright 2020 Frederic Lecaille <flecaille@haproxy.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index cacb0cd513f3e9eb9f912b3a4906138f45939a92..7dab78d0f18dfc06346370ae7d2d7720768f8537 100644 (file)
@@ -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 <flecaille@haproxy.com>
+ * Copyright 2019 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 690000960ac4b704aee6d5d6a7ae90232ba924af..b4a6675bdb2b0f7d3ee43c0e191b9326c8b40a30 100644 (file)
@@ -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 <flecaille@haproxy.com>
+ * Copyright 2019 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index ef40851112c57d8e3a4fd2f11b3cb9b23a6c602e..277143d9207ed34e56c0af22839f2272bde2a08d 100644 (file)
@@ -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 <flecaille@haproxy.com>
+ * Copyright 2019 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index e27f299b98856dc82904fc331ac9898ee79d5e0c..8d2119c86cd5acf2b075c3adc691280132876329 100644 (file)
@@ -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 <flecaille@haproxy.com>
+ * Copyright 2020 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
  *
  * 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 <pktns> packet number space attached to <qc> 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. 
  */
index 539a27d26131656311b5484b64fa6b9436f5f3c9..978fb3c7224759dfc130cd5f3bb898e069b3b014 100644 (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)
 {
        /* Note: do not use ist2 here, as it triggers a gcc11 warning.
-        * â\80\98<unknown>â\80\99 may be used uninitialized [-Werror=maybe-uninitialized]
+        * \80\98<unknown>\80\99 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
index f719435e1deaab9acb80e9256d88eeb56e7c1999..46f12a3d30c9703c5b3ee04d5b9b7ffb3033fce0 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Circular buffer management
  *
- * Copyright 2021 HAProxy Technologies, Frédéric Lécaille <flecaill@haproxy.com>
+ * Copyright 2021 HAProxy Technologies, Frederic Lecaille <flecaill@haproxy.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index ea6fcba3d651486fcf3be735bf40c81e6d18dfed..90f6a739e82573f3d07cd1c712650ea69a6f1c05 100644 (file)
  *   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
index a0b4147f5b03bca9ae5b94197688429b32791569..dd37c7655c0c9bd9a182febe2969203120af06a5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * AF_INET/AF_INET6 QUIC protocol layer.
  *
- * Copyright 2020 Frédéric Lécaille <flecaille@haproxy.com>
+ * Copyright 2020 Frederic Lecaille <flecaille@haproxy.com>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index d2849c035102b0f35614f5ef7d04d8e84b5b13af..a3b455c36ae1e0004cb434b058f4020af1abecb7 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * UDP protocol layer on top of AF_INET/AF_INET6
  *
- * Copyright 2019 HAProxy Technologies, Frédéric Lécaille <flecaille@haproxy.com>
+ * Copyright 2019 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
  *
  * Partial merge by Emeric Brun <ebrun@haproxy.com>
  *
index 219d1c26a5141f929e03c0b616c05dc92789cf13..0f087fd4e9cb15e414244ae2a8c696bfc3b3ca44 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * QPACK decompressor
  *
- * Copyright 2021 HAProxy Technologies, Frédéric Lécaille <flecaille@haproxy.com>
+ * Copyright 2021 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index 11a31368e6df70250419833070bdf5f83a94f8ef..6713f6dd399312b9aa62b94bca277985bcc7eae7 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * QPACK header table management (draft-ietf-quic-qpack-20)
  *
- * Copyright 2020 HAProxy Technologies, Frédéric Lécaille <flecaille@haproxy.com>
+ * Copyright 2020 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
  *
  * Permission is hereby granted, free of charge, to any person obtaining
  * a copy of this software and associated documentation files (the
index f7168776f73be984dac89d7427034da86a5e0121..a84cad03a8a3d7c9fad14a5ad12314a594aca344 100644 (file)
@@ -3,7 +3,7 @@
  *
  * This file contains definitions for QUIC congestion control.
  *
- * Copyright 2019 HAProxy Technologies, Frédéric Lécaille <flecaille@haproxy.com>
+ * Copyright 2019 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index 9a206601645cc0ab863ea50176ebd69816428066..48219ff684864ae81669b818cf28a0db574c5ade 100644 (file)
@@ -3,7 +3,7 @@
  *
  * This file contains definitions for QUIC congestion control.
  *
- * Copyright 2019 HAProxy Technologies, Frédéric Lécaille <flecaille@haproxy.com>
+ * Copyright 2019 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index c5adddc1bb9d095ce4b86f72dbea5647a991cd92..e239be1e384d2af6e723f73ac35505d053575e1d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2019 HAProxy Technologies, Frédéric Lécaille <flecaille@haproxy.com>
+ * Copyright 2019 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 1d4564098ab68ec4ae04d0bda17546a04cfdf35c..69f6fc97b2465ba1cfb1504ec3b1a535de6fcb4a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * QUIC socket management.
  *
- * Copyright 2020 HAProxy Technologies, Frédéric Lécaille <flecaille@haproxy.com>
+ * Copyright 2020 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index 323b6b93c51479bd06e1be1785d58232fc24f3dd..aacbc35d2c3303e613479b190ddd3ffbb8e126f6 100644 (file)
@@ -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);
index 34c4811a0bbe9750d3e0039494e6738d32ec9e0c..80950b655fdfaa6b0aad94360f28ca91c18c62d2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * QUIC transport layer over SOCK_DGRAM sockets.
  *
- * Copyright 2020 HAProxy Technologies, Frédéric Lécaille <flecaille@haproxy.com>
+ * Copyright 2020 HAProxy Technologies, Frederic Lecaille <flecaille@haproxy.com>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License