haproxy-3.0.git
2017-03-15 Olivier HouchardMINOR: cli: Let configure the dynamic cookies from...
2017-03-15 Olivier HouchardMINOR: server: Add dynamic session cookies.
2017-03-14 Willy TarreauBUG/MAJOR: connection: update CO_FL_CONNECTED before...
2017-03-14 Simon HormanMEDIUM: stats: Add show json schema
2017-03-14 Simon HormanMEDIUM: stats: Add JSON output option to show (info...
2017-03-14 Willy TarreauCLEANUP: http: make http_server_error() not set the...
2017-03-14 Jarno HuuskonenMINOR: http-request tarpit deny_status.
2017-03-14 Jarno HuuskonenMEDIUM: http_error_message: txn->status / http_get_stat...
2017-03-13 Nenad MerdanovicCLEANUP: Remove comment that's no longer valid
2017-03-13 Nenad MerdanovicMINOR: Add hostname sample fetch
2017-03-13 Nenad MerdanovicCLEANUP: Replace repeated code to count usable servers...
2017-03-13 Nenad MerdanovicMINOR: Add nbsrv sample converter
2017-03-13 Nenad MerdanovicBUG/MINOR: Fix "get map <map> <value>" CLI command
2017-03-13 Nenad MerdanovicBUG/MEDIUM: cli: Prevent double free in CLI ACL lookup
2017-03-10 Janusz DziemidowiczBUG/MEDIUM: ssl: Clear OpenSSL error stack after trying...
2017-03-10 Willy TarreauMINOR: config: warn when some HTTP rules are used in...
2017-03-09 Christopher... DOC: spoe: Update SPOE documentation to reflect recent...
2017-03-09 Christopher... MINOR: spoe: Add "max-frame-size" statement in spoe...
2017-03-09 Christopher... MINOR: spoe: Add "send-frag-payload" option in spoe...
2017-03-09 Christopher... MINOR: spoe: Rely on alertif_too_many_arg during config...
2017-03-09 Christopher... MINOR: spoe: Add "pipelining" and "async" options in...
2017-03-09 Christopher... MINOR: spoe: Add support of negation for options in...
2017-03-09 Christopher... MINOR: spoe: Improve implementation of the payload...
2017-03-09 Christopher... REORG: spoe: Move low-level encoding/decoding functions...
2017-03-09 Christopher... REORG: spoe: Move struct and enum definitions in dedica...
2017-03-09 Christopher... MINOR: spoe: Handle NOTIFY frames cancellation using...
2017-03-09 Christopher... MAJOR: spoe: refactor the filter to clean up the code
2017-03-09 Christopher... MINOR: spoe: Add support for fragmentation capability...
2017-03-09 Christopher... MAJOR: spoe: Add support of payload fragmentation in...
2017-03-09 Christopher... MINOR: spoe: Use the min of all known max_frame_size...
2017-03-09 Christopher... MEDIUM: spoe: Be sure to wakeup the good entity waiting...
2017-03-09 Christopher... MINOR: spoe: Check the scope of sample fetches used...
2017-03-09 Christopher... MINOR: spoe: Send a log message when an error occurred...
2017-03-09 Christopher... MINOR: spoe: Add status code in error variable instead...
2017-03-09 Christopher... MINOR: spoe: Remove SPOE details from the appctx structure
2017-03-09 Christopher... MINOR: spoe: Add support for pipelining/async capabilit...
2017-03-09 Christopher... MAJOR: spoe: Add support of pipelined and asynchronous...
2017-03-09 Christopher... BUG/MINOR: spoe: Fix parsing of arguments in spoe-messa...
2017-03-09 Christopher... BUG/MINOR: spoe: Fix soft stop handler using a specific...
2017-03-08 Emmanuel HocdetMINOR: ssl: improved cipherlist captures
2017-03-08 Emmanuel HocdetBUG/MINOR: ssl: fix cipherlist captures with sustainabl...
2017-03-07 Emmanuel HocdetBUG/MEDIUM: ssl: in bind line, ssl-options after 'crt...
2017-03-07 Emmanuel HocdetMEDIUM: ssl: remove ssl-options from crt-list
2017-03-06 Thierry FOURNIERMEDIUM: ssl: add new sample-fetch which captures the...
2017-03-06 Emmanuel HocdetBUILD: ssl: fix build with -DOPENSSL_NO_DH
2017-03-06 Emmanuel HocdetMINOR: ssl: removes SSL_CTX_set_ssl_version call and...
2017-03-06 Emmanuel HocdetBUG/MEDIUM: ssl: switchctx should not return SSL_TLSEXT...
2017-03-02 Emmanuel HocdetBUG/MEDIUM: ssl: fix verify/ca-file per certificate
2017-03-02 Emmanuel HocdetMEDIUM: boringssl: support native multi-cert selection...
2017-02-28 Willy TarreauMINOR: http: don't close when redirect location doesn...
2017-02-28 Willy TarreauBUG/MEDIUM: config: reject anything but "if" or "unless...
2017-02-23 Thierry FOURNIERBUG/MAJOR: lua segmentation fault when the request...
2017-02-13 Willy TarreauBUG/MAJOR: ssl: fix a regression in ssl_sock_shutw()
2017-02-10 Thierry FOURNIERBUG/MINOR: sendmail: The return of vsnprintf is not...
2017-02-08 Christopher... BUG/MINOR: http: Return an error when a replace-header...
2017-02-08 Christopher... BUG/MEDIUM: http: Prevent replace-header from overwriti...
2017-02-08 Christopher... BUG/MEDIUM: filters: Do not truncate HTTP response...
2017-02-08 Thierry FOURNIERBUG/MEDIUM: http: prevent redirect from overwriting...
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...
next