]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2013-12-14  Willy TarreauBUG/MEDIUM: checks: ensure we can enable a server after...
2013-12-14  Willy TarreauMEDIUM: checks: enable agent checks even if health...
2013-12-14  Willy TarreauMINOR: checks: add a flag to indicate what check is...
2013-12-14  Willy TarreauMINOR: checks: create the agent tasks even when no...
2013-12-14  Willy TarreauMINOR: checks: add a PAUSED state for the checks
2013-12-14  Willy TarreauMINOR: checks: fix agent check interval computation
2013-12-14  Willy TarreauMINOR: checks: use check->state instead of srv->state...
2013-12-14  Willy TarreauMINOR: checks: replace state DISABLED with CONFIGURED...
2013-12-14  Willy TarreauMINOR: checks: rename the state flags
2013-12-14  Willy TarreauMINOR: checks: use an enum instead of flags to report...
2013-12-14  Willy TarreauREORG: checks: retrieve the check-specific defines...
2013-12-14  Willy TarreauMINOR: checks: improve handling of the servers tracking...
2013-12-14  Willy TarreauMINOR: chunks: always initialize the output chunk in...
2013-12-13  Willy TarreauBUILD: definitely silence some stupid GCC warnings
2013-12-13  Willy TarreauMINOR: chunks: allocate the trash chunks before parsing...
2013-12-13  Willy TarreauBUILD: time: adapt the type of TV_ETERNITY to the local...
2013-12-13  Willy TarreauTESTS: add regression tests for ACL and sample expressi...
2013-12-13  Willy TarreauCLEANUP: acl: remove useless blind copy-paste from...
2013-12-13  Willy TarreauMEDIUM: acl: fix the initialization order of the ACL...
2013-12-13  Willy TarreauMEDIUM: acl: fix the argument parser to let the lower...
2013-12-13  Willy TarreauBUG/MEDIUM: sample: simplify and fix the argument parsing
2013-12-12  Willy TarreauMINOR: arg: improve wording on error reporting
2013-12-12  Willy TarreauMINOR: sample: make sample_parse_expr() use memprintf...
2013-12-12  Thierry FOURNIERMEDIUM: map: dynamic manipulation of maps
2013-12-12  Thierry FOURNIERMEDIUM: dumpstat: make the CLI parser understand the...
2013-12-12  Thierry FOURNIERMINOR: pattern/map: Each pattern must free the associat...
2013-12-12  Thierry FOURNIERMINOR: pattern: add function to lookup a specific entry...
2013-12-12  Thierry FOURNIERMINOR: map: export parse output sample functions
2013-12-12  Thierry FOURNIERMINOR: pattern: make the pattern matching function...
2013-12-12  Thierry FOURNIERMINOR: pattern: add support for compiling patterns...
2013-12-12  Thierry FOURNIERMINOR: regex: Copy the original regex expression into...
2013-12-12  Thierry FOURNIERMINOR: regex: Change the struct containing regex
2013-12-12  Thierry FOURNIERMINOR: standard: The function parse_binary() can use...
2013-12-12  Thierry FOURNIERMEDIUM: pattern: Extract the index process from the...
2013-12-12  Willy TarreauMINOR: pattern: do not assign SMP_TYPES by default...
2013-12-12  Willy TarreauMINOR: tools: buf2ip6 must not modify output on failure
2013-12-12  Thierry FOURNIERMEDIUM: acl: Last patch change the output type
2013-12-12  Thierry FOURNIERMINOR: pattern: Each pattern sets the expected input...
2013-12-11  Thierry FOURNIERMINOR: map: export map_get_reference() function
2013-12-11  Thierry FOURNIERBUG/MEDIUM: sample: conversion from str to ipv6 may...
2013-12-11  Thierry FOURNIERCLEANUP/MINOR: standard: use the system define INET6_AD...
2013-12-11  Thierry FOURNIERBUG/MEDIUM: map: Bad map file parser
2013-12-11  Willy TarreauBUG/MEDIUM: checks: agent doesn't get the response...
2013-12-11  GodbachBUG/MINOR: check_config_validity: check the returned...
2013-12-11  GodbachDOC: checkcache: block responses with cacheable cookies
2013-12-11  GodbachCLEANUP: code style: use tabs to indent codes
2013-12-11  William LallemandDOC: compression: chunk are not compressed anymore
2013-12-10  Willy TarreauCLEANUP: check: server port is unsigned
2013-12-10  Willy TarreauBUG/MEDIUM: channel: bo_getline() must wait for \n...
2013-12-10  Willy TarreauBUILD: use format tags in VERDATE and SUBVERS files
2013-12-10  Willy TarreauBUILD: prepare the makefile to skip format lines in...
2013-12-10  Willy TarreauBUILD: simplify the date and version retrieval in the...
2013-12-10  Lukas TribusBUILD/MINOR: systemd: fix compiler warning about unused...
2013-12-09  Willy TarreauMINOR: session: report lack of resources using the...
2013-12-09  Willy TarreauMINOR: stream_interface: add reporting of ressouce...
2013-12-09  Willy TarreauDIET/MINOR: task: reduce struct task size by 8 bytes
2013-12-09  Willy TarreauMINOR: http: use an enum for the auth method in http_au...
2013-12-09  Willy TarreauMINOR: http: switch the http state to an enum
2013-12-09  Willy TarreauDIET/MINOR: http: reduce the size of struct http_txn...
2013-12-09  Willy TarreauDIET/MINOR: stream-int: rearrange a few fields in struc...
2013-12-09  Willy TarreauDIET/MINOR: session: reduce the struct session size...
2013-12-09  Willy TarreauDIET/MINOR: proxy: rearrange a few fields in struct...
2013-12-09  Willy TarreauDIET/MINOR: listener: rearrange a few fields in struct...
2013-12-09  Willy TarreauDIET/MINOR: connection: rearrange a few fields to save...
2013-12-09  Willy TarreauDIET/MINOR: obj: pack the obj_type enum to 8 bits
2013-12-09  Willy TarreauMINOR: stats: provide some appctx information in "show...
2013-12-09  Willy TarreauMEDIUM: peers: delay appctx initialization
2013-12-09  Willy TarreauCLEANUP: peers: use less confusing state/status code...
2013-12-09  Willy TarreauMEDIUM: stats: delay appctx initialization
2013-12-09  Willy TarreauMEDIUM: session: automatically register the applet...
2013-12-09  Willy TarreauMAJOR: stream-interface: dynamically allocate the apple...
2013-12-09  Willy TarreauMEDIUM: stream-int: return the allocated appctx in...
2013-12-09  Willy TarreauMEDIUM: stream-int: replace occurrences of si->appctx...
2013-12-09  Willy TarreauMEDIUM: connection: merge the send_proxy and local_send...
2013-12-09  Willy TarreauMINOR: connection: check for send_proxy during the...
2013-12-09  Willy TarreauMEDIUM: connection: move the send_proxy offset to the...
2013-12-09  Willy TarreauMAJOR: stream interface: dynamically allocate the outgo...
2013-12-09  Willy TarreauMEDIUM: stream-interface: introduce si_attach_conn...
2013-12-09  Willy TarreauMINOR: connection: replace conn_assign with conn_attach
2013-12-09  Willy TarreauMINOR: connection: reintroduce conn_prepare to set...
2013-12-09  Willy TarreauMINOR: stream-interface: introduce si_reset() and si_se...
2013-12-09  Willy TarreauMAJOR: connection: add two new flags to indicate readin...
2013-12-09  Willy TarreauMINOR: connection: add conn_new() / conn_free()
2013-12-09  Willy TarreauMINOR: get rid of si_takeover_conn()
2013-12-09  Willy TarreauMEDIUM: connection: replace conn_prepare with conn_assign
2013-12-09  Willy TarreauMINOR: http: use conn_init() to reinitialize the server...
2013-12-09  Willy TarreauMINOR: session: use conn_init() to initialize the conne...
2013-12-09  Willy TarreauMINOR: peers: make use of conn_init() to initialize...
2013-12-09  Willy TarreauMINOR: checks: call conn_init() to properly initialize...
2013-12-09  Willy TarreauMINOR: connection: add conn_init() to (re)initialize...
2013-12-09  Willy TarreauMEDIUM: session: attach incoming connection to target...
2013-12-09  Willy TarreauMEDIUM: stream-int: do not allocate a connection in...
2013-12-09  Willy TarreauMAJOR: stream-int: stop using si->conn and use si-...
2013-12-09  Willy TarreauCLEANUP: stream-int: remove obsolete si_ctrl function
2013-12-09  Willy TarreauMEDIUM: stream-int: make ->end point to the connection...
2013-12-09  Willy TarreauMAJOR: stream interface: remove the ->release function...
2013-12-09  Willy TarreauMEDIUM: stream-interface: set the pointer to the applet...
2013-12-09  Willy TarreauMINOR: stream-int: add a new pointer to the end point
2013-12-09  Willy TarreauMINOR: stream-int: split si_prepare_embedded into si_pr...
2013-12-09  Willy TarreauMINOR: stream-int: rename ->applet to ->appctx
next