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