- 094382a BUG/MAJOR: promex: fix crash on deleted server by Amaury Denoyelle · Thu Feb 22 17:18:15 2024 +0100
- 0a2b404 BUG/MINOR: promex: fix backend_agg_check_status by Cedric Paillet · Tue Sep 12 09:37:55 2023 +0000
- c610095 MINOR: tree-wide: use free_acl_cond() where relevant by Aurelien DARRAGON · Thu May 11 12:29:51 2023 +0200
- 7b3d38a MEDIUM: tree-wide: Change sc API to specify required free space to progress by Christopher Faulet · Fri May 05 11:28:45 2023 +0200
- fe1b3b8 Revert "BUG/MINOR: clock: fix a few occurrences of 'now' being used in place of 'date'" by Willy Tarreau · Thu Apr 27 18:12:06 2023 +0200
- 64651d1 BUG/MINOR: opentracing: use 'date' instead of 'now' in debug output by Willy Tarreau · Thu Apr 27 18:05:38 2023 +0200
- aadcfc9 BUG/MINOR: clock: fix a few occurrences of 'now' being used in place of 'date' by Willy Tarreau · Wed Apr 26 15:28:09 2023 +0200
- ad44939 CLEANUP: opentracing: remove the last two occurrences of strncat() by Willy Tarreau · Fri Apr 07 15:38:58 2023 +0200
- d4eacb3 MEDIUM: promex: Use the sedesc to report and detect end of processing by Christopher Faulet · Fri Mar 31 11:29:54 2023 +0200
- 9229774 MINOR: applet: No longer set EOI on the SC by Christopher Faulet · Tue Mar 21 11:52:16 2023 +0100
- b08c525 MINOR: stconn: Always report READ/WRITE event on shutr/shutw by Christopher Faulet · Mon Feb 20 07:55:19 2023 +0100
- c1b013b BUG/MINOR: promex: Don't forget to consume the request on error by Christopher Faulet · Fri Jan 13 08:53:23 2023 +0100
- 6e1bbc4 REORG: channel: Rename CF_READ_NULL to CF_READ_EVENT by Christopher Faulet · Mon Dec 12 08:08:15 2022 +0100
- bc2f393 BUILD: makefile: ensure that all USE_* handlers appear before CFLAGS are used by Willy Tarreau · Thu Dec 22 17:58:24 2022 +0100
- 24f5a24 BUILD: 51d: fix build issue with recent compilers by Willy Tarreau · Thu Dec 15 19:34:23 2022 +0100
- 7edec90 DOC: promex: Add missing backend metrics by Christopher Faulet · Fri Dec 09 11:04:11 2022 +0100
- e06e31e MINOR: promex: introduce haproxy_backend_agg_check_status by Cedric Paillet · Thu Dec 08 09:17:01 2022 +0000
- 7d6644e BUG/MINOR: promex: create haproxy_backend_agg_server_status by Cedric Paillet · Thu Dec 08 09:17:00 2022 +0000
- 6d6787b LICENSE: wurfl: clarify the dummy library license. by scientiamobile · Thu Dec 01 17:21:10 2022 +0100
- a9800a0 MEDIUM: 51d: add support for 51Degrees V4 with Hash algorithm by Dragan Dosen · Mon Feb 14 13:05:45 2022 +0100
- 913bea5 BUILD: prometheus: use __fallthrough in promex_dump_metrics() and IO handler() by Willy Tarreau · Mon Nov 14 07:37:45 2022 +0100
- 56f50a0 CLEANUP: cli: rename dynamic error printing state by Amaury Denoyelle · Thu Nov 10 11:47:36 2022 +0100
- 3b64a28 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Fri Jul 29 22:26:53 2022 +0500
- c12b321 CLEANUP: applet: rename appctx_cs() to appctx_sc() by Willy Tarreau · Fri May 27 11:08:15 2022 +0200
- 4c218fb CLEANUP: promex: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · Fri May 27 10:16:15 2022 +0200
- cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · Fri May 27 09:47:12 2022 +0200
- 5edca2f REORG: rename cs_utils.h to sc_strm.h by Willy Tarreau · Fri May 27 09:25:10 2022 +0200
- f61dd19 CLEANUP: stconn: rename cs_{shut,chk}* to sc_* by Willy Tarreau · Fri May 27 09:00:19 2022 +0200
- 99615ed CLEANUP: stconn: rename cs_rx_room_{blk,rdy} to sc_{need,have}_room() by Willy Tarreau · Wed May 25 07:29:36 2022 +0200
- ea27f48 CLEANUP: stconn: rename cs_{check,strm,strm_task} to sc_strm_* by Willy Tarreau · Wed May 18 16:10:52 2022 +0200
- 40a9c32 CLEANUP: stconn: rename cs_{i,o}{b,c} to sc_{i,o}{b,c} by Willy Tarreau · Wed May 18 15:55:18 2022 +0200
- 026e8fb CLEANUP: stconn: tree-wide rename stconn states CS_ST/SB_* to SC_ST/SB_* by Willy Tarreau · Tue May 17 19:47:17 2022 +0200
- 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · Tue May 17 19:07:51 2022 +0200
- d869e13 CLEANUP: applet: rename the sedesc pointer from "endp" to "sedesc" by Willy Tarreau · Tue May 17 18:05:31 2022 +0200
- b605c42 CLEANUP: conn_stream: rename the stream endpoint flags CS_EP_* to SE_FL_* by Willy Tarreau · Tue May 17 17:04:55 2022 +0200
- d56377c CLEANUP: conn_stream: apply endp_flags.cocci tree-wide by Willy Tarreau · Tue May 17 16:31:36 2022 +0200
- c992938 MINOR: applet: Change return value for .init callback function by Christopher Faulet · Thu May 12 11:52:27 2022 +0200
- 0698c80 CLEANUP: applet: remove the unneeded appctx->owner by Willy Tarreau · Wed May 11 14:09:57 2022 +0200
- 66435e5 CLEANUP: applet: use the appctx's endp instead of cs->endp by Willy Tarreau · Tue May 10 11:32:31 2022 +0200
- 1c0715b CLEANUP: cli: move the status print context into its own context by Willy Tarreau · Fri May 06 17:16:35 2022 +0200
- de58d24 CLEANUP: promex: stop using appctx->st2 by Willy Tarreau · Tue May 03 18:05:23 2022 +0200
- ae1747d CLEANUP: promex: make the applet use its own context by Willy Tarreau · Tue May 03 17:33:00 2022 +0200
- 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · Mon Apr 04 11:29:28 2022 +0200
- a0bdec3 MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS by Christopher Faulet · Mon Apr 04 07:51:21 2022 +0200
- da098e6 MINOR: stream-int/conn-stream: Move si_shut* and si_chk* in conn-stream scope by Christopher Faulet · Thu Mar 31 17:44:45 2022 +0200
- 62e7574 MEDIUM: stream-int/conn-stream: Move stream-interface state in the conn-stream by Christopher Faulet · Thu Mar 31 09:16:34 2022 +0200
- 908628c MEDIUM: tree-wide: Use CS util functions instead of SI ones by Christopher Faulet · Fri Mar 25 16:43:49 2022 +0100
- b041b23 MEDIUM: conn-stream: Move remaning flags from CS to endpoint by Christopher Faulet · Thu Mar 24 10:27:02 2022 +0100
- 4aa1d28 MINOR: applet: Make .init callback more generic by Christopher Faulet · Thu Jan 13 16:01:35 2022 +0100
- 4e4b813 Revert "BUILD: opentracing: display warning in case of using OT_USE_VARS at compile time" by Miroslav Zagorac · Wed Mar 09 19:57:56 2022 +0100
- 52c2ec3 MAJOR: opentracing: reenable usage of vars to transmit opentracing context by Miroslav Zagorac · Thu Mar 10 00:03:24 2022 +0100
- 6a1dfdd DEBUG: opentracing: display the contents of the err variable after setting by Miroslav Zagorac · Tue Mar 08 01:21:04 2022 +0100
- 854384f CLEANUP: opentracing: added FLT_OT_PARSE_INVALID_enum enum by Miroslav Zagorac · Mon Mar 07 13:14:16 2022 +0100
- ca09e01 DEBUG: opentracing: show return values of all functions in the debug output by Miroslav Zagorac · Fri Mar 04 09:56:00 2022 +0100
- b536cec MINOR: opentracing: improved normalization of context variable names by Miroslav Zagorac · Wed Mar 02 00:15:23 2022 +0100
- aec19a7 CLEANUP: opentracing: added variable to store variable length by Miroslav Zagorac · Tue Mar 01 18:44:36 2022 +0100
- 854efef CLEANUP: opentracing: added flt_ot_smp_init() function by Miroslav Zagorac · Tue Mar 01 18:41:36 2022 +0100
- 6163e03 MINOR: opentracing: only takes the variables lock on shared entries by Miroslav Zagorac · Wed Feb 23 18:15:56 2022 +0100
- 220a1ad Revert "MINOR: opentracing: change the scope of the variable 'ot.uuid' from 'sess' to 'txn'" by Miroslav Zagorac · Wed Feb 23 10:28:10 2022 +0100
- e6f76f0 CLEANUP: opentracing: removed unused function flt_ot_var_get() by Miroslav Zagorac · Tue Mar 01 18:39:18 2022 +0100
- e40a34c CLEANUP: opentracing: removed unused function flt_ot_var_unset() by Miroslav Zagorac · Tue Mar 01 18:38:37 2022 +0100
- b51e94b DOC: opentracing: corrected comments in function descriptions by Miroslav Zagorac · Tue Mar 01 19:18:34 2022 +0100
- 9154e00 EXAMPLES: opentracing: refined shell scripts for testing filter performance by Miroslav Zagorac · Wed Mar 09 17:34:11 2022 +0100
- 9964ad8 BUG/BUILD: opentracing: fixed OT_DEFINE variable setting by Miroslav Zagorac · Wed Mar 09 19:59:15 2022 +0100
- 728627f BUG/MINOR: opentracing: setting the return value in function flt_ot_var_set() by Miroslav Zagorac · Tue Mar 01 18:42:54 2022 +0100
- be69cbd BUG/MEDIUM: promex: Be sure to never set EOM flag on an empty HTX message by Christopher Faulet · Thu Apr 07 10:19:46 2022 +0200
- bef64b2 BUG/MINOR: promex: Set conn-stream/channel EOI flags at the end of request by Christopher Faulet · Mon Mar 07 15:56:20 2022 +0100
- 86e1c33 MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int by Christopher Faulet · Mon Dec 20 17:09:39 2021 +0100
- 629cbdf MEDIUM: da: update module to handle schedule mode. by David Carlier · Fri Jan 21 20:51:20 2022 +0000
- b81483c MEDIUM: da: update doc and build for new scheduler mode service. by David Carlier · Thu Jan 27 18:13:54 2022 +0000
- e9cff61 MEDIUM: da: new optional data file download scheduler service. by David Carlier · Fri Jan 21 20:46:40 2022 +0000
- 6c9f7fa BUILD: opentracing: display warning in case of using OT_USE_VARS at compile time by Miroslav Zagorac · Mon Dec 27 12:44:07 2021 +0100
- 42d7c40 MINOR: promex: backend aggregated server check status by William Dauchy · Sun Nov 07 10:18:47 2021 +0100
- dfd10ab MINOR: proxy: Introduce proxy flags to replace disabled bitfield by Christopher Faulet · Wed Oct 06 14:24:19 2021 +0200
- 5554264 REORG: time: move time-keeping code and variables to clock.c by Willy Tarreau · Fri Oct 08 09:33:24 2021 +0200
- b7fc4c4 BUILD: tree-wide: add missing http_ana.h from many places by Willy Tarreau · Wed Oct 06 18:56:42 2021 +0200
- b113b5c CLEANUP: Apply ist.cocci by Tim Duesterhus · Wed Sep 15 13:58:44 2021 +0200
- e956c9c CLEANUP: opentracing: simplify the condition on the empty header by Miroslav Zagorac · Sun Sep 12 08:15:37 2021 +0200
- 560c7b8 MINOR: opentracing: change the scope of the variable 'ot.uuid' from 'sess' to 'txn' by Miroslav Zagorac · Thu Sep 09 14:19:25 2021 +0200
- a75f340 CLEANUP: opentracing: use the haproxy function to generate uuid by Miroslav Zagorac · Thu Sep 09 10:31:12 2021 +0200
- 71cb1ab BUG/MINOR: opentracing: enable the use of http headers without a set value by Miroslav Zagorac · Thu Sep 09 01:23:42 2021 +0200
- 4cb2c83 BUILD: opentracing: exclude the use of haproxy variables for the OpenTracing context by Miroslav Zagorac · Wed Sep 08 20:56:05 2021 +0200
- d5fc8fc CLEANUP: Add haproxy/xxhash.h to avoid modifying import/xxhash.h by Tim Duesterhus · Sat Sep 11 17:51:13 2021 +0200
- 0c36d09 BUILD: ot: add argument for default value to vars_get_by_name() by Willy Tarreau · Fri Sep 03 14:20:32 2021 +0200
- 3571111 BUILD: opentracing: fixed build when using pkg-config utility by Miroslav Zagorac · Thu Jul 29 11:10:08 2021 +0200
- 9425ed4 BUG/MEDIUM: opentracing: initialization before establishing daemon and/or chroot mode by Miroslav Zagorac · Thu Jun 10 01:23:15 2021 +0200
- 1642474 Revert "BUG/MINOR: opentracing: initialization after establishing daemon mode" by Miroslav Zagorac · Thu Jun 10 01:19:13 2021 +0200
- 65b8668 BUILD/MINOR: opentracing: fixed build when using clang by Miroslav Zagorac · Tue May 18 20:05:10 2021 +0200
- d2acd0b BUILD/MINOR: opentracing: fixed compilation with filter enabled by Miroslav Zagorac · Tue May 11 19:21:54 2021 +0200
- 0fd04fd BUILD: promex: service-prometheus.c needs tools.h by Willy Tarreau · Sat May 08 12:58:12 2021 +0200
- 2bd8628 BUILD: wurfl: wurfl.c needs tools.h by Willy Tarreau · Sat May 08 12:56:20 2021 +0200
- cfc4f24 REORG: vars: move the "proc" scope variables out of the global struct by Willy Tarreau · Sat May 08 11:41:28 2021 +0200
- 0b26b38 MINOR: stats: pass the appctx flags to stats_fill_info() by Willy Tarreau · Sat May 08 07:43:53 2021 +0200
- 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · Wed Apr 21 07:32:39 2021 +0200
- a8bdf2b MINOR: opentracing: transfer of context names without prefix by Miroslav Zagorac · Wed Apr 14 11:47:28 2021 +0200
- 4b3eb0a MINOR: opentracing: correct calculation of the number of arguments in the args[] by Miroslav Zagorac · Wed Apr 14 11:44:58 2021 +0200
- ff88270 MINOR: pool: move pool declarations to read_mostly by Willy Tarreau · Sat Apr 10 17:23:00 2021 +0200
- 9827225 MINOR: opentracing: register config file and line number on log servers by Miroslav Zagorac · Wed Apr 07 11:14:23 2021 +0200
- f226343 BUG/MINOR: opentracing: initialization after establishing daemon mode by Miroslav Zagorac · Fri Apr 02 04:25:47 2021 +0200
- a63d1a0 CONTRIB: move contrib/opentracing to addons/ot by Willy Tarreau · Fri Apr 02 17:16:46 2021 +0200