]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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...
2012-05-08  Willy TarreauMEDIUM: acl: support IPv6 address matching
2012-05-08  Willy TarreauMINOR: standard: add an IPv6 parsing function (str62net)
2012-05-08  Willy TarreauMINOR: acl: add types to ACL patterns
2012-05-08  Willy TarreauREORG: rename "pattern" files
2012-05-08  Willy TarreauREORG: use the name "sample" instead of "pattern" to...
2012-05-08  Willy TarreauMEDIUM: acl: extend the pattern parsers to report meani...
2012-05-08  Willy TarreauMINOR: acl: report errors encountered when loading...
2012-05-08  Willy TarreauMINOR: arg: improve error reporting on invalid arguments
2012-05-08  Willy TarreauMEDIUM: acl: report parsing errors to the caller
2012-05-08  Willy TarreauMEDIUM: http: merge ACL and pattern cookie fetches...
2012-05-08  Willy TarreauMEDIUM: http: merge acl and pattern header fetch functions
2012-05-08  Willy TarreauMINOR: proto_tcp: validate arguments of payload and...
2012-05-08  Willy TarreauMINOR: acl: add a val_args field to keywords
2012-05-08  Willy TarreauMINOR: acl: set SMP_OPT_ITERATE on fetch functions
2012-05-08  Willy TarreauMEDIUM: pattern: use smp_fetch_rdp_cookie instead of...
2012-05-08  Willy TarreauMINOR: pattern: centralize handling of unstable data...
2012-05-08  Willy TarreauMINOR: stick_table: centralize the handling of empty...
2012-05-08  Willy TarreauCLEANUP: pattern: ensure that payload and payload_lv...
2012-05-08  Willy TarreauMEDIUM: acl: implement payload and payload_lv
2012-05-08  Willy TarreauMEDIUM: acl/pattern: factor out the src/dst address...
2012-05-08  Willy TarreauMEDIUM: pattern: ensure that sample types always cast...
2012-05-08  Willy TarreauMEDIUM: acl/pattern: start merging common sample fetch...
2012-05-08  Willy TarreauMEDIUM: acl/pattern: use the same direction scheme
2012-05-08  Willy TarreauMINOR: tcp: replace acl_fetch_rdp_cookie with smp_fetch...
2012-05-08  Willy TarreauMEDIUM: acl: replace acl_expr with args in acl fetch_...
2012-05-08  Willy TarreauMEDIUM: acl/pattern: switch rdp_cookie functions stack...
2012-05-08  Willy TarreauMEDIUM: pattern: retrieve the sample type in the sample...
2012-05-08  Willy TarreauMEDIUM: pattern: integrate pattern_data into sample...
2012-05-08  Willy TarreauMINOR: pattern: replace struct pattern with struct...
2012-05-08  Willy TarreauMEDIUM: get rid of SMP_F_READ_ONLY and SMP_F_MUST_FREE
2012-05-08  Willy TarreauMEDIUM: acl: get rid of the SET_RES flags
2012-05-08  Willy TarreauMEDIUM: pattern/acl: get rid of temp_pattern in ACLs
2012-05-08  Willy TarreauMAJOR: acl: make use of the new sample struct and get...
2012-05-08  Willy TarreauMEDIUM: pattern: add new sample types to replace patter...
2012-05-08  Willy TarreauMINOR: pattern: add a new 'sample' type to store fetche...
2012-05-08  Willy TarreauMEDIUM: acl: remove the ACL_TEST_F_NULL_MATCH flag
2012-05-08  Willy TarreauMEDIUM: pattern: report the precise argument parsing...
2012-05-08  Willy TarreauMEDIUM: pattern: add an argument validation callback...
2012-05-08  Willy TarreauMEDIUM: pattern: use the standard arg parser
2012-05-08  Willy TarreauMEDIUM: pattern: get rid of arg_i in all functions...
2012-05-08  Willy TarreauMEDIUM: pattern: replace type pattern_arg with type arg
2012-05-08  Willy TarreauMEDIUM: acl: remove unused tests for missing args when...
2012-05-08  Willy TarreauMAJOR: acl: ensure that implicit table and proxies...
2012-05-08  Willy TarreauMAJOR: acl: make acl_find_targets also resolve proxy...
2012-05-08  Willy TarreauMEDIUM: acl: acl_find_target() now resolves arguments...
2012-05-08  Willy TarreauMAJOR: acl: store the ACL argument types in the ACL...
2012-05-08  Willy TarreauMAJOR: acl: make use of the new argument parsing framework
2012-05-08  Willy TarreauMEDIUM: add a new typed argument list parsing framework
2012-05-08  Willy TarreauMEDIUM: http/acl: make acl_fetch_hdr_{ip,val} rely...
2012-05-08  Willy TarreauMEDIUM: http/acl: merge all request and response ACL...
2012-05-08  Willy TarreauBUG/MINOR: http_auth: ACLs are volatile, not permanent
2012-05-08  Willy TarreauMEDIUM: http: make all ACL fetch function use acl_prefe...
2012-05-08  Willy TarreauMEDIUM: http: add a prefetch function for ACL pattern...
2012-05-08  Willy TarreauMEDIUM: buffers: rename a number of buffer management...
2012-05-08  Willy TarreauMEDIUM: buffers: implement b_adv() to advance a buffer...
2012-05-08  Willy TarreauMEDIUM: buffers: add new pointer wrappers and get rid...
2012-05-08  Willy TarreauMEDIUM: buffers: fix unsafe use of buffer_ignore at...
2012-05-08  Willy TarreauMINOR: http: remove useless wrapping checks in http_msg...
next