]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2012-11-09  Willy TarreauOPTIM: stream_interface: disable reading when CF_READ_D...
2012-11-09  Willy TarreauMAJOR: sepoll: make the poller totally event-driven
2012-11-09  Willy TarreauBUG/MAJOR: always clear the CO_FL_WAIT_* flags after...
2012-11-09  Willy TarreauMAJOR: connection: remove the CO_FL_CURR_*_POL flag
2012-11-09  Willy TarreauBUG/MINOR: session: mark the handshake as complete...
2012-11-08  Willy TarreauOPTIM: session: don't process the whole session when...
2012-11-08  William LallemandMEDIUM: compression: limit RAM usage
2012-11-08  William LallemandMINOR: compression: init before deleting headers
2012-11-08  William LallemandMINOR: compression: try init in cfgparse.c
2012-11-08  William LallemandMEDIUM: use pool for zlib
2012-11-08  William LallemandMINOR: compression: memlevel and windowsize
2012-11-05  William LallemandBUILD: remove dependency to zlib.h
2012-11-05  William LallemandCLEANUP: use struct comp_ctx instead of union
2012-11-03  David BERARDDOC: Change is_ssl acl to ssl_fc acl in example
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...
next