1. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  2. c644fa9 MINOR: config: Add threads support for "process" option on "bind" lines by Christopher Faulet · 7 years ago
  3. cb6a945 MINOR: config: Add the threads support in cpu-map directive by Christopher Faulet · 7 years ago
  4. 11da456 MINOR:: config: Remove thread-map directive by Christopher Faulet · 7 years ago
  5. ff4121f MINOR: config: Support partial ranges in cpu-map directive by Christopher Faulet · 7 years ago
  6. 26028f6 MINOR: config: Add auto-increment feature for cpu-map by Christopher Faulet · 7 years ago
  7. 1dcb9cb MINOR: config: Support a range to specify processes in "cpu-map" parameter by Christopher Faulet · 7 years ago
  8. 45a66cc MEDIUM: config: ensure that tune.bufsize is at least 16384 when using HTTP/2 by Willy Tarreau · 7 years ago
  9. 599391a MINOR: h2: make use of client-fin timeout after GOAWAY by Willy Tarreau · 7 years ago
  10. 53275e8 MINOR: http: implement the "http-request reject" rule by Willy Tarreau · 7 years ago
  11. 34adb2a MINOR: sample: Add "thread" sample fetch by Christopher Faulet · 7 years ago
  12. f46bf95 BUG/MINOR: systemd: ignore daemon mode by Lukas Tribus · 7 years ago
  13. cfe1466 [RELEASE] Released version 1.8-rc4 by Willy Tarreau · 7 years ago
  14. 4b6645d DOC: peers: Add a first version of peers protocol v2.1. by Frédéric Lécaille · 7 years ago
  15. 34650d5 [RELEASE] Released version 1.8-rc3 by Willy Tarreau · 7 years ago
  16. d06f31c DOC: Add note about encrypted password CPU usage by Daniel Schneller · 7 years ago
  17. a8d8d6e [RELEASE] Released version 1.8-rc2 by Willy Tarreau · 7 years ago
  18. 901f75c [RELEASE] Released version 1.8-rc1 by Willy Tarreau · 7 years ago
  19. 5242ef8 MINOR: h2: expose tune.h2.max-concurrent-streams to limit the number of streams by Willy Tarreau · 7 years ago
  20. e6baec0 MINOR: h2: expose tune.h2.initial-window-size to configure the window size by Willy Tarreau · 7 years ago
  21. fe20e5b MINOR: h2: expose tune.h2.header-table-size to configure the table size by Willy Tarreau · 7 years ago
  22. 60ca10a MINOR: connection: report the major HTTP version from the MUX for logging (fc_http_major) by Willy Tarreau · 7 years ago
  23. 79a481d MINOR: ssl: Remove the global allow-0rtt option. by Olivier Houchard · 7 years ago
  24. 6251902 MINOR: threads: Add thread-map config parameter in the global section by Christopher Faulet · 7 years ago
  25. 71a6a8e MEDIUM: threads/filters: Add init/deinit callback per thread by Christopher Faulet · 7 years ago
  26. be0faa2 MINOR: threads: Add nbthread parameter by Christopher Faulet · 7 years ago
  27. 67957bd MAJOR: dns: Refactor the DNS code by Christopher Faulet · 7 years ago
  28. 344c4ab MEDIUM: spoe/rules: Process "send-spoe-group" action by Christopher Faulet · 7 years ago
  29. 76c09ef MEDIUM: spoe/rules: Add "send-spoe-group" action for tcp/http rules by Christopher Faulet · 7 years ago
  30. 11610f3 MEDIUM: spoe: Parse new "spoe-group" section in SPOE config file by Christopher Faulet · 7 years ago
  31. 7ee8667 MINOR: spoe: Check uniqness of SPOE engine names during config parsing by Christopher Faulet · 7 years ago
  32. 57583e4 MEDIUM: spoe: Add support of ACLS to enable or disable sending of SPOE messages by Christopher Faulet · 7 years ago
  33. 404d978 MINOR: add ALPN information to send-proxy-v2 by Emmanuel Hocdet · 7 years ago
  34. 9679ac9 MINOR: ssl: Don't abuse ssl_options. by Olivier Houchard · 7 years ago
  35. ccaa7de MINOR: ssl/proto_http: Add keywords to take care of early data. by Olivier Houchard · 7 years ago
  36. c2aae74 MEDIUM: ssl: Handle early data with OpenSSL 1.1.1 by Olivier Houchard · 7 years ago
  37. 84e417d MINOR: ssl: support Openssl 1.1.1 early callback for switchctx by Emmanuel Hocdet · 7 years ago
  38. 51a76d8 MINOR: http: Mark the 425 code as "Too Early". by Olivier Houchard · 7 years ago
  39. 3190427 MINOR: hlua: Add regex class by Thierry FOURNIER · 7 years ago
  40. 46c7255 MINOR: lua: add uuid to the Class Proxy by Baptiste Assmann · 7 years ago
  41. 3f957b2 MINOR: sample: add the hex2i converter by Dragan Dosen · 7 years ago
  42. 6e5a9ca MINOR: sample: add the sha1 converter by Dragan Dosen · 7 years ago
  43. f08137c [RELEASE] Released version 1.8-dev3 by Willy Tarreau · 7 years ago
  44. 9130a96 MINOR: checks: Add a new keyword to specify a SNI when doing SSL checks. by Olivier Houchard · 7 years ago
  45. d716f9b MINOR: payload: add new sample fetch functions to process distcc protocol by Willy Tarreau · 7 years ago
  46. ff2b7af MINOR: server: add the srv_queue() sample fetch method by Willy Tarreau · 7 years ago
  47. dce734e DOC: fix some typos by Patrick Starr · 7 years ago
  48. 636e6af DOC: 51d: Updated git URL and instructions for getting Hash Trie data files. by Ben51Degrees · 7 years ago
  49. 16586e6 DOC: 51d: add 51Degrees git URL that points to release version 3.2.12.12 by Dragan Dosen · 7 years ago
  50. c4df59e MINOR: cli: add socket commands and config to prepend informational messages with severity by Andjelko Iharos · 7 years ago
  51. 2da788e MEDIUM: xref/lua: Use xref for referencing cosocket relation between stream and lua by Thierry FOURNIER · 7 years ago
  52. ddcde19 MINOR: ssl: rework smp_fetch_ssl_fc_cl_str without internal ssl use by Emmanuel Hocdet · 7 years ago
  53. b6c8b0d DOC: Add note about "* " prefix in CSV stats by Daniel Schneller · 7 years ago
  54. 87e4302 DOC: Refer to Mozilla TLS info / config generator by Daniel Schneller · 7 years ago
  55. d8703e8 DOC: add CLI info on privilege levels by Olivier Doucet · 7 years ago
  56. 9d8dbbc MINOR: dns: Maximum DNS udp payload set to 8192 by Baptiste Assmann · 7 years ago
  57. 686408b MINOR: dns: default "hold obsolete" timeout set to 0 by Baptiste Assmann · 7 years ago
  58. 2af08fe MINOR: dns: enabled edns0 extension and make accpeted payload size tunable by Baptiste Assmann · 7 years ago
  59. ecfa18d MINOR: doc: Document SRV label usage. by Olivier Houchard · 7 years ago
  60. a8c6db8 MINOR: dns: Cache previous DNS answers. by Olivier Houchard · 7 years ago
  61. 3169471 MINOR: Add server port field to server state file. by Frédéric Lécaille · 7 years ago
  62. 7a4a0ac MINOR: cli: add a new "show fd" command by Willy Tarreau · 7 years ago
  63. d6129fc DOC: fix alphabetical order of "show commands" in management.txt by Willy Tarreau · 7 years ago
  64. 174dfe5 MINOR: ssl: add "no-ca-names" parameter for bind by Emmanuel Hocdet · 7 years ago
  65. ad92a9a BUG/MINOR: ssl: make use of the name in SNI before verifyhost by Willy Tarreau · 7 years ago
  66. 9b82a58 MINOR: lua: Add lists of frontends and backends by Thierry FOURNIER · 7 years ago
  67. 817e759 DOC: lua: Proxy class doc update by Thierry FOURNIER · 7 years ago
  68. ac752ff DOC: Updated 51Degrees git URL to point to a stable version. by ben51degrees · 7 years ago
  69. 2ab8867 MINOR: ssl: compare server certificate names to the SNI on outgoing connections by Willy Tarreau · 7 years ago
  70. e0ee0be DOC: fix references to the section about time format. by Jarno Huuskonen · 7 years ago
  71. 1af20c7 DOC: fix references to the section about the unix socket by Willy Tarreau · 7 years ago
  72. 50174f3 BUG/MINOR: cfgparse: Check if tune.http.maxhdr is in the range 1..32767 by Christopher Faulet · 7 years ago
  73. b5e42a8 BUG/MAJOR: ssl: buffer overflow using offloaded ciphering on async engine by Emeric Brun · 7 years ago
  74. bd695fe MEDIUM: ssl: disable SSLv3 per default for bind by Emmanuel Hocdet · 7 years ago
  75. df701a2 MINOR: ssl: support ssl-min-ver and ssl-max-ver with crt-list by Emmanuel Hocdet · 7 years ago
  76. f57a29a [RELEASE] Released version 1.8-dev2 by Willy Tarreau · 7 years ago
  77. 201c07f MAJOR/REORG: dns: DNS resolution task and requester queues by Baptiste Assmann · 7 years ago
  78. 23e9e93 MINOR: log: Add logurilen tunable. by Stéphane Cottin · 7 years ago
  79. e202b1e DOC: add documentation for the master-worker mode by William Lallemand · 7 years ago
  80. 2c32d8f MINOR: boringssl: basic support for OCSP Stapling by Emmanuel Hocdet · 7 years ago
  81. 3854e01 MEDIUM: ssl: handle multiple async engines by Emeric Brun · 7 years ago
  82. fa6c7ee MAJOR: ssl: add openssl async mode support by Grant Zhang · 7 years ago
  83. 872f9c2 MEDIUM: ssl: add basic support for OpenSSL crypto engine by Grant Zhang · 7 years ago
  84. 7f80eb2 MEDIUM: proxy: zombify proxies only when the expose-fd socket is bound by William Lallemand · 7 years ago
  85. f6975e9 MINOR: cli: add 'expose-fd listeners' to pass listeners FDs by William Lallemand · 7 years ago
  86. 1bfc24b MINOR: sample: Add b64dec sample converter by Holger Just · 7 years ago
  87. e1c722b MEDIUM: ssl: add ssl-min-ver and ssl-max-ver parameters for bind and server by Emmanuel Hocdet · 7 years ago
  88. 42fb980 MINOR: ssl: support TLSv1.3 for bind and server by Emmanuel Hocdet · 7 years ago
  89. 6cb2d1e MEDIUM: ssl: revert ssl/tls version settings relative to default-server. by Emmanuel Hocdet · 7 years ago
  90. 53ae85c MINOR: ssl: add prefer-client-ciphers by Lukas Tribus · 7 years ago
  91. b418c12 MINOR: server: cli: Add server FQDNs to server-state file and stats socket. by Frédéric Lécaille · 7 years ago
  92. 2395368 DOC: update RFC references by Lukas Tribus · 7 years ago
  93. d7d8881 MINOR: proto-http: Add sample fetch wich returns all HTTP headers by Thierry FOURNIER · 7 years ago
  94. 5617dce MINOR: Add binary encoding request header sample fetch by Thierry FOURNIER · 7 years ago
  95. 013a84f DOC: errloc/errorloc302/errorloc303 missing status codes. by Jarno Huuskonen · 7 years ago
  96. 95b012b DOC: add layer 4 links/cross reference to "block" keyword. by Jarno Huuskonen · 7 years ago
  97. cb4502e DOC: Add documentation for new "server-template" keyword. by Frédéric Lécaille · 7 years ago
  98. 1fc0516 MINOR: proxy: Don't close FDs if not our proxy. by Olivier Houchard · 7 years ago
  99. d33fc3a MINOR: doc: document the -x flag by Olivier Houchard · 7 years ago
  100. 04bf981 BUG/MEDIUM: servers: unbreak server weight propagation by Willy Tarreau · 7 years ago