haproxy-2.1.git
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"
2012-10-04 Willy TarreauREORG: connection: rename the data layer the "transport...
2012-10-04 Willy TarreauMEDIUM: raw_sock: improve connection error reporting
2012-10-04 Willy TarreauMINOR: raw_sock: always report asynchronous connection...
2012-10-04 Willy TarreauMINOR: buffers: add a few functions to write chars...
2012-10-04 Willy TarreauMINOR: signal: really ignore signals configured with...
2012-10-04 Willy TarreauBUG/MINOR: epoll: correctly disable FD polling in fd_rem()
2012-10-04 Willy TarreauMEDIUM: proxy: add the global frontend to the list...
2012-10-04 Willy TarreauBUG/MEDIUM: listener: don't pause protocols that do...
2012-10-04 Willy TarreauBUG/MINOR: config: use a copy of the file name in proxy...
2012-10-03 Willy TarreauBUG/MEDIUM: proxy: must not try to stop disabled proxie...
2012-10-02 Willy TarreauBUG/MINOR: ssl: report the L4 connection as established...
2012-10-02 Emeric BrunBUG/MINOR: build: Fix compilation issue on openssl...
2012-10-02 Emeric BrunBUG/MINOR: ssl: Fix CRL check was not enabled when...
2012-10-02 Emeric BrunDOC: ssl: add 'no-tls-tickets' statement documentation.
2012-10-02 Emeric BrunMINOR: ssl: add statement 'no-tls-tickets' on bind...
2012-10-02 Emeric BrunMEDIUM: config: authorize frontend and listen without...
2012-10-02 Emeric BrunDOC: ssl : add statements 'notlsv11' and 'notlsv12...
2012-10-02 Emeric BrunMINOR: ssl : add statements 'notlsv11' and 'notlsv12...
2012-10-02 Emeric BrunMINOR: ssl: add build param USE_PRIVATE_CACHE to build...
2012-10-02 Emeric BrunMINOR: ssl: disable shared memory and locks on session...
2012-10-02 Emeric BrunDOC: ssl: add fetches and ACLs 'ssl_verify_crterr'...
2012-10-02 Emeric BrunMINOR: ssl: add fetches and ACLs to return verify errors
2012-10-02 Emeric BrunDOC: ssl: add fetch and ACL 'ssl_verify_result'
2012-10-02 Emeric BrunMINOR: ssl: add fetch and ACL 'ssl_verify_result'
next