haproxy-2.1.git
2019-10-16 Willy TarreauMINOR: version: make the version strings variables...
2019-10-15 William LallemandBUG/MINOR: ssl: can't load ocsp files
2019-10-15 William LallemandBUG/MINOR: ssl: fix error messages for OCSP loading
2019-10-15 Miroslav ZagoracBUG/MINOR: WURFL: fix send_log() function arguments
2019-10-14 Christopher... REGTESTS: Adapt proxy_protocol_random_fail.vtc to match...
2019-10-14 Christopher... REGTESTS: Send valid URIs in peers reg-tests and fix...
2019-10-14 Christopher... MINOR: h1: Reject requests if the authority does not...
2019-10-14 Christopher... MINOR: h1: Reject requests with different occurrences...
2019-10-14 Christopher... BUG/MINOR: mux-h1: Capture ignored parsing errors
2019-10-14 Christopher... CLEANUP: h1-htx: Move htx-to-h1 formatting functions...
2019-10-14 Christopher... MINOR: mux-h1: Xfer as much payload data as possible...
2019-10-14 Christopher... BUG/MINOR: mux-h1: Mark the output buffer as full when...
2019-10-14 Christopher... BUG/MINOR: chunk: Fix tests on the chunk size in functi...
2019-10-14 Christopher... BUG/MEDIUM: htx: Catch chunk_memcat() failures when...
2019-10-14 William LallemandBUG/MINOR: ssl: fix OCSP build with BoringSSL
2019-10-14 William LallemandBUILD: ssl: wrong #ifdef for SSL engines code
2019-10-14 William LallemandBUG/MINOR: ssl: fix build without multi-cert bundles
2019-10-14 William LallemandBUG/MINOR: ssl: fix build without SSL
2019-10-14 William LallemandBUG/MEDIUM: ssl: NULL dereference in ssl_sock_load_cert...
2019-10-11 William LallemandMINOR: ssl: load the ocsp in/from the ckch
2019-10-11 William LallemandMINOR: ssl: load the sctl in/from the ckch
2019-10-11 William LallemandMEDIUM: ssl/cli: 'set ssl cert' updates a certificate...
2019-10-11 William LallemandMINOR: ssl: ssl_sock_load_crt_file_into_ckch() is filli...
2019-10-11 William LallemandMEDIUM: ssl: ssl_sock_load_ckchs() alloc a ckch_inst
2019-10-11 William LallemandMINOR: ssl: ssl_sock_load_multi_ckchs() can properly...
2019-10-11 William LallemandMINOR: ssl: ssl_sock_load_ckchn() can properly fail
2019-10-11 William LallemandMEDIUM: ssl: split ssl_sock_add_cert_sni()
2019-10-11 William LallemandMEDIUM: ssl: introduce the ckch instance structure
2019-10-11 William LallemandBUG/MINOR: ssl: abort on sni_keytypes allocation failure
2019-10-11 William LallemandBUG/MINOR: ssl: free the sni_keytype nodes
2019-10-11 William LallemandBUG/MINOR: ssl: abort on sni allocation failure
2019-10-11 William LallemandMINOR: ssl: initialize explicitly the sni_ctx trees
2019-10-11 William LallemandMINOR: ssl: initialize the sni_keytypes_map as EB_ROOT
2019-10-11 William LallemandREORG: ssl: move structures to ssl_sock.h
2019-10-11 William LallemandREORG: ssl: rename ckch_node to ckch_store
2019-10-11 William LallemandMINOR: ssl: crt-list do ckchn_lookup
2019-10-11 Willy TarreauMINOR: mux-h2: also support emitting CONTINUATION on...
2019-10-11 Olivier HouchardMINOR: lists: Fix alignement of \ when relevant.
2019-10-11 Olivier HouchardMINOR: lists: Try to use local variables instead of...
2019-10-11 Olivier HouchardMINOR: h2: Document traps to be avoided on multithread.
2019-10-11 Olivier HouchardMEDIUM: task: Split the tasklet list into two lists.
2019-10-11 Willy TarreauMINOR: list: add new macro MT_LIST_BEHEAD
2019-10-11 Willy TarreauMINOR: lists: add new macro LIST_SPLICE_END_DETACHED
2019-10-11 Willy TarreauBUILD: stats: fix missing '=' sign in array declaration
2019-10-11 Willy TarreauBUG/MEDIUM: applet: always check a fast running applet...
2019-10-10 Willy TarreauMINOR: stats: fill all the descriptions for "show info...
2019-10-10 Willy TarreauMINOR: stats: make "show stat" and "show info"
2019-10-10 Willy TarreauMINOR: stats: prepare to add a description with each...
2019-10-10 Willy TarreauMINOR: stats: support the "desc" output format modifier...
2019-10-10 Willy TarreauMINOR: stats: uniformize the calling convention of...
2019-10-10 Willy TarreauMINOR: stats: make stats_dump_fields_json() directly...
2019-10-10 Willy TarreauMINOR: stats: get rid of the STAT_SHOWADMIN flag
2019-10-10 Willy TarreauMINOR: stats: set the appctx flags when initializing...
2019-10-10 Willy TarreauMINOR: stats: always merge the uri_auth flags into...
2019-10-10 Willy TarreauMINOR: stats: replace the ST_* uri_auth flags with...
2019-10-10 Willy TarreauMINOR: stats: get rid of the ST_CONVDONE flag
2019-10-10 Willy TarreauMINOR: stats: mention in the help message support for...
2019-10-09 Willy TarreauMEDIUM: h2: use the normalized URI encoding for absolut...
2019-10-09 Willy TarreauMEDIUM: mux-h2: do not map Host to :authority on output
2019-10-09 Willy TarreauMINOR: h2: report in the HTX flags when the request...
2019-10-09 Willy TarreauMEDIUM: h2: make the request parser rebuild a complete URI
2019-10-09 Christopher... MINOR: h1-htx: Only use the path of a normalized URI...
2019-10-09 Christopher... MEDIUM: http-htx: Keep the Host header and the request...
2019-10-09 Christopher... MINOR: h1-htx: Set the flag HTX_SL_F_HAS_AUTHORITY...
2019-10-09 Christopher... MINOR: http: Add a function to get the authority into...
2019-10-09 Christopher... MINOR: htx: Add 2 flags on the start-line to have more...
2019-10-09 Willy TarreauMINOR: h2: clarify the rules for how to convert an...
2019-10-09 Rick RackowDOC: fix typo in Prometheus exporter doc
2019-10-08 Christopher... BUG/MINOR: mux-h1/mux-fcgi/trace: Fix position of the...
2019-10-07 Willy TarreauMEDIUM: mux-h2: support emitting CONTINUATION frames...
2019-10-07 Willy TarreauDOC: clarify some points around http-send-name-header...
2019-10-07 Willy TarreauBUG/MEDIUM: cache: make sure not to cache requests...
2019-10-04 Christopher... MINOR: mux-fcgi/trace: Register a new trace source...
2019-10-04 Christopher... MINOR: fcgi: Add function to get the string representat...
2019-10-04 Christopher... MINOR: mux-h1: Try to wakeup the stream on output buffe...
2019-10-04 Christopher... BUG/MINOR: mux-h1: Adjust header case when chunked...
2019-10-04 Christopher... BUG/MINOR: mux-h1: Adjust header case when the server...
2019-10-04 Christopher... MINOR: http: Remove headers matching the name of http...
2019-10-04 Christopher... MINOR: proxy: Store http-send-name-header in lower...
2019-10-04 Christopher... MINOR: mux-h1/trace: register a new trace source with...
2019-10-04 Christopher... MINOR: htx: Adapt htx_dump() to be used from traces
2019-10-04 Christopher... MINOR: h1-htx: Update h1_copy_msg_data() to ease the...
2019-10-04 Christopher... BUG/MINOR: mux-h2/trace: Fix traces on h2c initialization
2019-10-04 Frédéric LécailleBUG/MINOR: peers: crash on reload without local peer.
2019-10-03 Olivier HouchardBUG/MEDIUM: tasks: Don't forget to decrement tasks_run_...
2019-10-02 Willy TarreauBUG/MEDIUM: mux-h2: do not enforce timeout on long...
2019-10-02 Willy TarreauBUILD: ebtree: make eb_is_empty() and eb_is_dup() take...
2019-10-02 Willy TarreauMINOR: mux-h2: add a per-connection list of blocked...
2019-10-02 Willy TarreauMINOR: mux-h2/trace: missing conn pointer in demux...
2019-10-01 Willy Tarreau[RELEASE] Released version 2.1-dev2 v2.1-dev2
2019-10-01 Willy TarreauRevert "MINOR: cache: allow caching of OPTIONS request"
2019-10-01 Baptiste AssmannBUG/MINOR: action: do-resolve does not yield on request...
2019-10-01 Willy TarreauBUG/MEDIUM: fd: HUP is an error only when write is...
2019-09-30 William LallemandDOC: replace utf-8 quotes by ascii ones
2019-09-30 William LallemandBUILD: ssl: fix a warning when built with openssl ...
2019-09-30 Tim DuesterhusCLEANUP: proxy: Remove `proxy_tbl_by_name`
2019-09-30 Tim DuesterhusBUG/MEDIUM: lua: Store stick tables into the sample...
2019-09-30 Tim DuesterhusCLEANUP: lua: Get rid of obsolete (size_t *) cast in...
2019-09-30 Tim DuesterhusBUG/MINOR: lua: Properly initialize the buffer's fields...
2019-09-28 Christopher... BUG/MINOR: stats: Add a missing break in a switch statement
next