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