]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2021-03-09  Tim DuesterhusMINOR: connection: Use a `struct ist` to store proxy_au...
2021-03-09  Tim DuesterhusCLEANUP: connection: Use istptr / istlen for proxy_uniq...
2021-03-09  Tim DuesterhusCLEANUP: connection: Remove useless test for NULL befor...
2021-03-09  Tim DuesterhusCLEANUP: connection: Use `VAR_ARRAY` in `struct tlv...
2021-03-05  Willy Tarreau[RELEASE] Released version 2.4-dev11 v2.4-dev11
2021-03-05  Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2021-03-05  Olivier HouchardBUILD: Fix build when using clang without optimizing.
2021-03-05  Amaury DenoyelleBUG/MINOR: backend: fix condition for reuse on mode...
2021-03-05  Amaury DenoyelleMINOR: backend: add a BUG_ON if conn mux NULL in connec...
2021-03-05  Willy TarreauCLEANUP: server: reorder some fields in the server...
2021-03-05  Willy TarreauMINOR: server: move actconns to the per-thread structure
2021-03-05  Willy TarreauMINOR: server: allocate a per-thread struct for the...
2021-03-05  Willy TarreauMINOR: cfgparse: finish to set up servers outside of...
2021-03-05  Willy TarreauMINOR: server: add a global list of all known servers
2021-03-05  Willy TarreauCLEANUP: lua: set a dummy file name and line number...
2021-03-05  Willy TarreauCLEANUP: sockpair: silence a coverity check about fcntl()
2021-03-05  Willy TarreauCLEANUP: global: reorder some fields to respect cache...
2021-03-05  Willy TarreauMINOR: server: don't read curr_used_conns multiple...
2021-03-05  Willy TarreauMEDIUM: ssl: implement xprt_set_used and xprt_set_idle...
2021-03-05  Willy TarreauMINOR: xprt: add new xprt_set_idle and xprt_set_used...
2021-03-05  Willy TarreauMEDIUM: muxes: mark idle conns tasklets with TASK_F_USR1
2021-03-05  Willy TarreauMINOR: task: add an application specific flag to the...
2021-03-05  Willy TarreauMEDIUM: task: extend the state field to 32 bits
2021-03-05  Willy TarreauMINOR: task: move the nice field to the struct task...
2021-03-05  Willy TarreauMINOR: task: stop abusing the nice field to detect...
2021-03-05  UbuntuOPTIM: lb-random: use a cheaper PRNG to pick a server
2021-03-05  Willy TarreauREORG: tools: promote the debug PRNG to more general...
2021-03-05  UbuntuMEDIUM: backend: use a trylock when trying to grab...
2021-03-05  UbuntuCLEANUP: stream: explain why we queue the stream at...
2021-03-05  Willy TarreauMINOR: stream: use ABORT_NOW() and not abort() in strea...
2021-03-05  Willy TarreauMINOR: pools: double the local pool cache size to 1 MB
2021-03-05  Willy TarreauMEDIUM: pools: add CONFIG_HAP_NO_GLOBAL_POOLS and CONFI...
2021-03-05  Willy TarreauBUG/MINOR: ssl: don't truncate the file descriptor...
2021-03-05  UbuntuMINOR: atomic: implement a more efficient arm64 __ha_ca...
2021-03-05  Willy TarreauMINOR: atomic: add armv8.1-a atomics variant for cas-dw
2021-03-05  Willy TarreauBUG/MINOR: mt-list: always perform a cpu_relax call...
2021-03-05  Willy TarreauREORG: atomic: reimplement pl_cpu_relax() from atomic...
2021-03-05  Tim DuesterhusCLEANUP: Replace for loop with only a condition by...
2021-03-05  Tim DuesterhusCLEANUP: Use the ist() macro whenever possible
2021-03-04  Amaury DenoyelleDOC: fix originalto except clause on destination address
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...
next