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