haproxy-2.1.git
2012-10-29 Willy TarreauBUG/MINOR: session: ensure that we don't retry connecti...
2012-10-29 Willy TarreauBUG/MINOR: stream_interface: don't loop over ->snd_buf()
2012-10-29 Finn Arne GangstadMINOR: compression: Enable compression for IE6 w/SP2...
2012-10-29 Willy TarreauMEDIUM: stick-table: allocate the table key of size...
2012-10-29 Willy TarreauMEDIUM: remove remains of BUFSIZE in HTTP auth and...
2012-10-29 Willy TarreauMEDIUM: make the trash be a chunk instead of a char *
2012-10-29 Willy TarreauCLEANUP: replace chunk_printf() with chunk_appendf()
2012-10-29 Willy TarreauMINOR: chunk: add a function to reset a chunk
2012-10-29 Willy TarreauCLEANUP: completely remove trashlen
2012-10-29 Yuxans YaoMINOR: log: add '%Tl' to log-format
2012-10-26 Willy TarreauBUG: compression: disable auto-close and enable MSG_MOR...
2012-10-26 Willy TarreauMINOR: compression: add an offload option to remove...
2012-10-26 Willy TarreauBUILD: make it possible to specify ZLIB path
2012-10-26 Willy TarreauDOC: update document describing relations between inter...
2012-10-26 Willy TarreauMAJOR: session: detach the connections from the stream...
2012-10-26 Willy TarreauCLEANUP: remove trashlen
2012-10-26 Willy TarreauBUG/MEDIUM: tcp: transparent bind to the source only...
2012-10-26 Willy TarreauMINOR: tools: add a clear_addr() function to unset...
2012-10-26 Willy TarreauBUG/MEDIUM: command-line option -D must have precedence...
2012-10-26 Emeric BrunMINOR: ssl: checks the consistency of a private key...
2012-10-26 Emeric BrunMINOR: ssl: add 'crt' statement on server.
2012-10-26 Emeric BrunMINOR: ssl: add pattern and ACLs fetches 'ssl_c_notbefo...
2012-10-26 Emeric BrunMINOR: ssl: add pattern and ACLs fetches 'ssl_c_key_alg...
2012-10-26 Emeric BrunMINOR: ssl: add pattern and ACLs 'ssl_c_sig_alg' and...
2012-10-26 Emeric BrunMINOR: ssl: add pattern and ACLs fetches 'ssl_c_s_dn...
2012-10-26 Emeric BrunMINOR: ssl: add pattern and ACLs fetches 'ssl_c_version...
2012-10-26 Willy TarreauMINOR: ssl: add pattern and ACLs fetches 'ssl_c_serial...
2012-10-26 Emeric BrunMINOR: ssl: add pattern fetch 'ssl_fc_session_id'
2012-10-26 Emeric BrunMINOR: ssl: add pattern and ACLs fetches 'ssl_fc_protoc...
2012-10-26 Emeric BrunMINOR: conf: rename all ssl modules fetches using prefi...
2012-10-26 Willy TarreauBUILD: fix coexistence of openssl and zlib
2012-10-26 Willy TarreauBUG/MINOR: http: compression should consider all Accept...
2012-10-26 Willy TarreauMINOR: compression: optimize memLevel to improve byte...
2012-10-26 Willy TarreauMINOR: compression: automatically disable compression...
2012-10-26 William LallemandMEDIUM: HTTP compression (zlib library support)
2012-10-25 Willy TarreauCLEANUP: http: rename HTTP_MSG_DATA_CRLF state
2012-10-25 Willy TarreauOPTIM: tools: inline hex2i()
2012-10-25 Willy TarreauOPTIM: http: inline http_parse_chunk_size() and http_sk...
2012-10-25 Willy TarreauOPTIM: channel: inline channel_forward's fast path
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...
next