1. ddf0e03 MINOR: streams: Introduce a new retry-on keyword, all-retryable-errors. by Olivier Houchard · 5 years ago
  2. 602bf7d MEDIUM: streams: Add a new http action, disable-l7-retry. by Olivier Houchard · 5 years ago
  3. 27edc4b MINOR: mworker: support a configurable maximum number of reloads by William Lallemand · 5 years ago
  4. 4f5b77c DOC: Update for "table" lines in "peers" section. by Frédéric Lécaille · 5 years ago
  5. 034c88c MEDIUM: tcp: add the "tfo" option to support TCP fastopen on the server by Willy Tarreau · 7 years ago
  6. 22c9b44 MINOR: doc: Document the interaction of allow-0rtt and retry-on 0rtt-rejected. by Olivier Houchard · 5 years ago
  7. 8cb2d2e MINOR: doc: Document allow-0rtt on the server line. by Olivier Houchard · 5 years ago
  8. 44864ac DOC: Fix typo in keyword matrix by Tim Duesterhus · 5 years ago
  9. 473c283 CLEANUP: Remove appsession documentation by Tim Duesterhus · 5 years ago
  10. e3249a9 MEDIUM: streams: Add a new keyword for retry-on, "junk-response" by Olivier Houchard · 5 years ago
  11. 865d839 MEDIUM: streams: Add a way to replay failed 0rtt requests. by Olivier Houchard · 5 years ago
  12. a254a37 MEDIUM: streams: Add the ability to retry a request on L7 failure. by Olivier Houchard · 5 years ago
  13. d690dfa DOC: log: Document the sampling and load-balancing logging feature. by Frédéric Lécaille · 5 years ago
  14. d2d3348 MINOR: activity: enable automatic profiling turn on/off by Willy Tarreau · 5 years ago
  15. 333939c MINOR: action: new '(http-request|tcp-request content) do-resolve' action by Baptiste Assmann · 5 years ago
  16. bad132c CLEANUP: wurfl: removed deprecated methods by paulborile · 5 years ago
  17. b3cc9f2 Revert "CLEANUP: wurfl: remove dead, broken and unmaintained code" by Willy Tarreau · 5 years ago
  18. e1afd4f MINOR: proto_tcp: tcp-request content: enable set-dst and set-dst-var 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. 636848a MINOR: init: add a "set-dumpable" global directive to enable core dumps by Willy Tarreau · 5 years ago
  21. 1d2b586 MAJOR: htx: Enable the HTX mode by default for all proxies by Christopher Faulet · 5 years ago
  22. 6c9bbb2 MEDIUM: htx: Deprecate the option 'http-tunnel' and ignore it in HTX by Christopher Faulet · 5 years ago
  23. c31499d MINOR: ssl: Add aes_gcm_dec converter by Nenad Merdanovic · 5 years ago
  24. e88b773 DOC: The option httplog is no longer valid in a backend. by Freddy Spierenburg · 5 years ago
  25. 6e893b9 [RELEASE] Released version 2.0-dev2 by Willy Tarreau · 5 years ago
  26. a56eebf BUG/MINOR: doc: Be accurate on the behavior on pool-purge-delay. by Olivier Houchard · 5 years ago
  27. bfe6138 MINOR: sample: Add a protocol buffers specific converter. by Frédéric Lécaille · 5 years ago
  28. 93d3316 DOC: Remove tabs and fixed punctuation. by Frédéric Lécaille · 5 years ago
  29. 8e5e1e7 CLEANUP: wurfl: remove dead, broken and unmaintained code by Willy Tarreau · 5 years ago
  30. 756d97f MINOR: sample: Rework gRPC converter code. by Frédéric Lécaille · 5 years ago
  31. 50290fb MINOR: sample: Replace "req.ungrpc" smp fetch by a "ungrpc" converter. by Frédéric Lécaille · 5 years ago
  32. b28f344 DOC: update the text related to the global maxconn value by Willy Tarreau · 5 years ago
  33. c8d5b95 MEDIUM: config: don't enforce a low frontend maxconn value anymore by Willy Tarreau · 5 years ago
  34. e2711c7 MINOR: listener: introduce listener_backlog() to report the backlog value by Willy Tarreau · 5 years ago
  35. 149ab77 MAJOR: threads: enable one thread per CPU by default by Willy Tarreau · 5 years ago
  36. 7ac908b MINOR: config: add global tune.listener.multi-queue setting by Willy Tarreau · 5 years ago
  37. a36b324 MEDIUM: listener: keep a single thread-mask and warn on "process" misuse by Willy Tarreau · 5 years ago
  38. 26f6ae1 MAJOR: config: disable support for nbproc and nbthread in parallel by Willy Tarreau · 5 years ago
  39. c299e1e DOC: fix alphabetic ordering for "tune.fail-alloc" setting by Willy Tarreau · 5 years ago
  40. 6c1b667 [RELEASE] Released version 2.0-dev1 by Willy Tarreau · 5 years ago
  41. ec89119 DOC: sample: Add gRPC related documentation. by Frédéric Lécaille · 5 years ago
  42. a24b35c MINOR: mux-h2: make the H2 MAX_FRAME_SIZE setting configurable by Willy Tarreau · 5 years ago
  43. 4f03ab0 DOC: ssl: Stop documenting ciphers example to use by Bertrand Jacquin · 5 years ago
  44. 8cf7c1e DOC: ssl: Clarify when pre TLSv1.3 cipher can be used by Bertrand Jacquin · 5 years ago
  45. dc21ff7 MINOR: debug: Add an option that causes random allocation failures. by Olivier Houchard · 5 years ago
  46. bb48c9a DOC: compression: Update the reasons for disabled compression by Tim Duesterhus · 5 years ago
  47. b229f01 BUG/MEDIUM: compression: Rewrite strong ETags by Tim Duesterhus · 5 years ago
  48. 1f672a8 DOC: nbthread is no longer experimental. by Willy Tarreau · 5 years ago
  49. 9c538e0 MINOR: server: add a max-reuse parameter by Willy Tarreau · 5 years ago
  50. 64ded3d DOC: mention the effect of nf_conntrack_tcp_loose on src/dst by Willy Tarreau · 5 years ago
  51. 2f167b3 DOC: peers: SSL/TLS documentation for "peers" by Frédéric Lécaille · 5 years ago
  52. 35e53a6 DOC: add a missing space in the documentation for bc_http_major by Jérôme Magnin · 5 years ago
  53. 21c741a MINOR: backend: make the random algorithm support a number of draws by Willy Tarreau · 5 years ago
  54. 9e75477 MINOR: ssl: add support of aes256 bits ticket keys on file and cli. by Emeric Brun · 5 years ago
  55. 6975296 DOC: Be a bit more explicit about allow-0rtt security implications. by Olivier Houchard · 5 years ago
  56. 251a6b7 DOC: http-request cache-use / http-response cache-store expects cache name by Jarno Huuskonen · 5 years ago
  57. e504f81 DOC: Fix typo in req.ssl_alpn example (commit 4afdd138424ab...) by Jarno Huuskonen · 5 years ago
  58. 59884a6 MINOR: lb: allow redispatch when using consistent hash by Willy Tarreau · 5 years ago
  59. 4afdd13 MINOR: payload: add sample fetch for TLS ALPN by Alex Zorin · 6 years ago
  60. fba74ea [RELEASE] Released version 2.0-dev0 by Willy Tarreau · 6 years ago
  61. 9215014 MEDIUM: checks: Add check-alpn. by Olivier Houchard · 6 years ago
  62. 8223050 [RELEASE] Released version 1.9.0 by Willy Tarreau · 6 years ago
  63. 2a7d650 [RELEASE] Released version 1.9-dev11 by Willy Tarreau · 6 years ago
  64. 7a0139e DOC: clarify the agent-check status line syntax by Willy Tarreau · 6 years ago
  65. a4d4fdf MEDIUM: sessions: Don't keep an infinite number of idling connections. by Olivier Houchard · 6 years ago
  66. b7b3faa MEDIUM: servers: Replace idle-timeout with pool-purge-delay. by Olivier Houchard · 6 years ago
  67. 006e310 MEDIUM: servers: Add a command to limit the number of idling connections. by Olivier Houchard · 6 years ago
  68. 86006a5 MEDIUM: proxy: Set http-reuse safe as default. by Olivier Houchard · 6 years ago
  69. 27d93c3 BUG/MAJOR: compression/cache: Make it really works with these both filters by Christopher Faulet · 6 years ago
  70. c77d364 MINOR: config: round up global.tune.bufsize to the next multiple of 2 void* by Willy Tarreau · 6 years ago
  71. 99a17a2 MEDIUM: cache: Require an explicit filter declaration if other filters are used by Christopher Faulet · 6 years ago
  72. b36a6d2 DOC: refer to check-sni in the documentation of sni by Jérôme Magnin · 6 years ago
  73. ae9bb76 DOC: clarify that check-sni needs an argument. by Jérôme Magnin · 6 years ago
  74. 72e9227 [RELEASE] Released version 1.9-dev10 by Willy Tarreau · 6 years ago
  75. 8657742 MINOR: sample: add bc_http_major by Jérôme Magnin · 6 years ago
  76. da7e3be [RELEASE] Released version 1.9-dev9 by Willy Tarreau · 6 years ago
  77. 0c18a6f MEDIUM: servers: Add a way to keep idle connections alive. by Olivier Houchard · 6 years ago
  78. 0b936ad [RELEASE] Released version 1.9-dev8 by Willy Tarreau · 6 years ago
  79. 6b77f49 MEDIUM: ssl: Add ssl_bc_alpn and ssl_bc_npn sample fetches. by Olivier Houchard · 6 years ago
  80. c756600 MINOR: server: Add "alpn" and "npn" keywords. by Olivier Houchard · 6 years ago
  81. beb859a MINOR: polling: add an option to support busy polling by Willy Tarreau · 6 years ago
  82. 70fe944 MINOR: sample: add cpu_calls, cpu_ns_avg, cpu_ns_tot, lat_ns_avg, lat_ns_tot by Willy Tarreau · 6 years ago
  83. 75c62c2 MINOR: activity: add configuration and CLI support for "profiling.tasks" by Willy Tarreau · 6 years ago
  84. 5c0e41b [RELEASE] Released version 1.9-dev7 by Willy Tarreau · 6 years ago
  85. 71b4b15 DOC: fix a few typos in the documentation by Joseph Herlant · 6 years ago
  86. 3aac106 DOC: early-hints: fix truncated line. by Frédéric Lécaille · 6 years ago
  87. 06f5b64 MINOR: doc: Add information about "early-hint" http-request action. by Frédéric Lécaille · 6 years ago
  88. c1b0645 MEDIUM: log: add a new "raw" format by Willy Tarreau · 6 years ago
  89. e8746a0 MEDIUM: log: support a new "short" format by Willy Tarreau · 6 years ago
  90. 5a32ecc MEDIUM: log: add support for logging to existing file descriptors by Willy Tarreau · 6 years ago
  91. adb345d DOC: logs: the format directive was missing from the second log part by Willy Tarreau · 6 years ago
  92. 9607949 [RELEASE] Released version 1.9-dev6 by Willy Tarreau · 6 years ago
  93. 745f15e DOC: restore note about "independant" typo by Lukas Tribus · 6 years ago
  94. 6c81d5f DOC: split the http-response actions in their own section by Cyril Bonté · 6 years ago
  95. c6ad23b DOC: split the http-request actions in their own section by Cyril Bonté · 6 years ago
  96. bddf292 [RELEASE] Released version 1.9-dev5 by Willy Tarreau · 6 years ago
  97. 80512b1 BUG/MINOR: only auto-prefer last server if lb-alg is non-deterministic by Lukas Tribus · 6 years ago
  98. fd9b68c BUG/MINOR: only mark connections private if NTLM is detected by Lukas Tribus · 6 years ago
  99. e3c83d8 DOC: cache: Missing information about "total-max-size" and "max-object-size" by Frédéric Lécaille · 6 years ago
  100. 5f8bea6 DOC: Update about the cache support for big objects. by Frédéric Lécaille · 6 years ago