]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2021-03-04  Christopher... CLEANUP: dns: Remove useless test on ns->dgram in dns_c...
2021-03-04  Christopher... CLEANUP: dns: Use DISGUISE() on a never-failing ring_at...
2021-03-04  Christopher... BUG/MINOR: server-state: Don't load server-state file...
2021-03-03  Christopher... BUG/MINOR: hlua: Don't strip last non-LWS char in hlua_...
2021-03-03  Amaury DenoyelleREGTESTS: test http-reuse if no server target
2021-03-03  Amaury DenoyelleMINOR: backend: handle reuse for conns with no server...
2021-03-03  Amaury DenoyelleBUG/MINOR: backend: free allocated bind_addr if reuse...
2021-03-03  Amaury DenoyelleCLEANUP: backend: fix a wrong comment
2021-03-03  Tim DuesterhusRevert "CI: Pin VTest to a known good commit"
2021-03-03  Tim DuesterhusCLEANUP: Use isttest(const struct ist) whenever possible
2021-03-03  Tim DuesterhusCLEANUP: Use istadv(const struct ist, const size_t...
2021-03-03  Tim DuesterhusCLEANUP: Reapply the ist2() replacement patch
2021-03-02  Tim DuesterhusBUG/MINOR: mux-h2: Fix typo in scheme adjustment
2021-03-02  Frédéric LécailleMINOR: contrib: Enhance peers dissector heuristic.
2021-03-02  Frédéric LécailleMINOR: contrib: add support for heartbeat control messages.
2021-03-02  Christopher... DOC: spoe: Add a note about fragmentation support in...
2021-03-02  Frédéric LécailleBUILD: quic: Implicit conversion between SSL related...
2021-03-02  Frédéric LécailleBUILD: proxy: Missing header inclusion for quic_transpo...
2021-03-01  Tim DuesterhusCLEANUP: Use IST_NULL whenever possible
2021-03-01  Tim DuesterhusCLEANUP: Use ist2(const void*, size_t) whenever possible
2021-03-01  Christopher... BUG/MEDIUM: spoe: Kill applets if there are pending...
2021-03-01  Christopher... BUG/MINOR: connection: Use the client's dst family...
2021-03-01  Christopher... BUG/MINOR: tcp-act: Don't forget to set the original...
2021-02-27  Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2021-02-27  Ilya ShipitsinCI: codespell: skip Makefile for spell check
2021-02-26  Willy Tarreau[RELEASE] Released version 2.4-dev10 v2.4-dev10
2021-02-26  Willy TarreauCLEANUP: ssl: use realloc() instead of free()+malloc()
2021-02-26  Willy TarreauCLEANUP: ssl: make ssl_sock_free_srv_ctx() zero the...
2021-02-26  Willy TarreauCLEANUP: ssl: remove a useless "if" before freeing...
2021-02-26  Willy TarreauCLEANUP: vars: always zero the pointers after a free()
2021-02-26  Willy TarreauCLEANUP: config: replace a few free() with ha_free()
2021-02-26  Willy TarreauCLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x)
2021-02-26  Willy TarreauDOC: scheduler: add a diagram showing the different...
2021-02-26  Christopher... REGTESTS: Add script to test except param for fowardedf...
2021-02-26  Christopher... CLEANUP: hlua: Use net_addr structure internally to...
2021-02-26  Christopher... MEDIUM: http-ana: Add IPv6 support for forwardfor and...
2021-02-26  Christopher... MINOR: tools: Add function to compare an address to...
2021-02-26  Christopher... MINOR: tools: Add net_addr structure describing a netwo...
2021-02-26  Christopher... BUG/MINOR: http-ana: Only consider dst address to proce...
2021-02-26  Willy TarreauMINOR: task: only limit TL_HEAVY tasks but not others
2021-02-26  Willy TarreauMINOR: task: place the heavy elements in TL_HEAVY
2021-02-26  Willy TarreauMINOR: task: add one extra tasklet class: TL_HEAVY
2021-02-26  Eric SalamaBUG/MINOR: ssl: potential null pointer dereference...
2021-02-25  Willy TarreauCLEANUP: server: rename srv_cleanup_{idle,toremove...
2021-02-25  Willy TarreauMINOR: ssl: mark the SSL handshake tasklet as heavy
2021-02-25  Willy TarreauMINOR: task: limit the number of subsequent heavy tasks...
2021-02-25  Amaury DenoyelleBUG/MINOR: stats: fix compare of no-maint url suffix
2021-02-25  Christopher... CLEANUP: muxes: Remove useless if condition in show_fd...
2021-02-25  Christopher... MINOR: server-state: Don't load server-state file for...
2021-02-25  Christopher... REORG: server-state: Move functions to deal with server...
2021-02-25  Christopher... REORG: server: Export and rename some functions updatin...
2021-02-25  Christopher... MEDIUM: server: Don't load server-state file if a line...
2021-02-25  Christopher... MINOR: server: Parse and store server-state lines in...
2021-02-25  Christopher... MEDIUM: server: Use a tree to store local server-state...
2021-02-25  Christopher... MINOR: server: Move loading state of servers in a dedic...
2021-02-25  Christopher... MINOR: server: Remove cached line from global server...
2021-02-25  Christopher... MEDIUM: server: Store parsed params of a server-state...
2021-02-25  Christopher... MINOR: server: Be more strict when reading the version...
2021-02-25  Christopher... CLEANUP: server: Use a local eb-tree to store lines...
2021-02-25  Christopher... CLEANUP: server: Rename state_line structure into serve...
2021-02-25  Christopher... CLEANUP: server: Rename state_line node to node instead...
2021-02-25  Christopher... MEDIUM: server: Refactor apply_server_state() to make...
2021-02-25  Christopher... MINOR: server: Only fill one array when parsing a serve...
2021-02-25  Christopher... MINOR: server: Be more strict on the server-state line...
2021-02-25  Willy TarreauMINOR: task: make tasklet wakeup latency measurements...
2021-02-25  Willy TarreauMINOR: tasks: also compute the tasklet latency when...
2021-02-25  Willy TarreauMINOR: task: make grq_total atomic to move it outside...
2021-02-25  Willy TarreauCLEANUP: task: re-merge __task_unlink_rq() with task_un...
2021-02-25  Willy TarreauMINOR: task: don't decrement then increment the local...
2021-02-25  Willy TarreauMINOR: task: do not use __task_unlink_rq() from process...
2021-02-25  Willy TarreauMINOR: task: split the counts of local and global tasks...
2021-02-25  William DauchyBUG/MEDIUM: contrib/prometheus-exporter: fix segfault...
2021-02-24  Christopher... DOC: Update the filters guide
2021-02-24  Christopher... DOC: Update the HTX API documentation
2021-02-24  Christopher... MINOR: htx: Add function to reserve the max possible...
2021-02-24  Christopher... DOC: Update the module list in MAINTAINERS file
2021-02-24  Christopher... BUG/MEDIUM: resolvers: Reset address for unresolved...
2021-02-24  Christopher... BUG/MEDIUM: resolvers: Reset server address and port...
2021-02-24  Baptiste AssmannBUG/MINOR: resolvers: new callback to properly handle...
2021-02-24  Christopher... BUG/MINOR: resolvers: Only renew TTL for SRV records...
2021-02-24  Christopher... BUG/MINOR: resolvers: Fix condition to release received...
2021-02-24  Willy TarreauBUG/MINOR: fd: properly wait for !running_mask in fd_se...
2021-02-24  Willy TarreauCLEANUP: task: split the large tasklet_wakeup_on()...
2021-02-24  Willy TarreauMINOR: task: move the allocated tasks counter to the...
2021-02-24  Willy TarreauMINOR: task: limit the remote thread wakeup to the...
2021-02-24  Willy TarreauCLEANUP: task: move the tree root detection from __task...
2021-02-24  Willy TarreauCLEANUP: tasks: use a less confusing name for task_list...
2021-02-24  Willy TarreauMINOR: tasks: do not maintain the rqueue_size counter...
2021-02-24  Willy TarreauMEDIUM: task: remove the tasks_run_queue counter and...
2021-02-24  Willy TarreauBUILD: dns: avoid a build warning when threads are...
2021-02-24  Willy TarreauMEDIUM: streams: do not use the streams lock anymore
2021-02-24  Willy TarreauMINOR: streams: use one list per stream instead of...
2021-02-24  Willy TarreauMINOR: cli/streams: make "show sess" dump all streams...
2021-02-24  Willy TarreauMINOR: stream: add an "epoch" to figure which streams...
2021-02-24  Willy TarreauBUG/MINOR: proxy: wake up all threads when sending...
2021-02-24  Willy TarreauBUG/MEDIUM: cli/shutdown sessions: make it thread-safe
2021-02-24  Willy TarreauBUG/MEDIUM: proxy: use thread-safe stream killing on...
2021-02-24  Willy TarreauDOC: muxes: add a diagram of the exchanges between...
2021-02-23  Dragan DosenCLEANUP: vars: make smp_fetch_var() to reuse vars_get_b...
2021-02-23  Dragan DosenBUG/MEDIUM: vars: make functions vars_get_by_{name...
next