1. 2a3a882 BUILD: makefile: make sure LUA_INC and LUA_LIB are always initialized by Willy Tarreau · 2 years ago
  2. 682b78b BUILD: makefile: reference libdl only once by Willy Tarreau · 2 years ago
  3. 914a668 BUILD: makefile: make sure to also ignore SSL_INC when using wolfssl by Willy Tarreau · 2 years ago
  4. 4f1890e BUILD: makefile: clean the wolfssl include and lib generation rules by Willy Tarreau · 2 years ago
  5. bc2f393 BUILD: makefile: ensure that all USE_* handlers appear before CFLAGS are used by Willy Tarreau · 1 year, 11 months ago
  6. ea3e67f BUILD: makefile: start to automatically collect CFLAGS/LDFLAGS by Willy Tarreau · 1 year, 11 months ago
  7. 8fa2f49 BUILD: makefile: add a function to collect all options' CFLAGS/LDFLAGS by Willy Tarreau · 1 year, 11 months ago
  8. b14e89e BUILD: makefile: initialize all build options' variables at once by Willy Tarreau · 1 year, 11 months ago
  9. 848362f BUILD: makefile: sort the features list by Willy Tarreau · 1 year, 11 months ago
  10. 69e7b7f BUILD: makefile: move common options-oriented macros to include/make/options.mk by Willy Tarreau · 1 year, 11 months ago
  11. 39d6c34 BUILD: makefile: build the features list dynamically by Willy Tarreau · 1 year, 11 months ago
  12. 61839b0 CI: github: use the GITHUB_TOKEN instead of a manually generated token by William Lallemand · 1 year, 11 months ago
  13. 9107731 BUG/MINOR: mux-quic: ignore remote unidirectional stream close by Amaury Denoyelle · 1 year, 11 months ago
  14. 6fbc35f CI: github: enable github api authentication for OpenSSL tags read by Ilya Shipitsin · 1 year, 11 months ago
  15. 2fe93ab MINOR: h3: use stream error when needed instead of connection by Amaury Denoyelle · 2 years ago
  16. 663e872 MEDIUM: mux-quic: implement STOP_SENDING emission by Amaury Denoyelle · 2 years ago
  17. 5854fc0 MINOR: mux-quic: handle RESET_STREAM reception by Amaury Denoyelle · 2 years ago
  18. bb6296c MINOR: mux-quic: do not count stream flow-control if already closed by Amaury Denoyelle · 2 years ago
  19. a473f19 MEDIUM: mux-quic: implement shutw by Amaury Denoyelle · 1 year, 11 months ago
  20. be6a873 BUG/MINOR: httpclient/log: free of invalid ptr with httpclient_log_format by William Lallemand · 1 year, 11 months ago
  21. d793ca2 MEDIUM: httpclient: change the default log format to skip duplicate proxy data by William Lallemand · 1 year, 11 months ago
  22. a80b22e MINOR: httpclient: don't add body when istlen is empty by William Lallemand · 1 year, 11 months ago
  23. 70601c5 BUG/MINOR: ssl/ocsp: httpclient blocked when doing a GET by William Lallemand · 1 year, 11 months ago
  24. c960a3b BUG/MINOR: pool/stats: Use ullong to report total pool usage in bytes in stats by Christopher Faulet · 1 year, 11 months ago
  25. 827a629 BUG/MEDIUM: mux-h2: Refuse interim responses with end-stream flag set by Christopher Faulet · 1 year, 11 months ago
  26. eb53020 CLEANUP: ssl/ocsp: add spaces around operators by William Lallemand · 1 year, 11 months ago
  27. 8bc00f8 BUG/MINOR: ssl/ocsp: check chunk_strcpy() in ssl_ocsp_get_uri_from_cert() by William Lallemand · 1 year, 11 months ago
  28. c8d814e MINOR: ssl: Move OCSP code to a dedicated source file by Remi Tricot-Le Breton · 1 year, 11 months ago
  29. 2f275fb REGTESTS: ssl: Add tests for ocsp auto update mechanism by Remi Tricot-Le Breton · 1 year, 11 months ago
  30. d5d7796 DOC: ssl: Add documentation for ocsp-update option by Remi Tricot-Le Breton · 1 year, 11 months ago
  31. aff8277 MEDIUM: ssl: Start update task if at least one ocsp-update option is set to on by Remi Tricot-Le Breton · 1 year, 11 months ago
  32. 6477bbd MEDIUM: ssl: Add ocsp update task main function by Remi Tricot-Le Breton · 1 year, 11 months ago
  33. b55be8c MEDIUM: ssl: Insert ocsp responses in update tree when needed by Remi Tricot-Le Breton · 1 year, 11 months ago
  34. fb2b998 MINOR: ssl: Store 'ocsp-update' mode in the ckch_data and check for inconsistencies by Remi Tricot-Le Breton · 1 year, 11 months ago
  35. 03c5fff MINOR: ssl: Add crt-list ocsp-update option by Remi Tricot-Le Breton · 1 year, 11 months ago
  36. bdd3c79 MINOR: ssl: Add ocsp_update_tree and helper functions by Remi Tricot-Le Breton · 1 year, 11 months ago
  37. cc34667 MEDIUM: ssl: Add ocsp_certid in ckch structure and discard ocsp buffer early by Remi Tricot-Le Breton · 1 year, 11 months ago
  38. eeaa29b MINOR: ssl: Add "update ssl ocsp-response" cli command by Remi Tricot-Le Breton · 1 year, 11 months ago
  39. c0b4058 MINOR: ssl: Add helper function that checks the validity of an OCSP response by Remi Tricot-Le Breton · 1 year, 11 months ago
  40. e09d2ae MINOR: ssl: Add OCSP request helper function by Remi Tricot-Le Breton · 1 year, 11 months ago
  41. 47a4f12 MINOR: ssl: Add helper function that extracts an OCSP URI from a certificate by Remi Tricot-Le Breton · 1 year, 11 months ago
  42. 95e7cf1 MINOR: httpclient: Make the CLI flags public for future use by Remi Tricot-Le Breton · 1 year, 11 months ago
  43. 2b96364 MINOR: ssl: Add a lock to the OCSP response tree by Remi Tricot-Le Breton · 1 year, 11 months ago
  44. 8d49253 BUG/MINOR: quic: do not allocate more rxbufs than necessary by Willy Tarreau · 1 year, 11 months ago
  45. eed7826 BUG/MEDIUM: quic: properly take shards into account on bind lines by Willy Tarreau · 1 year, 11 months ago
  46. 15337fd BUG/MEDIUM: mux-quic: fix double delete from qcc.opening_list by Amaury Denoyelle · 1 year, 11 months ago
  47. 8f5699b REGTESTS: ssl: enable the ssl_reuse.vtc test for WolfSSL by William Lallemand · 1 year, 11 months ago
  48. 2aa14ce MINOR: pool: only use opportunistic versions of the swrate_add() functions by Willy Tarreau · 2 years ago
  49. e327b4a MINOR: freq_ctr: add opportunistic versions of swrate_add() by Willy Tarreau · 2 years ago
  50. 284cfc6 MINOR: pool: make the thread-local hot cache size configurable by Willy Tarreau · 2 years ago
  51. 4dd33d9 OPTIM: pool: split the read_mostly from read_write parts in pool_head by Willy Tarreau · 1 year, 11 months ago
  52. a8b7684 BUG/MEDIUM: stats: Rely on a local trash buffer to dump the stats by Christopher Faulet · 2 years ago
  53. ad4ed00 BUG/MINOR:: mux-h1: Never handle error at mux level for running connection by Christopher Faulet · 2 years ago
  54. 75028f8 BUG/MINOR: mux-h1: Report EOS on parsing/internal error for not running stream by Christopher Faulet · 2 years ago
  55. 1039669 BUG/MEDIUM: tests: use tmpdir to create UNIX socket by Bertrand Jacquin · 2 years ago
  56. 46bea1c BUILD: peers: peers-t.h depends on stick-table-t.h by William Lallemand · 2 years ago
  57. 7332a12 REGTESTS: startup: disable automatic_maxconn.vtc by William Lallemand · 2 years ago
  58. 24f5a24 BUILD: 51d: fix build issue with recent compilers by Willy Tarreau · 2 years ago
  59. 5ac6b3b BUG/MINOR: quic: fix crash on PTO rearm if anti-amplification reset by Amaury Denoyelle · 2 years ago
  60. 16c9ca9 MINOR: stats: make show info json future-proof by Aurelien DARRAGON · 2 years ago
  61. 42b18fb BUG/MINOR: stats: fix show stat json buffer limitation by Aurelien DARRAGON · 2 years ago
  62. 5594184 MINOR: stats: introduce stats field ctx by Aurelien DARRAGON · 2 years ago
  63. e76a027 MINOR: stats: provide ctx for dumping functions by Aurelien DARRAGON · 2 years ago
  64. 4cf0d3f BUG/MINOR: ssl: Fix memory leak of find_chain in ssl_sock_load_cert_chain by Remi Tricot-Le Breton · 2 years ago
  65. e3d5f9a MINOR: ssl: Remove unnecessary alloc'ed trash chunk in show ocsp-response by Remi Tricot-Le Breton · 2 years ago
  66. 9334843 MINOR: ssl: Remove unneeded buffer allocation in show ocsp-response by Remi Tricot-Le Breton · 2 years ago
  67. c4913f6 MINOR: h3: check return values of htx_add_* on headers parsing by Amaury Denoyelle · 2 years ago
  68. 788fc05 BUG/MINOR: h3: fix memleak on HEADERS parsing failure by Amaury Denoyelle · 2 years ago
  69. 19942e3 BUG/MEDIUM: h3: fix cookie header parsing by Amaury Denoyelle · 2 years ago
  70. 4328b61 MINOR: http-htx: add BUG_ON to prevent API error on http_cookie_register by Amaury Denoyelle · 2 years ago
  71. 8f1f1b0 BUG/MINOR: mux-h1: Fix test instead a BUG_ON() in h1_send_error() by Christopher Faulet · 2 years ago
  72. da93802 BUG/MEDIUM: mux-h1: Don't release H1 stream upgraded from TCP on error by Christopher Faulet · 2 years ago
  73. f5994fc CI: github: split matrix for development and stable branches by Ilya Shipitsin · 2 years ago
  74. 6dedeb7 CI: github: remove redundant ASAN loop by Ilya Shipitsin · 2 years ago
  75. d2c5ee6 BUG/MEDIUM: h3: parse content-length and reject invalid messages by Amaury Denoyelle · 2 years ago
  76. 15f3cc4 MINOR: http: extract content-length parsing from H2 by Amaury Denoyelle · 2 years ago
  77. 7b5a671 BUG/MEDIUM: h3: reject request with invalid pseudo header by Amaury Denoyelle · 2 years ago
  78. d6fb7a0 BUG/MEDIUM: h3: reject request with invalid header name by Amaury Denoyelle · 2 years ago
  79. f98b3b1 REGTESTS: startup: add alternatives values in automatic_maxconn.vtc by William Lallemand · 2 years ago
  80. 819d48b BUG/MEDIUM: resolvers: Use tick_first() to update the resolvers task timeout by Christopher Faulet · 2 years ago
  81. 4272934 BUG/MEDIUM: freq-ctr: Don't compute overshoot value for empty counters by Christopher Faulet · 2 years ago
  82. 04007cb CLEANUP: ssl: remove check on srv->proxy by William Lallemand · 2 years ago
  83. 02cf4ec MINOR: sample: add param converter by Thayne McCombs · 2 years ago
  84. 6b6f082 REGTESTS: startup: activate automatic_maxconn.vtc by William Lallemand · 2 years ago
  85. 2cb1493 CI: github: set ulimit -n to a greater value by William Lallemand · 2 years ago
  86. 2a22539 REGTESTS: startup: change the expected maxconn to 11000 by William Lallemand · 2 years ago
  87. 0adafb3 BUG/MINOR: startup: don't use internal proxies to compute the maxconn by William Lallemand · 2 years ago
  88. 38c5b6e REGTESTS: startup: check maxconn computation by William Lallemand · 2 years ago
  89. 4a04cd3 CI: github: split ssl lib selection based on git branch by Ilya Shipitsin · 2 years ago
  90. 4b16700 BUG/MINOR: mux-quic: handle properly alloc error in qcs_new() by Amaury Denoyelle · 2 years ago
  91. 641a65f BUG/MINOR: mux-quic: remove qcs from opening-list on free by Amaury Denoyelle · 2 years ago
  92. 6eb3c4b CLEANUP: mux-quic: remove unused attribute on qcs_is_close_remote() by Amaury Denoyelle · 2 years ago
  93. 4244833 BUG/MINOR: quic: handle alloc failure on qc_new_conn() for owned socket by Amaury Denoyelle · 2 years ago
  94. dbf6ad4 BUG/MINOR: quic: properly handle alloc failure in qc_new_conn() by Amaury Denoyelle · 2 years ago
  95. 393e4e4 CI: github: reintroduce openssl 1.1.1 by William Lallemand · 2 years ago
  96. e1b866a REGTESTS: fix the race conditions in iff.vtc by Christopher Faulet · 2 years ago
  97. 2e6bf0a BUG/MAJOR: fcgi: Fix uninitialized reserved bytes by Youfu Zhang · 2 years ago
  98. 7edec90 DOC: promex: Add missing backend metrics by Christopher Faulet · 2 years ago
  99. e06e31e MINOR: promex: introduce haproxy_backend_agg_check_status by Cedric Paillet · 2 years ago
  100. 7d6644e BUG/MINOR: promex: create haproxy_backend_agg_server_status by Cedric Paillet · 2 years ago