haproxy-2.1.git
2012-10-25 Cyril BontéMEDIUM: http: accept IPv6 values with (s)hdr_ip acl
2012-10-25 Cyril BontéBUG/MAJOR: fix a segfault on option http_proxy and...
2012-10-23 Cyril BontéBUG/MEDIUM: acls using IPv6 subnets patterns incorrectl...
2012-10-22 Willy TarreauMEDIUM: cli: allow the stats socket to be bound to...
2012-10-22 Willy TarreauBUG/MAJOR: connection: risk of crash on certain tricky...
2012-10-22 Willy TarreauMEDIUM: listener: provide a fallback for accept4()...
2012-10-22 Emeric BrunMINOR: sample: export 'sample_get_trash_chunk(void)'
2012-10-22 Emeric BrunMINOR: acl: add parse and match primitives to use binar...
2012-10-22 Emeric BrunMINOR: sample: manage binary to string type convertion...
2012-10-22 Dmitry SivachenkoDOC: make it clear what the HTTP request size is
2012-10-20 Willy TarreauBUG/MEDIUM: http: set DONTWAIT on data when switching...
2012-10-19 Willy TarreauMINOR: ssl: improve socket behaviour upon handshake...
2012-10-19 Willy TarreauMEDIUM: sample: pass an empty list instead of a null...
2012-10-19 Willy TarreauMINOR: sample: accept fetch keywords without parenthesis
2012-10-19 Willy TarreauMINOR: chunk: provide string compare functions
2012-10-19 Willy TarreauBUG: ssl: fix ssl_sni ACLs to correctly process regular...
2012-10-18 Willy TarreauMEDIUM: ssl: add support for the "npn" bind keyword
2012-10-18 Willy TarreauBUILD: ssl: fix shctx build on older compilers
2012-10-16 Cyril BontéDOC: fix minor typo on http-send-name-header
2012-10-15 Willy TarreauMINOR: ssl: add 'ssl_npn' sample/acl to extract TLS...
2012-10-14 Willy TarreauDOC: document relations between internal entities
2012-10-13 Willy TarreauOPTIM: connection: pack the struct target
2012-10-13 Willy TarreauOPTIM: session: reorder struct session fields
2012-10-13 Willy TarreauCLEANUP: session: remove term_trace which is not used...
2012-10-13 Willy TarreauOPTIM: channel: reorganize struct members to improve...
2012-10-13 Willy TarreauMAJOR: channel: replace the struct buffer with a pointe...
2012-10-12 Willy TarreauCLEANUP: acl: use 'chn' instead of 'b' to name channel...
2012-10-12 Willy TarreauCLEANUP: stream_interface: use 'chn' instead of 'b...
2012-10-12 Willy TarreauCLEANUP: tcp: use 'chn' instead of 'buf' or 'b' for...
2012-10-12 Willy TarreauCLEANUP: channel: use 'chn' instead of 'buf' as local...
2012-10-12 Willy TarreauCLEANUP: http: use 'chn' to name channel variables...
2012-10-12 Willy TarreauREORG: http: rename msg->buf to msg->chn since it's...
2012-10-12 Willy TarreauMEDIUM: log: report SSL ciphers and version in logs...
2012-10-12 Willy TarreauMINOR: log: make lf_text use a const char *
2012-10-12 Willy TarreauMEDIUM: log: add a new LW_XPRT flag to pin the transpor...
2012-10-12 Willy TarreauMEDIUM: connection: add a flag to hold the transport...
2012-10-12 Willy TarreauBUG/MEDIUM: session: enable the conn_session_update...
2012-10-12 Willy TarreauBUG/MINOR: session: fix some leftover from debug code
2012-10-12 Willy TarreauMEDIUM: connection: always unset the transport layer...
2012-10-12 Willy TarreauMEDIUM: log: suffix the frontend's name with '~' when...
2012-10-12 Emeric BrunDOC: Fix rename of options cafile and crlfile to ca...
2012-10-12 Emeric BrunMINOR: ssl: add statements 'verify', 'ca-file' and...
2012-10-12 Emeric BrunMINOR: ssl: add statement 'no-tls-tickets' on server...
2012-10-12 Emeric BrunMEDIUM: ssl: reject ssl server keywords in default...
2012-10-12 Emeric BrunMINOR: ssl: move ssl context init for servers from...
2012-10-12 Emeric BrunBUG/MINOR: ssl: Fix issue on server statements 'no...
2012-10-10 Willy TarreauMEDIUM: ssl: move "server" keyword SSL options parsing...
2012-10-10 Willy TarreauBUG/MEDIUM: config: check-send-proxy was ignored if...
2012-10-10 Willy TarreauMEDIUM: server: move parsing of keyword "id" to server.c
2012-10-10 Willy TarreauMEDIUM: server: check for registered keywords when...
2012-10-10 Willy TarreauMINOR: standard: make indent_msg() support empty messages
2012-10-10 Willy TarreauMINOR: server: add minimal infrastructure to parse...
2012-10-10 Willy TarreauBUILD: accept4: move the socketcall declaration outside...
2012-10-10 Willy TarreauMINOR: halog: add a parameter to limit output line...
2012-10-10 Willy TarreauBUG/MINOR: halog: fix help message for -ut/-uto
2012-10-10 Willy TarreauBUG/MINOR: halog: -ad/-ac report the correct number...
2012-10-10 Willy TarreauMINOR: halog: sort output by cookie code
2012-10-09 Cyril BontéDOC: ssl: surround keywords with quotes
2012-10-09 Cyril BontéDOC: ssl: remove prefer-server-ciphers documentation
2012-10-08 Willy TarreauMEDIUM: listener: add support for linux's accept4(...
2012-10-05 Willy TarreauBUG/MAJOR: ensure that hdr_idx is always reserved when...
2012-10-05 Willy TarreauCLEANUP: cttproxy: remove a warning on undeclared close()
2012-10-05 Emeric BrunMINOR: ssl: add defines LISTEN_DEFAULT_CIPHERS and...
2012-10-05 Emeric BrunMINOR: ssl: add 'force-sslv3' and 'force-tlsvXX' statem...
2012-10-05 Emeric BrunMINOR: ssl: add 'force-sslv3' and 'force-tlsvXX' statem...
2012-10-05 Emeric BrunMINOR: ssl: use bit fields to store ssl options instea...
2012-10-05 Emeric BrunMEDIUM: conf: rename 'cafile' and 'crlfile' statements...
2012-10-05 Emeric BrunMEDIUM: conf: rename 'nosslv3' and 'notlsvXX' statement...
2012-10-05 Emeric BrunMINOR: ssl: add 'crt-base' and 'ca-base' global statements.
2012-10-05 Emeric BrunBUG/MEDIUM: ssl: subsequent handshakes fail after serve...
2012-10-05 Willy TarreauBUG: connection: fix regression from commit 9e272bf9
2012-10-05 Emeric BrunMINOR: ssl: remove prefer-server-ciphers statement...
2012-10-05 Emeric BrunBUG/MINOR: build: Fix failure with USE_OPENSSL=1 and...
2012-10-05 Emeric BrunBUG/MINOR: conf: Fix 'maxsslconn' statement error if...
2012-10-05 Willy TarreauMEDIUM: tcp: enable TCP Fast Open on systems which...
2012-10-05 bedisMINOR: samples: update the url_param fetch to match...
2012-10-05 Willy TarreauCLEANUP: checks: remove minor warnings for assigned...
2012-10-05 Baptiste AssmannBUILD: fix build issue without USE_OPENSSL
2012-10-04 Willy TarreauMEDIUM: checks: enable the PROXY protocol with health...
2012-10-04 Willy TarreauMEDIUM: checks: add the "check-ssl" server option
2012-10-04 Willy TarreauMAJOR: checks: completely use the connection transport...
2012-10-04 Willy TarreauMEDIUM: check: add the ctrl and transport layers in...
2012-10-04 Willy TarreauMEDIUM: checks: use real buffers to store requests...
2012-10-04 Willy TarreauREORG: server: move the check-specific parts into a...
2012-10-04 Willy TarreauMAJOR: checks: make use of the connection layer to...
2012-10-04 Willy TarreauMEDIUM: connection: add a new local send-proxy transpor...
2012-10-04 Willy TarreauREORG: connection: move the PROXY protocol management...
2012-10-04 Willy TarreauMEDIUM: connection: automatically disable polling on...
2012-10-04 Willy TarreauMEDIUM: connection: it's not the data layer's role...
2012-10-04 Willy TarreauMEDIUM: connection: don't call the data->init callback...
2012-10-04 Willy TarreauMEDIUM: session: register a data->wake callback to...
2012-10-04 Willy TarreauMEDIUM: connection: make it possible for data->wake...
2012-10-04 Willy TarreauMEDIUM: connection: only call the data->wake callback...
2012-10-04 Willy TarreauMEDIUM: connection: reorganize connection flags
2012-10-04 Willy TarreauMEDIUM: connection: use a generic data-layer init(...
2012-10-04 Willy TarreauMEDIUM: session: use a specific data_cb for embryonic...
2012-10-04 Willy TarreauMINOR: connection: add an init callback to the data_cb...
2012-10-04 Willy TarreauMINOR: connection: split conn_prepare() in two functions
2012-10-04 Willy TarreauMINOR: connection: provide a generic data layer wakeup...
2012-10-04 Willy TarreauREORG: connection: rename app_cb "data"
next