1. 88698d9 MEDIUM: connections: Add a way to control the number of idling connections. by Olivier Houchard · 5 years ago
  2. 636848a MINOR: init: add a "set-dumpable" global directive to enable core dumps by Willy Tarreau · 5 years ago
  3. 1d2b586 MAJOR: htx: Enable the HTX mode by default for all proxies by Christopher Faulet · 5 years ago
  4. 6c9bbb2 MEDIUM: htx: Deprecate the option 'http-tunnel' and ignore it in HTX by Christopher Faulet · 5 years ago
  5. c31499d MINOR: ssl: Add aes_gcm_dec converter by Nenad Merdanovic · 5 years ago
  6. e88b773 DOC: The option httplog is no longer valid in a backend. by Freddy Spierenburg · 5 years ago
  7. 6e893b9 [RELEASE] Released version 2.0-dev2 by Willy Tarreau · 5 years ago
  8. a56eebf BUG/MINOR: doc: Be accurate on the behavior on pool-purge-delay. by Olivier Houchard · 5 years ago
  9. bfe6138 MINOR: sample: Add a protocol buffers specific converter. by Frédéric Lécaille · 5 years ago
  10. 93d3316 DOC: Remove tabs and fixed punctuation. by Frédéric Lécaille · 5 years ago
  11. 8e5e1e7 CLEANUP: wurfl: remove dead, broken and unmaintained code by Willy Tarreau · 5 years ago
  12. 756d97f MINOR: sample: Rework gRPC converter code. by Frédéric Lécaille · 5 years ago
  13. 50290fb MINOR: sample: Replace "req.ungrpc" smp fetch by a "ungrpc" converter. by Frédéric Lécaille · 5 years ago
  14. b28f344 DOC: update the text related to the global maxconn value by Willy Tarreau · 5 years ago
  15. c8d5b95 MEDIUM: config: don't enforce a low frontend maxconn value anymore by Willy Tarreau · 5 years ago
  16. e2711c7 MINOR: listener: introduce listener_backlog() to report the backlog value by Willy Tarreau · 5 years ago
  17. 149ab77 MAJOR: threads: enable one thread per CPU by default by Willy Tarreau · 5 years ago
  18. 7ac908b MINOR: config: add global tune.listener.multi-queue setting by Willy Tarreau · 5 years ago
  19. a36b324 MEDIUM: listener: keep a single thread-mask and warn on "process" misuse by Willy Tarreau · 5 years ago
  20. 26f6ae1 MAJOR: config: disable support for nbproc and nbthread in parallel by Willy Tarreau · 5 years ago
  21. c299e1e DOC: fix alphabetic ordering for "tune.fail-alloc" setting by Willy Tarreau · 5 years ago
  22. 6c1b667 [RELEASE] Released version 2.0-dev1 by Willy Tarreau · 5 years ago
  23. ec89119 DOC: sample: Add gRPC related documentation. by Frédéric Lécaille · 5 years ago
  24. a24b35c MINOR: mux-h2: make the H2 MAX_FRAME_SIZE setting configurable by Willy Tarreau · 5 years ago
  25. 4f03ab0 DOC: ssl: Stop documenting ciphers example to use by Bertrand Jacquin · 5 years ago
  26. 8cf7c1e DOC: ssl: Clarify when pre TLSv1.3 cipher can be used by Bertrand Jacquin · 5 years ago
  27. dc21ff7 MINOR: debug: Add an option that causes random allocation failures. by Olivier Houchard · 5 years ago
  28. bb48c9a DOC: compression: Update the reasons for disabled compression by Tim Duesterhus · 5 years ago
  29. b229f01 BUG/MEDIUM: compression: Rewrite strong ETags by Tim Duesterhus · 5 years ago
  30. 1f672a8 DOC: nbthread is no longer experimental. by Willy Tarreau · 5 years ago
  31. 9c538e0 MINOR: server: add a max-reuse parameter by Willy Tarreau · 5 years ago
  32. 64ded3d DOC: mention the effect of nf_conntrack_tcp_loose on src/dst by Willy Tarreau · 5 years ago
  33. 2f167b3 DOC: peers: SSL/TLS documentation for "peers" by Frédéric Lécaille · 5 years ago
  34. 35e53a6 DOC: add a missing space in the documentation for bc_http_major by Jérôme Magnin · 5 years ago
  35. 21c741a MINOR: backend: make the random algorithm support a number of draws by Willy Tarreau · 5 years ago
  36. 9e75477 MINOR: ssl: add support of aes256 bits ticket keys on file and cli. by Emeric Brun · 5 years ago
  37. 6975296 DOC: Be a bit more explicit about allow-0rtt security implications. by Olivier Houchard · 5 years ago
  38. 251a6b7 DOC: http-request cache-use / http-response cache-store expects cache name by Jarno Huuskonen · 5 years ago
  39. e504f81 DOC: Fix typo in req.ssl_alpn example (commit 4afdd138424ab...) by Jarno Huuskonen · 5 years ago
  40. 59884a6 MINOR: lb: allow redispatch when using consistent hash by Willy Tarreau · 5 years ago
  41. 4afdd13 MINOR: payload: add sample fetch for TLS ALPN by Alex Zorin · 6 years ago
  42. fba74ea [RELEASE] Released version 2.0-dev0 by Willy Tarreau · 6 years ago
  43. 9215014 MEDIUM: checks: Add check-alpn. by Olivier Houchard · 6 years ago
  44. 8223050 [RELEASE] Released version 1.9.0 by Willy Tarreau · 6 years ago
  45. 2a7d650 [RELEASE] Released version 1.9-dev11 by Willy Tarreau · 6 years ago
  46. 7a0139e DOC: clarify the agent-check status line syntax by Willy Tarreau · 6 years ago
  47. a4d4fdf MEDIUM: sessions: Don't keep an infinite number of idling connections. by Olivier Houchard · 6 years ago
  48. b7b3faa MEDIUM: servers: Replace idle-timeout with pool-purge-delay. by Olivier Houchard · 6 years ago
  49. 006e310 MEDIUM: servers: Add a command to limit the number of idling connections. by Olivier Houchard · 6 years ago
  50. 86006a5 MEDIUM: proxy: Set http-reuse safe as default. by Olivier Houchard · 6 years ago
  51. 27d93c3 BUG/MAJOR: compression/cache: Make it really works with these both filters by Christopher Faulet · 6 years ago
  52. c77d364 MINOR: config: round up global.tune.bufsize to the next multiple of 2 void* by Willy Tarreau · 6 years ago
  53. 99a17a2 MEDIUM: cache: Require an explicit filter declaration if other filters are used by Christopher Faulet · 6 years ago
  54. b36a6d2 DOC: refer to check-sni in the documentation of sni by Jérôme Magnin · 6 years ago
  55. ae9bb76 DOC: clarify that check-sni needs an argument. by Jérôme Magnin · 6 years ago
  56. 72e9227 [RELEASE] Released version 1.9-dev10 by Willy Tarreau · 6 years ago
  57. 8657742 MINOR: sample: add bc_http_major by Jérôme Magnin · 6 years ago
  58. da7e3be [RELEASE] Released version 1.9-dev9 by Willy Tarreau · 6 years ago
  59. 0c18a6f MEDIUM: servers: Add a way to keep idle connections alive. by Olivier Houchard · 6 years ago
  60. 0b936ad [RELEASE] Released version 1.9-dev8 by Willy Tarreau · 6 years ago
  61. 6b77f49 MEDIUM: ssl: Add ssl_bc_alpn and ssl_bc_npn sample fetches. by Olivier Houchard · 6 years ago
  62. c756600 MINOR: server: Add "alpn" and "npn" keywords. by Olivier Houchard · 6 years ago
  63. beb859a MINOR: polling: add an option to support busy polling by Willy Tarreau · 6 years ago
  64. 70fe944 MINOR: sample: add cpu_calls, cpu_ns_avg, cpu_ns_tot, lat_ns_avg, lat_ns_tot by Willy Tarreau · 6 years ago
  65. 75c62c2 MINOR: activity: add configuration and CLI support for "profiling.tasks" by Willy Tarreau · 6 years ago
  66. 5c0e41b [RELEASE] Released version 1.9-dev7 by Willy Tarreau · 6 years ago
  67. 71b4b15 DOC: fix a few typos in the documentation by Joseph Herlant · 6 years ago
  68. 3aac106 DOC: early-hints: fix truncated line. by Frédéric Lécaille · 6 years ago
  69. 06f5b64 MINOR: doc: Add information about "early-hint" http-request action. by Frédéric Lécaille · 6 years ago
  70. c1b0645 MEDIUM: log: add a new "raw" format by Willy Tarreau · 6 years ago
  71. e8746a0 MEDIUM: log: support a new "short" format by Willy Tarreau · 6 years ago
  72. 5a32ecc MEDIUM: log: add support for logging to existing file descriptors by Willy Tarreau · 6 years ago
  73. adb345d DOC: logs: the format directive was missing from the second log part by Willy Tarreau · 6 years ago
  74. 9607949 [RELEASE] Released version 1.9-dev6 by Willy Tarreau · 6 years ago
  75. 745f15e DOC: restore note about "independant" typo by Lukas Tribus · 6 years ago
  76. 6c81d5f DOC: split the http-response actions in their own section by Cyril Bonté · 6 years ago
  77. c6ad23b DOC: split the http-request actions in their own section by Cyril Bonté · 6 years ago
  78. bddf292 [RELEASE] Released version 1.9-dev5 by Willy Tarreau · 6 years ago
  79. 80512b1 BUG/MINOR: only auto-prefer last server if lb-alg is non-deterministic by Lukas Tribus · 6 years ago
  80. fd9b68c BUG/MINOR: only mark connections private if NTLM is detected by Lukas Tribus · 6 years ago
  81. e3c83d8 DOC: cache: Missing information about "total-max-size" and "max-object-size" by Frédéric Lécaille · 6 years ago
  82. 5f8bea6 DOC: Update about the cache support for big objects. by Frédéric Lécaille · 6 years ago
  83. 68ad3a4 MINOR: proxy: add a new option "http-use-htx" by Willy Tarreau · 6 years ago
  84. 01fbe74 [RELEASE] Released version 1.9-dev4 by Willy Tarreau · 6 years ago
  85. 315b39c MINOR: http: Use same flag for httpclose and forceclose options by Christopher Faulet · 6 years ago
  86. 4212a30 MEDIUM: http: Ignore http-tunnel option on backend by Christopher Faulet · 6 years ago
  87. 98db976 MEDIUM: http: Ignore http-pretend-keepalive option on frontend by Christopher Faulet · 6 years ago
  88. 415150f MEDIUM: ssl: add support for ciphersuites option for TLSv1.3 by Dirkjan Bussink · 6 years ago
  89. 2793578 DOC: clarify force-private-cache is an option by Lukas Tribus · 6 years ago
  90. 27010f0 [RELEASE] Released version 1.9-dev3 by Willy Tarreau · 6 years ago
  91. 9cf4634 DOC: Update configuration doc about the maximum number of stick counters. by Moemen MHEDHBI · 6 years ago
  92. 253006d [RELEASE] Released version 1.9-dev2 by Willy Tarreau · 6 years ago
  93. 2fe7dd0 MEDIUM: protocol: sockpair protocol by William Lallemand · 6 years ago
  94. 590a051 BUG/MEDIUM: session: fix reporting of handshake processing time in the logs by Willy Tarreau · 6 years ago
  95. 155e93e MINOR: Add srv_conn_free sample fetch by Patrick Hemmer · 6 years ago
  96. 4cdf3ab MINOR: add be_conn_free sample fetch by Patrick Hemmer · 6 years ago
  97. 15c64ff DOC: Fix spelling error in configuration doc by Jens Bissinger · 6 years ago
  98. a25282b DOC: ssl: Use consistent naming for TLS protocols by Bertrand Jacquin · 6 years ago
  99. fabb24f DOC: add documentation for prio_class and prio_offset sample fetches. by Patrick Hemmer · 6 years ago
  100. 268a707 MEDIUM: add set-priority-class and set-priority-offset by Patrick Hemmer · 6 years ago