]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2017-06-30  Emeric BrunBUG/MAJOR: map: fix segfault during 'show map/acl'...
2017-06-30  Emeric BrunBUG/MAJOR: cli: fix custom io_release was crushed by...
2017-06-27  Willy TarreauBUG/MAJOR: frontend: don't dereference a null conn...
2017-06-27  Emeric BrunMAJOR: applet: applet scheduler rework.
2017-06-27  Willy TarreauMINOR: connection: send data before receiving
2017-06-27  Willy TarreauMINOR: stream: don't set backend's nor response analyse...
2017-06-27  Willy TarreauMINOR: frontend: report the connection's ALPN in the...
2017-06-27  Willy TarreauMINOR: frontend: retrieve the ALPN name when available
2017-06-27  Willy TarreauMINOR: ssl: add a get_alpn() method to ssl_sock
2017-06-27  Willy TarreauMINOR: connection: add a .get_alpn() method to xprt_ops
2017-06-27  Willy TarreauMINOR: frontend: initialize HTTP layer after the debugg...
2017-06-27  Willy TarreauMEDIUM: stream: make stream_new() always set the target...
2017-06-27  Christopher... MINOR: queue: Change pendconn_from_srv/pendconn_from_px...
2017-06-27  Christopher... MINOR: backends: Change get_server_sh/get_server_uh...
2017-06-27  Christopher... MINOR: queue: Change pendconn_get_next_strm into privat...
2017-06-27  Emeric BrunMINOR: task/stream: tasks related to a stream must...
2017-06-27  Emeric BrunMAJOR: task: task scheduler rework.
2017-06-27  Emeric BrunBUG/MINOR: stream: flag TASK_WOKEN_RES not set if task...
2017-06-23  Willy TarreauDOC: fix references to the section about the unix socket
2017-06-23  Willy TarreauBUG/MINOR: log: pin the front connection when front...
2017-06-21  Christopher... BUG/MINOR: cfgparse: Check if tune.http.maxhdr is in...
2017-06-21  Frédéric LécailleBUG/MINOR: Wrong peer task expiration handling during...
2017-06-20  William LallemandBUG/MEDIUM: mworker: don't reuse PIDs passed to the...
2017-06-20  William LallemandMINOR: mworker: don't copy -x argument anymore in copy_...
2017-06-20  William LallemandMINOR: warning on multiple -x
2017-06-20  William LallemandBUG/MEDIUM: fix segfault when no argument to -x option
2017-06-16  Willy TarreauSCRIPTS: create-release: enforce GIT_COMMITTER_{NAME...
2017-06-16  Willy Tarreauscripts: create-release pass -n to tail
2017-06-16  Willy TarreauBUG/MEDIUM: unix: never unlink a unix socket from the...
2017-06-15  Frédéric LécailleBUG/MAJOR: server: Segfault after parsing server state...
2017-06-15  Frédéric LécailleBUG/MEDIUM: peers: Peers CLOSE_WAIT issue.
2017-06-14  Christopher... BUG/MINOR: http/filters: Be sure to wait if a filter...
2017-06-14  Christopher... BUG/MINOR: ssl: Be sure that SSLv3 connection methods...
2017-06-14  Christopher... BUG/MINOR: acls: Set the right refflag when patterns...
2017-06-14  Frédéric LécailleCONTRIB: plug qdiscs: Plug queuing disciplines mini...
2017-06-14  Christopher... BUG/MINOR: buffers: Fix bi/bo_contig_space to handle...
2017-06-11  Willy TarreauBUG/MAJOR: http: call manage_client_side_cookies()...
2017-06-09  Willy TarreauBUILD: scripts: add a "quiet" mode to publish-release
2017-06-09  Willy TarreauBUILD: scripts: add an automatic mode for publish-release
2017-06-09  Willy TarreauBUILD: scripts: make publish-release support bare repos...
2017-06-09  Nan LiuBUG/MINOR: Makefile: fix compile error with USE_LUA...
2017-06-08  William LallemandBUG/MEDIUM: misplaced exit and wrong exit code
2017-06-08  William LallemandBUG/MINOR: warning: â\80\98need_resendâ\80\99 may be used unini...
2017-06-08  William LallemandBUG/MEDIUM: build without openssl broken
2017-06-08  David CarlierBUG/MINOR: haproxy/cli : fix for solaris/illumos distro...
2017-06-08  Emeric BrunBUG/MINOR: ssl: do not call directly the conn_fd_handle...
2017-06-08  Emeric BrunBUG/MAJOR: ssl: buffer overflow using offloaded cipheri...
2017-06-08  Emeric BrunBUG/MAJOR: ssl: fix segfault on connection close using...
2017-06-02  Emmanuel HocdetMEDIUM: ssl: disable SSLv3 per default for bind
2017-06-02  Emmanuel HocdetMINOR: ssl: support ssl-min-ver and ssl-max-ver with...
2017-06-02  Emmanuel HocdetMEDIUM: ssl: ctx_set_version/ssl_set_version func for...
2017-06-02  Emmanuel HocdetREORG: ssl: move defines and methodVersions table upper
2017-06-02  Willy Tarreau[RELEASE] Released version 1.8-dev2 v1.8-dev2
2017-06-02  Willy TarreauCLEANUP: connection: remove unused CO_FL_WAIT_DATA
2017-06-02  Willy TarreauMINOR: tools: make debug_hexdump() take a string prefix
2017-06-02  Willy TarreauMINOR: tools: make debug_hexdump() use a const char...
2017-06-02  Jarno HuuskonenCLEANUP: str2mask return code comment: non-zero ->...
2017-06-02  Dragan DosenMINOR: Add Mod Defender integration as contrib
2017-06-02  Emmanuel HocdetBUILD: ssl: fix build with OPENSSL_NO_ENGINE
2017-06-02  Baptiste AssmannMAJOR/REORG: dns: DNS resolution task and requester...
2017-06-02  Baptiste AssmannMINOR: dns: introduce roundrobin into the internal...
2017-06-02  Baptiste AssmannMINOR: dns: make 'ancount' field to match the number...
2017-06-02  Baptiste AssmannMINOR: dns: implement a LRU cache for DNS resolutions
2017-06-02  Baptiste AssmannMAJOR: dns: save a copy of the DNS response in struct...
2017-06-02  Baptiste AssmannMINOR: dns: new snr_check_ip_callback function
2017-06-02  Baptiste AssmannREORG: dns: dns_option structure, storage of hostname_dn
2017-06-02  Baptiste AssmannMINOR: dns: parse_server() now uses srv_alloc_dns_resol...
2017-06-02  Baptiste AssmannMINOR: dns: functions to manage memory for a DNS resolu...
2017-06-02  Baptiste AssmannMINOR: dns: smallest DNS fqdn size
2017-06-02  Baptiste AssmannCLEANUP: server.c: missing prototype of srv_free_dns_re...
2017-06-02  Stéphane CottinMINOR: log: Add logurilen tunable.
2017-06-02  William LallemandMAJOR: systemd-wrapper: get rid of the wrapper
2017-06-02  William LallemandMEDIUM: systemd: Type=forking in unit file
2017-06-02  William LallemandDOC: add documentation for the master-worker mode
2017-06-02  William LallemandMEDIUM: mworker: workers exit when the master leaves
2017-06-02  William LallemandMEDIUM: mworker: exit-on-failure option
2017-06-02  William LallemandMEDIUM: mworker: try to guess the next stats socket...
2017-06-02  William LallemandMEDIUM: mworker: wait mode on reload failure
2017-06-02  William LallemandMEDIUM: mworker: handle reload and signals
2017-06-02  William LallemandMEDIUM: mworker: replace systemd mode by master worker...
2017-05-27  Emmanuel HocdetMINOR: boringssl: basic support for OCSP Stapling
2017-05-27  Emeric BrunMEDIUM: ssl: handle multiple async engines
2017-05-27  Grant ZhangMAJOR: ssl: add openssl async mode support
2017-05-27  Grant ZhangMEDIUM: ssl: add basic support for OpenSSL crypto engine
2017-05-27  William LallemandMEDIUM: proxy: zombify proxies only when the expose...
2017-05-27  William LallemandMINOR: cli: add 'expose-fd listeners' to pass listeners FDs
2017-05-27  William LallemandMINOR: cli: add ACCESS_LVL_MASK to store the access...
2017-05-12  Thierry FOURNIERBUG/MEDIUM: lua: segfault if a converter or a sample...
2017-05-12  Holger JustMINOR: sample: Add b64dec sample converter
2017-05-12  Frédéric LécailleBUG/MAJOR: dns: Broken kqueue events handling (BSD...
2017-05-12  Dmitry SivachenkoCLEANUP: retire obsoleted USE_GETSOCKNAME build option
2017-05-12  Emmanuel HocdetMEDIUM: ssl: ssl-min-ver and ssl-max-ver compatibility.
2017-05-12  Emmanuel HocdetMEDIUM: ssl: add ssl-min-ver and ssl-max-ver parameters...
2017-05-12  Emmanuel HocdetMINOR: ssl: show methods supported by openssl
2017-05-12  Emmanuel HocdetMINOR: ssl: support TLSv1.3 for bind and server
2017-05-12  Emmanuel HocdetMEDIUM: ssl: calculate the real min/max TLS version...
2017-05-12  Emmanuel HocdetMEDIUM: ssl: ssl_methods implementation is reworked...
2017-05-12  Emmanuel HocdetMEDIUM: ssl: revert ssl/tls version settings relative...
2017-05-12  Lukas TribusMINOR: ssl: add prefer-client-ciphers
2017-05-06  Willy TarreauBUG/MINOR: checks: don't send proxy protocol with agent...
next