- 4c75cca MINOR: samples: update the url_param fetch to match parameters in the path by bedis · 12 years ago
- 6c16adc MEDIUM: checks: enable the PROXY protocol with health checks by Willy Tarreau · 12 years ago
- 763a95b MEDIUM: checks: add the "check-ssl" server option by Willy Tarreau · 12 years ago
- f7bc57c REORG: connection: rename the data layer the "transport layer" by Willy Tarreau · 12 years ago
- 90ad872 DOC: ssl: add 'no-tls-tickets' statement documentation. by Emeric Brun · 12 years ago
- f5da493 DOC: ssl : add statements 'notlsv11' and 'notlsv12' and rename 'notlsv1' to 'notlsv10'. by Emeric Brun · 12 years ago
- 3603fbe DOC: ssl: add fetches and ACLs 'ssl_verify_crterr', 'ssl_verify_caerr', and 'ssl_verify_crterr_depth' by Emeric Brun · 12 years ago
- c68af8d DOC: ssl: add fetch and ACL 'ssl_verify_result' by Emeric Brun · 12 years ago
- b6dc934 DOC: ssl: add 'ca-ignore-err' and 'crt-ignore-err' statements on 'bind' by Emeric Brun · 12 years ago
- b435408 DOC: ssl: add fetch and ACL 'client_cert' by Emeric Brun · 12 years ago
- 1a073b4 DOC: ssl: add 'verify', 'cafile' and 'crlfile' statements on 'bind' by Emeric Brun · 12 years ago
- 7fb3442 DOC: ssl: add 'ecdhe' statement on 'bind' by Emeric Brun · 12 years ago
- e032bfa DOC: ssl: update 'crt' statement on 'bind' about Diffie-Hellman parameters loading by Emeric Brun · 12 years ago
- 82569f9 MEDIUM: monitor: simplify handling of monitor-net and mode health by Willy Tarreau · 12 years ago
- 3c7a79d MINOR: cli: allow to set frontend maxconn to zero by Willy Tarreau · 12 years ago
- 086fbf5 DOC: fix index to reference bind and server options by Willy Tarreau · 12 years ago
- abb175f DOC: stats: refer to "bind" section for "stats socket" settings by Willy Tarreau · 12 years ago
- b6205fd DOC: move bind options to their own section by Willy Tarreau · 12 years ago
- aeff252 DOC: duplicate ssl_sni section by Guillaume Castagnino · 12 years ago
- 2e1dca8 MEDIUM: http: add "redirect scheme" to ease HTTP to HTTPS redirection by Willy Tarreau · 12 years ago
- 1621682 [RELEASE] Released version 1.5-dev12 by Willy Tarreau · 12 years ago
- a0ee1d0 DOC: add missing SSL options for servers and listeners by Willy Tarreau · 12 years ago
- 7875d09 MEDIUM: ssl: add sample fetches for is_ssl, ssl_has_sni, ssl_sni_* by Willy Tarreau · 12 years ago
- 50acaaa MINOR: config: make the tasks "nice" value configurable on "bind" lines. by Willy Tarreau · 12 years ago
- 403edff MEDIUM: config: implement maxsslconn in the global section by Willy Tarreau · 12 years ago
- 32368ce MEDIUM: config: support per-listener backlog and maxconn by Willy Tarreau · 12 years ago
- 801a0a3 DOC: fix name for "option independant-streams" by Jamie Gloudon · 12 years ago
- aaa2100 DOC: Typos cleanup by Jamie Gloudon · 12 years ago
- 654694e MEDIUM: stats/cli: add support for "set table key" to enter values by Willy Tarreau · 12 years ago
- a9fddca MINOR: http: add the urlp_val ACL match by Willy Tarreau · 12 years ago
- a7ad50c MEDIUM: pattern: add the "base" sample fetch method by Willy Tarreau · 13 years ago
- 6812bcf MINOR: replace acl_fetch_{path,url}* with smp_fetch_* by Willy Tarreau · 13 years ago
- 6341be5 DOC: specify the default value for maxconn in the context of a proxy by Vincent Bernat · 12 years ago
- 02c7c14 [RELEASE] Released version 1.5-dev11 by Willy Tarreau · 12 years ago
- eb2c24a MINOR: checks: add on-marked-up option by Justin Karneges · 12 years ago
- 4992dd2 MINOR: http: add support for "httponly" and "secure" cookie attributes by Willy Tarreau · 12 years ago
- 8dc4184 MINOR: balance uri: added 'whole' parameter to include query string in hash calculation by Oskar Stolc · 12 years ago
- 7823de3 DOC: fix minor regex example issue and improve doc on stats by Dmitry Sivachenko · 12 years ago
- ffb8947 [RELEASE] Released version 1.5-dev10 by Willy Tarreau · 12 years ago
- ce887fd MEDIUM: session: add support for tunnel timeouts by Willy Tarreau · 12 years ago
- a0564f3 [RELEASE] Released version 1.5-dev9 by Willy Tarreau · 12 years ago
- 5153936 MINOR: acl: add the cook_val() match to match a cookie against an integer by Willy Tarreau · 12 years ago
- 22bca61 MEDIUM: proto_tcp: remove src6 and dst6 pattern fetch methods by Willy Tarreau · 13 years ago
- ceb4ac9 MEDIUM: acl: support IPv6 address matching by Willy Tarreau · 13 years ago
- 28376d6 MEDIUM: http: merge ACL and pattern cookie fetches into a single one by Willy Tarreau · 13 years ago
- 185b5c4 MEDIUM: http: merge acl and pattern header fetch functions by Willy Tarreau · 13 years ago
- 0ce3aa0 MEDIUM: acl: implement payload and payload_lv by Willy Tarreau · 13 years ago
- 25c1ebc MEDIUM: acl/pattern: start merging common sample fetch functions by Willy Tarreau · 13 years ago
- c0239e0 MEDIUM: http: make all ACL fetch function use acl_prefetch_http() by Willy Tarreau · 13 years ago
- 1122d9c DOC: add a diagram to explain how circular buffers work by Willy Tarreau · 13 years ago
- 108cf6e DOC: fix some keywords arguments documentation by Cyril Bonté · 13 years ago
- dc4d903 DOC: cleanup indentation, alignment, columns and chapters by Cyril Bonté · 13 years ago
- a73203e MEDIUM: log: Unique ID by William Lallemand · 13 years ago
- 5f23240 MEDIUM: log: New format-log flags: %Fi %Fp %Si %Sp %Ts %rt %H %pid by William Lallemand · 13 years ago
- 64559c5 CLEANUP: lb_first: add reference to a paper describing the original idea by Willy Tarreau · 13 years ago
- 04aa6a9 MEDIUM: http: add cookie and scookie ACLs by Willy Tarreau · 13 years ago
- c89ccb6 MEDIUM: log: add a new cookie flag 'U' to report situations where cookie is not used by Willy Tarreau · 13 years ago
- 4a5cade MEDIUM: session: implement the "use-server" directive by Willy Tarreau · 13 years ago
- 9eeb57b [RELEASE] Released version 1.5-dev8 by Willy Tarreau · 13 years ago
- afdb6e5 MINOR: patch for minor typo (ressources/resources) by Adrian Bridgett · 13 years ago
- 6580c06 MINOR: log: use "%ts" to log term status only and "%tsc" to log with cookie by Willy Tarreau · 13 years ago
- b7ff6a3 MEDIUM: log-format: backend source address %Bi %Bp by William Lallemand · 13 years ago
- bddd4fd MEDIUM: log: use log_format for mode tcplog by William Lallemand · 13 years ago
- 150d146 DOC: enumerate valid status codes for "observe layer7" by Willy Tarreau · 13 years ago
- f09c660 MEDIUM: backend: add the 'first' balancing algorithm by Willy Tarreau · 13 years ago
- 4894040 DOC: log-format documentation by William Lallemand · 13 years ago
- b7aeec6 DOC: mention that default checks are TCP connections by Patrick Mézard · 13 years ago
- 2f1feb9 DOC: add some documentation from RFC3986 about URI format by Willy Tarreau · 13 years ago
- 422246e MEDIUM: http: block non-ASCII characters in URIs by default by Willy Tarreau · 13 years ago
- c2247f0 MEDIUM: http: add support for sending the server's name in the outgoing request by Mark Lamourine · 13 years ago
- 7f051b3 DOC: add a coding-style file by Willy Tarreau · 13 years ago
- 6cee7dd DOC: add minimal documentation on how ACLs work internally by Willy Tarreau · 13 years ago
- e428fb7 MEDIUM: patterns: the hdr() pattern is now of type string by Willy Tarreau · 13 years ago
- b6672b5 MINOR: acl: add support for TLS server name matching using SNI by Willy Tarreau · 13 years ago
- 0f99e34 MEDIUM: log: Use linked lists for loggers by William Lallemand · 13 years ago
- ac1932d MEDIUM: tune.http.maxhdr makes it possible to configure the maximum number of HTTP headers by Willy Tarreau · 13 years ago
- bd9a0a7 OPTIM/MINOR: make it possible to change pipe size (tune.pipesize) by Willy Tarreau · 13 years ago
- 37229df DOC: indicate that cookie "prefix" and "indirect" should not be mixed by Willy Tarreau · 13 years ago
- 0e69854 MINOR: acl: add new matches for header/path/url length by Willy Tarreau · 13 years ago
- 85c27da DOC: acl is http_first_req, not http_req_first by Willy Tarreau · 13 years ago
- 60612eb [RELEASE] Released version 1.5-dev7 by Willy Tarreau · 13 years ago
- 52b2d22 [MEDIUM] stats: offer the possibility to kill sessions by server by Willy Tarreau · 13 years ago
- a295edc [MEDIUM] stats: offer the possibility to kill a session from the CLI by Willy Tarreau · 13 years ago
- a2a64e9 [MEDIUM] session: make session_shutdown() an independant function by Willy Tarreau · 13 years ago
- 532a450 [MEDIUM] stats: add the ability to enable/disable/shutdown a frontend at runtime by Willy Tarreau · 13 years ago
- f5b2287 [MEDIUM] stats: add the ability to adjust the global maxconnrate by Willy Tarreau · 13 years ago
- 81c25d0 [MEDIUM] add support for global.maxconnrate to limit the per-process conn rate. by Willy Tarreau · 13 years ago
- 91886b6 [MEDIUM] stats: add the "set maxconn" setting to the command line interface by Willy Tarreau · 13 years ago
- 8263b91 [DOC] add a few old and uncommitted docs by Willy Tarreau · 13 years ago
- 3c92c5f [DOC] fixed a few "sensible" -> "sensitive" errors by Willy Tarreau · 13 years ago
- 87cf514 [MEDIUM] http: make x-forwarded-for addition conditional by Willy Tarreau · 13 years ago
- 1ee51a6 [BUG] check: http-check expect + regex would crash in defaults section by Willy Tarreau · 13 years ago
- 64b28d0 [MINOR] Correct type in table dump examples by Simon Horman · 13 years ago
- f73cd11 [MINOR] session-counters: add the ability to clear the counters by Willy Tarreau · 13 years ago
- a3eb39c [DOC] small fixes to clearly distinguish between keyword and variables by Hervé COMMOWICK · 13 years ago
- ec032d6 [MINOR] check: add redis check support by Hervé COMMOWICK · 13 years ago
- daa824e [MINOR] acl: add srv_conn acl to count connections on a specific backend server by Hervé COMMOWICK · 13 years ago
- 2a0f4d2 [MEDIUM] stats: add support for changing frontend's maxconn at runtime by Willy Tarreau · 13 years ago
- f5f3192 [DOC] fix typos, "#" is a sharp, not a dash by Willy Tarreau · 13 years ago
- a17c2d9 [MINOR] stats: report a "WAITING" state for sockets waiting for resource by Willy Tarreau · 13 years ago