haproxy-2.3.git
2017-03-21 Lukas TribusMINOR: doc: 2.4. Examples should be 2.5. Examples
2017-03-21 Christopher... BUG/MAJOR: http: fix typo in http_apply_redirect_rule
2017-03-20 Emmanuel HocdetBUILD: ssl: fix OPENSSL_NO_SSL_TRACE for boringssl...
2017-03-20 Emmanuel HocdetBUILD: ssl: simplify SSL_CTX_set_ecdh_auto compatibility
2017-03-20 Felipe Guerreiro... BUG: payload: fix payload not retrieving arbitrary...
2017-03-19 Willy TarreauCLEANUP: connection: completely remove CO_FL_WAKE_DATA
2017-03-19 Willy TarreauMEDIUM: connection: don't test for CO_FL_WAKE_DATA
2017-03-19 Willy TarreauBUG/MEDIUM: connection: ensure to always report the...
2017-03-19 Willy TarreauBUG/MAJOR: stream-int: do not depend on connection...
2017-03-19 Willy TarreauTESTS: add a test configuration to stress handshake...
2017-03-15 Christopher... BUG/MEDIUM: filters: Fix channels synchronization in...
2017-03-15 Olivier HouchardCLEANUP: config: Typo in comment.
2017-03-15 Olivier HouchardBUG/MEDIUM server: Fix crash when dynamic is defined...
2017-03-15 Willy TarreauBUG/MEDIUM: listener: do not try to rebind another...
2017-03-15 Willy TarreauCONTRIB: tcploop: use the trash instead of NULL for...
2017-03-15 Willy TarreauCONTRIB: tcploop: fix connect's address length
2017-03-15 Willy TarreauCONTRIB: tcploop: report action 'K' (kill) in usage...
2017-03-15 Willy TarreauCONTRIB: tcploop: fix time format to silence build...
2017-03-15 Willy TarreauCONTRIB: tcploop: make it build on FreeBSD
2017-03-15 Steven DavidovitzBUG/MINOR: checks: attempt clean shutw for SSL check
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)
next