1. c992938 MINOR: applet: Change return value for .init callback function by Christopher Faulet · 2 years, 7 months ago
  2. 0698c80 CLEANUP: applet: remove the unneeded appctx->owner by Willy Tarreau · 2 years, 7 months ago
  3. 66435e5 CLEANUP: applet: use the appctx's endp instead of cs->endp by Willy Tarreau · 2 years, 7 months ago
  4. 1c0715b CLEANUP: cli: move the status print context into its own context by Willy Tarreau · 2 years, 7 months ago
  5. de58d24 CLEANUP: promex: stop using appctx->st2 by Willy Tarreau · 2 years, 7 months ago
  6. ae1747d CLEANUP: promex: make the applet use its own context by Willy Tarreau · 2 years, 7 months ago
  7. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · 2 years, 8 months ago
  8. a0bdec3 MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS by Christopher Faulet · 2 years, 8 months ago
  9. da098e6 MINOR: stream-int/conn-stream: Move si_shut* and si_chk* in conn-stream scope by Christopher Faulet · 2 years, 8 months ago
  10. 62e7574 MEDIUM: stream-int/conn-stream: Move stream-interface state in the conn-stream by Christopher Faulet · 2 years, 8 months ago
  11. 908628c MEDIUM: tree-wide: Use CS util functions instead of SI ones by Christopher Faulet · 2 years, 8 months ago
  12. b041b23 MEDIUM: conn-stream: Move remaning flags from CS to endpoint by Christopher Faulet · 2 years, 8 months ago
  13. 4aa1d28 MINOR: applet: Make .init callback more generic by Christopher Faulet · 2 years, 11 months ago
  14. 4e4b813 Revert "BUILD: opentracing: display warning in case of using OT_USE_VARS at compile time" by Miroslav Zagorac · 2 years, 9 months ago
  15. 52c2ec3 MAJOR: opentracing: reenable usage of vars to transmit opentracing context by Miroslav Zagorac · 2 years, 9 months ago
  16. 6a1dfdd DEBUG: opentracing: display the contents of the err variable after setting by Miroslav Zagorac · 2 years, 9 months ago
  17. 854384f CLEANUP: opentracing: added FLT_OT_PARSE_INVALID_enum enum by Miroslav Zagorac · 2 years, 9 months ago
  18. ca09e01 DEBUG: opentracing: show return values of all functions in the debug output by Miroslav Zagorac · 2 years, 9 months ago
  19. b536cec MINOR: opentracing: improved normalization of context variable names by Miroslav Zagorac · 2 years, 9 months ago
  20. aec19a7 CLEANUP: opentracing: added variable to store variable length by Miroslav Zagorac · 2 years, 9 months ago
  21. 854efef CLEANUP: opentracing: added flt_ot_smp_init() function by Miroslav Zagorac · 2 years, 9 months ago
  22. 6163e03 MINOR: opentracing: only takes the variables lock on shared entries by Miroslav Zagorac · 2 years, 9 months ago
  23. 220a1ad Revert "MINOR: opentracing: change the scope of the variable 'ot.uuid' from 'sess' to 'txn'" by Miroslav Zagorac · 2 years, 9 months ago
  24. e6f76f0 CLEANUP: opentracing: removed unused function flt_ot_var_get() by Miroslav Zagorac · 2 years, 9 months ago
  25. e40a34c CLEANUP: opentracing: removed unused function flt_ot_var_unset() by Miroslav Zagorac · 2 years, 9 months ago
  26. b51e94b DOC: opentracing: corrected comments in function descriptions by Miroslav Zagorac · 2 years, 9 months ago
  27. 9154e00 EXAMPLES: opentracing: refined shell scripts for testing filter performance by Miroslav Zagorac · 2 years, 9 months ago
  28. 9964ad8 BUG/BUILD: opentracing: fixed OT_DEFINE variable setting by Miroslav Zagorac · 2 years, 9 months ago
  29. 728627f BUG/MINOR: opentracing: setting the return value in function flt_ot_var_set() by Miroslav Zagorac · 2 years, 9 months ago
  30. be69cbd BUG/MEDIUM: promex: Be sure to never set EOM flag on an empty HTX message by Christopher Faulet · 2 years, 8 months ago
  31. bef64b2 BUG/MINOR: promex: Set conn-stream/channel EOI flags at the end of request by Christopher Faulet · 2 years, 9 months ago
  32. 86e1c33 MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int by Christopher Faulet · 3 years ago
  33. 629cbdf MEDIUM: da: update module to handle schedule mode. by David Carlier · 2 years, 10 months ago
  34. b81483c MEDIUM: da: update doc and build for new scheduler mode service. by David Carlier · 2 years, 10 months ago
  35. e9cff61 MEDIUM: da: new optional data file download scheduler service. by David Carlier · 2 years, 10 months ago
  36. 6c9f7fa BUILD: opentracing: display warning in case of using OT_USE_VARS at compile time by Miroslav Zagorac · 3 years ago
  37. 42d7c40 MINOR: promex: backend aggregated server check status by William Dauchy · 3 years, 1 month ago
  38. dfd10ab MINOR: proxy: Introduce proxy flags to replace disabled bitfield by Christopher Faulet · 3 years, 2 months ago
  39. 5554264 REORG: time: move time-keeping code and variables to clock.c by Willy Tarreau · 3 years, 2 months ago
  40. b7fc4c4 BUILD: tree-wide: add missing http_ana.h from many places by Willy Tarreau · 3 years, 2 months ago
  41. b113b5c CLEANUP: Apply ist.cocci by Tim Duesterhus · 3 years, 2 months ago
  42. e956c9c CLEANUP: opentracing: simplify the condition on the empty header by Miroslav Zagorac · 3 years, 3 months ago
  43. 560c7b8 MINOR: opentracing: change the scope of the variable 'ot.uuid' from 'sess' to 'txn' by Miroslav Zagorac · 3 years, 3 months ago
  44. a75f340 CLEANUP: opentracing: use the haproxy function to generate uuid by Miroslav Zagorac · 3 years, 3 months ago
  45. 71cb1ab BUG/MINOR: opentracing: enable the use of http headers without a set value by Miroslav Zagorac · 3 years, 3 months ago
  46. 4cb2c83 BUILD: opentracing: exclude the use of haproxy variables for the OpenTracing context by Miroslav Zagorac · 3 years, 3 months ago
  47. d5fc8fc CLEANUP: Add haproxy/xxhash.h to avoid modifying import/xxhash.h by Tim Duesterhus · 3 years, 3 months ago
  48. 0c36d09 BUILD: ot: add argument for default value to vars_get_by_name() by Willy Tarreau · 3 years, 3 months ago
  49. 3571111 BUILD: opentracing: fixed build when using pkg-config utility by Miroslav Zagorac · 3 years, 4 months ago
  50. 9425ed4 BUG/MEDIUM: opentracing: initialization before establishing daemon and/or chroot mode by Miroslav Zagorac · 3 years, 6 months ago
  51. 1642474 Revert "BUG/MINOR: opentracing: initialization after establishing daemon mode" by Miroslav Zagorac · 3 years, 6 months ago
  52. 65b8668 BUILD/MINOR: opentracing: fixed build when using clang by Miroslav Zagorac · 3 years, 6 months ago
  53. d2acd0b BUILD/MINOR: opentracing: fixed compilation with filter enabled by Miroslav Zagorac · 3 years, 7 months ago
  54. 0fd04fd BUILD: promex: service-prometheus.c needs tools.h by Willy Tarreau · 3 years, 7 months ago
  55. 2bd8628 BUILD: wurfl: wurfl.c needs tools.h by Willy Tarreau · 3 years, 7 months ago
  56. cfc4f24 REORG: vars: move the "proc" scope variables out of the global struct by Willy Tarreau · 3 years, 7 months ago
  57. 0b26b38 MINOR: stats: pass the appctx flags to stats_fill_info() by Willy Tarreau · 3 years, 7 months ago
  58. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 7 months ago
  59. a8bdf2b MINOR: opentracing: transfer of context names without prefix by Miroslav Zagorac · 3 years, 8 months ago
  60. 4b3eb0a MINOR: opentracing: correct calculation of the number of arguments in the args[] by Miroslav Zagorac · 3 years, 8 months ago
  61. ff88270 MINOR: pool: move pool declarations to read_mostly by Willy Tarreau · 3 years, 8 months ago
  62. 9827225 MINOR: opentracing: register config file and line number on log servers by Miroslav Zagorac · 3 years, 8 months ago
  63. f226343 BUG/MINOR: opentracing: initialization after establishing daemon mode by Miroslav Zagorac · 3 years, 8 months ago
  64. a63d1a0 CONTRIB: move contrib/opentracing to addons/ot by Willy Tarreau · 3 years, 8 months ago
  65. 57610c6 CONTRIB: move src/wurfl.c and contrib/wurfl to addons/wurfl by Willy Tarreau · 3 years, 8 months ago
  66. f8d9ec5 CONTRIB: move src/da.c and contrib/deviceatlas to addons/deviceatlas by Willy Tarreau · 3 years, 8 months ago
  67. 977209d CONTRIB: move 51Degrees to addons/51degrees by Willy Tarreau · 3 years, 8 months ago
  68. 3dfadc7 CONTRIB: move prometheus-exporter to addons/promex by Willy Tarreau · 3 years, 8 months ago