1. 1031d79 BUG/MEDIUM: promex: Wait to have the request before sending the response by Christopher Faulet · 10 weeks ago
  2. 094382a BUG/MAJOR: promex: fix crash on deleted server by Amaury Denoyelle · 9 months ago
  3. 0a2b404 BUG/MINOR: promex: fix backend_agg_check_status by Cedric Paillet · 1 year, 2 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. d4eacb3 MEDIUM: promex: Use the sedesc to report and detect end of processing by Christopher Faulet · 1 year, 8 months ago
  6. 9229774 MINOR: applet: No longer set EOI on the SC by Christopher Faulet · 1 year, 8 months ago
  7. b08c525 MINOR: stconn: Always report READ/WRITE event on shutr/shutw by Christopher Faulet · 1 year, 9 months ago
  8. c1b013b BUG/MINOR: promex: Don't forget to consume the request on error by Christopher Faulet · 1 year, 11 months ago
  9. 6e1bbc4 REORG: channel: Rename CF_READ_NULL to CF_READ_EVENT by Christopher Faulet · 2 years ago
  10. 7edec90 DOC: promex: Add missing backend metrics by Christopher Faulet · 2 years ago
  11. e06e31e MINOR: promex: introduce haproxy_backend_agg_check_status by Cedric Paillet · 2 years ago
  12. 7d6644e BUG/MINOR: promex: create haproxy_backend_agg_server_status by Cedric Paillet · 2 years ago
  13. 913bea5 BUILD: prometheus: use __fallthrough in promex_dump_metrics() and IO handler() by Willy Tarreau · 2 years ago
  14. c12b321 CLEANUP: applet: rename appctx_cs() to appctx_sc() by Willy Tarreau · 2 years, 6 months ago
  15. 4c218fb CLEANUP: promex: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
  16. cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · 2 years, 6 months ago
  17. 5edca2f REORG: rename cs_utils.h to sc_strm.h by Willy Tarreau · 2 years, 6 months ago
  18. f61dd19 CLEANUP: stconn: rename cs_{shut,chk}* to sc_* by Willy Tarreau · 2 years, 6 months ago
  19. 99615ed CLEANUP: stconn: rename cs_rx_room_{blk,rdy} to sc_{need,have}_room() by Willy Tarreau · 2 years, 6 months ago
  20. ea27f48 CLEANUP: stconn: rename cs_{check,strm,strm_task} to sc_strm_* by Willy Tarreau · 2 years, 6 months ago
  21. 40a9c32 CLEANUP: stconn: rename cs_{i,o}{b,c} to sc_{i,o}{b,c} by Willy Tarreau · 2 years, 6 months ago
  22. 026e8fb CLEANUP: stconn: tree-wide rename stconn states CS_ST/SB_* to SC_ST/SB_* by Willy Tarreau · 2 years, 6 months ago
  23. 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · 2 years, 6 months ago
  24. d869e13 CLEANUP: applet: rename the sedesc pointer from "endp" to "sedesc" by Willy Tarreau · 2 years, 6 months ago
  25. b605c42 CLEANUP: conn_stream: rename the stream endpoint flags CS_EP_* to SE_FL_* by Willy Tarreau · 2 years, 6 months ago
  26. d56377c CLEANUP: conn_stream: apply endp_flags.cocci tree-wide by Willy Tarreau · 2 years, 6 months ago
  27. c992938 MINOR: applet: Change return value for .init callback function by Christopher Faulet · 2 years, 7 months ago
  28. 0698c80 CLEANUP: applet: remove the unneeded appctx->owner by Willy Tarreau · 2 years, 7 months ago
  29. 66435e5 CLEANUP: applet: use the appctx's endp instead of cs->endp 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, 10 months ago
  39. be69cbd BUG/MEDIUM: promex: Be sure to never set EOM flag on an empty HTX message by Christopher Faulet · 2 years, 8 months ago
  40. bef64b2 BUG/MINOR: promex: Set conn-stream/channel EOI flags at the end of request by Christopher Faulet · 2 years, 9 months ago
  41. 86e1c33 MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int by Christopher Faulet · 3 years ago
  42. 42d7c40 MINOR: promex: backend aggregated server check status by William Dauchy · 3 years, 1 month ago
  43. dfd10ab MINOR: proxy: Introduce proxy flags to replace disabled bitfield by Christopher Faulet · 3 years, 2 months ago
  44. b7fc4c4 BUILD: tree-wide: add missing http_ana.h from many places by Willy Tarreau · 3 years, 2 months ago
  45. b113b5c CLEANUP: Apply ist.cocci by Tim Duesterhus · 3 years, 2 months ago
  46. 0fd04fd BUILD: promex: service-prometheus.c needs tools.h by Willy Tarreau · 3 years, 7 months ago
  47. 0b26b38 MINOR: stats: pass the appctx flags to stats_fill_info() by Willy Tarreau · 3 years, 7 months ago
  48. 3dfadc7 CONTRIB: move prometheus-exporter to addons/promex by Willy Tarreau · 3 years, 8 months ago