]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2022-07-15  Willy TarreauBUG/MEDIUM: debug: fix parallel thread dumps again
2022-07-15  Willy TarreauBUG/MINOR: debug: enter ha_panic() only once
2022-07-15  Willy TarreauBUG/MINOR: thread: use the correct thread's group in...
2022-07-15  Willy TarreauBUG/MEDIUM: cli/threads: make "show threads" more robus...
2022-07-15  Willy TarreauBUG/MINOR: threads: produce correct global mask for...
2022-07-15  Amaury DenoyelleMINOR: h3: implement graceful shutdown with GOAWAY
2022-07-15  Amaury DenoyelleMINOR: h3: store control stream in h3c
2022-07-15  Amaury DenoyelleMINOR: mux-quic: send one last time before release
2022-07-15  Amaury DenoyelleCLEANUP: mux-quic: move qc_release()
2022-07-15  Amaury DenoyelleMEDIUM: quic: send CONNECTION_CLOSE on released MUX
2022-07-15  Amaury DenoyelleMINOR: mux-quic/h3: prepare CONNECTION_CLOSE on release
2022-07-15  Amaury DenoyelleMINOR: mux-quic: support app graceful shutdown
2022-07-15  Amaury DenoyelleMINOR: quic: define a generic QUIC error type
2022-07-15  Amaury DenoyelleCLEANUP: quic: clean up include on quic_frame-t.h
2022-07-13  Amaury DenoyelleBUG/MINOR: quic: fix closing state on NO_ERROR code...
2022-07-13  Willy TarreauBUG/MEDIUM: debug: fix possible hang when multiple...
2022-07-11  Amaury DenoyelleMEDIUM: mux-quic: implement STOP_SENDING handling
2022-07-11  Amaury DenoyelleMEDIUM: mux-quic: implement RESET_STREAM emission
2022-07-11  Amaury DenoyelleMINOR: mux-quic: use stream states to mark as detached
2022-07-11  Amaury DenoyelleMINOR: mux-quic: define basic stream states
2022-07-11  Amaury DenoyelleMINOR: mux-quic: support stream opening via MAX_STREAM_DATA
2022-07-11  Amaury DenoyelleMINOR: mux-quic: do not ack STREAM frames on unrecovera...
2022-07-11  Amaury DenoyelleMINOR: mux-quic: filter send/receive-only streams on...
2022-07-11  Amaury DenoyelleMINOR: mux-quic: implement qcs_alert()
2022-07-11  Amaury DenoyelleMINOR: mux-quic: add traces on frame parsing functions
2022-07-11  Amaury DenoyelleMINOR: mux-quic: rename stream purge function
2022-07-11  Amaury DenoyelleREORG: mux-quic: rename stream initialization function
2022-07-11  Amaury DenoyelleBUG/MEDIUM: mux-quic: fix server chunked encoding response
2022-07-10  Willy TarreauBUILD: http: silence an uninitialized warning affecting...
2022-07-10  Willy TarreauBUILD: debug: silence warning on gcc-5
2022-07-10  Willy TarreauMEDIUM: epoll: don't synchronously delete migrated FDs
2022-07-08  Christopher... BUG/MEDIUM: mux-h1: Handle connection error after a...
2022-07-08  Christopher... BUG/MEDIUM: http-ana: Don't wait to have an empty buf...
2022-07-08  Christopher... BUG/MINOR: mux-h1: Be sure to commit htx changes in...
2022-07-07  William LallemandMEDIUM: mworker/systemd: send STATUS over sd_notify
2022-07-07  Christopher... REGTEESTS: filters: Fix CONNECT request in random-forwa...
2022-07-07  Christopher... BUG/MEDIUM: http-fetch: Don't fetch the method if there...
2022-07-07  Christopher... MINOR: http-htx: Use new HTTP functions for the scheme...
2022-07-07  Christopher... BUG/MEDIUM: h1: Improve authority validation for CONNCE...
2022-07-06  Christopher... MINOR: http: Add function to detect default port
2022-07-06  Christopher... MINOR: http: Add function to get port part of a host
2022-07-06  Christopher... BUG/MINOR: http-htx: Fix scheme based normalization...
2022-07-06  William LallemandBUG/MINOR: peers: fix possible NULL dereferences at...
2022-07-06  Willy TarreauCLEANUP: thread: also remove a thread's bit from stoppi...
2022-07-06  Willy TarreauBUG/MEDIUM: thread: mask stopping_threads with threads_...
2022-07-06  Christopher... BUG/MINOR: http-act: Properly generate 103 responses...
2022-07-06  Christopher... BUG/MINOR: http-check: Preserve headers if not redefine...
2022-07-06  Christopher... CLEANUP: bwlim: Set pointers to NULL when memory is...
2022-07-05  Willy TarreauBUG/MEDIUM: peers/config: properly set the thread mask
2022-07-05  Willy TarreauBUG/MINOR: peers/config: always fill the bind_conf...
2022-07-05  Amaury DenoyelleMINOR: mux-quic: emit FINAL_SIZE_ERROR on invalid STREA...
2022-07-05  Amaury DenoyelleMINOR: mux-quic: rename qcs flag FIN_RECV to SIZE_KNOWN
2022-07-05  Amaury DenoyelleMEDIUM: mux-quic: refactor streams opening
2022-07-05  Amaury DenoyelleMINOR: mux-quic: implement accessor for sedesc
2022-07-05  Amaury DenoyelleREORG: mux-quic: reorganize flow-control fields
2022-07-05  Amaury DenoyelleCLEANUP: mux-quic: do not export qc_get_ncbuf
2022-07-05  William LallemandCLEANUP: mworker: rename mworker_pipe to mworker_sockpair
2022-07-05  Emeric BrunMINOR: fd: Add BUG_ON checks on fd_insert()
2022-07-05  William LallemandMEDIUM: mworker: set the iocb of the socketpair without...
2022-07-04  Ilya ShipitsinCI: re-enable gcc asan builds
2022-07-04  Christian RuppertBUILD: Makefile: Add Lua 5.4 autodetect
2022-07-04  Willy TarreauMINOR: proxy: use tg->threads_enabled in hard_stop...
2022-07-04  Willy TarreauBUG/MEDIUM: thread: check stopping thread against local...
2022-07-04  Willy TarreauBUG/MEDIUM: threads: fix incorrect thread group being...
2022-07-01  Willy TarreauBUILD: debug: re-export thread_dump_state
2022-07-01  Willy TarreauBUILD: debug: fix build issue on clang with previous...
2022-07-01  Willy TarreauMEDIUM: debug: make the thread dumper not rely on a...
2022-07-01  Willy TarreauMINOR: wdt: do not rely on threads_to_dump anymore
2022-07-01  Willy TarreauMINOR: debug: mark oneself harmless while waiting for...
2022-07-01  Willy TarreauMINOR: thread: add is_thread_harmless() to know if...
2022-07-01  Willy TarreauMAJOR: threads: change thread_isolate to support inter...
2022-07-01  Willy TarreauMEDIUM: thread: make stopping_threads per-group and...
2022-07-01  Willy TarreauMEDIUM: tinfo: add a dynamic thread-group context
2022-07-01  Willy TarreauCLEANUP: thread: remove thread_sync_release() and threa...
2022-07-01  Willy TarreauMINOR: thread: add a new all_tgroups_mask variable...
2022-07-01  Willy TarreauMINOR: thread: use ltid_bit in ha_tkillall()
2022-07-01  Willy TarreauMINOR: clock: use ltid_bit in clock_report_idle()
2022-07-01  Willy TarreauMINOR: wdt: use ltid_bit in wdt_handler()
2022-07-01  Willy TarreauMINOR: debug: use ltid_bit in ha_thread_dump()
2022-07-01  Willy TarreauMINOR: tinfo: add the mask of enabled threads in each...
2022-07-01  Willy TarreauMINOR: tinfo: replace the tgid with tgid_bit in tgroup_info
2022-07-01  Willy TarreauMINOR: tinfo: add the tgid to the thread_info struct
2022-07-01  Willy TarreauMEDIUM: tasks/fd: replace sleeping_thread_mask with...
2022-07-01  Willy TarreauMEDIUM: thread: add a new per-thread flag TH_FL_NOTIFIE...
2022-07-01  Willy TarreauMINOR: poller: update_fd_polling: wake a random other...
2022-07-01  Willy TarreauMEDIUM: polling: make update_fd_polling() not care...
2022-07-01  Willy TarreauMINOR: poller: centralize poll return handling
2022-07-01  Willy TarreauMINOR: thread: only use atomic ops to touch the flags
2022-07-01  Willy TarreauMINOR: thread: move the flags to the shared cache line
2022-07-01  Willy TarreauMINOR: thread: make wake_thread() take care of the...
2022-07-01  Willy TarreauMEDIUM: queue: revert to regular inter-task wakeups
2022-07-01  Willy TarreauMEDIUM: task: use regular eb32 trees for the run queues
2022-07-01  Willy TarreauMINOR: task: replace global_tasks_mask with a check...
2022-07-01  Willy TarreauMINOR: task: remove grq_total and use rq_total instead
2022-07-01  Willy TarreauMEDIUM: task: replace the global rq_lock with a per...
2022-07-01  Willy TarreauMEDIUM: task: move the shared runqueue to one per thread
2022-07-01  Willy TarreauMINOR: task: make rqueue_ticks atomic
2022-07-01  Willy TarreauCLEANUP: task: remove the now unused TASK_GLOBAL flag
2022-07-01  Willy TarreauCLEANUP: task: remove the unused task_unlink_rq()
2022-07-01  Willy TarreauMINOR: task: replace task_set_affinity() with task_set_...
next