1. be6a873 BUG/MINOR: httpclient/log: free of invalid ptr with httpclient_log_format by William Lallemand · 2 years ago
  2. c960a3b BUG/MINOR: pool/stats: Use ullong to report total pool usage in bytes in stats by Christopher Faulet · 2 years ago
  3. c8d814e MINOR: ssl: Move OCSP code to a dedicated source file by Remi Tricot-Le Breton · 2 years ago
  4. 6477bbd MEDIUM: ssl: Add ocsp update task main function by Remi Tricot-Le Breton · 2 years ago
  5. fb2b998 MINOR: ssl: Store 'ocsp-update' mode in the ckch_data and check for inconsistencies by Remi Tricot-Le Breton · 2 years ago
  6. 03c5fff MINOR: ssl: Add crt-list ocsp-update option by Remi Tricot-Le Breton · 2 years ago
  7. cc34667 MEDIUM: ssl: Add ocsp_certid in ckch structure and discard ocsp buffer early by Remi Tricot-Le Breton · 2 years ago
  8. c0b4058 MINOR: ssl: Add helper function that checks the validity of an OCSP response by Remi Tricot-Le Breton · 2 years ago
  9. e09d2ae MINOR: ssl: Add OCSP request helper function by Remi Tricot-Le Breton · 2 years ago
  10. 47a4f12 MINOR: ssl: Add helper function that extracts an OCSP URI from a certificate by Remi Tricot-Le Breton · 2 years ago
  11. 95e7cf1 MINOR: httpclient: Make the CLI flags public for future use by Remi Tricot-Le Breton · 2 years ago
  12. 2b96364 MINOR: ssl: Add a lock to the OCSP response tree by Remi Tricot-Le Breton · 2 years ago
  13. eed7826 BUG/MEDIUM: quic: properly take shards into account on bind lines by Willy Tarreau · 2 years ago
  14. 15337fd BUG/MEDIUM: mux-quic: fix double delete from qcc.opening_list by Amaury Denoyelle · 2 years ago
  15. e327b4a MINOR: freq_ctr: add opportunistic versions of swrate_add() by Willy Tarreau · 2 years ago
  16. 284cfc6 MINOR: pool: make the thread-local hot cache size configurable by Willy Tarreau · 2 years ago
  17. 4dd33d9 OPTIM: pool: split the read_mostly from read_write parts in pool_head by Willy Tarreau · 2 years ago
  18. 46bea1c BUILD: peers: peers-t.h depends on stick-table-t.h by William Lallemand · 2 years ago
  19. 5594184 MINOR: stats: introduce stats field ctx by Aurelien DARRAGON · 2 years ago
  20. 15f3cc4 MINOR: http: extract content-length parsing from H2 by Amaury Denoyelle · 2 years ago
  21. dbf6ad4 BUG/MINOR: quic: properly handle alloc failure in qc_new_conn() by Amaury Denoyelle · 2 years ago
  22. e06e31e MINOR: promex: introduce haproxy_backend_agg_check_status by Cedric Paillet · 2 years ago
  23. 7d6644e BUG/MINOR: promex: create haproxy_backend_agg_server_status by Cedric Paillet · 2 years ago
  24. 9192d20 MINOR: pools: make DEBUG_UAF a runtime setting by Willy Tarreau · 2 years ago
  25. 4da51bd CLEANUP: pools: get rid of CONFIG_HAP_POOLS by Willy Tarreau · 2 years ago
  26. a956366 REORG: pool: move all the OS specific code to pool-os.h by Willy Tarreau · 2 years ago
  27. 76a97a9 CLEANUP: pool: only include pool-os from pool.c not pool.h by Willy Tarreau · 2 years ago
  28. 5ab3c61 BUILD: atomic: atomic.h may need compiler.h on ARMv8.2-a by Willy Tarreau · 2 years ago
  29. 7d541a9 BUG/MINOR: checks: restore legacy on-error fastinter behavior by Aurelien DARRAGON · 2 years ago
  30. 5fa29b8 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 2 years ago
  31. 22f82f8 MINOR: server/event_hdl: add support for SERVER_UP and SERVER_DOWN events by Aurelien DARRAGON · 2 years ago
  32. 129ecf4 MINOR: server/event_hdl: add support for SERVER_ADD and SERVER_DEL events by Aurelien DARRAGON · 2 years ago
  33. 745ce8e MINOR: stats: add server revision id support by Aurelien DARRAGON · 2 years ago
  34. 61e3894 MINOR: server: add srv->rid (revision id) value by Aurelien DARRAGON · 2 years ago
  35. d3083c9 MINOR: quic: reconnect quic-conn socket on address migration by Amaury Denoyelle · 2 years ago
  36. 7c9fdd9 MEDIUM: quic: move receive out of FD handler to quic-conn io-cb by Amaury Denoyelle · 2 years ago
  37. 5b41486 MEDIUM: quic: use quic-conn socket for reception by Amaury Denoyelle · 2 years, 1 month ago
  38. 40909df MINOR: quic: allocate a socket per quic-conn by Amaury Denoyelle · 2 years, 1 month ago
  39. 75839a4 MINOR: quic: startup detect for quic-conn owned socket support by Amaury Denoyelle · 2 years ago
  40. eec0b3c MINOR: quic: detect connection migration by Amaury Denoyelle · 2 years ago
  41. 21e611d MINOR: tools: add port for ipcmp as optional criteria by Amaury Denoyelle · 2 years ago
  42. 8687b63 MINOR: quic: extract datagram parsing code by Amaury Denoyelle · 2 years, 2 months ago
  43. 518c98f MINOR: quic: remove qc from quic_rx_packet by Amaury Denoyelle · 2 years ago
  44. 52ddd99 MEDIUM: ssl: rename the struct "cert_key_and_chain" to "ckch_data" by William Lallemand · 2 years ago
  45. 68e692d MINOR: event_hdl: add event handler base api by Aurelien DARRAGON · 2 years ago
  46. eaded98 [RELEASE] Released version 2.8-dev0 by Willy Tarreau · 2 years ago
  47. 989c55d MINOR: version: mention that it's development again by Willy Tarreau · 2 years ago
  48. d705b85 MINOR: version: mention that it's stable now by Willy Tarreau · 2 years ago
  49. b82296c BUILD: quic: allow build with USE_QUIC and USE_OPENSSL_WOLFSSL by Stefan Eissing · 2 years ago
  50. 6f86eaa CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 2 years ago
  51. d5cae6a MINOR: stick-table: change the API of the function used to calculate the shard by Willy Tarreau · 2 years ago
  52. d64a26f CLEANUP: ncbuf: inline small functions by Amaury Denoyelle · 2 years ago
  53. 56460ee MINOR: stick-table: store a per-table hash seed and use it by Willy Tarreau · 2 years ago
  54. 63b5b33 CLEANUP: stick-table: fill alignment holes in the stktable struct by Willy Tarreau · 2 years ago
  55. 0a2d632 BUG/MINOR: ssl: shut the ca-file errors emitted during httpclient init by William Lallemand · 2 years ago
  56. 3cbf09e MEDIUM: ssl: add minimal WolfSSL support with OpenSSL compatibility mode by Uriah Pollock · 2 years ago
  57. 79320cb BUILD: quic: use openssl-compat.h instead of openssl/ssl.h by Uriah Pollock · 2 years ago
  58. 946d370 BUILD: flags: really restrict the cases where flags are exposed by Willy Tarreau · 2 years ago
  59. 08093cc CLEANUP: tools: do not needlessly include xxhash nor cli from tools.h by Willy Tarreau · 2 years ago
  60. 4d46638 BUILD: compiler: include compiler's definitions before ours by Willy Tarreau · 2 years ago
  61. fc50b9d BUG/MAJOR: sched: protect task during removal from wait queue by Willy Tarreau · 2 years ago
  62. c21a187 MINOR: server/idle: make the next_takeover index per-tgroup by Willy Tarreau · 2 years ago
  63. 9dc231a BUG/MINOR: server/idle: at least use atomic stores when updating max_used_conns by Willy Tarreau · 2 years ago
  64. 2fba08f MINOR: cli/pools: add sorting capabilities to "show pools" by Willy Tarreau · 2 years ago
  65. ace3da8 CLEANUP: quic: replace "choosen" with "chosen" all over the code by Ilya Shipitsin · 2 years, 1 month ago
  66. 74b5f7b BUG/MAJOR: quic: Crash after discarding packet number spaces by Frédéric Lécaille · 2 years ago
  67. 814645f BUG/MAJOR: quic: Crash upon retransmission of dgrams with several packets by Frédéric Lécaille · 2 years ago
  68. 037e3f8 MINOR: cfgparse: Always check the section position by Christopher Faulet · 2 years ago
  69. 62138aa MINOR: mux-h1: Rely on a H1S flag to know a WS key was found or not by Christopher Faulet · 2 years, 1 month ago
  70. ab79b32 MEDIUM: mux-fcgi: Introduce flags to deal with connection read/write errors by Christopher Faulet · 2 years, 2 months ago
  71. 68ee784 CLEANUP: mux-h2: Remove unused fields in h2c structures by Christopher Faulet · 2 years, 2 months ago
  72. ff7925d MEDIUM: mux-h2: Introduce flags to deal with connection read/write errors by Christopher Faulet · 2 years, 2 months ago
  73. 31da34d MEDIUM: mux-h1: Don't report a final error whe a message is aborted by Christopher Faulet · 2 years, 2 months ago
  74. b3de5e5 CLEANUP: mux-h1: Reorder H1 connection flags to avoid holes by Christopher Faulet · 2 years, 2 months ago
  75. fc473a6 MEDIUM: mux-h1: Rely on the H1C to deal with shutdown for reads by Christopher Faulet · 2 years, 2 months ago
  76. bef8900 MINOR: mux-h1: Add flag on H1 stream to deal with internal errors by Christopher Faulet · 2 years, 2 months ago
  77. 56a4994 CLEANUP: mux-h1: Rename H1C_F_ERR_PENDING into H1C_F_ABRT_PENDING by Christopher Faulet · 2 years, 2 months ago
  78. 4e72b17 MEDIUM: mux-h1: Handle H1C states via its state field instead of H1C_F_ST_* by Christopher Faulet · 2 years, 2 months ago
  79. ef93be2 MINOR: mux-h1: Add a dedicated enum to deal with H1 connection state by Christopher Faulet · 2 years, 2 months ago
  80. 71abc0c CLEANUP: mux-h1: Rename H1C_F_ST_ERROR and H1C_F_ST_SILENT_SHUT flags by Christopher Faulet · 2 years, 2 months ago
  81. 7fcbcc0 CLEANUP: mux-h1; Rename H1S_F_ERROR flag into H1S_F_ERROR_MASK by Christopher Faulet · 2 years, 2 months ago
  82. 2fd6dbf BUILD: makefile: move the compiler option detection stuff to compiler.mk by Willy Tarreau · 2 years ago
  83. 8b5a998 BUILD: makefile: use $(cmd_MAKE) in quiet mode by Willy Tarreau · 2 years ago
  84. 8dd6725 BUILD: makefile: move default verbosity settings to include/make/verbose.mk by Willy Tarreau · 2 years ago
  85. a58af5b MINOR: dynbuf: switch allocation and release to macros to better track users by Willy Tarreau · 2 years ago
  86. f7c475d MINOR: pool/debug: create a new pool_alloc_flag() macro by Willy Tarreau · 2 years ago
  87. 91d31c9 OPTIM: ebtree: make ebmb_insert_prefix() keep a copy the new node's key by Willy Tarreau · 2 years ago
  88. bf13e53 OPTIM: ebtree: make ebmb_insert_prefix() keep a copy the new node's pfx by Willy Tarreau · 2 years ago
  89. e98d385 MINOR: deinit: add a "quick-exit" option to bypass the deinit step by Willy Tarreau · 2 years ago
  90. 6342714 CLEANUP: stick-table: remove the unused table->exp_next by Willy Tarreau · 2 years ago
  91. e239e49 BUG/MINOR: ssl: Fix potential overflow by Remi Tricot-Le Breton · 2 years ago
  92. 7ed0597 BUILD: sample: use __fallthrough in smp_is_rw() and smp_dup() by Willy Tarreau · 2 years ago
  93. 1f344c0 BUILD: compiler: define a __fallthrough statement for switch/case by Willy Tarreau · 2 years, 1 month ago
  94. 2b080f7 BUILD: compiler: add a default definition for __has_attribute() by Willy Tarreau · 2 years, 1 month ago
  95. 08e09f0 BUILD: compiler: add a macro to detect if another one is set and equals 1 by Willy Tarreau · 2 years, 1 month ago
  96. 71de041 IMPORT: slz: define and use a __fallthrough statement for switch/case by Willy Tarreau · 2 years, 1 month ago
  97. 4bd53c3 IMPORT: slz: mention the potential header in slz_finish() by Dridi Boukelmoune · 2 years, 8 months ago
  98. eab4256 IMPORT: xxhash: update xxHash to version 0.8.1 by Willy Tarreau · 2 years, 1 month ago
  99. eedcea8 BUILD: debug: remove unnecessary quotes in HA_WEAK() calls by Willy Tarreau · 2 years, 1 month ago
  100. 24e9961 MINOR: cli: define usermsgs print context by Amaury Denoyelle · 2 years, 1 month ago