- 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · Sun Nov 25 19:14:37 2018 +0100
- 0b936ad [RELEASE] Released version 1.9-dev8 by Willy Tarreau · Sun Nov 25 09:16:46 2018 +0100
- 6b77f49 MEDIUM: ssl: Add ssl_bc_alpn and ssl_bc_npn sample fetches. by Olivier Houchard · Thu Nov 22 18:18:29 2018 +0100
- c756600 MINOR: server: Add "alpn" and "npn" keywords. by Olivier Houchard · Tue Nov 20 23:33:50 2018 +0100
- beb859a MINOR: polling: add an option to support busy polling by Willy Tarreau · Thu Nov 22 18:07:59 2018 +0100
- 70fe944 MINOR: sample: add cpu_calls, cpu_ns_avg, cpu_ns_tot, lat_ns_avg, lat_ns_tot by Willy Tarreau · Thu Nov 22 16:07:39 2018 +0100
- 75c62c2 MINOR: activity: add configuration and CLI support for "profiling.tasks" by Willy Tarreau · Thu Nov 22 11:02:09 2018 +0100
- 5c0e41b [RELEASE] Released version 1.9-dev7 by Willy Tarreau · Sun Nov 18 22:33:00 2018 +0100
- 71b4b15 DOC: fix a few typos in the documentation by Joseph Herlant · Tue Nov 13 16:55:16 2018 -0800
- 02cedc4 DOC: Fix typos in different subsections of the documentation by Joseph Herlant · Tue Nov 13 19:45:17 2018 -0800
- 3aac106 DOC: early-hints: fix truncated line. by Frédéric Lécaille · Tue Nov 13 09:42:13 2018 +0100
- 06f5b64 MINOR: doc: Add information about "early-hint" http-request action. by Frédéric Lécaille · Mon Nov 12 11:01:10 2018 +0100
- c1b0645 MEDIUM: log: add a new "raw" format by Willy Tarreau · Mon Nov 12 11:57:56 2018 +0100
- e8746a0 MEDIUM: log: support a new "short" format by Willy Tarreau · Mon Nov 12 08:45:00 2018 +0100
- 5a32ecc MEDIUM: log: add support for logging to existing file descriptors by Willy Tarreau · Mon Nov 12 07:34:59 2018 +0100
- adb345d DOC: logs: the format directive was missing from the second log part by Willy Tarreau · Mon Nov 12 07:56:13 2018 +0100
- 9607949 [RELEASE] Released version 1.9-dev6 by Willy Tarreau · Sun Nov 11 10:43:39 2018 +0100
- 745f15e DOC: restore note about "independant" typo by Lukas Tribus · Thu Nov 08 12:41:42 2018 +0100
- 6c81d5f DOC: split the http-response actions in their own section by Cyril Bonté · Wed Oct 17 00:14:51 2018 +0200
- c6ad23b DOC: split the http-request actions in their own section by Cyril Bonté · Wed Oct 17 00:14:50 2018 +0200
- bddf292 [RELEASE] Released version 1.9-dev5 by Willy Tarreau · Sun Oct 28 20:39:31 2018 +0100
- 80512b1 BUG/MINOR: only auto-prefer last server if lb-alg is non-deterministic by Lukas Tribus · Sat Oct 27 20:07:40 2018 +0200
- fd9b68c BUG/MINOR: only mark connections private if NTLM is detected by Lukas Tribus · Sat Oct 27 20:06:59 2018 +0200
- e3c83d8 DOC: cache: Missing information about "total-max-size" and "max-object-size" by Frédéric Lécaille · Thu Oct 25 10:46:40 2018 +0200
- 5f8bea6 DOC: Update about the cache support for big objects. by Frédéric Lécaille · Tue Oct 23 10:09:19 2018 +0200
- 68ad3a4 MINOR: proxy: add a new option "http-use-htx" by Willy Tarreau · Mon Oct 22 11:49:15 2018 +0200
- 01fbe74 [RELEASE] Released version 1.9-dev4 by Willy Tarreau · Sun Oct 21 20:28:30 2018 +0200
- 0a93b64 MINOR: pools: allocate most memory pools from an array by Willy Tarreau · Tue Oct 16 07:58:39 2018 +0200
- 315b39c MINOR: http: Use same flag for httpclose and forceclose options by Christopher Faulet · Fri Sep 21 16:26:19 2018 +0200
- 4212a30 MEDIUM: http: Ignore http-tunnel option on backend by Christopher Faulet · Fri Sep 21 10:42:19 2018 +0200
- 98db976 MEDIUM: http: Ignore http-pretend-keepalive option on frontend by Christopher Faulet · Fri Sep 21 10:25:19 2018 +0200
- 415150f MEDIUM: ssl: add support for ciphersuites option for TLSv1.3 by Dirkjan Bussink · Fri Sep 14 11:14:21 2018 +0200
- 2793578 DOC: clarify force-private-cache is an option by Lukas Tribus · Mon Oct 01 02:00:16 2018 +0200
- 27010f0 [RELEASE] Released version 1.9-dev3 by Willy Tarreau · Sat Sep 29 20:17:33 2018 +0200
- 8878f8e MEDIUM: lua: Add stick table support for Lua. by Adis Nezirovic · Fri Jul 13 12:18:33 2018 +0200
- 9cf4634 DOC: Update configuration doc about the maximum number of stick counters. by Moemen MHEDHBI · Tue Sep 25 17:50:53 2018 +0200
- 874a35c DOC: Fix typos in lua documentation by Bertrand Jacquin · Mon Sep 10 21:26:07 2018 +0100
- 253006d [RELEASE] Released version 1.9-dev2 by Willy Tarreau · Wed Sep 12 18:59:48 2018 +0200
- 2fe7dd0 MEDIUM: protocol: sockpair protocol by William Lallemand · Tue Sep 11 16:51:29 2018 +0200
- 590a051 BUG/MEDIUM: session: fix reporting of handshake processing time in the logs by Willy Tarreau · Wed Sep 05 11:56:48 2018 +0200
- 6d0f38f BUG/MEDIUM: dns/server: fix incomatibility between SRV resolution and server state file by Baptiste Assmann · Mon Jul 02 17:00:54 2018 +0200
- 155e93e MINOR: Add srv_conn_free sample fetch by Patrick Hemmer · Thu Jun 14 18:01:35 2018 -0400
- 4cdf3ab MINOR: add be_conn_free sample fetch by Patrick Hemmer · Thu Jun 14 17:10:27 2018 -0400
- fe5463e REGTEST/MINOR: Missing mandatory "ignore_unknown_macro". by Frédéric Lécaille · Tue Aug 21 15:29:24 2018 +0200
- 15c64ff DOC: Fix spelling error in configuration doc by Jens Bissinger · Thu Aug 23 14:11:27 2018 +0200
- f7e3955 DOC: update the layering design notes by Willy Tarreau · Fri Aug 17 09:58:29 2018 +0200
- a25282b DOC: ssl: Use consistent naming for TLS protocols by Bertrand Jacquin · Tue Aug 14 00:56:13 2018 +0100
- fabb24f DOC: add documentation for prio_class and prio_offset sample fetches. by Patrick Hemmer · Mon Aug 13 14:07:57 2018 -0400
- c5dd5a5 DOC: dns: explain set server ... fqdn requires resolver by Lukas Tribus · Tue Aug 14 11:39:35 2018 +0200
- 268a707 MEDIUM: add set-priority-class and set-priority-offset by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
- 8ed0a3e MINOR: mux/server: Add 'proto' keyword to force the multiplexer's protocol by Christopher Faulet · Tue Apr 10 14:45:45 2018 +0200
- a717b99 MINOR: mux/frontend: Add 'proto' keyword to force the mux protocol by Christopher Faulet · Tue Apr 10 14:43:00 2018 +0200
- 65e94d1 [RELEASE] Released version 1.9-dev1 by Willy Tarreau · Thu Aug 02 18:12:50 2018 +0200
- 7cc040c DOC: add more design feedback on the new layering model by Willy Tarreau · Mon Jul 23 17:29:37 2018 +0200
- 9382cdd DOC: add some design notes about the new layering model by Willy Tarreau · Wed Feb 21 18:07:26 2018 +0100
- f148888 MINOR: buffers: add b_xfer() to transfer data between buffers by Willy Tarreau · Fri Jul 20 16:24:39 2018 +0200
- 23d465c DOC: buffers: remove obsolete docs about buffers by Willy Tarreau · Wed Jul 18 15:53:53 2018 +0200
- 9d752e9 DOC: buffers: document the new buffers API by Willy Tarreau · Fri Jul 13 18:49:41 2018 +0200
- 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · Fri Jul 13 11:56:34 2018 +0200
- bcbd393 MINOR: channel/buffer: replace b_{adv,rew} with c_{adv,rew} by Willy Tarreau · Wed Jun 06 07:13:22 2018 +0200
- 8e2d943 MINOR: dns: new DNS options to allow/prevent IP address duplication by Baptiste Assmann · Fri Jun 22 15:04:43 2018 +0200
- fd9655c DOC: regression testing: Add a short starting guide. by Frédéric Lécaille · Thu Jun 07 14:57:30 2018 +0200
- 730323e DOC: SPOE.txt: fix a typo by Kevin Zhu · Fri Jun 01 05:38:00 2018 +0200
- 44e609b MINOR: dns: Implement `parse-resolv-conf` directive by Ben Draut · Tue May 29 15:40:08 2018 -0600
- ea96a82 DOC: management: add the new wrew stats column by Willy Tarreau · Mon May 28 15:15:43 2018 +0200
- 1599b80 MINOR: tasks: Make the number of tasks to run at once configurable. by Olivier Houchard · Thu May 24 18:59:04 2018 +0200
- 926594f MINOR: ssl: set SSL_OP_PRIORITIZE_CHACHA by Lukas Tribus · Fri May 18 17:55:57 2018 +0200
- 8a16fe0 BUG/MEDIUM: cache: don't cache when an Authorization header is present by William Lallemand · Tue May 22 11:04:33 2018 +0200
- fa9f9cc DOC: add some description of the pending rework of the buffer structure by Willy Tarreau · Fri May 18 16:18:17 2018 +0200
- 6e0d5e7 DOC: spoe: fix a typo by Christopher Faulet · Thu Apr 26 14:25:43 2018 +0200
- c4dcaff BUG/MEDIUM: spoe: Flags are not encoded in network order by Thierry FOURNIER · Fri May 18 12:25:39 2018 +0200
- 32d539f MINOR: lua: add get_maxconn and set_maxconn to LUA Server class. by Patrick Hemmer · Sun Apr 29 14:25:46 2018 -0400
- a62ae7e MINOR: lua: Add server name & puid to LUA Server class. by Patrick Hemmer · Sun Apr 29 14:23:48 2018 -0400
- c6a1d71 DOC/MINOR: clean up LUA documentation re: servers & array/table. by Patrick Hemmer · Tue May 01 21:30:41 2018 -0400
- 760e81d MINOR: backend: implement random-based load balancing by Willy Tarreau · Thu May 03 07:20:40 2018 +0200
- e027547 MINOR: ssl: add fetch 'ssl_fc_session_key' and 'ssl_bc_session_key' by Patrick Hemmer · Sat Apr 28 19:15:51 2018 -0400
- ca097c1 MINOR: sample: Add strcmp sample converter by Tim Duesterhus · Fri Apr 27 21:18:45 2018 +0200
- 1e0867c MINOR: ssl: Add payload support to "set ssl ocsp-response" by Aurélien Nephtali · Wed Apr 18 14:04:58 2018 +0200
- 25650ce MINOR: map: Add payload support to "add map" by Aurélien Nephtali · Wed Apr 18 14:04:47 2018 +0200
- abbf607 MEDIUM: cli: Add payload support by Aurélien Nephtali · Wed Apr 18 13:26:46 2018 +0200
- daac1e4 DOC: lua: update the links to the config and Lua API by Willy Tarreau · Thu Apr 19 15:12:26 2018 +0200
- daf4cd2 MINOR: export localpeer as an environment variable by William Lallemand · Tue Apr 17 16:46:13 2018 +0200
- 9631a28 MEDIUM: sample: Extend functionality for field/word converters by Marcin Deranek · Mon Apr 16 14:30:46 2018 +0200
- 9a66dfb MINOR: proxy: Add fe_defbe fetcher by Marcin Deranek · Fri Apr 13 14:37:50 2018 +0200
- caf2fec MINOR: spoe: Add counters to log info about SPOE agents by Christopher Faulet · Wed Apr 04 10:25:50 2018 +0200
- 3b8e349 MINOR: spoe: use agent's logger to log SPOE messages by Christopher Faulet · Mon Mar 26 17:20:58 2018 +0200
- 0e0f085 MINOR: spoe: Add support for option dontlog-normal in the SPOE agent section by Christopher Faulet · Mon Mar 26 17:20:36 2018 +0200
- 7250b8f MINOR: spoe: Add loggers dedicated to the SPOE agent by Christopher Faulet · Mon Mar 26 17:19:01 2018 +0200
- 36bda1c MINOR: spoe: Add options to store processing times in variables by Christopher Faulet · Thu Mar 22 09:08:20 2018 +0100
- b2dd1e0 MINOR: spoe: Add metrics in to know time spent in the SPOE by Christopher Faulet · Thu Mar 22 09:07:41 2018 +0100
- 56cc125 MINOR: lua: allow socket api settimeout to accept integers, float, and doubles by Mark Lakes · Tue Mar 27 09:48:06 2018 +0200
- 50791a7 MINOR: samples: add crc32c converter by Emmanuel Hocdet · Wed Mar 21 11:19:01 2018 +0100
- 4399c75 MINOR: proxy-v2-options: add crc32c by Emmanuel Hocdet · Mon Feb 05 15:26:43 2018 +0100
- 3e95487 DOC: log: more than 2 log servers are allowed by Cyril Bonté · Tue Mar 20 23:30:27 2018 +0100
- 1fa7d2a BUG/MINOR: dns: don't downgrade DNS accepted payload size automatically by Baptiste Assmann · Thu Mar 01 22:26:57 2018 +0100
- 4288c5a BUG/MINOR: force-persist and ignore-persist only apply to backends by Cyril Bonté · Mon Mar 12 22:02:59 2018 +0100
- 253c3b7 MINOR: connection: add proxy-v2-options authority by Emmanuel Hocdet · Thu Feb 01 18:29:59 2018 +0100
- fa8d0f1 MINOR: connection: add proxy-v2-options ssl-cipher,cert-sig,cert-key by Emmanuel Hocdet · Thu Feb 01 15:53:52 2018 +0100
- 74f7ffa MINOR: ssl/sample: adds ssl_bc_is_resumed fetch keyword. by Emeric Brun · Mon Feb 19 16:14:12 2018 +0100
- 280f42b MINOR: sample: add a new "concat" converter by Willy Tarreau · Mon Feb 19 15:34:12 2018 +0100