]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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...
2018-08-22  Willy TarreauBUG/MEDIUM: dns: don't store dns_build_query() result...
2018-08-22  Willy TarreauBUG/MEDIUM: http: don't store url_decode() result in...
2018-08-22  Willy TarreauBUG/MEDIUM: http: don't store exp_replace() result...
2018-08-22  Willy TarreauBUG/MINOR: chunks: do not store -1 into chunk_printf...
2018-08-21  Willy TarreauBUG/MEDIUM: check/threads: do not involve the rendez...
2018-08-21  Willy TarreauBUG/MEDIUM: lb/threads: always properly lock LB algorit...
2018-08-21  Willy TarreauBUG/MEDIUM: connection: don't forget to always delete...
2018-08-21  Willy TarreauBUG/MAJOR: queue/threads: make pendconn_redistribute...
2018-08-21  Olivier HouchardBUG/MEDIUM: stream_interface: Call the wake callback...
2018-08-21  Olivier HouchardBUG/MEDIUM: H2: Activate polling after successful h2_sn...
2018-08-21  Olivier HouchardBUG/MEDIUM: stream-int: Check if the conn_stream exist...
2018-08-21  Olivier HouchardBUG/MEDIUM: tasklets: Add the thread as active when...
2018-08-21  Olivier HouchardBUG/MEDIUM: streams: Don't forget to remove the si...
2018-08-21  Willy TarreauBUG/MEDIUM: cli/threads: protect some server commands...
2018-08-21  Willy TarreauDOC: server/threads: document which functions need...
2018-08-21  Willy TarreauBUG/MEDIUM: cli/threads: protect all "proxy" commands...
2018-08-21  Willy TarreauBUG/MEDIUM: server: update our local state before propa...
2018-08-19  Cyril BontéBUG/MINOR: lua: fix extra 500ms added to socket timeouts
2018-08-17  Cyril BontéBUG/MEDIUM: lua: socket timeouts are not applied
2018-08-17  Olivier HouchardMINOR: fd cache: And the thread_mask with all_threads_mask.
2018-08-17  Olivier HouchardMINOR: tasks: Don't special-case when nbthreads == 1
2018-08-17  Willy TarreauDOC: update the layering design notes
2018-08-16  Bertrand JacquinDOC: ssl: Use consistent naming for TLS protocols
2018-08-16  Patrick HemmerDOC: add documentation for prio_class and prio_offset...
2018-08-16  Lukas TribusDOC: dns: explain set server ... fqdn requires resolver
2018-08-16  Emeric BrunBUG/MINOR: map: fix map_regm with backref
2018-08-16  Emeric BrunBUG/MEDIUM: ssl: loading dh param from certifile causes...
2018-08-16  Emeric BrunBUG/MEDIUM: ssl: fix missing error loading a keytype...
2018-08-16  Olivier HouchardBUG/MEDIUM: sessions: Don't use t->state.
2018-08-16  Olivier HouchardBUG/MEDIUM: tasks: Don't insert in the global rqueue...
2018-08-16  Olivier HouchardMINOR: checks: Add event_srv_chk_io().
2018-08-16  Olivier HouchardMINOR: mux_h2: Don't use h2_send() as a callback.
2018-08-16  Olivier HouchardMINOR: stream_interface: Give stream_interface its...
2018-08-16  Olivier HouchardMINOR: stream_interface: Don't use si_cs_send() as...
2018-08-16  Olivier HouchardMINOR: connections/mux: Add the wait reason(s) to wait_...
2018-08-16  Olivier HouchardMINOR: tasks: Allow tasklet_wakeup() to wakeup a task.
2018-08-16  Olivier HouchardMINOR: connections: Get rid of txbuf.
2018-08-16  Olivier HouchardMINOR: connections: Move rxbuf from the conn_stream...
2018-08-16  Olivier HouchardMINOR: connections: Make rcv_buf mandatory and nuke...
2018-08-16  Emeric BrunBUG/MINOR: ssl: empty connections reported as errors.
2018-08-10  Willy TarreauDOC: update the roadmap about priority queues
next