haproxy-2.1.git
2019-10-18 Emeric BrunCLEANUP: ssl: make ssl_sock_put_ckch_into_ctx handle...
2019-10-18 Emeric BrunCLEANUP: ssl: make ckch_inst_new_load_(multi_)store...
2019-10-18 Emeric BrunCLEANUP: ssl: make cli_parse_set_cert handle errcode...
2019-10-18 Willy TarreauCLEANUP: ssl: make ssl_sock_load_ckchs() return a set...
2019-10-18 Willy TarreauCLEANUP: ssl: make ssl_sock_load_cert*() return real...
2019-10-18 William LallemandREGTEST: mcli/mcli_show_info: launch a 'show info'...
2019-10-18 Olivier HouchardBUG/MEDIUM: mux_pt: Only call the wake emthod if nobody...
2019-10-18 Olivier HouchardBUG/MEDIUM: mux_pt: Don't destroy the connection if...
2019-10-18 Olivier HouchardRevert e8826ded5fea3593d89da2be5c2d81c522070995.
2019-10-18 Willy TarreauBUG/MEDIUM: task: make tasklets either local or shared...
2019-10-18 Willy TarreauBUG/MAJOR: idle conns: schedule the cleanup task on...
2019-10-18 Willy TarreauBUG/MEDIUM: tasklet: properly compute the sleeping...
2019-10-17 Olivier HouchardBUG/MEDIUM: mux_pt: Make sure we don't have a conn_stre...
2019-10-17 Olivier HouchardBUG/MEDIUM: lists: Handle 1-element-lists in MT_LIST_BE...
2019-10-17 Christopher... BUG/MINOR: tcp: Don't alter counters returned by tcp...
2019-10-17 William LallemandBUG/MINOR: mworker/ssl: close openssl FDs unconditionally
2019-10-17 Willy TarreauBUG/MINOR: cache: also cache absolute URIs
2019-10-17 Willy TarreauMINOR: istbuf: add b_fromist() to make a buffer from...
2019-10-17 David CarlierBUILD/MEDIUM: threads: enable cpu_affinity on osx
2019-10-17 David CarlierBUILD/SMALL: threads: enable threads on osx
2019-10-17 David CarlierBUILD/MEDIUM: threads: rename thread_info struct to...
2019-10-17 Willy TarreauBUILD: travis-ci: limit build to branches "master"...
2019-10-16 Christopher... MINOR: mux-h1: Force close mode for proxy responses...
2019-10-16 Christopher... MINOR: htx: Add a flag on HTX to known when a response...
2019-10-16 Christopher... BUG/MINOR: http-htx: Properly set htx flags on error...
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...
next