]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2022-07-15  Willy TarreauMEDIUM: listener: switch bind_thread from global to...
2022-07-15  Willy TarreauMEDIUM: thread: change thread_resolve_group_mask()...
2022-07-15  Willy TarreauMEDIUM: fd: quit fd_update_events() when FD is closed
2022-07-15  Willy TarreauMEDIUM: fd: make fd_insert/fd_delete atomically update...
2022-07-15  Willy TarreauMEDIUM: fd: make fd_insert() take local thread masks
2022-07-15  Willy TarreauMEDIUM: fd: make thread_mask now represent group-local IDs
2022-07-15  Willy TarreauMINOR: fd: make fd_clr_running() return the previous...
2022-07-15  Willy TarreauMEDIUM: fd/poller: turn running_mask to group-local IDs
2022-07-15  Willy TarreauMEDIUM: fd/poller: turn update_mask to group-local IDs
2022-07-15  Willy TarreauMEDIUM: fd/poller: turn polled_mask to group-local IDs
2022-07-15  Willy TarreauMAJOR: fd: grab the tgid before manipulating running
2022-07-15  Willy TarreauMINOR: fd: add fd_get_running() to atomically return...
2022-07-15  Willy TarreauMINOR: fd: add functions to manipulate the FD's tgid
2022-07-15  Willy TarreauMINOR: cli/fd: show fd's tgid and refcount in "show fd"
2022-07-15  Willy TarreauMEDIUM: fd: add the tgid to the fd and pass it to fd_in...
2022-07-15  Willy TarreauMINOR: fd: make fd_insert() apply the thread mask itself
2022-07-15  Willy TarreauMINOR: fd: delete unused updates on close()
2022-07-15  Willy TarreauMEDIUM: fd/poller: make the update-list per-group
2022-07-15  Willy TarreauMAJOR: fd: remove pending updates upon real close
2022-07-15  Willy TarreauMEDIUM: conn: make conn_backend_get always scan the...
2022-07-15  Willy TarreauDOC: design: add some thoughts about how to handle...
2022-07-15  Willy TarreauMINOR: task: move the niced_tasks counter to the thread...
2022-07-15  Willy TarreauMEDIUM: task/thread: move the task shared wait queues...
2022-07-15  Willy TarreauMINOR: fd/thread: get rid of thread_mask()
2022-07-15  Willy TarreauMINOR: cli/threads: always bind CLI to thread group 1
2022-07-15  Willy TarreauMINOR: mworker/threads: limit the mworker sockets to...
2022-07-15  Willy TarreauMEDIUM: cpu-map: replace the process number with the...
2022-07-15  Willy TarreauMINOR: thread: remove MAX_THREADS limitation
2022-07-15  Willy TarreauMEDIUM: poller: disable thread-groups for poll() and...
2022-07-15  Willy TarreauMEDIUM: poller: program the update in fd_update_events...
2022-07-15  Willy TarreauMEDIUM: proto: stop protocols under thread isolation...
2022-07-15  Willy TarreauMEDIUM: debug/threads: make the lock debugging take...
2022-07-15  Willy TarreauCLEANUP: fd: get rid of the __GET_{NEXT,PREV} macros
2022-07-15  Willy TarreauMINOR: listener/config: make "thread" always support...
2022-07-15  Willy TarreauMEDIUM: config: remove the "process" keyword on "bind...
2022-07-15  Willy TarreauMEDIUM: config: remove deprecated "bind-process" direct...
2022-07-15  Willy TarreauCLEANUP: applet: remove the obsolete command context...
2022-07-15  Willy TarreauMINOR: cli/activity: add a thread number argument to...
2022-07-15  Willy TarreauDEBUG: cli: add a new "debug dev deadlock" expert command
2022-07-15  Willy TarreauMINOR: cli/streams: show a stream's tgid next to its...
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
next