]> git.kaiwu.me - haproxy.git/shortlog
haproxy.git
2022-09-08 Willy TarreauDEBUG: quic: export the few task handlers that often...
2022-09-08 Willy TarreauDEBUG: resolvers: unstatify process_resolvers() to...
2022-09-08 Willy TarreauCLEANUP: activity: make the number of sched activity...
2022-09-08 Willy TarreauCLEANUP: sched: remove duplicate code in run_tasks_from...
2022-09-08 Willy TarreauCLEANUP: task: move tid and wake_date into the common...
2022-09-08 Willy TarreauDEBUG: task: simplify the caller recording in DEBUG_TASK
2022-09-08 Willy TarreauDEBUG: applet: instrument appctx_wakeup() to log the...
2022-09-08 Willy TarreauDEBUG: task: use struct ha_caller instead of arrays...
2022-09-08 Willy TarreauDEBUG: task: define a series of wakeup types for tasks...
2022-09-08 Willy TarreauCLEANUP: debug: use struct ha_caller for memstat
2022-09-08 Willy TarreauMINOR: debug: add struct ha_caller to describe a callin...
2022-09-08 Willy TarreauCLEANUP: activity: make taskprof use ptr_hash()
2022-09-08 Willy TarreauCLEANUP: activity: make memprof use the generic ptr_has...
2022-09-08 Willy TarreauMINOR: tools: add generic pointer hashing functions
2022-09-08 Willy TarreauMINOR: tasks: do not keep cpu and latency times in...
2022-09-08 Willy TarreauBUG/MINOR: stream/sched: take into account CPU profilin...
2022-09-08 Willy TarreauMINOR: sched: store the current profile entry in the...
2022-09-08 Willy TarreauBUG/MINOR: sched: properly account for the CPU time...
2022-09-08 Willy TarreauCLEANUP: task: rename ->call_date to ->wake_date
2022-09-08 Willy TarreauMINOR: task: permanently enable latency measurement...
2022-09-08 Willy TarreauBUG/MINOR: task: make task_instant_wakeup() work on...
2022-09-08 Willy TarreauBUG/MINOR: task: always reset a new tasklet's call...
2022-09-07 Frédéric LécailleBUG/MINOR: quic: Wrong connection ID to thread ID assoc...
2022-09-07 Frédéric LécailleMINOR: quic: No TRACE_LEAVE() in retrieve_qc_conn_from_...
2022-09-07 Frédéric LécailleMINOR: quic: Add traces about sent or resent TX frames
2022-09-07 William LallemandMINOR: quic: add QUIC support when no client_hello_cb
2022-09-07 William LallemandBUILD: quic: fix the #ifdef in ssl_quic_initial_ctx()
2022-09-07 William LallemandBUILD: ssl: fix the ifdef mess in ssl_sock_initial_ctx
2022-09-07 William LallemandBUILD: quic: enable early data only with >= openssl...
2022-09-07 William LallemandBUILD: quic: temporarly ignore chacha20_poly1305 for...
2022-09-07 William LallemandBUILD: ssl: fix ssl_sock_switchtx_cbk when no client_he...
2022-09-07 William LallemandBUILD: quic: add some ifdef around the SSL_ERROR_*...
2022-09-06 Frédéric LécailleBUG/MINOR: quic: Possible crash when verifying certificates
2022-09-06 Christopher... BUG/MINOR: h1: Support headers case adjustment for...
2022-09-06 Christopher... MINOR: http-check: Remove support for headers/body...
2022-09-06 Frédéric LécailleBUG/MINOR: quic: Possible crash with "tls-ticket-keys...
2022-09-06 Frédéric LécailleBUG/MINOR: quic: Retransmitted frames marked as acknowl...
2022-09-03 Brad SmithBUILD: makefile: enable crypt(3) for NetBSD
2022-09-03 Brad SmithMINOR: Revert part of clarifying samples support per...
2022-09-02 Willy Tarreau[RELEASE] Released version 2.7-dev5 v2.7-dev5
2022-09-02 Willy TarreauBUG/MINOR: http-act: initialize http fmt head earlier
2022-09-02 Willy TarreauMINOR: mux-h1: provide a "show_sd" helper to output...
2022-09-02 Willy TarreauMINOR: mux-h1: split "show_fd" into connection and...
2022-09-02 Willy TarreauMINOR: mux-quic: provide a "show_sd" helper to output...
2022-09-02 Willy TarreauMINOR: mux-h2: insert line breaks in "show sess all...
2022-09-02 Willy TarreauMINOR: mux-h2: provide a "show_sd" helper to output...
2022-09-02 Willy TarreauMINOR: muxes: add a "show_sd" helper to complete "show...
2022-09-02 Willy TarreauMINOR: mux-h2: extract the connection dump function...
2022-09-02 Willy TarreauMINOR: mux-h2: extract the stream dump function out...
2022-09-02 Willy TarreauMINOR: debug: report applet pointer and handler in...
2022-09-02 Willy TarreauDEBUG: stream: minor rearrangement of a few fields...
2022-09-02 Willy TarreauBUG/MINOR: mux-fcgi: fix the "show fd" dest buffer...
2022-09-02 Willy TarreauBUG/MINOR: mux-h1: fix the "show fd" dest buffer for...
2022-09-02 Willy TarreauBUG/MINOR: mux-h2: fix the "show fd" dest buffer for...
2022-09-02 Willy TarreauMEDIUM: httpclient: enable ALPN support on outgoing...
2022-09-02 Willy TarreauBUG/MINOR: httpclient: keep-alive was accidentely disabled
2022-09-02 Willy TarreauBUG/MINOR: httpclient: only ask for more room on failed...
2022-09-02 Willy TarreauBUG/MEDIUM: httpclient: always detach the caller before...
2022-09-02 Willy TarreauBUG/MINOR: h2: properly set the direction flag on HTX...
2022-09-02 Frédéric LécailleBUG/MINOR: quic: Frames leak during retransmissions
2022-09-02 Frédéric LécailleMINOR: quic: Trace typo fix in qc_release_frm()
2022-09-02 Frédéric LécailleMINOR: quic: Add TX frames addresses to traces to sever...
2022-09-02 Frédéric LécailleBUG/MINOR: quic: Do not ack when probing
2022-09-01 Willy TarreauMINOR: backend: always satisfy the first req reuse...
2022-09-01 Willy TarreauBUG/MEDIUM: mux-h1: always use RST to kill idle connect...
2022-09-01 Christopher... REGTESTS: http_request_buffer: Add a barrier to not...
2022-09-01 Christopher... BUG/MINOR: regex: Properly handle PCRE2 lib compiled...
2022-09-01 Willy TarreauMINOR: sink/ring: rotate non-empty file-backed contents...
2022-08-31 William LallemandBUG/MINOR: ssl: leak of ckch_inst_link in ckch_inst_fre...
2022-08-31 Frédéric LécailleBUG/MINOR: quic: TX frames memleak
2022-08-31 Frédéric LécailleMINOR: quic: Move traces about RX/TX bytes from QUIC_EV...
2022-08-31 Willy TarreauBUILD: debug: make sure debug macros are never empty
2022-08-31 Willy TarreauBUG/MINOR: dev/udp: properly preset the rx address...
2022-08-30 William LallemandBUG/MINOR: ssl: revert two wrong fixes with ckhi_link
2022-08-30 Christopher... BUG/MEDIUM: ssl: Fix a UAF when old ckch instances...
2022-08-30 Christopher... BUG/MINOR: tcpcheck: Disable QUICKACK for default tcp...
2022-08-29 William LallemandBUG/MINOR: ssl: leak of ckch_inst_link in ckch_inst_free()
2022-08-29 William LallemandBUG/MINOR: ssl: fix deinit of the ca-file tree
2022-08-29 Frédéric LécailleMINOR: quic: Add a trace to distinguish the datagram...
2022-08-29 Frédéric LécailleBUG/MINOR: quic: Missing header protection AES cipher...
2022-08-29 Willy TarreauMINOR: raw-sock: don't try to send if an error was...
2022-08-29 Willy TarreauBUG/MINOR: epoll: do not actively poll for Rx after...
2022-08-29 Willy TarreauBUG/MEDIUM: mux-h1: do not refrain from signaling error...
2022-08-29 Christopher... BUG/MINOR: hlua: Rely on CF_EOI to detect end of messag...
2022-08-29 Christopher... BUG/MEDIUM: peers: Don't start resync on reload if...
2022-08-29 Christopher... BUG/MEDIUM: peers: Don't use resync timer when local...
2022-08-29 Christopher... BUG/MEDIUM: peers: Add connect and server timeut to...
2022-08-29 Christopher... BUG/MEDIUM: spoe: Properly update streams waiting for...
2022-08-27 Frédéric LécailleBUG/MINOR: quic: Frames added to packets even if not...
2022-08-27 Frédéric LécailleBUG/MINOR: quic: Null packet dereferencing from qc_dup_...
2022-08-26 William LallemandDOC: configuration.txt: do-resolve must use host_only...
2022-08-26 William LallemandBUG/MINOR: httpclient: fix resolution with port
2022-08-26 William LallemandMINOR: sample: add the host_only and port_only converters
2022-08-26 William LallemandDOC: configuration: do-resolve doesn't work with a...
2022-08-25 Frédéric LécailleRevert "MINOR: quic: Remove useless traces about refere...
2022-08-25 Frédéric LécailleMINOR: quic: Remove useless traces about references...
2022-08-24 Frédéric LécailleCLEANUP: quic: Remove a useless check in qc_lstnr_pkt_rcv()
2022-08-24 Frédéric LécailleCLEANUP: quic: No more use ->rx_list MT_LIST entry...
2022-08-24 Frédéric LécailleBUG/MINOR: quic: Stalled connections (missing I/O handl...
2022-08-24 Frédéric LécailleBUG/MINOR: quic: Leak in qc_release_lost_pkts() for...
next