haproxy-2.3.git
2019-08-27 Willy TarreauMINOR: tools: add a function varint_bytes() to report...
2019-08-27 Willy TarreauMINOR: sink: set the fd-type sinks to non-blocking
2019-08-27 Nenad MerdanovicMINOR: backend: Add srv_queue converter
2019-08-26 Jerome MagninBUG/MEDIUM: url32 does not take the path part into...
2019-08-26 Willy TarreauBUG/MEDIUM: listener/threads: fix an AB/BA locking...
2019-08-26 Willy TarreauBUG/MINOR: mworker: disable SIGPROF on re-exec
2019-08-23 n9@users.noreply... DOC: fixed typo in management.txt
2019-08-23 Willy TarreauBUG/MEDIUM: mux-h1: do not report errors on transfers...
2019-08-23 Willy TarreauBUG/MEDIUM: mux-h1: do not truncate trailing 0CRLF...
2019-08-22 Willy TarreauBUILD: trace: make the lockon_ptr const to silence...
2019-08-22 Willy TarreauDOC: management: document the "trace" and "show trace...
2019-08-22 Willy TarreauMINOR: trace: retrieve useful pointers and enforce...
2019-08-22 Willy TarreauMINOR: trace: parse the "lock" argument to trace
2019-08-22 Willy TarreauMINOR: trace: add the possibility to lock on some arguments
2019-08-22 Willy TarreauMINOR: trace: make sure to always stop the locking...
2019-08-22 Willy TarreauMINOR: trace: add a definition of typed arguments to...
2019-08-22 Willy TarreauMINOR: trace: add per-level macros to produce traces
2019-08-22 Willy TarreauMINOR: trace: implement a call to a decode function
2019-08-22 Willy TarreauMINOR: trace: make trace() now also take a level in...
2019-08-22 Willy TarreauMINOR: trace: add the file name and line number in...
2019-08-22 Willy TarreauMINOR: trace: implement a very basic trace() function
2019-08-22 Willy TarreauMINOR: trace/cli: add "show trace" to report trace...
2019-08-22 Willy TarreauMINOR: trace/cli: parse the "level" argument to configu...
2019-08-22 Willy TarreauMINOR: trace/cli: register the "trace" CLI keyword...
2019-08-22 Willy TarreauMINOR: trace: add allocation of buffer-sized trace...
2019-08-22 Willy TarreauMINOR: trace: start to create a new trace subsystem
2019-08-22 Willy TarreauMINOR: sink: add a support for file descriptors
2019-08-22 Willy TarreauMINOR: sink: create definitions a minimal code for...
2019-08-22 Willy TarreauREORG: trace: rename trace.c to calltrace.c and mention...
2019-08-22 Willy TarreauMINOR: tools: add a DEFNULL() macro to use NULL for...
2019-08-22 Willy TarreauMINOR: list: add LIST_SPLICE() to merge one list into...
2019-08-22 Olivier HouchardBUG/MEDIUM: h1: Always try to receive more in h1_rcv_buf().
2019-08-21 Willy TarreauMEDIUM: debug: make the thread dump code show Lua backt...
2019-08-21 Willy TarreauMINOR: lua: export applet and task handlers
2019-08-21 Willy TarreauMINOR: tools: add append_prefixed_str()
2019-08-21 Willy TarreauMINOR: debug: indicate the applet name when the task...
2019-08-20 Ilya ShipitsinBUILD: travis-ci: trigger non-mainstream configurations...
2019-08-16 Olivier HouchardBUG/MEDIUM: mux_pt: Don't call unsubscribe if we did...
2019-08-16 Willy TarreauMINOR: fd: make sure to mark the thread as not stuck...
2019-08-15 Christopher... BUG/MINOR: stats: Wait the body before processing POST...
2019-08-14 Christopher... BUG/MEDIUM: lua: Fix test on the direction to set the...
2019-08-12 Anthonin BonnefoyBUG/MINOR: Fix prometheus '# TYPE' and '# HELP' headers
2019-08-12 Lukas TribusBUG/MINOR: lua: fix setting netfilter mark
2019-08-09 Olivier HouchardBUG/MEDIUM: proxy: Don't use cs_destroy() when freeing...
2019-08-09 Olivier HouchardBUG/MEDIUM: proxy: Don't forget the SF_HTX flag when...
2019-08-09 Willy TarreauCLEANUP: cli: replace all occurrences of manual handlin...
2019-08-09 Willy TarreauMINOR: cli: add cli_msg(), cli_err(), cli_dynmsg()...
2019-08-09 Willy TarreauMINOR: cli: add two new states to print messages on...
2019-08-08 Willy TarreauCLEANUP: task: move the cpu_time field to the task...
2019-08-08 Willy TarreauCLEANUP: buffer: replace b_drop() with b_free()
2019-08-08 Willy TarreauBUG/MINOR: buffers/threads: always clear a buffer's...
2019-08-08 Willy TarreauBUG/MINOR: pools: don't mark the thread harmless if...
2019-08-07 Emmanuel HocdetMINOR: ssl: ssl_fc_has_early should work for BoringSSL
2019-08-07 Emmanuel HocdetBUG/MINOR: ssl: fix 0-RTT for BoringSSL
2019-08-07 Baptiste AssmannMINOR: cache: allow caching of OPTIONS request
2019-08-07 Baptiste AssmannMINOR: cache: add method to cache hash
2019-08-07 Willy TarreauCLEANUP: mux-h2: move the demuxed frame check code...
2019-08-07 Frédéric LécailleBUG/MEDIUM: stick-table: Wrong stick-table backends...
2019-08-06 Willy TarreauBUG/MEDIUM: checks: make sure to close nicely when...
2019-08-06 Willy TarreauBUG/MINOR: mux-h2: always reset rcvd_s when switching...
2019-08-06 Willy TarreauBUG/MINOR: mux-h2: always send stream window update...
2019-08-06 Willy TarreauBUG/MEDIUM: mux-h2: do not recheck a frame type after...
2019-08-06 Willy TarreauBUG/MINOR: mux-h2: do not send REFUSED_STREAM on aborte...
2019-08-06 Willy TarreauBUG/MINOR: mux-h2: use CANCEL, not STREAM_CLOSED in...
2019-08-06 Willy TarreauBUG/MINOR: mux-h2: don't refrain from sending an RST_ST...
2019-08-06 Ilya ShipitsinBUILD: travis-ci: enable daily Coverity scan
2019-08-05 Olivier HouchardBUG/MEDIUM: pollers: Clear the poll_send bits as well.
2019-08-05 Olivier HouchardBUG/MEDIUM: fd: Always reset the polled_mask bits in...
2019-08-02 Tim DuesterhusDOC: Add 'Question.md' issue template, discouraging...
2019-08-02 Olivier HouchardBUG/MEDIUM: proxy: Make sure to destroy the stream...
2019-08-02 Willy TarreauBUG/MEDIUM: mux-h2: split the stream's and connection...
2019-08-02 Willy TarreauBUG/MEDIUM: mux-h2: unbreak receipt of large DATA frames
2019-08-01 Willy TarreauBUG/MINOR: stream-int: also update analysers timeouts...
2019-08-01 William LallemandBUG/MEDIUM: ssl: open the right path for multi-cert...
2019-08-01 Willy TarreauBUG/MINOR: stream-int: make sure to always release...
2019-08-01 Richard RussoBUG/MAJOR: http/sample: use a static buffer for raw...
2019-08-01 Christopher... BUG/MEDIUM: lb-chash: Ensure the tree integrity when...
2019-08-01 Emmanuel HocdetBUG/MINOR: ssl: fix ressource leaks on error
2019-08-01 William LallemandBUG/MEDIUM: ssl: don't free the ckch in multi-cert...
2019-08-01 Emmanuel HocdetBUILD: ssl: BoringSSL add EVP_PKEY_base_id
2019-08-01 Willy TarreauREGTESTS: checks: make 4be_1srv_health_checks more...
2019-07-31 Willy TarreauMINOR: wdt: also consider that waiting in the thread...
2019-07-31 Willy TarreauBUG/MINOR: debug: fix a small race in the thread dumpin...
2019-07-31 William LallemandBUG/MEDIUM: ssl: does not try to free a DH in a ckch
2019-07-31 William LallemandBUG/BUILD: ssl: fix build with openssl < 1.0.2
2019-07-31 Willy TarreauMEDIUM: mux-h2: don't try to read more than needed
2019-07-31 Olivier HouchardMEDIUM: pollers: Remember the state for read and write...
2019-07-31 Olivier HouchardMAJOR: fd: Get rid of the fd cache.
2019-07-30 Emmanuel HocdetMINOR: ssl: clean ret variable in ssl_sock_load_ckchn
2019-07-30 Emmanuel HocdetCLEANUP: ssl: ssl_sock_load_crt_file_into_ckch
2019-07-30 Emmanuel HocdetMINOR: ssl: do not look at DHparam with OPENSSL_NO_DH
2019-07-30 Emmanuel HocdetMINOR: ssl: check private key consistency in loading
2019-07-30 Emmanuel HocdetMINOR: ssl: add extra chain compatibility
2019-07-30 Emmanuel HocdetMINOR: ssl: use STACK_OF for chain certs
2019-07-30 Willy TarreauBUG/MAJOR: queue/threads: avoid an AB/BA locking issue...
2019-07-29 William LallemandMEDIUM: ssl: load DH param in struct cert_key_and_chain
2019-07-29 William LallemandMEDIUM: ssl: lookup and store in a ckch_node tree
2019-07-29 William LallemandMEDIUM: ssl: split the loading of the certificates
2019-07-29 William LallemandMEDIUM: ssl: use cert_key_and_chain struct in ssl_sock_...
2019-07-29 William LallemandMINOR: ssl: merge ssl_sock_load_cert_file() and ssl_soc...
next