1. 0cac26c MEDIUM: backend: move all LB algo parameters into an union by Willy Tarreau · 5 years ago
  2. 76e84f5 MINOR: backend: move hash_balance_factor out of chash by Willy Tarreau · 5 years ago
  3. a9a7249 MINOR: backend: remap the balance uri settings to lbprm.arg_opt{1,2,3} by Willy Tarreau · 5 years ago
  4. 9fed858 MINOR: backend: make the header hash use arg_opt1 for use_domain_only by Willy Tarreau · 5 years ago
  5. 20e6837 MINOR: backend: add new fields in lbprm to store more LB options by Willy Tarreau · 5 years ago
  6. 484ff07 MINOR: backend: make headers and RDP cookie also use arg_str/len by Willy Tarreau · 5 years ago
  7. 4c03d1c MINOR: backend: move url_param_name/len to lbprm.arg_str/len by Willy Tarreau · 5 years ago
  8. 9e75477 MINOR: ssl: add support of aes256 bits ticket keys on file and cli. by Emeric Brun · 5 years ago
  9. c98aa1f MINOR: checks: Store the proxy in checks. by Olivier Houchard · 5 years ago
  10. f1b11e2 MINOR: connections: Remove a stall comment. by Olivier Houchard · 5 years ago
  11. a2dbeb2 MEDIUM: sessions: Keep track of which connections are idle. by Olivier Houchard · 6 years ago
  12. 351411f BUG/MAJOR: sessions: Use an unlimited number of servers for the conn list. by Olivier Houchard · 6 years ago
  13. 9215014 MEDIUM: checks: Add check-alpn. by Olivier Houchard · 6 years ago
  14. 14bfe9a CLEANUP: stream-int: consistently call the si/stream_int functions by Willy Tarreau · 6 years ago
  15. 3d2ee55 CLEANUP: connection: rename conn->mux_ctx to conn->ctx by Willy Tarreau · 6 years ago
  16. 4f6516d CLEANUP: connection: rename subscription events values and event field by Willy Tarreau · 6 years ago
  17. 71748cb BUG/MEDIUM: connection: Add a new CS_FL_ERR_PENDING flag to conn_streams. by Olivier Houchard · 6 years ago
  18. a4d4fdf MEDIUM: sessions: Don't keep an infinite number of idling connections. by Olivier Houchard · 6 years ago
  19. f502aca MEDIUM: mux: provide the session to the init() and attach() method. by Olivier Houchard · 6 years ago
  20. b7b3faa MEDIUM: servers: Replace idle-timeout with pool-purge-delay. by Olivier Houchard · 6 years ago
  21. 006e310 MEDIUM: servers: Add a command to limit the number of idling connections. by Olivier Houchard · 6 years ago
  22. a57b7e3 MINOR: cli: implements 'reload' on master CLI by William Lallemand · 6 years ago
  23. a1214a5 MINOR: cache: report the number of cache lookups and cache hits by Willy Tarreau · 6 years ago
  24. f157384 MINOR: backend: count the number of connect and reuse per server and per backend by Willy Tarreau · 6 years ago
  25. 9a86fcb MEDIUM: mux: Add an optional "reset" method. by Olivier Houchard · 6 years ago
  26. b7ea141 MEDIUM: cli: handle CLI level from the master CLI by William Lallemand · 6 years ago
  27. dc12c2e CLEANUP: cli: use dedicated define instead of appctx ones by William Lallemand · 6 years ago
  28. f630d01 MEDIUM: cli: store CLI level in the appctx by William Lallemand · 6 years ago
  29. 00488dd BUG: dns: Fix off-by-one write in dns_validate_dns_response() by Remi Gacogne · 6 years ago
  30. bc55210 BUG: dns: Fix out-of-bounds read via signedness error in dns_validate_dns_response() by Remi Gacogne · 6 years ago
  31. 0007d0a CLEANUP: stream: remove SF_TUNNEL, SF_INITIALIZED, SF_CONN_TAR by Willy Tarreau · 6 years ago
  32. afba57a REORG: h1: merge types+proto into common/h1.h by Willy Tarreau · 6 years ago
  33. 3092565 CLEANUP: h1: remove some occurrences of unneeded h1.h inclusions by Willy Tarreau · 6 years ago
  34. 326e27e REORG: h1: move the h1_state definition to proto_http by Willy Tarreau · 6 years ago
  35. b96b77e REORG: htx: merge types+proto into common/htx.h by Willy Tarreau · 6 years ago
  36. 54a8d5a MEDIUM: cache/htx: Add the HTX support into the cache by Christopher Faulet · 6 years ago
  37. 459e18e MINOR: cli: use pcli_flags for prompt activation by William Lallemand · 6 years ago
  38. ebf6180 MEDIUM: cli: handle payload in CLI proxy by William Lallemand · 6 years ago
  39. 5b80fa2 MINOR: cli: parse prompt command in the CLI proxy by William Lallemand · 6 years ago
  40. d247be0 BUG/MEDIUM: connections: Split CS_FL_RCV_MORE into 2 flags. by Olivier Houchard · 6 years ago
  41. a3b62d3 MINOR: stream-int: add a new blocking condition on the remote connection by Willy Tarreau · 6 years ago
  42. 75a323f CLEANUP: Fix a typo in the listener subsystem by Joseph Herlant · 6 years ago
  43. f69b807 CLEANUP: Fix typos in the file descriptor subsystem by Joseph Herlant · 6 years ago
  44. 0b75e63 CLEANUP: Fix a typo in the checks header file by Joseph Herlant · 6 years ago
  45. 8a95a6e CLEANUP: Fix a typo in the connection subsystem by Joseph Herlant · 6 years ago
  46. 0c18a6f MEDIUM: servers: Add a way to keep idle connections alive. by Olivier Houchard · 6 years ago
  47. 8defe4b MINOR: mux: add a "max_streams" method. by Olivier Houchard · 6 years ago
  48. f3e65b0 MINOR: connection: Fix a comment. by Olivier Houchard · 6 years ago
  49. 3fbea1d MINOR: server: the mux_proto entry in the server is const by Willy Tarreau · 6 years ago
  50. a004ae3 MINOR: listener: the mux_proto entry in the bind_conf is const by Willy Tarreau · 6 years ago
  51. 75bc913 MAJOR: filters: Adapt filters API to be compatible with the HTX represenation by Christopher Faulet · 6 years ago
  52. e44769b MINOR: mux-h1: Capture bad H1 messages by Christopher Faulet · 6 years ago
  53. b2db4fa MINOR: htx: Add BODYLESS flags on the HTX start-line and the HTTP message by Christopher Faulet · 6 years ago
  54. 54483df MINOR: htx: Add the start-line offset for the HTX message in the HTX structure by Christopher Faulet · 6 years ago
  55. 570d161 MEDIUM: htx: Change htx_sl to be a struct instead of an union by Christopher Faulet · 6 years ago
  56. 3bc1b11 MEDIUM: conn_stream: Add a way to get mux's info on a CS from the upper layer by Christopher Faulet · 6 years ago
  57. 00cf70f MAJOR: sessions: Store multiple outgoing connections in the session. by Olivier Houchard · 6 years ago
  58. 4b58c80 REORG: mworker: declare master variable in global.h by William Lallemand · 6 years ago
  59. 172f5ce MINOR: initcall: use initcalls for most post_{check,deinit} and per_thread* by Willy Tarreau · 6 years ago
  60. 8071338 MINOR: initcall: apply initcall to all register_build_opts() calls by Willy Tarreau · 6 years ago
  61. c756600 MINOR: server: Add "alpn" and "npn" keywords. by Olivier Houchard · 6 years ago
  62. beb859a MINOR: polling: add an option to support busy polling by Willy Tarreau · 6 years ago
  63. 9efd745 MEDIUM: tasks: collect per-task CPU time and latency by Willy Tarreau · 6 years ago
  64. baba82f MINOR: activity: report the average loop time in "show activity" by Willy Tarreau · 6 years ago
  65. 609aad9 REORG: time/activity: move activity measurements to activity.{c,h} by Willy Tarreau · 6 years ago
  66. db6bdfb MINOR: cli: add mworker_accept_wrapper to 'show fd' by William Lallemand · 6 years ago
  67. 944e619 MEDIUM: mworker: wait mode use standard init code path by William Lallemand · 6 years ago
  68. 16dd1b3 MINOR: cli: show master information in 'show proc' by William Lallemand · 6 years ago
  69. e368330 MINOR: cli: displays uptime in `show proc` by William Lallemand · 6 years ago
  70. 3a1f5fd REORG: config: extract the proxy parser into cfgparse-listen.c by Willy Tarreau · 6 years ago
  71. b35ea68 CLEANUP: Fix typos in the filters subsystem by Joseph Herlant · 6 years ago
  72. 59dd295 CLEANUP: fix typos in the proxy subsystem by Joseph Herlant · 6 years ago
  73. 5ba8025 CLEANUP: fix typos in the proto_http subsystem by Joseph Herlant · 6 years ago
  74. 4446682 CLEANUP: fix a few typos in the comments of the server subsystem by Joseph Herlant · 6 years ago
  75. 42cf639 CLEANUP: Fix typos in the dns subsystem by Joseph Herlant · 6 years ago
  76. 47596d3 MINOR: http_htx: Add functions to manipulate HTX messages in http_htx.c by Christopher Faulet · 6 years ago
  77. a3d2a16 MEDIUM: htx: Add API to deal with the internal representation of HTTP messages by Christopher Faulet · 6 years ago
  78. effc375 MINOR: conn_stream: Add a flag to notify the SI some data were received by Christopher Faulet · 6 years ago
  79. 72d9125 MINOR: conn_stream: Add a flag to notify the mux it must respect the reserve by Christopher Faulet · 6 years ago
  80. c6618d6 MINOR: conn_stream: Add a flag to notify the mux it should flush its buffers by Christopher Faulet · 6 years ago
  81. 131fd89 MINOR: sessions: Start to store the outgoing connection in sessions. by Olivier Houchard · 6 years ago
  82. 060ed43 MINOR: mux: Add a destroy() method. by Olivier Houchard · 6 years ago
  83. d540b36 MINOR: mux: Add a new "avail_streams" method. by Olivier Houchard · 6 years ago
  84. 05b9b64 MINOR: stream-int: replace SI_FL_WANT_PUT with !SI_FL_RX_WAIT_EP by Willy Tarreau · 6 years ago
  85. 94f7907 MINOR: stream-int: introduce new SI_FL_RXBLK flags by Willy Tarreau · 6 years ago
  86. d0f5bbc MINOR: stream-int: rename SI_FL_WAIT_ROOM to SI_FL_RXBLK_ROOM by Willy Tarreau · 6 years ago
  87. a44e576 MINOR: stream-int: expand the flags to 32-bit by Willy Tarreau · 6 years ago
  88. fafd398 MINOR: mux: implement a get_first_cs() method by Willy Tarreau · 6 years ago
  89. c59f988 MEDIUM: listeners: support unstoppable listener by William Lallemand · 6 years ago
  90. a719926 MEDIUM: jobs: support unstoppable jobs for soft stop by William Lallemand · 6 years ago
  91. 0ebbcb6 MINOR: http: Make new "early-hint" http-request action really be parsed. by Frédéric Lécaille · 6 years ago
  92. a985e38 MINOR: http: Add new "early-hint" http-request action. by Frédéric Lécaille · 6 years ago
  93. c1b0645 MEDIUM: log: add a new "raw" format by Willy Tarreau · 6 years ago
  94. e8746a0 MEDIUM: log: support a new "short" format by Willy Tarreau · 6 years ago
  95. 13ef773 MINOR: log: report the number of dropped logs in the stats by Willy Tarreau · 6 years ago
  96. d0d40eb CLEANUP: stream-int: remove the now unused si->update() function by Willy Tarreau · 6 years ago
  97. 57f08bb MINOR: stream-int: make it clear that si_ops cannot be null by Willy Tarreau · 6 years ago
  98. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · 6 years ago
  99. 2d372c2 MINOR: stats: report the number of currently connected peers by Willy Tarreau · 6 years ago
  100. 199ad24 MINOR: stats: report the number of active peers in "show info" by Willy Tarreau · 6 years ago