]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2017-02-08  Willy TarreauMINOR: chunks: implement a simple dynamic allocator...
2017-02-03  Baptiste AssmannBUG/MAJOR: dns: restart sockets after fork()
2017-02-03  Baptiste AssmannMINOR: dns: give ability to dns_init_resolvers() to...
2017-01-30  Thierry FOURNIERBUG/MINOR: lua: Map.end are not reliable because "end...
2017-01-25  Willy TarreauMINOR: server: extend the flags to 32 bits
2017-01-25  Willy TarreauBUG/MINOR: unix: fix connect's polling in case no data...
2017-01-25  Willy TarreauBUG/MEDIUM: tcp: don't poll for write when connect...
2017-01-19  Willy TarreauBUILD: ssl: kill a build warning introduced by BoringSS...
2017-01-19  Willy TarreauBUILD: ssl: eliminate warning with OpenSSL 1.1.0 regard...
2017-01-19  Willy TarreauBUILD: ssl: silence a warning reported for ERR_remove_s...
2017-01-19  Willy TarreauBUILD: ssl: fix build on OpenSSL 1.0.0
2017-01-16  Emmanuel HocdetBUILD: ssl: fix to build (again) with boringssl
2017-01-16  MisiekMINOR: doc: Add docs for agent-addr and agent-send...
2017-01-16  MisiekMINOR: doc: Add docs for agent-addr configuration variable
2017-01-16  MisiekMINOR: cli: Add possiblity to change agent config via...
2017-01-16  MisiekMINOR: checks: Add agent-addr config directive
2017-01-13  Emmanuel HocdetMINOR: ssl: add curve suite for ECDHE negotiation
2017-01-13  Emmanuel HocdetMAJOR: ssl: bind configuration per certificat
2017-01-13  Christopher... BUG/MINOR: stream: Fix how backend-specific analyzers...
2017-01-12  Emeric BrunOPTIM/MINOR: config: Optimize fullconn automatic comput...
2017-01-12  Lukas TribusMINOR: ssl: don't show prefer-server-ciphers output
2017-01-11  Ryabin SergeyBUG/MINOR: Reset errno variable before calling strtol(3)
2017-01-11  Lukas TribusMINOR: compression: fix -vv output without zlib/slz
2017-01-11  Jarno HuuskonenDOC: add deprecation notice to "block"
2017-01-11  Jarno HuuskonenMINOR: proto_http.c 502 error txt typo.
2017-01-11  Jarno HuuskonenMINOR: Use "500 Internal Server Error" for 500 error...
2017-01-11  Emmanuel HocdetBUG/MINOR: ssl: assert on SSL_set_shutdown with BoringSSL
2017-01-11  Emmanuel HocdetBUG/MINOR: ssl: EVP_PKEY must be freed after X509_get_p...
2017-01-11  Willy TarreauBUG/MEDIUM: tools: do not force an unresolved address...
2017-01-06  Willy TarreauMEDIUM: server: disable protocol validations when the...
2017-01-06  Willy TarreauMINOR: server: take the destination port from the port...
2017-01-06  Willy TarreauMINOR: tools: make str2sa_range() return the port in...
2017-01-06  Willy TarreauMEDIUM: server: split the address and the port into...
2017-01-06  Willy TarreauBUG/MEDIUM: server: consider AF_UNSPEC as a valid addre...
2017-01-06  Willy TarreauBUG/MINOR: tools: fix off-by-one in port size check
2017-01-06  Willy TarreauBUG/MINOR: config: emit a warning if http-reuse is...
2017-01-06  Emeric BrunMINOR: connection: add sample fetch "fc_rcvd_proxy"
2017-01-06  Robin H. JohnsonMINOR: http: custom status reason.
2017-01-05  Willy TarreauBUG/MAJOR: http: fix risk of getting invalid reports...
2017-01-05  Willy TarreauMINOR: tools: add a generic hexdump function for debugging
2017-01-05  Willy TarreauBUILD: scripts: automatically update the branch in...
2017-01-05  Willy TarreauBUG/MINOR: http: report real parser state in error...
2017-01-05  Christopher... BUG/MAJOR: channel: Fix the definition order of channel...
2017-01-05  Thierry FOURNIERBUG/MINOR: sample-fetches/stick-tables: bad type for...
2017-01-02  David HarriganMINOR: stats: Support "select all" for backend actions
2017-01-02  Olivier DoucetBUG/MINOR: option prefer-last-server must be ignored...
2016-12-28  David CarlierMEDIUM: regex: pcre2 support
2016-12-26  Thierry FOURNIERMINOR: samples: add xx-hash functions
2016-12-23  Thierry FOURNIERBUILD: lua: build failed on FreeBSD.
2016-12-23  Guillaume de... DOC: Add timings events schemas
2016-12-23  William LallemandBUG/MINOR: systemd: potential zombie processes
2016-12-23  Willy TarreauBUG/MEDIUM: ssl: for a handshake when server-side SNI...
2016-12-22  Marcin DeranekBUG/MINOR: backend: nbsrv() should return 0 if backend...
2016-12-22  Willy TarreauCLEANUP: ssl: move most ssl-specific global settings...
2016-12-22  Willy TarreauCLEANUP: ssl: move tlskeys_finalize_config() to a post_...
2016-12-22  Willy TarreauMINOR: ssl_sock: implement and use prepare_srv()/destro...
2016-12-22  Willy TarreauMINOR: connection: add new prepare_srv()/destroy_srv...
2016-12-22  Willy TarreauCLEANUP: connection: unexport raw_sock and ssl_sock
2016-12-22  Willy TarreauCLEANUP: connection: remove all direct references to...
2016-12-22  Willy TarreauMINOR: connection: add a minimal transport layer regist...
2016-12-22  Willy TarreauMINOR: server: move the use_ssl field out of the ifdef...
2016-12-22  Willy TarreauMINOR: ssl_sock: implement ssl_sock_destroy_bind_conf()
2016-12-22  Willy TarreauMINOR: connection: add a new destroy_bind_conf() entry...
2016-12-22  Willy TarreauMEDIUM: ssl_sock: implement ssl_sock_prepare_bind_conf()
2016-12-22  Willy TarreauMINOR: connection: add a new prepare_bind_conf() entry...
2016-12-22  Willy TarreauMEDIUM: ssl: remote the proxy argument from most functions
2016-12-22  Willy TarreauMEDIUM: move listener->frontend to bind_conf->frontend
2016-12-22  Willy TarreauMINOR: listener: move the transport layer pointer to...
2016-12-22  Willy TarreauMEDIUM: spoe: don't create a dummy listener for outgoin...
2016-12-22  Willy TarreauMINOR: tcp-rules: check that the listener exists before...
2016-12-22  Thierry FOURNIERBUG/MINOR: stats: fix be/sessions/current out in typed...
2016-12-22  Willy TarreauBUG/MEDIUM: ssl: avoid double free when releasing bind_...
2016-12-22  Willy TarreauBUG/MEDIUM: ssl: properly reset the reused_sess during...
2016-12-22  Willy TarreauMEDIUM: compression: move the zlib-specific stuff from...
2016-12-21  Willy TarreauMEDIUM: cfgparse: move ssl-dh-param-file parsing to...
2016-12-21  Willy TarreauMINOR: cfgparse: move parsing of ssl-default-{bind...
2016-12-21  Willy TarreauMEDIUM: cfgparse: move maxsslconn parsing to ssl_sock
2016-12-21  Willy TarreauMEDIUM: cfgparse: move all tune.ssl.* keywords to ssl_sock
2016-12-21  Willy TarreauMINOR: cfgparse: move parsing of "ca-base" and "crt...
2016-12-21  Willy TarreauMINOR: cfgparse: add two new functions to check argumen...
2016-12-21  Willy TarreauCLEANUP: da: move global settings out of the global...
2016-12-21  Willy TarreauCLEANUP: 51d: move global settings out of the global...
2016-12-21  Willy TarreauCLEANUP: wurfl: move global settings out of the global...
2016-12-21  Willy TarreauCLEANUP: da: register the deinitialization function
2016-12-21  Willy TarreauCLEANUP: 51d: register the deinitialization function
2016-12-21  Willy TarreauCLEANUP: wurfl: register the deinit function via the...
2016-12-21  Willy TarreauMINOR: haproxy: add a registration for post-deinit...
2016-12-21  Willy TarreauCLEANUP: da: make use of the late init registration...
2016-12-21  Willy TarreauCLEANUP: 51d: make use of the late init registration
2016-12-21  Willy TarreauCLEANUP: wurfl: make use of the late init registration
2016-12-21  Willy TarreauCLEANUP: filters: use the function registration to...
2016-12-21  Willy TarreauCLEANUP: checks: make use of the post-init registration...
2016-12-21  Willy TarreauMINOR: haproxy: add a registration for post-check functions
2016-12-21  Willy TarreauCLEANUP: auth: use the build options list to report...
2016-12-21  Willy TarreauCLEANUP: compression: use the build options list to...
2016-12-21  Willy TarreauCLEANUP: ssl: use the build options list to report...
2016-12-21  Willy TarreauCLEANUP: regex: use the build options list to report...
2016-12-21  Willy TarreauCLEANUP: lua: use the build options list to report it
2016-12-21  Willy TarreauCLEANUP: tcp: use the build options list to report...
2016-12-21  Willy TarreauCLEANUP: namespaces: use the build options list to...
next