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