haproxy-3.0.git
2012-09-02 Willy TarreauMEDIUM: stats/cli: add support for "set table key"...
2012-09-02 Willy TarreauMINOR: stats/cli: add plans to support more stick-table...
2012-08-31 Willy TarreauBUG: stktable: tcp_src_to_stktable_key() must return...
2012-08-09 William LallemandBUG/MINOR: to_log erased with unique-id-format
2012-07-31 Willy TarreauMINOR: http: add the urlp_val ACL match
2012-07-31 Willy TarreauBUG/MINOR: polling: some events were not set in various...
2012-07-31 Willy TarreauBUG/MINOR: tarpit: fix condition to return the HTTP...
2012-07-31 David du ColombierMINOR: IPv6 support for transparent proxy
2012-07-31 Willy TarreauOPTIM: i386: make use of kernel-mode-linux when available
2012-07-26 Willy TarreauMEDIUM: pattern: add the "base" sample fetch method
2012-07-26 Willy TarreauMINOR: replace acl_fetch_{path,url}* with smp_fetch_*
2012-06-27 Vincent BernatDOC: specify the default value for maxconn in the conte...
2012-06-15 Willy TarreauBUG/MINOR: ACL implicit arguments must be created with...
2012-06-12 Willy TarreauOPTIM: halog: improve cold-cache behaviour when loading...
2012-06-12 Willy TarreauOPTIM: halog: make use of memchr() on platforms which...
2012-06-12 Willy TarreauCLEANUP: halog: make clean should also remove .o files
2012-06-09 Willy TarreauBUG/MEDIUM: ebtree: ebmb_insert() must not call cmp_bit...
2012-06-09 Willy TarreauMINOR: halog: use the more recent dual-mode fgets2...
2012-06-08 Willy TarreauMEDIUM: fd/si: move peeraddr from struct fdinfo to...
2012-06-06 Willy TarreauBUILD: add an AIX 5.2 (and later) target.
2012-06-06 Willy TarreauBUG/MAJOR: cookie prefix doesn't support cookie-less...
2012-06-03 Willy Tarreau[RELEASE] Released version 1.5-dev11
2012-06-03 Willy TarreauBUILD: add support for linux kernels >= 2.6.28
2012-06-03 Willy TarreauMEDIUM: stats: add the ability to kill sessions from...
2012-06-03 Willy TarreauMEDIUM: stats: add support for soft stop/soft start...
2012-06-03 Justin KarnegesMINOR: checks: add on-marked-up option
2012-06-01 Willy TarreauBUG/MINOR: commit 196729ef used wrong condition resulti...
2012-06-01 Willy TarreauBUG/MEDIUM: ensure that unresolved arguments are freed...
2012-05-31 Willy TarreauMINOR: http: add support for "httponly" and "secure...
2012-05-31 Willy TarreauBUG/MINOR: config: do not report twice the incompatibil...
2012-05-31 Willy TarreauREORG/MINOR: use dedicated proxy flags for the cookie...
2012-05-31 Willy TarreauBUG/MINOR: log: don't report logformat errors in backends
2012-05-31 Willy TarreauBUG/MINOR: fix option httplog validation with TCP frontends
2012-05-31 Willy TarreauBUG/MEDIUM: buffers: fix bi_putchr() to correctly advan...
2012-05-31 Willy TarreauBUG/MEDIUM: register peer sync handler in the proper...
2012-05-31 Willy TarreauBUG/MAJOR: b_rew() must pass a signed offset to b_ptr()
2012-05-30 Willy TarreauBUG/MINOR: perform_http_redirect also needs to rewind...
2012-05-30 Cyril BontéBUG/MEDIUM: option forwardfor if-none doesn't work...
2012-05-25 Willy TarreauMINOR: add a new function call tracer for debugging...
2012-05-25 Willy TarreauBUG/MINOR: checks: expire on timeout.check if smaller...
2012-05-22 Oskar StolcMINOR: balance uri: added 'whole' parameter to include...
2012-05-21 Emeric BrunMEDIUM: protocol: add a pointer to struct sock_ops...
2012-05-21 Emeric BrunMINOR: stream_interface: add a pointer to the listener...
2012-05-21 Willy TarreauMINOR: peers: use the socket layer operations from...
2012-05-21 Willy TarreauMEDIUM: stream_interface: call si_data_close() before...
2012-05-21 Willy TarreauMINOR: stream_interface: add a data channel close function
2012-05-21 Willy TarreauREORG/MEDIUM: stream_interface: move applet->state...
2012-05-21 Willy TarreauREORG/MINOR: stream_interface: move si->fd to struct...
2012-05-21 Willy TarreauMINOR: stream_interface: introduce a new "struct connec...
2012-05-20 Willy TarreauREORG/MINOR: session: detect the TCP monitor checks...
2012-05-20 Willy TarreauREORG: move the send-proxy code to tcp_connect_write()
2012-05-20 Willy TarreauBUG/MINOR: stop connect timeout when connect succeeds
2012-05-19 Willy TarreauBUG/MAJOR: checks: don't call set_server_status_* when...
2012-05-18 Willy TarreauMEDIUM: http: msg->sov and msg->sol will never wrap
2012-05-18 Willy TarreauMEDIUM: http: get rid of msg->som which is not used...
2012-05-18 Willy TarreauCLEANUP: http: make it more obvious that msg->som is...
2012-05-18 Willy TarreauMAJOR: http: stop using msg->sol outside the parsers
2012-05-18 Willy TarreauBUG/MAJOR: fix regression on content-based hashing...
2012-05-18 Willy TarreauMINOR: buffers: add a rewind function
2012-05-18 Willy TarreauMEDIUM: stream_interface: remove the si->init
2012-05-16 David du ColombierBUG/MAJOR: trash must always be the size of a buffer
2012-05-16 Dmitry SivachenkoDOC: fix minor regex example issue and improve doc...
2012-05-14 Willy Tarreau[RELEASE] Released version 1.5-dev10 v1.5-dev10
2012-05-13 Willy TarreauOPTIM/MEDIUM: stream_interface: add a new SI_FL_NOHALF...
2012-05-13 Willy TarreauOPTIM/MAJOR: ev_sepoll: process spec events after polle...
2012-05-13 Willy TarreauOPTIM: proto_http: don't enable quick-ack on empty...
2012-05-12 Willy TarreauCLEANUP: fd: remove unused cb->b pointers in the struct...
2012-05-12 Willy TarreauMINOR: standard: add a new debug macro : fddebug()
2012-05-12 Willy TarreauMEDIUM: session: add support for tunnel timeouts
2012-05-12 Willy TarreauMINOR: session: call the socket layer init function...
2012-05-11 Willy TarreauMAJOR: fd: remove the need for the socket layer to...
2012-05-11 Willy TarreauMEDIUM: stream_interface: derive the socket operations...
2012-05-11 Willy TarreauMINOR: stream_interface: add an init callback to sock_ops
2012-05-11 Willy TarreauCLEANUP: stream_interface: stop exporting socket layer...
2012-05-11 Willy TarreauCLEANUP: sock_raw: remove last references to stream_sock
2012-05-11 Willy TarreauBUG/MEDIUM: stream_interface: restore get_src/get_dst
2012-05-11 Willy TarreauMINOR: stream_interface: add a client target : TARG_TYP...
2012-05-11 Willy TarreauREORG: use the name sock_raw instead of stream_sock
2012-05-10 Willy TarreauBUG/MEDIUM: config: don't crash at config load time...
2012-05-10 Willy TarreauCLEANUP: auth: make the code build again with DEBUG_AUTH
2012-05-10 Willy TarreauBUG/MAJOR: acl: http_auth_group() must not accept any...
2012-05-10 Cyril BontéBUG/MINOR: stats admin: "Unexpected result" was display...
2012-05-08 Willy Tarreau[RELEASE] Released version 1.5-dev9 v1.5-dev9
2012-05-08 Willy TarreauMINOR: http: replace http_message_realign() with buffe...
2012-05-08 Willy TarreauMEDIUM: cfgparse: use the new error reporting framework...
2012-05-08 Willy TarreauMEDIUM: cfgparse: make backend_parse_balance() use...
2012-05-08 Willy TarreauMINOR: cfgparse: use a common errmsg pointer for all...
2012-05-08 Willy TarreauBUG/MEDIUM: log: ensure that unique_id is properly...
2012-05-08 Willy TarreauMEDIUM: memory: add the ability to poison memory at...
2012-05-08 Willy TarreauBUG/MEDIUM: send_proxy: fix initialisation of send_prox...
2012-05-08 Willy TarreauMINOR: acl: add the cook_val() match to match a cookie...
2012-05-08 Willy TarreauMEDIUM: http: improve error capture reports
2012-05-08 Willy TarreauBUG/MINOR: http: ensure that msg->err_pos is always...
2012-05-08 Willy TarreauBUG/MINOR: http: error snapshots are wrong if buffer...
2012-05-08 Willy TarreauMEDIUM: proto_tcp: remove src6 and dst6 pattern fetch...
2012-05-08 Willy TarreauREORG/MEDIUM: move the default accept function from...
2012-05-08 Willy TarreauREORG/MEDIUM: replace stream interface protocol functio...
2012-05-08 Willy TarreauREORG/MEDIUM: stream_interface: initialize socket ops...
2012-05-08 Willy TarreauREORG/MEDIUM: move protocol->{read,write} to sock_ops
2012-05-08 Willy TarreauREORG: stream_interface: create a struct sock_ops to...
next