haproxy-2.1.git
2018-09-12 Olivier HouchardMEDIUM: mux_h2: Revamp the send path when blocking.
2018-09-12 Olivier HouchardMINOR: connections: Add a "handle" field to wait_list.
2018-09-12 Olivier HouchardMEDIUM: stream_interface: Make recv() subscribe when...
2018-09-12 Olivier HouchardMEDIUM: h2: Don't use a wake() method anymore.
2018-09-12 Olivier HouchardMEDIUM: h2: always subscribe to receive if allowed.
2018-09-12 Olivier HouchardMINOR: h2: Let user of h2_recv() and h2_send() know...
2018-09-12 Olivier HouchardMEDIUM: connections: Get rid of the recv() method.
2018-09-12 Olivier HouchardMEDIUM: connections/mux: Add a recv and a send+recv...
2018-09-12 Olivier HouchardMEDIUM: connections: Don't reset the polling flags...
2018-09-12 Olivier HouchardBUG/MEDIUM: tasks: Don't forget to decrement task_list_...
2018-09-12 William LallemandBUILD: fix build without thread
2018-09-12 Willy TarreauBUG/MINOR: h2: report asynchronous end of stream on...
2018-09-12 Frédéric LécailleBUG/MINOR: server: Crash when setting FQDN via CLI.
2018-09-12 William LallemandTESTS: add a python wrapper for sockpair@
2018-09-12 William LallemandMEDIUM: protocol: sockpair protocol
2018-09-12 William LallemandMEDIUM: protocol: use a custom AF_MAX to help protocol...
2018-09-11 Olivier HouchardBUG/MAJOR: kqueue: Don't reset the changes number by...
2018-09-11 Willy TarreauREORG: http: move some header value processing function...
2018-09-11 Willy TarreauREORG: http: move the log encoding tables to log.c
2018-09-11 Willy TarreauREORG: http: move error codes production and processing...
2018-09-11 Willy TarreauREORG: http: move http_get_path() to http.c
2018-09-11 Willy TarreauREORG: http: move the HTTP semantics definitions to...
2018-09-11 William LallemandMEDIUM: mworker: call per_thread deinit in mworker_reload()
2018-09-11 William LallemandMEDIUM: threads: close the thread-waker pipe during...
2018-09-11 William LallemandMINOR: mworker: keep and clean the listeners
2018-09-11 William LallemandMEDIUM: mworker: replace the master pipe by socketpairs
2018-09-11 William LallemandMEDIUM: mworker: master wait mode use its own initializ...
2018-09-11 William LallemandMINOR: mworker: don't deinit the poller fd when in...
2018-09-11 William LallemandMEDIUM: startup: unify signal init between daemon and...
2018-09-11 William LallemandMEDIUM: mworker: never block SIG{TERM,INT} during reload
2018-09-11 William LallemandMEDIUM: mworker: block SIGCHLD until the master is...
2018-09-11 William LallemandMINOR: mworker: mworker_cleanlisteners() delete the...
2018-09-11 William LallemandBUG/MINOR: mworker: no need to stop peers for each...
2018-09-11 William LallemandMEDIUM: mworker: use the haproxy poll loop
2018-09-11 William LallemandMEDIUM: mworker: remove register/unregister signal...
2018-09-07 Willy TarreauMEDIUM: snapshot: merge the captured data after the...
2018-09-07 Willy TarreauMEDIUM: snapshots: dynamically allocate the snapshots
2018-09-07 Willy TarreauBUG/MEDIUM: snapshot: take the proxy's lock while dumpi...
2018-09-07 Willy TarreauREORG: cli: move the "show errors" handler from http...
2018-09-07 Willy TarreauMINOR: http: remove the pointer to the error snapshot...
2018-09-07 Willy TarreauMINOR: http: make the HTTP error capture rely on the...
2018-09-07 Willy TarreauMINOR: proxy: add a new generic proxy_capture_error()
2018-09-07 Willy TarreauMEDIUM: snapshot: implement a show() callback and use...
2018-09-07 Willy TarreauMEDIUM: snapshot: start to reorder the HTTP snapshot...
2018-09-07 Willy TarreauMINOR: snapshot: split the error snapshots into common...
2018-09-07 Willy TarreauMINOR: snapshot: restart on the event ID and not the...
2018-09-07 Willy TarreauBUG/MINOR: http/threads: atomically increment the error...
2018-09-06 Baptiste AssmannBUG/MINOR: dns: check and link servers' resolvers right...
2018-09-06 Olivier HouchardMINOR: log: One const should be enough.
2018-09-06 Willy TarreauMINOR: connection: add new function conn_is_back()
2018-09-06 Willy TarreauMINOR: connection: add new function conn_get_proxy()
2018-09-06 Willy TarreauMINOR: connection: make the initialization more consistent
2018-09-06 Willy TarreauBUG/MINOR: h1: fix buffer shift after realignment
2018-09-06 Willy TarreauMEDIUM: h2: produce some logs on early errors that...
2018-09-06 Willy TarreauMINOR: log: provide a function to emit a log for a...
2018-09-06 Willy TarreauMEDIUM: log: make sess_build_logline() support being...
2018-09-05 Willy TarreauMINOR: log: use zero as the request counter if there...
2018-09-05 Willy TarreauMINOR: log: keep a copy of s->flags early to avoid...
2018-09-05 Willy TarreauMINOR: log: use NULL for the unique_id if there is...
2018-09-05 Willy TarreauMINOR: log: don't check the stream-int's conn_retries...
2018-09-05 Willy TarreauMINOR: log: be sure not to dereference a null stream...
2018-09-05 Willy TarreauMINOR: log: do not dereference a null stream to access...
2018-09-05 Willy TarreauMINOR: log: keep a copy of the backend connection early...
2018-09-05 Willy TarreauCLEANUP: log: make the low_level lf_{ip,port,text,text_...
2018-09-05 Willy TarreauMINOR: log: don't unconditionally pick log info from...
2018-09-05 Willy TarreauMINOR: log: make sess_build_logline() not dereference...
2018-09-05 Willy TarreauMINOR: log: make the backend fall back to the frontend...
2018-09-05 Willy TarreauMINOR: log: move the log code to sess_build_logline...
2018-09-05 Willy TarreauBUG/MAJOR: buffer: fix incorrect check in __b_putblk()
2018-09-05 Willy TarreauBUG/MEDIUM: h2: fix risk of memory leak on malformated...
2018-09-05 Willy TarreauBUG/MEDIUM: session: fix reporting of handshake process...
2018-09-05 Willy TarreauBUG/MINOR: stream: use atomic increments for the reques...
2018-09-05 Willy TarreauMINOR: thread: implement HA_ATOMIC_XADD()
2018-09-05 Willy TarreauMINOR: tools: make date2str_log() take some consts
2018-09-04 Emmanuel HocdetBUG/MEDIUM: ECC cert should work with TLS < v1.2 and...
2018-09-04 Baptiste AssmannBUG/MEDIUM: dns/server: fix incomatibility between...
2018-09-04 Frédéric LécailleREGTEST/MINOR: lua: Add reg testing files for 70d318c.
2018-08-31 Olivier HouchardBUG/MEDIUM: hlua: Don't call RESET_SAFE_LJMP if SET_SAF...
2018-08-31 Frédéric LécailleREGTEST/MINOR: Add a reg testing file for 3e60b11.
2018-08-30 Frédéric LécailleBUG/MAJOR: thread: lua: Wrong SSL context initialization.
2018-08-28 Olivier HouchardBUG/MEDIUM: stream_interface: try to call si_cs_send...
2018-08-28 Olivier HouchardMINOR: checks: Call wake_srv_chk() when we can finally...
2018-08-28 Olivier HouchardBUG/MEDIUM: hlua: Make sure we drain the output buffer...
2018-08-27 Patrick HemmerMINOR: Add srv_conn_free sample fetch
2018-08-27 Patrick HemmerMINOR: add be_conn_free sample fetch
2018-08-25 Patrick HemmerBUG/MEDIUM: lua: reset lua transaction between http...
2018-08-24 Frédéric LécailleREGTEST/MINOR: Add a reg testing file for b406b87 commit.
2018-08-24 Willy TarreauBUG/MEDIUM: mux_pt: dereference the connection with...
2018-08-24 Frédéric LécailleREGEST/MINOR: Add reg testing files.
2018-08-24 Frédéric LécailleBUG/MINOR: lua: Bad HTTP client request duration.
2018-08-24 Willy TarreauMINOR: connection: make conn_sock_drain() work for...
2018-08-24 Willy TarreauBUG/MEDIUM: unix: provide a ->drain() function
2018-08-23 Frédéric LécailleREGTEST/MINOR: Add a new class of regression testing...
2018-08-23 Frédéric LécailleREGTEST/MINOR: Missing mandatory "ignore_unknown_macro".
2018-08-23 Jens BissingerDOC: Fix spelling error in configuration doc
2018-08-22 Willy TarreauMINOR: sample: remove impossible tests on negative...
2018-08-22 Willy TarreauMINOR: chunk: remove impossible tests on negative chunk...
2018-08-22 Willy TarreauBUG/MEDIUM: cli/ssl: don't store base64dec() result...
2018-08-22 Willy TarreauBUG/MEDIUM: connection: don't store recv() result into...
2018-08-22 Willy TarreauBUG/MEDIUM: map: don't store exp_replace() result in...
next