1. d06f31c DOC: Add note about encrypted password CPU usage by Daniel Schneller · Mon Nov 06 16:51:04 2017 +0100
  2. a8d8d6e [RELEASE] Released version 1.8-rc2 by Willy Tarreau · Fri Nov 03 23:52:47 2017 +0100
  3. 901f75c [RELEASE] Released version 1.8-rc1 by Willy Tarreau · Tue Oct 31 23:18:29 2017 +0100
  4. 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
  5. 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
  6. 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
  7. 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
  8. 79a481d MINOR: ssl: Remove the global allow-0rtt option. by Olivier Houchard · Tue Oct 31 13:32:10 2017 +0100
  9. 6251902 MINOR: threads: Add thread-map config parameter in the global section by Christopher Faulet · Mon Oct 16 15:49:32 2017 +0200
  10. be0faa2 MINOR: threads: Add nbthread parameter by Christopher Faulet · Tue Aug 29 15:37:10 2017 +0200
  11. 67957bd MAJOR: dns: Refactor the DNS code by Christopher Faulet · Wed Sep 27 11:00:59 2017 +0200
  12. 76c09ef MEDIUM: spoe/rules: Add "send-spoe-group" action for tcp/http rules by Christopher Faulet · Thu Sep 21 11:03:52 2017 +0200
  13. 404d978 MINOR: add ALPN information to send-proxy-v2 by Emmanuel Hocdet · Tue Oct 24 10:55:14 2017 +0200
  14. 9679ac9 MINOR: ssl: Don't abuse ssl_options. by Olivier Houchard · Fri Oct 27 14:58:08 2017 +0200
  15. ccaa7de MINOR: ssl/proto_http: Add keywords to take care of early data. by Olivier Houchard · Mon Oct 02 11:51:03 2017 +0200
  16. c2aae74 MEDIUM: ssl: Handle early data with OpenSSL 1.1.1 by Olivier Houchard · Fri Sep 22 18:26:28 2017 +0200
  17. 84e417d MINOR: ssl: support Openssl 1.1.1 early callback for switchctx by Emmanuel Hocdet · Wed Aug 16 11:33:17 2017 +0200
  18. 51a76d8 MINOR: http: Mark the 425 code as "Too Early". by Olivier Houchard · Mon Oct 02 16:12:07 2017 +0200
  19. 3f957b2 MINOR: sample: add the hex2i converter by Dragan Dosen · Tue Oct 24 09:27:34 2017 +0200
  20. 6e5a9ca MINOR: sample: add the sha1 converter by Dragan Dosen · Tue Oct 24 09:18:23 2017 +0200
  21. f08137c [RELEASE] Released version 1.8-dev3 by Willy Tarreau · Sun Oct 22 10:13:45 2017 +0200
  22. 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
  23. d716f9b MINOR: payload: add new sample fetch functions to process distcc protocol by Willy Tarreau · Fri Oct 13 11:03:15 2017 +0200
  24. ff2b7af MINOR: server: add the srv_queue() sample fetch method by Willy Tarreau · Fri Oct 13 11:46:26 2017 +0200
  25. 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
  26. 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
  27. 87e4302 DOC: Refer to Mozilla TLS info / config generator by Daniel Schneller · Fri Sep 01 19:29:57 2017 +0200
  28. 9d8dbbc MINOR: dns: Maximum DNS udp payload set to 8192 by Baptiste Assmann · Fri Aug 18 23:35:08 2017 +0200
  29. 686408b MINOR: dns: default "hold obsolete" timeout set to 0 by Baptiste Assmann · Fri Aug 18 10:15:42 2017 +0200
  30. 2af08fe MINOR: dns: enabled edns0 extension and make accpeted payload size tunable by Baptiste Assmann · Mon Aug 14 00:13:01 2017 +0200
  31. ecfa18d MINOR: doc: Document SRV label usage. by Olivier Houchard · Mon Aug 07 17:30:03 2017 +0200
  32. a8c6db8 MINOR: dns: Cache previous DNS answers. by Olivier Houchard · Thu Jul 06 18:46:47 2017 +0200
  33. 174dfe5 MINOR: ssl: add "no-ca-names" parameter for bind by Emmanuel Hocdet · Fri Jul 28 15:01:05 2017 +0200
  34. ad92a9a BUG/MINOR: ssl: make use of the name in SNI before verifyhost by Willy Tarreau · Fri Jul 28 11:38:41 2017 +0200
  35. 2ab8867 MINOR: ssl: compare server certificate names to the SNI on outgoing connections by Willy Tarreau · Wed Jul 05 18:23:03 2017 +0200
  36. e0ee0be DOC: fix references to the section about time format. by Jarno Huuskonen · Tue Jul 04 10:35:12 2017 +0300
  37. 1af20c7 DOC: fix references to the section about the unix socket by Willy Tarreau · Fri Jun 23 16:01:14 2017 +0200
  38. 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
  39. b5e42a8 BUG/MAJOR: ssl: buffer overflow using offloaded ciphering on async engine by Emeric Brun · Tue Jun 06 12:35:14 2017 +0000
  40. bd695fe MEDIUM: ssl: disable SSLv3 per default for bind by Emmanuel Hocdet · Mon May 15 15:53:41 2017 +0200
  41. 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
  42. f57a29a [RELEASE] Released version 1.8-dev2 by Willy Tarreau · Fri Jun 02 15:59:51 2017 +0200
  43. 201c07f MAJOR/REORG: dns: DNS resolution task and requester queues by Baptiste Assmann · Mon May 22 15:17:15 2017 +0200
  44. 23e9e93 MINOR: log: Add logurilen tunable. by Stéphane Cottin · Thu May 18 08:58:41 2017 +0200
  45. e202b1e DOC: add documentation for the master-worker mode by William Lallemand · Thu Jun 01 17:38:56 2017 +0200
  46. 3854e01 MEDIUM: ssl: handle multiple async engines by Emeric Brun · Wed May 17 20:42:48 2017 +0200
  47. fa6c7ee MAJOR: ssl: add openssl async mode support by Grant Zhang · Sat Jan 14 01:42:15 2017 +0000
  48. 872f9c2 MEDIUM: ssl: add basic support for OpenSSL crypto engine by Grant Zhang · Sat Jan 21 01:10:18 2017 +0000
  49. 7f80eb2 MEDIUM: proxy: zombify proxies only when the expose-fd socket is bound by William Lallemand · Fri May 26 18:19:55 2017 +0200
  50. f6975e9 MINOR: cli: add 'expose-fd listeners' to pass listeners FDs by William Lallemand · Fri May 26 17:42:10 2017 +0200
  51. 1bfc24b MINOR: sample: Add b64dec sample converter by Holger Just · Sat May 06 00:56:53 2017 +0200
  52. 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
  53. 42fb980 MINOR: ssl: support TLSv1.3 for bind and server by Emmanuel Hocdet · Thu Mar 30 19:29:39 2017 +0200
  54. 6cb2d1e MEDIUM: ssl: revert ssl/tls version settings relative to default-server. by Emmanuel Hocdet · Thu Mar 30 14:43:31 2017 +0200
  55. 53ae85c MINOR: ssl: add prefer-client-ciphers by Lukas Tribus · Thu May 04 15:45:40 2017 +0000
  56. 2395368 DOC: update RFC references by Lukas Tribus · Fri Apr 28 13:24:30 2017 +0000
  57. d7d8881 MINOR: proto-http: Add sample fetch wich returns all HTTP headers by Thierry FOURNIER · Wed Apr 19 15:15:14 2017 +0200
  58. 5617dce MINOR: Add binary encoding request header sample fetch by Thierry FOURNIER · Sun Apr 09 05:38:19 2017 +0200
  59. 013a84f DOC: errloc/errorloc302/errorloc303 missing status codes. by Jarno Huuskonen · Sat Apr 22 11:26:50 2017 +0300
  60. 95b012b DOC: add layer 4 links/cross reference to "block" keyword. by Jarno Huuskonen · Thu Apr 06 13:59:14 2017 +0300
  61. cb4502e DOC: Add documentation for new "server-template" keyword. by Frédéric Lécaille · Thu Apr 20 13:36:25 2017 +0200
  62. 1fc0516 MINOR: proxy: Don't close FDs if not our proxy. by Olivier Houchard · Thu Apr 06 01:05:05 2017 +0200
  63. 04bf981 BUG/MEDIUM: servers: unbreak server weight propagation by Willy Tarreau · Thu Apr 13 15:09:26 2017 +0200
  64. 266b1a8 MEDIUM: server: Inherit CLI weight changes and agent-check weight responses by Michal Idzikowski · Mon Mar 27 14:45:49 2017 +0200
  65. 68af3c1 DOC: stick-table is available in frontend sections by Adam Spiers · Thu Apr 06 16:31:39 2017 +0100
  66. e5ae702 DOC: add few comments to examples. by Jarno Huuskonen · Mon Apr 03 14:36:21 2017 +0300
  67. 84c51ec DOC: changed "block"(deprecated) examples to http-request deny by Jarno Huuskonen · Mon Apr 03 14:20:34 2017 +0300
  68. 7b67726 [RELEASE] Released version 1.8-dev1 by Willy Tarreau · Mon Apr 03 09:27:49 2017 +0200
  69. 29f4560 DOC: log-format/tcplog/httplog update by Guillaume de Lafond · Fri Mar 31 19:52:15 2017 +0200
  70. 676f622 DOC: fix parenthesis and add missing "Example" tags by Jarno Huuskonen · Thu Mar 30 09:19:45 2017 +0300
  71. 98a3e3f MINOR: doc: fix use-server example (imap vs mail) by Lukas Tribus · Sun Mar 26 12:55:35 2017 +0000
  72. d237627 DOC: server: Add docs for "server" and "default-server" new "no-*" and other settings. by Frédéric Lécaille · Tue Mar 21 18:52:12 2017 +0100
  73. 203ec5a MEDIUM: global: add a 'hard-stop-after' option to cap the soft-stop time by Cyril Bonté · Thu Mar 23 22:44:13 2017 +0100
  74. aa83a31 MINOR: doc: 2.4. Examples should be 2.5. Examples by Lukas Tribus · Tue Mar 21 09:25:09 2017 +0000
  75. 4e69404 MINOR: server: Add dynamic session cookies. by Olivier Houchard · Tue Mar 14 20:01:29 2017 +0100
  76. 800d176 MINOR: http-request tarpit deny_status. by Jarno Huuskonen · Mon Mar 06 14:56:36 2017 +0200
  77. 807a6e7 MINOR: Add hostname sample fetch by Nenad Merdanovic · Sun Mar 12 22:00:00 2017 +0100
  78. b7e7c47 MINOR: Add nbsrv sample converter by Nenad Merdanovic · Sun Mar 12 21:56:55 2017 +0100
  79. aaee750 BUG/MINOR: ssl: fix cipherlist captures with sustainable SSL calls by Emmanuel Hocdet · Tue Mar 07 18:34:58 2017 +0100
  80. 4608ed9 MEDIUM: ssl: remove ssl-options from crt-list by Emmanuel Hocdet · Fri Jan 20 13:06:27 2017 +0100
  81. 5bf7732 MEDIUM: ssl: add new sample-fetch which captures the cipherlist by Thierry FOURNIER · Sat Feb 25 12:45:22 2017 +0100
  82. 0594211 MEDIUM: boringssl: support native multi-cert selection without bundling by Emmanuel Hocdet · Mon Feb 20 16:11:50 2017 +0100
  83. 768d860 MINOR: doc: Add docs for agent-addr configuration variable by Misiek · Mon Jan 09 09:52:43 2017 +0100
  84. e7f2b73 MINOR: ssl: add curve suite for ECDHE negotiation by Emmanuel Hocdet · Mon Jan 09 16:15:54 2017 +0100
  85. 9826329 MAJOR: ssl: bind configuration per certificat by Emmanuel Hocdet · Thu Dec 29 18:26:15 2016 +0100
  86. 8c8c349 DOC: add deprecation notice to "block" by Jarno Huuskonen · Wed Dec 28 18:50:29 2016 +0200
  87. 4f60301 MINOR: connection: add sample fetch "fc_rcvd_proxy" by Emeric Brun · Thu Jan 05 15:11:44 2017 +0100
  88. 52f5db2 MINOR: http: custom status reason. by Robin H. Johnson · Sun Jan 01 13:10:52 2017 -0800
  89. 01e0974 MINOR: samples: add xx-hash functions by Thierry FOURNIER · Mon Dec 26 11:46:11 2016 +0100
  90. f27cddc DOC: Add timings events schemas by Guillaume de Lafond · Fri Dec 23 17:32:43 2016 +0100
  91. 6e413ed DOC: fix small typo in fe_id (backend instead of frontend) by Marcin Deranek · Tue Dec 13 12:40:01 2016 +0100
  92. 31bfe1f DOC: Add undocumented argument of the trace filter by Christopher Faulet · Fri Dec 09 17:42:38 2016 +0100
  93. d2471c2 MINOR: proxy: Add fe_name/be_name fetchers next to existing fe_id/be_id by Marcin Deranek · Mon Dec 12 14:08:05 2016 +0100
  94. f25e8e5 DOC: Added 51Degrees conv and fetch functions to documentation. by Ben Shillito · Fri Dec 02 14:25:37 2016 +0000
  95. 3c5e374 DOC: Fix map table's format by Ruoshan Huang · Fri Dec 02 16:25:31 2016 +0800
  96. 4896c44 DOC: Spelling fixes by Tim Düsterhus · Tue Nov 29 02:15:19 2016 +0100
  97. 0e658fb [RELEASE] Released version 1.8-dev0 by Willy Tarreau · Fri Nov 25 16:55:50 2016 +0100
  98. e59fcdd [RELEASE] Released version 1.7.0 by Willy Tarreau · Fri Nov 25 16:39:17 2016 +0100
  99. d4d0a23 DOC: ssl: Use correct wording for ca-sign-pass by Bertrand Jacquin · Sun Nov 13 16:37:12 2016 +0000
  100. d5d890b [RELEASE] Released version 1.7-dev6 by Willy Tarreau · Wed Nov 09 23:18:17 2016 +0100