haproxy-2.1.git
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...
2012-09-03 Willy TarreauMAJOR: connection: rearrange the polling flags.
2012-09-03 Willy TarreauCLEANUP: frontend: remove the old proxy protocol decoder
2012-09-03 Willy TarreauMAJOR: connection: make the PROXY decoder a handshake...
2012-09-03 Willy TarreauMAJOR: session: introduce embryonic sessions
2012-09-03 Willy TarreauMEDIUM: connection: add an ->init function to data...
2012-09-03 Willy TarreauMINOR: tcp: replace tcp_src_to_stktable_key with addr_t...
2012-09-03 Willy TarreauMEDIUM: proto_tcp: remove any dependence on stream_inte...
2012-09-03 Willy TarreauMEDIUM: stream_interface: remove CAP_SPLTCP/CAP_SPLICE...
2012-09-03 Willy TarreauMAJOR: connection: move the addr field from the stream_...
2012-09-03 Willy TarreauREORG: connection: move the target pointer from si...
2012-09-03 Willy TarreauCLEANUP: channel: use "channel" instead of "buffer...
2012-09-03 Willy TarreauCLEANUP: channel: usr CF_/CHN_ prefixes instead of...
2012-09-03 Willy TarreauREORG: channel: move buffer_{replace,insert_line}*...
2012-09-03 Willy TarreauMAJOR: channel: remove the BF_FULL flag
2012-09-03 Willy TarreauMAJOR: channel: stop relying on BF_FULL to take action
2012-09-03 Willy TarreauMINOR: buffer: provide a new buffer_full() function
2012-09-03 Willy TarreauMINOR: channel: rename bi_full to channel_full as it...
2012-09-03 Willy TarreauREORG: buffer: move buffer_flush, b_adv and b_rew to...
2012-09-03 Willy TarreauMAJOR: channel: remove the BF_OUT_EMPTY flag
2012-09-03 Willy TarreauREORG: buffers: split buffers into chunk,buffer,channel
2012-09-03 Willy TarreauCLEANUP: connection: split sock_ops into data_ops,...
2012-09-03 Willy TarreauMEDIUM: stream-interface: don't remove WAIT_DATA when...
2012-09-03 Willy TarreauMAJOR: stream-interface: fix splice not to call chk_snd...
2012-09-03 Willy TarreauMAJOR: stream-interface: don't commit polling changes...
2012-09-03 Willy TarreauMEDIUM: proxy-proto: don't use buffer flags in conn_si_...
2012-09-03 Willy TarreauMAJOR: stream-interface: make conn_notify_si() more...
2012-09-03 Willy TarreauMAJOR: stream-interface: restore splicing mechanism
2012-09-03 Willy TarreauMAJOR: connection: split the send call into connection...
2012-09-03 Willy TarreauREORG: stream-interface: move sock_raw_read() to si_con...
2012-09-03 Willy TarreauMINOR: stream-interface: add an rcv_buf callback to...
2012-09-03 Willy TarreauMAJOR: raw_sock: temporarily disable splicing
2012-09-03 Willy TarreauMAJOR: raw_sock: extract raw_sock_to_buf() from raw_soc...
2012-09-02 Willy TarreauREORG: sock_raw: rename the files raw_sock*
2012-09-02 Willy TarreauMINOR: connection: provide conn_{data|sock}_{read0...
2012-09-02 Willy TarreauREORG/MAJOR: extract "struct buffer" from "struct channel"
2012-09-02 Willy TarreauREORG/MAJOR: use "struct channel" instead of "struct...
2012-09-02 Willy TarreauMEDIUM: stream-interface: provide a generic stream_sock...
2012-09-02 Willy TarreauMEDIUM: stream-interface: provide a generic si_conn_sen...
2012-09-02 Willy TarreauMEDIUM: stream-interface: provide a generic stream_int_...
next