1. 3c9b6f6 CI: Improve headline in matrix.py by Tim Duesterhus · 1 year, 11 months ago
  2. 2039151 BUG/MINOR: stick-table: report the correct action name in error message by Willy Tarreau · 1 year, 11 months ago
  3. c389b04 BUG/MINOR: ssl: Missing goto in error path in ocsp update code by Remi Tricot-Le Breton · 1 year, 11 months ago
  4. c57fb3b MINOR: cfgparse-ssl: avoid a possible crash on OOM in ssl_bind_parse_npn() by Willy Tarreau · 1 year, 11 months ago
  5. b566251 BUG/MINOR: debug: don't mask the TH_FL_STUCK flag before dumping threads by Willy Tarreau · 1 year, 11 months ago
  6. 23078c8 BUILD: makefile: also list per-option settings in 'make opts' by Willy Tarreau · 1 year, 11 months ago
  7. 6e70a39 BUILD: makefile: only consider settings from enabled options by Willy Tarreau · 1 year, 11 months ago
  8. 6a2cd33 BUILD: makefile: remove the special case of the SSL option by Willy Tarreau · 1 year, 11 months ago
  9. 2b8d097 BUILD: makefile: make all OpenSSL variants use the same settings by Willy Tarreau · 1 year, 11 months ago
  10. 323b50b BUILD: makefile: support WURFL_CFLAGS and WURFL_LDFLAGS by Willy Tarreau · 1 year, 11 months ago
  11. 3f2803e BUILD: makefile: refactor support for 51DEGREES v3/v4 by Willy Tarreau · 1 year, 11 months ago
  12. 6985e2a BUILD: makefile: support PCRE[2]_CFLAGS and PCRE[2]_LDFLAGS by Willy Tarreau · 1 year, 11 months ago
  13. 2022954 BUILD: makefile: support DEVICEATLAS_CFLAGS and DEVICEATLAS_LDFLAGS by Willy Tarreau · 1 year, 11 months ago
  14. b2ef365 BUILD: makefile: support LUA_CFLAGS and LUA_LDFLAGS by Willy Tarreau · 1 year, 11 months ago
  15. 7f48b6f BUILD: makefile: support WOLFSSL_CFLAGS and WOLFSSL_LDFLAGS by Willy Tarreau · 1 year, 11 months ago
  16. e609ac1 BUILD: makefile: support OPENSSL_CFLAGS and OPENSSL_LDFLAGS by Willy Tarreau · 1 year, 11 months ago
  17. a88cc63 BUILD: makefile: support ENGINE_CFLAGS by Willy Tarreau · 1 year, 11 months ago
  18. d957924 BUILD: makefile: support ZLIB_CFLAGS and ZLIB_LDFLAGS by Willy Tarreau · 1 year, 11 months ago
  19. f852d31 BUILD: makefile: support SYSTEMD_LDFLAGS by Willy Tarreau · 1 year, 11 months ago
  20. eb12fcc BUILD: makefile: support BACKTRACE_LDFLAGS by Willy Tarreau · 1 year, 11 months ago
  21. 3b66494 BUILD: makefile: support THREAD_LDFLAGS by Willy Tarreau · 1 year, 11 months ago
  22. 84e3283 BUILD: makefile: support RT_LDFLAGS by Willy Tarreau · 1 year, 11 months ago
  23. 2b5c9f7 BUILD: makefile: support LIBCRYPT_LDFLAGS by Willy Tarreau · 1 year, 11 months ago
  24. c108f37 BUILD: makefile: rework 51D to split v3/v4 by Willy Tarreau · 1 year, 11 months ago
  25. f6ceb0e CLEANUP: makefile: properly indent ifeq/ifneq conditional blocks by Willy Tarreau · 1 year, 11 months ago
  26. 8ea58f5 BUILD: makefile: properly report USE_PCRE/USE_PCRE2 in features by Willy Tarreau · 1 year, 11 months ago
  27. f297b18 BUILD: makefile: add an implicit USE_MATH variable for -lm by Willy Tarreau · 1 year, 11 months ago
  28. b16d9b5 BUILD: makefile: never force -latomic, set USE_LIBATOMIC instead by Willy Tarreau · 1 year, 11 months ago
  29. 447247a BUILD: makefile: do not restrict Lua's prepend path to empty LUA_LIB_NAME by Willy Tarreau · 2 years ago
  30. 2a3a882 BUILD: makefile: make sure LUA_INC and LUA_LIB are always initialized by Willy Tarreau · 2 years ago
  31. 682b78b BUILD: makefile: reference libdl only once by Willy Tarreau · 2 years ago
  32. 914a668 BUILD: makefile: make sure to also ignore SSL_INC when using wolfssl by Willy Tarreau · 2 years ago
  33. 4f1890e BUILD: makefile: clean the wolfssl include and lib generation rules by Willy Tarreau · 2 years ago
  34. bc2f393 BUILD: makefile: ensure that all USE_* handlers appear before CFLAGS are used by Willy Tarreau · 1 year, 11 months ago
  35. ea3e67f BUILD: makefile: start to automatically collect CFLAGS/LDFLAGS by Willy Tarreau · 1 year, 11 months ago
  36. 8fa2f49 BUILD: makefile: add a function to collect all options' CFLAGS/LDFLAGS by Willy Tarreau · 1 year, 11 months ago
  37. b14e89e BUILD: makefile: initialize all build options' variables at once by Willy Tarreau · 1 year, 11 months ago
  38. 848362f BUILD: makefile: sort the features list by Willy Tarreau · 1 year, 11 months ago
  39. 69e7b7f BUILD: makefile: move common options-oriented macros to include/make/options.mk by Willy Tarreau · 1 year, 11 months ago
  40. 39d6c34 BUILD: makefile: build the features list dynamically by Willy Tarreau · 1 year, 11 months ago
  41. 61839b0 CI: github: use the GITHUB_TOKEN instead of a manually generated token by William Lallemand · 1 year, 11 months ago
  42. 9107731 BUG/MINOR: mux-quic: ignore remote unidirectional stream close by Amaury Denoyelle · 1 year, 11 months ago
  43. 6fbc35f CI: github: enable github api authentication for OpenSSL tags read by Ilya Shipitsin · 1 year, 11 months ago
  44. 2fe93ab MINOR: h3: use stream error when needed instead of connection by Amaury Denoyelle · 2 years ago
  45. 663e872 MEDIUM: mux-quic: implement STOP_SENDING emission by Amaury Denoyelle · 2 years ago
  46. 5854fc0 MINOR: mux-quic: handle RESET_STREAM reception by Amaury Denoyelle · 2 years ago
  47. bb6296c MINOR: mux-quic: do not count stream flow-control if already closed by Amaury Denoyelle · 2 years ago
  48. a473f19 MEDIUM: mux-quic: implement shutw by Amaury Denoyelle · 1 year, 11 months ago
  49. be6a873 BUG/MINOR: httpclient/log: free of invalid ptr with httpclient_log_format by William Lallemand · 1 year, 11 months ago
  50. d793ca2 MEDIUM: httpclient: change the default log format to skip duplicate proxy data by William Lallemand · 1 year, 11 months ago
  51. a80b22e MINOR: httpclient: don't add body when istlen is empty by William Lallemand · 1 year, 11 months ago
  52. 70601c5 BUG/MINOR: ssl/ocsp: httpclient blocked when doing a GET by William Lallemand · 1 year, 11 months ago
  53. c960a3b BUG/MINOR: pool/stats: Use ullong to report total pool usage in bytes in stats by Christopher Faulet · 1 year, 11 months ago
  54. 827a629 BUG/MEDIUM: mux-h2: Refuse interim responses with end-stream flag set by Christopher Faulet · 1 year, 11 months ago
  55. eb53020 CLEANUP: ssl/ocsp: add spaces around operators by William Lallemand · 1 year, 11 months ago
  56. 8bc00f8 BUG/MINOR: ssl/ocsp: check chunk_strcpy() in ssl_ocsp_get_uri_from_cert() by William Lallemand · 1 year, 11 months ago
  57. c8d814e MINOR: ssl: Move OCSP code to a dedicated source file by Remi Tricot-Le Breton · 1 year, 11 months ago
  58. 2f275fb REGTESTS: ssl: Add tests for ocsp auto update mechanism by Remi Tricot-Le Breton · 1 year, 11 months ago
  59. d5d7796 DOC: ssl: Add documentation for ocsp-update option by Remi Tricot-Le Breton · 1 year, 11 months ago
  60. 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
  61. 6477bbd MEDIUM: ssl: Add ocsp update task main function by Remi Tricot-Le Breton · 1 year, 11 months ago
  62. b55be8c MEDIUM: ssl: Insert ocsp responses in update tree when needed by Remi Tricot-Le Breton · 1 year, 11 months ago
  63. 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
  64. 03c5fff MINOR: ssl: Add crt-list ocsp-update option by Remi Tricot-Le Breton · 1 year, 11 months ago
  65. bdd3c79 MINOR: ssl: Add ocsp_update_tree and helper functions by Remi Tricot-Le Breton · 1 year, 11 months ago
  66. cc34667 MEDIUM: ssl: Add ocsp_certid in ckch structure and discard ocsp buffer early by Remi Tricot-Le Breton · 1 year, 11 months ago
  67. eeaa29b MINOR: ssl: Add "update ssl ocsp-response" cli command by Remi Tricot-Le Breton · 1 year, 11 months ago
  68. c0b4058 MINOR: ssl: Add helper function that checks the validity of an OCSP response by Remi Tricot-Le Breton · 1 year, 11 months ago
  69. e09d2ae MINOR: ssl: Add OCSP request helper function by Remi Tricot-Le Breton · 1 year, 11 months ago
  70. 47a4f12 MINOR: ssl: Add helper function that extracts an OCSP URI from a certificate by Remi Tricot-Le Breton · 1 year, 11 months ago
  71. 95e7cf1 MINOR: httpclient: Make the CLI flags public for future use by Remi Tricot-Le Breton · 1 year, 11 months ago
  72. 2b96364 MINOR: ssl: Add a lock to the OCSP response tree by Remi Tricot-Le Breton · 1 year, 11 months ago
  73. 8d49253 BUG/MINOR: quic: do not allocate more rxbufs than necessary by Willy Tarreau · 1 year, 11 months ago
  74. eed7826 BUG/MEDIUM: quic: properly take shards into account on bind lines by Willy Tarreau · 1 year, 11 months ago
  75. 15337fd BUG/MEDIUM: mux-quic: fix double delete from qcc.opening_list by Amaury Denoyelle · 1 year, 11 months ago
  76. 8f5699b REGTESTS: ssl: enable the ssl_reuse.vtc test for WolfSSL by William Lallemand · 1 year, 11 months ago
  77. 2aa14ce MINOR: pool: only use opportunistic versions of the swrate_add() functions by Willy Tarreau · 2 years ago
  78. e327b4a MINOR: freq_ctr: add opportunistic versions of swrate_add() by Willy Tarreau · 2 years ago
  79. 284cfc6 MINOR: pool: make the thread-local hot cache size configurable by Willy Tarreau · 2 years ago
  80. 4dd33d9 OPTIM: pool: split the read_mostly from read_write parts in pool_head by Willy Tarreau · 1 year, 11 months ago
  81. a8b7684 BUG/MEDIUM: stats: Rely on a local trash buffer to dump the stats by Christopher Faulet · 2 years ago
  82. ad4ed00 BUG/MINOR:: mux-h1: Never handle error at mux level for running connection by Christopher Faulet · 2 years ago
  83. 75028f8 BUG/MINOR: mux-h1: Report EOS on parsing/internal error for not running stream by Christopher Faulet · 2 years ago
  84. 1039669 BUG/MEDIUM: tests: use tmpdir to create UNIX socket by Bertrand Jacquin · 2 years ago
  85. 46bea1c BUILD: peers: peers-t.h depends on stick-table-t.h by William Lallemand · 2 years ago
  86. 7332a12 REGTESTS: startup: disable automatic_maxconn.vtc by William Lallemand · 2 years ago
  87. 24f5a24 BUILD: 51d: fix build issue with recent compilers by Willy Tarreau · 2 years ago
  88. 5ac6b3b BUG/MINOR: quic: fix crash on PTO rearm if anti-amplification reset by Amaury Denoyelle · 2 years ago
  89. 16c9ca9 MINOR: stats: make show info json future-proof by Aurelien DARRAGON · 2 years ago
  90. 42b18fb BUG/MINOR: stats: fix show stat json buffer limitation by Aurelien DARRAGON · 2 years ago
  91. 5594184 MINOR: stats: introduce stats field ctx by Aurelien DARRAGON · 2 years ago
  92. e76a027 MINOR: stats: provide ctx for dumping functions by Aurelien DARRAGON · 2 years ago
  93. 4cf0d3f BUG/MINOR: ssl: Fix memory leak of find_chain in ssl_sock_load_cert_chain by Remi Tricot-Le Breton · 2 years ago
  94. e3d5f9a MINOR: ssl: Remove unnecessary alloc'ed trash chunk in show ocsp-response by Remi Tricot-Le Breton · 2 years ago
  95. 9334843 MINOR: ssl: Remove unneeded buffer allocation in show ocsp-response by Remi Tricot-Le Breton · 2 years ago
  96. c4913f6 MINOR: h3: check return values of htx_add_* on headers parsing by Amaury Denoyelle · 2 years ago
  97. 788fc05 BUG/MINOR: h3: fix memleak on HEADERS parsing failure by Amaury Denoyelle · 2 years ago
  98. 19942e3 BUG/MEDIUM: h3: fix cookie header parsing by Amaury Denoyelle · 2 years ago
  99. 4328b61 MINOR: http-htx: add BUG_ON to prevent API error on http_cookie_register by Amaury Denoyelle · 2 years ago
  100. 8f1f1b0 BUG/MINOR: mux-h1: Fix test instead a BUG_ON() in h1_send_error() by Christopher Faulet · 2 years ago