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