haproxy-2.3.git
2019-09-06 Willy TarreauMEDIUM: fd: do not use the FD_POLL_* flags in the polle...
2019-09-06 Willy TarreauMINOR: fd: add two flags ERR and SHUT to describe FD...
2019-09-06 Willy TarreauMEDIUM: connection: enable reading only once the connec...
2019-09-06 Willy TarreauMINOR: fd: add two new calls fd_cond_{recv,send}()
2019-09-06 Willy TarreauMEDIUM: fd: mark the FD as ready when it's inserted
2019-09-06 Emeric BrunBUG/MAJOR: ssl: ssl_sock was not fully initialized.
2019-09-06 Willy TarreauBUG/MINOR: lb/leastconn: ignore the server weights...
2019-09-06 Christopher... MINOR: contrib/prometheus-exporter: Report DRAIN/MAINT...
2019-09-06 Ilya ShipitsinBUILD: CI: add basic CentOS 6 cirrus build
2019-09-06 Christopher... BUG/MINOR: mux-h1: Fix a UAF in cfg_h1_headers_case_adj...
2019-09-06 Willy TarreauBUG/MINOR: checks: do not uselessly poll for reads...
2019-09-06 Willy TarreauBUG/MINOR: checks: make __event_chk_srv_r() report...
2019-09-06 Willy TarreauBUG/MINOR: checks: start sending the request right...
2019-09-06 Willy TarreauBUG/MINOR: checks: stop polling for write when we have...
2019-09-05 Willy TarreauCONTRIB: debug: add new program "poll" to test poll...
2019-09-05 Willy TarreauMINOR: fd: make updt_fd_polling() a normal function
2019-09-05 Willy TarreauMEDIUM: fd: simplify the fd_*_{recv,send} functions...
2019-09-05 Willy TarreauMEDIUM: fd: remove the FD_EV_POLLED status bit
2019-09-04 Christopher... BUG/MINOR: mux-h1: Fix a possible null pointer derefere...
2019-09-04 Christopher... BUG/MEDIUM: cache: Don't cache objects if the size...
2019-09-04 Christopher... BUG/MEDIUM: cache: Properly copy headers splitted on...
2019-09-04 Christopher... BUG/MINOR: mux-h1: Be sure to update the count before...
2019-09-04 Christopher... BUG/MINOR: mux-h1: Don't stop anymore input processing...
2019-09-04 Christopher... BUG/MINOR: mux-h1: Fix size evaluation of HTX messages...
2019-09-04 Christopher... BUG/MINOR: h1: Properly reset h1m when parsing is restarted
2019-09-04 Christopher... BUG/MINOR: http-ana: Reset response flags when 1xx...
2019-09-02 Jerome MagninBUILD: connection: silence gcc warning with extra paren...
2019-09-02 Frédéric LécailleBUG/MEDIUM: peers: local peer socket not bound.
2019-09-01 Lukas TribusMINOR: build: add linux-glibc-legacy build TARGET
2019-08-31 Emmanuel HocdetMINOR: send-proxy-v2: sends authority TLV according...
2019-08-30 Willy TarreauMEDIUM: log: add support for logging to a ring buffer
2019-08-30 Willy TarreauMINOR: log: add a target type instead of hacking the...
2019-08-30 Willy TarreauMEDIUM: log: use the new generic fd_write_frag_line...
2019-08-30 Willy TarreauMINOR: fd/log/sink: make the non-blocking initializatio...
2019-08-30 Willy TarreauMINOR: fd: add a new "initialized" bit in the fdtab...
2019-08-30 Willy TarreauCLEANUP: fd: remove leftovers of the fdcache
2019-08-30 Willy TarreauBUG/MINOR: ring: b_peek_varint() returns a uint64_t...
2019-08-30 Willy TarreauBUG/MEDIUM: mux-h2/trace: fix missing braces added...
2019-08-30 Willy TarreauBUG/MEDIUM: mux-h2/trace: do not dereference h2c->conn...
2019-08-30 Willy TarreauMEDIUM: ring: implement a wait mode for watchers
2019-08-30 Willy TarreauMINOR: mux-h2/trace: report the connection pointer...
2019-08-30 Willy TarreauMINOR: cli: extend the CLI context with a list and...
2019-08-30 Willy TarreauBUG/MINOR: ring: fix the way watchers are counted
2019-08-30 Willy TarreauMINOR: trace: extend default event names to 12 chars
2019-08-30 Willy TarreauCLEANUP: mux-h2/trace: lower-case event names
2019-08-30 Willy TarreauCLEANUP: mux-h2/trace: reformat the "received" messages...
2019-08-30 Willy TarreauMINOR: mux-h2/trace: report h2s->id before h2c->dsi...
2019-08-30 Willy TarreauMINOR: mux-h2/trace: always report the h2c/h2s state...
2019-08-30 Willy TarreauMINOR: mux-h2/trace: only decode the start-line at...
2019-08-30 Willy TarreauMINOR: mux-h2/trace: add a new verbosity level "clean"
2019-08-30 Willy TarreauMINOR: mux-h2: add functions to convert an h2c/h2s...
2019-08-29 Willy TarreauMEDIUM: mux-h2/trace: add lots of traces all over the...
2019-08-29 Willy TarreauMINOR: mux-h2/trace: add the default decoding callback
2019-08-29 Willy TarreauMINOR: mux-h2/trace: register a new trace source with...
2019-08-29 Willy TarreauMINOR: trace: change the detail_level to per-source...
2019-08-29 Willy TarreauMINOR: trace: also report the trace level in the output
2019-08-29 Willy TarreauMINOR: trace: prepend the function name for developer...
2019-08-29 Willy TarreauMINOR: trace: change the "payload" level to "data"...
2019-08-29 Willy TarreauMINOR: trace: replace struct trace_lockon_args with...
2019-08-29 Willy TarreauMINOR: tools: add a generic struct "name_desc" for...
2019-08-28 Geoff SimmonsMINOR: connection: add the fc_pp_authority fetch -...
2019-08-28 Willy TarreauMINOR: trace: change the TRACE() calling convention...
2019-08-28 Willy TarreauMINOR: trace: show thread number and source name in...
2019-08-28 Willy TarreauMINOR: trace: extend the source location to 13 chars
2019-08-28 Willy TarreauMINOR: trace: support a default callback for the source
2019-08-27 Willy TarreauMINOR: sink: now report the number of dropped events...
2019-08-27 Willy TarreauMINOR: sink: implement "show events" to show supported...
2019-08-27 Willy TarreauMINOR: sink: add support for ring buffers
2019-08-27 Willy TarreauMINOR: ring: add a generic CLI io_handler to dump a...
2019-08-27 Willy TarreauMINOR: ring: add a ring_write() function
2019-08-27 Willy TarreauMINOR: ring: add a new mechanism for retrieving/storing...
2019-08-27 Willy TarreauMINOR: sink: now call the generic fd write function
2019-08-27 Willy TarreauMINOR: fd: add fd_write_frag_line() to send a fragmente...
2019-08-27 Willy TarreauMINOR: buffer: add functions to read/write varints...
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
next