- 08d5f98 [MEDIUM] stick_table: add room for extra data types by Willy Tarreau · 14 years ago
- f0b38bf [CLEANUP] stick_table: move pattern to key functions to stick_table.c by Willy Tarreau · 14 years ago
- 81f9aa3 [MAJOR] frontend: split accept() into frontend_accept() and session_accept() by Willy Tarreau · 14 years ago
- de3041d [MINOR] frontend: only check for monitor-net rules if LI_O_CHK_MONNET is set by Willy Tarreau · 14 years ago
- a5c0ab2 [MEDIUM] frontend: check for LI_O_TCP_RULES in the listener by Willy Tarreau · 14 years ago
- ab78619 [MINOR] proxy: add a list to hold future layer 4 rules by Willy Tarreau · 14 years ago
- eb47268 [MEDIUM] separate protocol-level accept() from the frontend's by Willy Tarreau · 14 years ago
- dd70165 [BUG] consistent hash: balance on all servers, not only 2 ! by Willy Tarreau · 14 years ago
- e52564c [MINOR] option http-pretend-keepalive is both for FEs and BEs by Willy Tarreau · 15 years ago
- 47fdd8e [MINOR] add the "ignore-persist" option to conditionally ignore persistence by Cyril Bonté · 15 years ago
- 7016020 [MINOR] config: report "default-server" instead of "(null)" in error messages by Willy Tarreau · 15 years ago
- 8a8e1d9 [MINOR] http: make it possible to pretend keep-alive when doing close by Willy Tarreau · 15 years ago
- efa5f51 [BUILD] config: last patch breaks build without CONFIG_HAP_LINUX_TPROXY by Willy Tarreau · 15 years ago
- bce7088 [MEDIUM] add ability to connect to a server from an IP found in a header by Willy Tarreau · 15 years ago
- 07a5490 [CLEANUP] proxy: move PR_O_SSL3_CHK to options2 to release one flag by Willy Tarreau · 15 years ago
- 9683909 [MINOR] checks: add the ability to disable a server in the config by Willy Tarreau · 15 years ago
- 4554bc1 [MINOR] config: allow "slowstart 0s" by Willy Tarreau · 15 years ago
- e24fdfb [MINOR] config: emit warnings when HTTP-only options are used in TCP mode by Willy Tarreau · 15 years ago
- c9f825f [OPTIM] config: only allocate check buffer when checks are enabled by Cyril Bonté · 15 years ago
- 57b1bf7 [MEDIUM] checks: support multi-packet health check responses by Nick Chalk · 15 years ago
- f53b25d [BUG] config: fix endless loop when parsing "on-error" by Willy Tarreau · 15 years ago
- d986526 [BUG] Clear-cookie path issue by William Turner · 15 years ago
- 88e0581 [BUILD] fix some build warnings on Solaris with is* macros by Willy Tarreau · 15 years ago
- 329f74d [BUG] uri_auth: do not attemp to convert uri_auth -> http-request more than once by Krzysztof Piotr Oledzki · 15 years ago
- d5191e7 [BUG] config: report unresolvable host names as errors by Willy Tarreau · 15 years ago
- df5cb9f [BUG] pxid/puid/luid: don't shift IDs when some of them are forced by Krzysztof Piotr Oledzki · 15 years ago
- aff01ea [BUG] cfgparse memory leak and missing free calls in deinit() by Krzysztof Piotr Oledzki · 15 years ago
- b4c06b7 [BUILD] auth: don't use unnamed unions by Willy Tarreau · 15 years ago
- 137325d [MINOR] config: fix too large ssl-hello-check message. by Willy Tarreau · 15 years ago
- 54f6a58 [BUG] config: reset check request to avoid double free when switching to ssl/sql by Willy Tarreau · 15 years ago
- 95fa469 [MEDIUM] add support for anonymous ACLs by Willy Tarreau · 15 years ago
- 9cc670f [CLEANUP] config: use build_acl_cond() to simplify http-request ACL parsing by Willy Tarreau · 15 years ago
- 8c8bd45 [MAJOR] use the new auth framework for http stats by Krzysztof Piotr Oledzki · 15 years ago
- f9423ae [MINOR] acl: add http_auth and http_auth_group by Krzysztof Piotr Oledzki · 15 years ago
- 59bb218 [MINOR] http-request: allow/deny/auth support for frontend/backend/listen by Krzysztof Piotr Oledzki · 15 years ago
- 9610504 [MINOR] generic auth support with groups and encrypted passwords by Krzysztof Piotr Oledzki · 15 years ago
- fdb563c [MEDIUM] http: add support for conditional response header rewriting by Willy Tarreau · 15 years ago
- 8abd4cd [MEDIUM] http: add support for conditional request header addition by Willy Tarreau · 15 years ago
- 5321c42 [MEDIUM] http: add support for conditional request filter execution by Willy Tarreau · 15 years ago
- ade5ec4 [MEDIUM] config: factor out the parsing of 20 req*/rsp* keywords by Willy Tarreau · 15 years ago
- 3ec18a0 [CLEANUP] config: specify correct const char types to warnif_* functions by Willy Tarreau · 15 years ago
- f4f0412 [MINOR] prepare req_*/rsp_* to receive a condition by Willy Tarreau · 15 years ago
- f1e98b8 [CLEANUP] config: use warnif_cond_requires_resp() to check for bad ACLs by Willy Tarreau · 15 years ago
- ef6494c [CLEANUP] config: use build_acl_cond() instead of parse_acl_cond() by Willy Tarreau · 15 years ago
- ef78104 [MINOR] checks: add the server's status in the checks by Willy Tarreau · 15 years ago
- e9d8788 [MINOR] checks: make the HTTP check code add the CRLF itself by Willy Tarreau · 15 years ago
- 0c55931 [MINOR] config: off-by-one in "stick-table" after list of converters by Willy Tarreau · 15 years ago
- 99ed327 [CLEANUP] Keep in sync "defaults" support between documentation and code by Cyril Bonté · 15 years ago
- 88d349d [MEDIUM] http: add support for Proxy-Connection header by Willy Tarreau · 15 years ago
- 4de9149 [MINOR] add the "force-persist" statement to force persistence on down servers by Willy Tarreau · 15 years ago
- e803de2 [MINOR] add the ability to force kernel socket buffer size. by Willy Tarreau · 15 years ago
- 1d33b29 [MEDIUM] Add stick and store rules analysers. by Emeric Brun · 15 years ago
- b982a3d [MEDIUM] Add stick table configuration and init. by Emeric Brun · 15 years ago
- 698ae00 [MINOR] add option "mysql-check" to use MySQL health checks by Hervé COMMOWICK · 15 years ago
- 3b7a369 [MINOR] config: don't accept 'appsession' in defaults section by Cyril Bonté · 15 years ago
- b16a574 [MINOR] http: add a separate "http-keep-alive" timeout by Willy Tarreau · 15 years ago
- 81e3b4f [MINOR] http redirect: add the ability to append a '/' to the URL by Willy Tarreau · 15 years ago
- 260a3bb [BUG] cfgparser/stats: fix error message by Krzysztof Piotr Oledzki · 15 years ago
- a9389b1 [BUG]: add 'observer', 'on-error', 'error-limit' to supported options list by Krzysztof Piotr Oledzki · 15 years ago
- c6df066 [MEDIUM] default-server support by Krzysztof Piotr Oledzki · 15 years ago
- 15514c2 [MINOR]: stats: add show-legends to report additional informations by Krzysztof Piotr Oledzki · 15 years ago
- deb9ed8 [MEDIUM] config: remove the limitation of 10 reqadd/rspadd statements by Willy Tarreau · 15 years ago
- 97cb780 [MINOR] config: centralize proxy struct initialization by Willy Tarreau · 15 years ago
- f285f54 [MINOR] redirect: add support for unconditional rules by Willy Tarreau · 15 years ago
- 963abc3 [MINOR] config: some options were missing for "redirect" by Willy Tarreau · 15 years ago
- b608feb [MAJOR] http: add support for option http-server-close by Willy Tarreau · 15 years ago
- a31e5df [MINOR] config: option forceclose is valid in frontends too by Willy Tarreau · 15 years ago
- 1a8bea9 [BUG] config: fix erroneous check on cookie domain names, again by Krzysztof Piotr Oledzki · 15 years ago
- 3ccf94e [BUG] second fix for the printf format warning by Willy Tarreau · 15 years ago
- 500b8f0 [BUG] format '%d' expects type 'int', but argument 5 has type 'long int' by Krzysztof Piotr Oledzki · 15 years ago
- 97f07b8 [MEDIUM] Decrease server health based on http responses / events, version 3 by Krzysztof Piotr Oledzki · 15 years ago
- dd1b01d [BUG] Configuration parser bug when escaping characters by Cyril Bonté · 15 years ago
- 68a897b [MINOR] config: support passing multiple "domain" statements to cookies by Willy Tarreau · 15 years ago
- 4d187ac [BUG] config: cookie domain was ignored in defaults sections by Willy Tarreau · 15 years ago
- 3d8fbb6 [BUG] config: fix erroneous check on cookie domain names by Willy Tarreau · 15 years ago
- 7bb651e [BUG] config: fix wrong handling of too large argument count by Willy Tarreau · 15 years ago
- b86db34 [BUG] x-original-to: name was not set in default instance by Willy Tarreau · 15 years ago
- b21570a [MEDIUM] appsession: add "len", "prefix" and "mode" options by Cyril Bonté · 15 years ago
- 96532db [MINOR] server tracking: don't care about the tracked server's mode by Alex Williams · 15 years ago
- b37c27e [MAJOR] http: create the analyser which waits for a response by Willy Tarreau · 15 years ago
- bf47aeb [MEDIUM] appsession: add the "request-learn" option by Cyril Bonté · 15 years ago
- cb6cd43 [MINOR] tcp: add support for the defer_accept bind option by Willy Tarreau · 15 years ago
- f5bbafe [MINOR] config: report all supported options for the "bind" keyword by Willy Tarreau · 15 years ago
- 975c50b [MINOR] add the "initial weight" to the server struct. by Willy Tarreau · 15 years ago
- 6b2e11b [MEDIUM] backend: implement consistent hashing variation by Willy Tarreau · 15 years ago
- 53fb4ae [MEDIUM] config: automatically find unused IDs for proxies, servers and listeners by Willy Tarreau · 15 years ago
- 8892235 [MINOR] config: add pointer to file name in block/redirect/use_backend/monitor rules by Willy Tarreau · 15 years ago
- 092549f [MINOR] config: report places of duplicate names or IDs by Willy Tarreau · 15 years ago
- 90a570f [MINOR] config: reference file and line with any listener/proxy/server declaration by Willy Tarreau · 15 years ago
- 9d7e335 [BUG] config: look for ID conflicts in all sockets, not only last ones. by Willy Tarreau · 15 years ago
- aeebf9b [MEDIUM] Collect & provide separate statistics for sockets, v2 by Krzysztof Piotr Oledzki · 15 years ago
- f27b5ea [MEDIUM] new option "independant-streams" to stop updating read timeout on writes by Willy Tarreau · 15 years ago
- 9757a38 [MEDIUM] backend: introduce the "static-rr" LB algorithm by Willy Tarreau · 15 years ago
- f3e49f9 [MINOR] backend: separate declarations of LB algos from their lookup method by Willy Tarreau · 15 years ago
- 619caca [MINOR] Allow dots in show-node & add "white-space: nowrap" in th.pxname. by Krzysztof Piotr Oledzki · 15 years ago
- 48cb2ae [MINOR] add "description", "node" and show-node"/"show-desc", remove "node-name", v2 by Krzysztof Piotr Oledzki · 15 years ago
- f89c187 [CLEANUP] backend: move LB algos to individual files by Willy Tarreau · 15 years ago
- 08ff959 [BUG] check if rise/fall has an argument and it is > 0 by Krzysztof Piotr Oledzki · 15 years ago
- 213014e [MEDIUM] Health check reporting code rework + health logging, v3 by Krzysztof Piotr Oledzki · 15 years ago
- 78abe61 [MAJOR] struct chunk rework by Krzysztof Piotr Oledzki · 15 years ago