projects
/
haproxy-3.0.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
haproxy-3.0.git
2022-05-03
Frédéric Lécaille
BUG/MINOR: mux_quic: Dropped packet upon retransmission...
commit
|
commitdiff
|
tree
|
snapshot
2022-05-03
Frédéric Lécaille
BUG/MINOR: quic: Dropped retransmitted STREAM frames
commit
|
commitdiff
|
tree
|
snapshot
2022-05-03
Frédéric Lécaille
MINOR: quic: Make the quic_conn be aware of the number...
commit
|
commitdiff
|
tree
|
snapshot
2022-05-03
Frédéric Lécaille
CLEANUP: mux: Useless xprt_quic-t.h inclusion
commit
|
commitdiff
|
tree
|
snapshot
2022-05-02
Willy Tarreau
MINOR: session: get rid of the now unused SESS_FL_ADDR_...
commit
|
commitdiff
|
tree
|
snapshot
2022-05-02
Willy Tarreau
MINOR: connection: get rid of the CO_FL_ADDR_*_SET...
commit
|
commitdiff
|
tree
|
snapshot
2022-05-02
Willy Tarreau
CLEANUP: protocol: make sure the connect_* functions...
commit
|
commitdiff
|
tree
|
snapshot
2022-05-02
Willy Tarreau
MINOR: conn_stream: remove the now unused CS_FL_ADDR_...
commit
|
commitdiff
|
tree
|
snapshot
2022-05-02
Willy Tarreau
MEDIUM: stream: remove the confusing SF_ADDR_SET flag
commit
|
commitdiff
|
tree
|
snapshot
2022-05-02
Willy Tarreau
CLEANUP: backend: make alloc_{bind,dst}_address() idemp...
commit
|
commitdiff
|
tree
|
snapshot
2022-05-02
Amaury Denoyelle
BUG/MINOR: h3: fix parsing of unknown frame type with...
commit
|
commitdiff
|
tree
|
snapshot
2022-05-02
Amaury Denoyelle
MINOR: mux-quic: support full request channel buffer
commit
|
commitdiff
|
tree
|
snapshot
2022-04-30
Willy Tarreau
[RELEASE] Released version 2.6-dev8
v2.6-dev8
commit
|
commitdiff
|
tree
|
snapshot
2022-04-30
Willy Tarreau
SCRIPTS: announce-release: add URL of dev packages
commit
|
commitdiff
|
tree
|
snapshot
2022-04-30
Ilya Shipitsin
CI: github actions: update LibreSSL to 3.5.2
commit
|
commitdiff
|
tree
|
snapshot
2022-04-29
Frédéric Lécaille
BUG/MINOR: quic: Missing time threshold multiplifier...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-29
Frédéric Lécaille
MINOR: quic: moving code for QUIC loss detection
commit
|
commitdiff
|
tree
|
snapshot
2022-04-29
Frédéric Lécaille
CLEANUP: quic: Remaining fprintf() debug trace
commit
|
commitdiff
|
tree
|
snapshot
2022-04-29
Frédéric Lécaille
MINOR: quic: Drop 0-RTT packets without secrets
commit
|
commitdiff
|
tree
|
snapshot
2022-04-29
Amaury Denoyelle
MEDIUM: quic: do not ack packet with invalid STREAM
commit
|
commitdiff
|
tree
|
snapshot
2022-04-29
Amaury Denoyelle
MEDIUM: quic: do not ACK packet with STREAM if MUX...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-29
Willy Tarreau
BUG/MINOR: conn_stream: do not confirm a connection...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-29
Christopher...
MINOR: httpclient: Don't use co_set_data() to decrement...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-29
Christopher...
BUG/MINOR: httpclient: Count metadata in size to transf...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-29
Christopher...
BUG/MEDIUM: httpclient: Fix loop consuming HTX blocks...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-29
Christopher...
BUG/MEDIUM: conn-stream: Don't erase endpoint flags...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
William Lallemand
BUG/MINOR: httpclient/ssl: use the correct verify constant
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Frédéric Lécaille
MINOR: quic: Drop 0-RTT packets if not allowed
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Frédéric Lécaille
CLEANUP: quic: Rely on the packet length set by qc_lstn...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Frédéric Lécaille
BUG/MINOR: quic: Missing Initial packet length check
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Frédéric Lécaille
BUG/MEDIUM: quic: Possible crash on STREAM frame loss
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Frédéric Lécaille
MINOR: quic: Wake up the mux to probe with new data
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Frédéric Lécaille
BUG/MINOR: quic: Traces fix about remaining frames...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Frédéric Lécaille
BUG/MINOR: quic: Avoid sending useless PADDING frame
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Frédéric Lécaille
BUG/MINOR: quic: Wrong returned status by qc_build_frms()
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Frédéric Lécaille
MINOR: quic: Do not send ACK frames when probing
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Frédéric Lécaille
MEDIUM: quic: Enable the new datagram probing process
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Frédéric Lécaille
MEDIUM: quic: Mark copies of acknowledged frames as...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Frédéric Lécaille
MINOR: quic: Mark packets as probing with old data
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Frédéric Lécaille
MINOR: quic: old data distinction for qc_send_app_pkt()
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Frédéric Lécaille
MEDIUM: quic: qc_requeue_nacked_pkt_tx_frms() rework
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Frédéric Lécaille
MEDIUM: quic: Retransmission functions rework
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Frédéric Lécaille
MEDIUM: quic: New functions for probing rework
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Frédéric Lécaille
MINOR: quic: process_timer() rework
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Frédéric Lécaille
MINOR: quic: Add traces about TX frame memory releasing
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Frédéric Lécaille
MINOR: quic: Do not retransmit frames from coalesced...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Frédéric Lécaille
MINOR: quic: Prepare quic_frame struct duplication
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Frédéric Lécaille
MINOR: quic: Improve qc_prep_pkts() flexibility
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Amaury Denoyelle
MINOR: quic: decode as much STREAM as possible
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Amaury Denoyelle
MINOR: h3: support DATA demux if buffer full
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Amaury Denoyelle
MINOR: h3: implement h3 stream context
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Amaury Denoyelle
MINOR: mux-quic: add a app-layer context in qcs
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Amaury Denoyelle
MINOR: h3: change frame demuxing API
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Amaury Denoyelle
MINOR: mux-quic: partially copy Rx frame if almost...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Amaury Denoyelle
BUG/MEDIUM: h3: fix use-after-free on mux Rx buffer...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Amaury Denoyelle
BUG/MINOR: h3: fix incomplete POST requests
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Amaury Denoyelle
MINOR: mux-quic: count local flow-control stream limit...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Amaury Denoyelle
BUG/MINOR: mux-quic: fix leak if cs alloc failure
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Amaury Denoyelle
MINOR: mux-quic: remove unused bogus qcc_get_stream()
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Amaury Denoyelle
MINOR: mux-quic: adjust comment on emission function
commit
|
commitdiff
|
tree
|
snapshot
2022-04-28
Amaury Denoyelle
BUG/MINOR: mux-quic: fix build in release mode
commit
|
commitdiff
|
tree
|
snapshot
2022-04-27
Willy Tarreau
CLEANUP: connections/deinit: destroy the idle_conns...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-27
Willy Tarreau
CLEANUP: listeners/deinit: release accept queue tasklet...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-27
Willy Tarreau
CLEANUP: deinit: release the config postparsers
commit
|
commitdiff
|
tree
|
snapshot
2022-04-27
Willy Tarreau
CLEANUP: deinit: release the pre-check callbacks
commit
|
commitdiff
|
tree
|
snapshot
2022-04-27
Willy Tarreau
CLEANUP: chunks: release trash also in deinit
commit
|
commitdiff
|
tree
|
snapshot
2022-04-27
Willy Tarreau
CLEANUP: errors: also call deinit_errors_buffers()...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-27
Thomas Prückl
MINOR: ssl: add a new global option "tune.ssl.hard...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-27
Willy Tarreau
BUG/MINOR: pools: make sure to also destroy shared...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-27
Willy Tarreau
BUILD: fd: disguise the fd_set_nonblock/cloexec result
commit
|
commitdiff
|
tree
|
snapshot
2022-04-27
Tim Duesterhus
MINOR: Call deinit_and_exit(0) for `haproxy -vv`
commit
|
commitdiff
|
tree
|
snapshot
2022-04-26
Tim Duesterhus
BUG/MINOR: resolvers: Fix memory leak in resolvers_deinit()
commit
|
commitdiff
|
tree
|
snapshot
2022-04-26
Tim Duesterhus
CLEANUP: Destroy `http_err_chunks` members during deinit
commit
|
commitdiff
|
tree
|
snapshot
2022-04-26
Christopher...
BUG/MEDIUM: http-ana: Fix memleak in redirect rules...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-26
Remi Tricot...
MINOR: connection: Add way to disable active connection...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-26
Willy Tarreau
BUILD: compiler: properly distinguish weak and global...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-26
William Lallemand
BUG/MEDIUM: ssl/cli: fix yielding in show_cafile_detail
commit
|
commitdiff
|
tree
|
snapshot
2022-04-26
William Lallemand
MEDIUM: httpclient: re-enable the verify by default
commit
|
commitdiff
|
tree
|
snapshot
2022-04-26
William Lallemand
BUG/MINOR: ssl: memory leak when trying to load a direc...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-26
William Lallemand
BUG/MINOR: ssl: free the cafile entries on deinit
commit
|
commitdiff
|
tree
|
snapshot
2022-04-26
William Lallemand
BUG/MINOR: httpclient/lua: error when the httpclient_st...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-26
William Lallemand
MEDIUM: httpclient: disable SSL when the ca-file couldn...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-26
William Lallemand
REGTESTS: webstats: remove unused stats socket in /tmp
commit
|
commitdiff
|
tree
|
snapshot
2022-04-26
Christopher...
REGTESTS: fix the race conditions in be2dec.vtc ad...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-26
Willy Tarreau
CLEANUP: tree-wide: remove 25 occurrences of unneeded...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-26
Willy Tarreau
CLEANUP: tree-wide: use fd_set_nonblock() and fd_set_cl...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-26
Willy Tarreau
MINOR: fd: add functions to set O_NONBLOCK and FD_CLOEXEC
commit
|
commitdiff
|
tree
|
snapshot
2022-04-26
Remi Tricot...
BUG/MINOR: connection: "connection:close" header added...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Willy Tarreau
MINOR: tree-wide: always consider EWOULDBLOCK in additi...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Willy Tarreau
CLEANUP: compression: move the default setting of maxzl...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Willy Tarreau
BUILD: http: remove the two unused constructors in...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Willy Tarreau
BUILD: thread: use initcall instead of a constructor
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Willy Tarreau
BUILD: xprt: use an initcall to register the transport...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Willy Tarreau
BUILD: pollers: use an initcall to register the pollers
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Willy Tarreau
MINOR: init: add global setting "fd-hard-limit" to...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Willy Tarreau
MEDIUM: backend: add new "balance hash <expr>" algorithm
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Willy Tarreau
MINOR: sample: make the bool type cast to bin
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Willy Tarreau
MINOR: sample: don't needlessly call c_none() in sample...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Willy Tarreau
BUG/MINOR: sample: add missing use_backend/use-server...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Willy Tarreau
BUG/MINOR: http-act: make release_http_redir() more...
commit
|
commitdiff
|
tree
|
snapshot
next