]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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'
2012-10-02  Emeric BrunDOC: ssl: add 'ca-ignore-err' and 'crt-ignore-err'...
2012-10-02  Emeric BrunMINOR: ssl: add ignore verify errors options
2012-10-02  Emeric BrunDOC: ssl: add fetch and ACL 'client_cert'
2012-10-02  Emeric BrunMINOR: ssl: add fetch and ACL 'client_crt' to test...
2012-10-02  Emeric BrunDOC: ssl: add 'verify', 'cafile' and 'crlfile' statemen...
2012-10-02  Emeric BrunMEDIUM: ssl: add client certificate authentication...
2012-10-02  Emeric BrunDOC: ssl: add 'ecdhe' statement on 'bind'
2012-10-02  Emeric BrunMINOR: ssl: add elliptic curve Diffie-Hellman support...
2012-10-02  Emeric BrunDOC: ssl: update 'crt' statement on 'bind' about Diffie...
2012-10-02  Emeric BrunMINOR: ssl: try to load Diffie-Hellman parameters from...
2012-09-27  Willy TarreauMEDIUM: connection: make use of the owner instead of...
2012-09-27  Willy TarreauMINOR: connection: add a pointer to the connection...
2012-09-27  Willy TarreauMEDIUM: monitor: simplify handling of monitor-net and...
2012-09-27  Willy TarreauBUG/MAJOR: http: chunk parser was broken with buffer...
2012-09-26  Willy TarreauMINOR: cli: allow to set frontend maxconn to zero
2012-09-26  Willy TarreauBUG: stats: fix regression introduced by commit 4348fad1
2012-09-25  Willy TarreauCLEANUP: config: fix typo inteface => interface
2012-09-24  Willy TarreauCLEANUP: connection: offer conn_prepare() to set up...
2012-09-24  Willy TarreauBUG/MINOR: config: check the proper pointer to report...
2012-09-24  Willy TarreauBUG: http: do not print garbage on invalid requests...
2012-09-24  Cyril BontéBUILD: fix compilation error with DEBUG_FULL
2012-09-24  Willy TarreauDOC: fix index to reference bind and server options
next