haproxy-2.1.git
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
2012-09-24 Willy TarreauDOC: stats: refer to "bind" section for "stats socket...
2012-09-24 Willy TarreauDOC: move bind options to their own section
2012-09-24 Willy TarreauMEDIUM: stats: make use of the standard "bind" parsers...
2012-09-24 Willy TarreauMINOR: ssl: set the listeners' data layer to ssl during...
2012-09-24 Willy TarreauMEDIUM: stats: remove the stats_sock struct from the...
2012-09-24 Willy TarreauMINOR: config: make str2listener() use memprintf()...
2012-09-24 Willy TarreauMINOR: standard: make memprintf() support a NULL destin...
2012-09-22 Willy TarreauBUG: backend: balance hdr was broken since 1.5-dev11
2012-09-20 Willy TarreauREORG: listener: move unix perms from the listener...
2012-09-20 Willy TarreauMAJOR: listeners: use dual-linked lists to chain listen...
2012-09-18 Willy TarreauMINOR: config: set the bind_conf entry on listeners...
2012-09-18 Willy TarreauMINOR: stats: fill the file and line numbers in the...
2012-09-18 Willy TarreauMINOR: config: pass the file and line to config keyword...
2012-09-18 Willy TarreauMINOR: listener: add a scope field in the bind keyword...
2012-09-18 Willy TarreauMEDIUM: config: enumerate full list of registered ...
2012-09-18 Willy TarreauMEDIUM: config: move all unix-specific bind keywords...
2012-09-18 Willy TarreauMEDIUM: config: move the common "bind" settings to...
2012-09-18 Willy TarreauMINOR: config: improve error reporting for "bind" lines
2012-09-18 Willy TarreauMEDIUM: move bind SSL parsing to ssl_sock
2012-09-15 Willy TarreauMEDIUM: config: move the "bind" TCP parameters to proto_tcp
2012-09-15 Willy TarreauMEDIUM: listener: add a minimal framework to register...
2012-09-15 Willy TarreauCLEANUP: listener: remove unused conf->file and conf...
2012-09-15 Willy TarreauMEDIUM: config: replace ssl_conf by bind_conf
2012-09-15 Willy TarreauREORG: split "protocols" files into protocol and listener
2012-09-15 Willy TarreauMINOR: config: add a function to indent error messages
2012-09-15 Willy TarreauBUG/MAJOR: ssl: missing tests in ACL fetch functions
2012-09-13 Guillaume CastagninoDOC: duplicate ssl_sni section
2012-09-12 Willy TarreauMEDIUM: http: add "redirect scheme" to ease HTTP to...
2012-09-10 Willy Tarreau[RELEASE] Released version 1.5-dev12 v1.5-dev12
2012-09-10 Willy TarreauDOC: add some info about openssl build in the README
2012-09-10 Willy TarreauBUILD: automatically add -lcrypto for SSL
2012-09-10 Willy TarreauDOC: add missing SSL options for servers and listeners
2012-09-10 Willy TarreauDOC: add a special acknowledgement for the stud project
2012-09-10 Willy TarreauMEDIUM: ssl: add sample fetches for is_ssl, ssl_has_sni...
2012-09-10 Willy TarreauBUILD: report openssl build settings in haproxy -vv
2012-09-10 Emeric BrunMEDIUM: ssl: add support for SNI and wildcard certificates
2012-09-09 BaptisteCONTRIB: halog: sort URLs by avg bytes_read or total...
2012-09-08 Willy TarreauBUILD: makefile: report USE_OPENSSL status in build...
2012-09-08 Willy TarreauMEDIUM: config: centralize handling of SSL config per...
2012-09-08 Willy TarreauBUILD: shut a gcc warning introduced by commit 269ab31
2012-09-07 William LallemandLICENSE: add licence exception for OpenSSL
2012-09-06 Willy TarreauMINOR: config: make the tasks "nice" value configurable...
2012-09-06 Willy TarreauMEDIUM: connection: improve error handling around the...
2012-09-06 Willy TarreauBUG: tcp: close socket fd upon connect error
2012-09-06 Willy TarreauMEDIUM: config: implement maxsslconn in the global...
2012-09-06 Willy TarreauMINOR: session: do not send an HTTP/500 error on SSL...
2012-09-06 Willy TarreauMEDIUM: config: support per-listener backlog and maxconn
2012-09-05 Willy TarreauBUG/MEDIUM: workaround an eglibc bug which truncates...
2012-09-04 Willy TarreauBUILD: ssl: use MAP_ANON instead of MAP_ANONYMOUS
2012-09-04 David BERARDMEDIUM: ssl: add support for prefer-server-ciphers...
2012-09-04 Willy TarreauBUILD: fix build error without SSL (ssl_cert)
2012-09-04 Willy TarreauBUILD: include sys/socket.h to fix build failure on...
2012-09-04 Willy TarreauBUILD: ssl: fix shctx build on RHEL with futex
2012-09-04 Willy TarreauBUILD: http: rename error_message http_error_message...
2012-09-04 Willy TarreauBUG: ssl: mark the connection as waiting for an SSL...
2012-09-03 Willy TarreauMEDIUM: config: add "nosslv3" and "notlsv1" on bind...
2012-09-03 Willy TarreauMEDIUM: config: add a "ciphers" keyword to set SSL...
2012-09-03 Emeric BrunMINOR: ssl add global setting tune.sslcachesize to...
2012-09-03 Emeric BrunMEDIUM: ssl: replace OpenSSL's session cache with the...
2012-09-03 Emeric BrunMEDIUM: ssl: add shared memory session cache implementa...
2012-09-03 Willy TarreauMINOR: ssl: disable TCP quick-ack by default on SSL...
2012-09-03 Emeric BrunBUILD: add optional support for SSL via the USE_OPENSSL...
2012-09-03 Emeric BrunMEDIUM: ssl: protect against client-initiated renegociation
2012-09-03 Emeric BrunMEDIUM: config: add support for the 'ssl' option on...
2012-09-03 Emeric BrunMEDIUM: config: add the 'ssl' keyword on 'bind' lines
2012-09-03 Emeric BrunMEDIUM: ssl: add new files ssl_sock.[ch] to provide...
2012-09-03 Emeric BrunMEDIUM: connection: add a new handshake flag for SSL...
2012-09-03 Emeric BrunMINOR: server: add SSL context to servers if USE_OPENSS...
2012-09-03 Emeric BrunMINOR: protocol: add SSL context to listeners if USE_OP...
2012-09-03 Willy TarreauCLEANUP: includes: fix includes for a number of users...
2012-09-03 Willy TarreauCLEANUP: fdtab: flatten the struct and merge the spec...
2012-09-03 Willy TarreauCLEANUP: fd: remove fdtab->flags
2012-09-03 Willy TarreauMAJOR: stream_interface: continue to update data pollin...
2012-09-03 Willy TarreauMEDIUM: connection: avoid calling handshakes when polli...
2012-09-03 Willy TarreauMEDIUM: connection: complete the polling cleanups
2012-09-03 Willy TarreauMEDIUM: connection: only call tcp_connect_probe when...
next