1. e3249a9 MEDIUM: streams: Add a new keyword for retry-on, "junk-response" by Olivier Houchard · 5 years ago
  2. 865d839 MEDIUM: streams: Add a way to replay failed 0rtt requests. by Olivier Houchard · 5 years ago
  3. a254a37 MEDIUM: streams: Add the ability to retry a request on L7 failure. by Olivier Houchard · 5 years ago
  4. c40efc1 MINOR: init/threads: make the threads array global by Willy Tarreau · 5 years ago
  5. 81492c9 MINOR: threads: flatten the per-thread cpu-map by Willy Tarreau · 5 years ago
  6. 102854c BUG/MEDIUM: listener: Fix how unlimited number of consecutive accepts is handled by Christopher Faulet · 5 years ago
  7. 07425de BUG/MEDIUM: port_range: Make the ring buffer lock-free. by Olivier Houchard · 5 years ago
  8. bc13bec MINOR: activity: report context switch counts instead of rates by Willy Tarreau · 5 years ago
  9. 9634e86 CLEANUP: task: move the task_per_thread definition to task.h by Willy Tarreau · 5 years ago
  10. d803e47 MINOR: log: Enable the log sampling and load-balancing feature. by Frédéric Lécaille · 5 years ago
  11. d95ea28 MINOR: log: Add "sample" new keyword to "log" lines. by Frédéric Lécaille · 5 years ago
  12. f7f5428 BUG/MEDIUM: spoe: arg len encoded in previous frag frame but len changed by Kevin Zhu · 5 years ago
  13. 22d63a2 MINOR: applet: measure and report an appctx's call rate in "show sess" by Willy Tarreau · 5 years ago
  14. 2e9c1d2 MINOR: stream: measure and report a stream's call rate in "show sess" by Willy Tarreau · 5 years ago
  15. 0212fad MINOR: tasks/activity: report the context switch and task wakeup rates by Willy Tarreau · 5 years ago
  16. 333939c MINOR: action: new '(http-request|tcp-request content) do-resolve' action by Baptiste Assmann · 5 years ago
  17. 0b9ce82 MINOR: obj_type: new object type for struct stream by Baptiste Assmann · 6 years ago
  18. dfd35fd MINOR: dns: dns_requester structures are now in a memory pool by Baptiste Assmann · 5 years ago
  19. 88698d9 MEDIUM: connections: Add a way to control the number of idling connections. by Olivier Houchard · 5 years ago
  20. e179d0e MEDIUM: connections: Provide a xprt_ctx for each xprt method. by Olivier Houchard · 5 years ago
  21. 7b5fd1e MEDIUM: connections: Move some fields from struct connection to ssl_sock_ctx. by Olivier Houchard · 5 years ago
  22. 636848a MINOR: init: add a "set-dumpable" global directive to enable core dumps by Willy Tarreau · 5 years ago
  23. 8f7069a CLEANUP: mworker: remove the type field in mworker_proc by William Lallemand · 5 years ago
  24. bd3de3e MEDIUM: mworker-prog: implements 'option start-on-reload' by William Lallemand · 5 years ago
  25. 4528611 MEDIUM: mworker: store the leaving state of a process by William Lallemand · 5 years ago
  26. 95679dc MINOR: peers: Add a new command to the CLI for peers. by Frédéric Lécaille · 5 years ago
  27. e5eef1f MINOR: connections: Remove the SUB_CALL_UNSUBSCRIBE flag. by Olivier Houchard · 5 years ago
  28. 8ef7065 BUG/MINOR: ssl: Fix 48 byte TLS ticket key rotation by Nenad Merdanovic · 5 years ago
  29. 73c1207 MINOR: muxes: Pass the context of the mux to destroy() instead of the connection by Christopher Faulet · 5 years ago
  30. 51f73eb MEDIUM: muxes: Add an optional input buffer during mux initialization by Christopher Faulet · 5 years ago
  31. 0e160ff MINOR: stream: Set a flag when the stream uses the HTX by Christopher Faulet · 5 years ago
  32. 9f38f5a MINOR: muxes: Add a flag to specify a multiplexer uses the HTX by Christopher Faulet · 5 years ago
  33. 64a9c05 MINOR: cli/listener: report the number of accepts on "show activity" by Willy Tarreau · 5 years ago
  34. 9a1ee7a MEDIUM: mworker-prog: implement program for master-worker by William Lallemand · 5 years ago
  35. e25473c REORG: mworker: move signal handlers and related functions by William Lallemand · 5 years ago
  36. 87a8f35 CLEANUP: muxes/stream-int: Remove flags CS_FL_READ_NULL and SI_FL_READ_NULL by Christopher Faulet · 5 years ago
  37. 297d3e2 MINOR: channel: Report EOI on the input channel if it was reached in the mux by Christopher Faulet · 5 years ago
  38. 5311a92 MINOR: connection: and new flag to mark end of input (EOI) by Christopher Faulet · 5 years ago
  39. 0f22299 CLEANUP: cache: don't export http_cache_applet anymore by Willy Tarreau · 5 years ago
  40. 3a78aa6 BUG/MINOR: stats: Fully consume large requests in the stats applet by Christopher Faulet · 5 years ago
  41. 203b2b0 MINOR: muxes: Report the Last read with a dedicated flag by Christopher Faulet · 5 years ago
  42. 2b9b678 MINOR: stats: Move stuff about the stats status codes in stats files by Christopher Faulet · 5 years ago
  43. 3c2ecf7 MINOR: stats: Add the status code STAT_STATUS_IVAL to handle invalid requests by Christopher Faulet · 5 years ago
  44. 0cf3317 MINOR: listener: move thr_idx from the bind_conf to the listener by Willy Tarreau · 5 years ago
  45. 9f1d4e7 CLEANUP: listener: remove old thread bit mapping by Willy Tarreau · 5 years ago
  46. fc630bd MINOR: listener: improve incoming traffic distribution by Willy Tarreau · 5 years ago
  47. 756d97f MINOR: sample: Rework gRPC converter code. by Frédéric Lécaille · 5 years ago
  48. 7c93e88 MINOR: sample: Code factorization "ungrpc" converter. by Frédéric Lécaille · 5 years ago
  49. bf69640 MINOR: global: keep a copy of the initial rlim_fd_cur and rlim_fd_max values by Willy Tarreau · 5 years ago
  50. 645635d MINOR: peers: Add a message for heartbeat. by Frédéric Lécaille · 5 years ago
  51. 7ac908b MINOR: config: add global tune.listener.multi-queue setting by Willy Tarreau · 5 years ago
  52. 8a03408 MINOR: activity: add accept queue counters for pushed and overflows by Willy Tarreau · 5 years ago
  53. 1efafce MINOR: listener: implement multi-queue accept for threads by Willy Tarreau · 5 years ago
  54. b2b50a7 MINOR: listener: pre-compute some thread counts per bind_conf by Willy Tarreau · 5 years ago
  55. 9e85318 MINOR: listener: maintain a per-thread count of the number of connections on a listener by Willy Tarreau · 5 years ago
  56. a36b324 MEDIUM: listener: keep a single thread-mask and warn on "process" misuse by Willy Tarreau · 5 years ago
  57. 9ea5d36 MEDIUM: servers: Reorganize the way idle connections are cleaned. by Olivier Houchard · 5 years ago
  58. 3a463c9 MINOR: arg: Add support for ARGT_PBUF_FNUM arg type. by Frédéric Lécaille · 5 years ago
  59. f131481 BUG/MEDIUM: servers: Add a per-thread counter of idle connections. by Olivier Houchard · 5 years ago
  60. ff9c914 MINOR: config: make MAX_PROCS configurable at build time by Willy Tarreau · 5 years ago
  61. 2415727 MINOR: global: add proc_mask() and thread_mask() by Willy Tarreau · 5 years ago
  62. a38a717 MINOR: config: keep an all_proc_mask like we have all_threads_mask by Willy Tarreau · 5 years ago
  63. 4ed84c9 OPTIM: listener: optimize cache-line packing for struct listener by Willy Tarreau · 5 years ago
  64. 00f18a3 BUG/MINOR: server: fix logic flaw in idle connection list management by Willy Tarreau · 5 years ago
  65. 51d0a7e MINOR: connstream: have a new flag CS_FL_KILL_CONN to kill a connection by Willy Tarreau · 5 years ago
  66. 0f9cd7b MINOR: stream-int: add a new flag to mention that we want the connection to be killed by Willy Tarreau · 5 years ago
  67. 13afcb7 BUG/MINOR: task: fix possibly missed event in inter-thread wakeups by Willy Tarreau · 5 years ago
  68. 9c538e0 MINOR: server: add a max-reuse parameter by Willy Tarreau · 5 years ago
  69. 1055e68 MINOR: peers: Make outgoing connection to SSL/TLS peers work. by Frédéric Lécaille · 6 years ago
  70. 0cac26c MEDIUM: backend: move all LB algo parameters into an union by Willy Tarreau · 5 years ago
  71. 76e84f5 MINOR: backend: move hash_balance_factor out of chash by Willy Tarreau · 5 years ago
  72. a9a7249 MINOR: backend: remap the balance uri settings to lbprm.arg_opt{1,2,3} by Willy Tarreau · 5 years ago
  73. 9fed858 MINOR: backend: make the header hash use arg_opt1 for use_domain_only by Willy Tarreau · 5 years ago
  74. 20e6837 MINOR: backend: add new fields in lbprm to store more LB options by Willy Tarreau · 5 years ago
  75. 484ff07 MINOR: backend: make headers and RDP cookie also use arg_str/len by Willy Tarreau · 5 years ago
  76. 4c03d1c MINOR: backend: move url_param_name/len to lbprm.arg_str/len by Willy Tarreau · 5 years ago
  77. 9e75477 MINOR: ssl: add support of aes256 bits ticket keys on file and cli. by Emeric Brun · 5 years ago
  78. c98aa1f MINOR: checks: Store the proxy in checks. by Olivier Houchard · 5 years ago
  79. f1b11e2 MINOR: connections: Remove a stall comment. by Olivier Houchard · 6 years ago
  80. a2dbeb2 MEDIUM: sessions: Keep track of which connections are idle. by Olivier Houchard · 6 years ago
  81. 351411f BUG/MAJOR: sessions: Use an unlimited number of servers for the conn list. by Olivier Houchard · 6 years ago
  82. 9215014 MEDIUM: checks: Add check-alpn. by Olivier Houchard · 6 years ago
  83. 14bfe9a CLEANUP: stream-int: consistently call the si/stream_int functions by Willy Tarreau · 6 years ago
  84. 3d2ee55 CLEANUP: connection: rename conn->mux_ctx to conn->ctx by Willy Tarreau · 6 years ago
  85. 4f6516d CLEANUP: connection: rename subscription events values and event field by Willy Tarreau · 6 years ago
  86. 71748cb BUG/MEDIUM: connection: Add a new CS_FL_ERR_PENDING flag to conn_streams. by Olivier Houchard · 6 years ago
  87. a4d4fdf MEDIUM: sessions: Don't keep an infinite number of idling connections. by Olivier Houchard · 6 years ago
  88. f502aca MEDIUM: mux: provide the session to the init() and attach() method. by Olivier Houchard · 6 years ago
  89. b7b3faa MEDIUM: servers: Replace idle-timeout with pool-purge-delay. by Olivier Houchard · 6 years ago
  90. 006e310 MEDIUM: servers: Add a command to limit the number of idling connections. by Olivier Houchard · 6 years ago
  91. a57b7e3 MINOR: cli: implements 'reload' on master CLI by William Lallemand · 6 years ago
  92. a1214a5 MINOR: cache: report the number of cache lookups and cache hits by Willy Tarreau · 6 years ago
  93. f157384 MINOR: backend: count the number of connect and reuse per server and per backend by Willy Tarreau · 6 years ago
  94. 9a86fcb MEDIUM: mux: Add an optional "reset" method. by Olivier Houchard · 6 years ago
  95. b7ea141 MEDIUM: cli: handle CLI level from the master CLI by William Lallemand · 6 years ago
  96. dc12c2e CLEANUP: cli: use dedicated define instead of appctx ones by William Lallemand · 6 years ago
  97. f630d01 MEDIUM: cli: store CLI level in the appctx by William Lallemand · 6 years ago
  98. 00488dd BUG: dns: Fix off-by-one write in dns_validate_dns_response() by Remi Gacogne · 6 years ago
  99. bc55210 BUG: dns: Fix out-of-bounds read via signedness error in dns_validate_dns_response() by Remi Gacogne · 6 years ago
  100. 0007d0a CLEANUP: stream: remove SF_TUNNEL, SF_INITIALIZED, SF_CONN_TAR by Willy Tarreau · 6 years ago