1. cdad1c3 BUILD: Makefile: enable USE_SHM_OPEN by default on freebsd by William Lallemand · 2 years ago
  2. b60a77b BUG/MINOR: ssl: don't initialize the keylog callback when not required by William Lallemand · 2 years ago
  3. dfefebc BUG/MEDIUM: raw-sock: Don't report connection error if something was received by Christopher Faulet · 2 years ago
  4. 5ad2b64 BUG/MINOR: http_ana/txn: don't re-initialize txn and req var lists by Aurelien DARRAGON · 2 years ago
  5. ce7928d CLEANUP: mux-h1: Don't test h1c in h1_shutw_conn() by Christopher Faulet · 2 years ago
  6. 831d613 DOC: internal: commit notes about polling states and flags on connect() by Willy Tarreau · 2 years ago
  7. c89f665 DOC: internal: commit notes about polling states and flags by Willy Tarreau · 5 years ago
  8. e6ef4cd BUG/MINOR: mux-h1: Fix error handling when H1S allocation failed on client side by Christopher Faulet · 2 years ago
  9. ddfb50e CLEANUP: listener: Remove useless task_queue from manage_global_listener_queue by Christopher Faulet · 2 years ago
  10. 13e86d9 BUG/MEDIUM: listener: Fix race condition when updating the global mngmt task by Christopher Faulet · 2 years ago
  11. b6c31b3 DOC: lua-api: Remove warning about the lua filters by Christopher Faulet · 2 years ago
  12. 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
  13. 7f6aa56 MINOR: sconn: Set SE_FL_ERROR only when there is no more data to read by Christopher Faulet · 2 years, 1 month ago
  14. ab79b32 MEDIUM: mux-fcgi: Introduce flags to deal with connection read/write errors by Christopher Faulet · 2 years, 1 month ago
  15. 68ee784 CLEANUP: mux-h2: Remove unused fields in h2c structures by Christopher Faulet · 2 years, 1 month ago
  16. ff7925d MEDIUM: mux-h2: Introduce flags to deal with connection read/write errors by Christopher Faulet · 2 years, 1 month ago
  17. b65af26 MEDIUM: mux-pt: Don't always set a final error on SE on the sending path by Christopher Faulet · 2 years, 2 months ago
  18. 31da34d MEDIUM: mux-h1: Don't report a final error whe a message is aborted by Christopher Faulet · 2 years, 2 months ago
  19. b3de5e5 CLEANUP: mux-h1: Reorder H1 connection flags to avoid holes by Christopher Faulet · 2 years, 2 months ago
  20. fc473a6 MEDIUM: mux-h1: Rely on the H1C to deal with shutdown for reads by Christopher Faulet · 2 years, 2 months ago
  21. bef8900 MINOR: mux-h1: Add flag on H1 stream to deal with internal errors by Christopher Faulet · 2 years, 2 months ago
  22. 56a4994 CLEANUP: mux-h1: Rename H1C_F_ERR_PENDING into H1C_F_ABRT_PENDING by Christopher Faulet · 2 years, 2 months ago
  23. 2177d96 MINOR: mux-h1: Don't handle subscribe for reads in h1_process_demux() by Christopher Faulet · 2 years, 2 months ago
  24. 4e72b17 MEDIUM: mux-h1: Handle H1C states via its state field instead of H1C_F_ST_* by Christopher Faulet · 2 years, 2 months ago
  25. ef93be2 MINOR: mux-h1: Add a dedicated enum to deal with H1 connection state by Christopher Faulet · 2 years, 2 months ago
  26. 71abc0c CLEANUP: mux-h1: Rename H1C_F_ST_ERROR and H1C_F_ST_SILENT_SHUT flags by Christopher Faulet · 2 years, 2 months ago
  27. 089cc6e REORG: mux-h1: Reorg the H1C structure by Christopher Faulet · 2 years, 2 months ago
  28. 7fcbcc0 CLEANUP: mux-h1; Rename H1S_F_ERROR flag into H1S_F_ERROR_MASK by Christopher Faulet · 2 years, 2 months ago
  29. c3fe6f3 MINOR: mux-h1: Remove usless code inside shutr callback by Christopher Faulet · 2 years, 2 months ago
  30. 0c5e989 BUG/MINOR: pool/cli: use ullong to report total pool usage in bytes by Willy Tarreau · 2 years ago
  31. 3540285 DEV: poll: indicate the FD's side in front of its value by Willy Tarreau · 2 years ago
  32. 05ed7e8 DEV: poll: strip the "do_" prefix from reported function names by Willy Tarreau · 2 years ago
  33. e610641 DEV: poll: make the connect() step an action as well by Willy Tarreau · 2 years ago
  34. 2fd6dbf BUILD: makefile: move the compiler option detection stuff to compiler.mk by Willy Tarreau · 2 years ago
  35. 8b5a998 BUILD: makefile: use $(cmd_MAKE) in quiet mode by Willy Tarreau · 2 years ago
  36. 8dd6725 BUILD: makefile: move default verbosity settings to include/make/verbose.mk by Willy Tarreau · 2 years ago
  37. d575661 BUILD: makefile: properly pass CC to sub-projects by Willy Tarreau · 2 years ago
  38. 59b50bd BUILD: makefile: mark poll and tcploop targets as phony by Willy Tarreau · 2 years ago
  39. 3a72ba2 BUILD: quic: fix dubious 0-byte overflow on qc_release_lost_pkts by Amaury Denoyelle · 2 years ago
  40. 1b662aa BUG/MEDIUM: ring: fix creation of server in uninitialized ring by Willy Tarreau · 2 years ago
  41. 9fd0542 MEDIUM: trace: create a new "trace" statement in the "global" section by Willy Tarreau · 2 years ago
  42. c11f1cd MINOR: trace: split the CLI "trace" parser in CLI vs statement by Willy Tarreau · 2 years ago
  43. 8e6ad25 DOC: config: fix alphabetical ordering of global section by Willy Tarreau · 2 years ago
  44. a0e1a87 REG-TESTS: cache: Remove T-E header for 304-Not-Modified responses by Christopher Faulet · 2 years ago
  45. 226082d BUG/MINOR: mux-h1: Do not send a last null chunk on body-less answers by Mickael Torres · 2 years ago
  46. a58af5b MINOR: dynbuf: switch allocation and release to macros to better track users by Willy Tarreau · 2 years ago
  47. f7c475d MINOR: pool/debug: create a new pool_alloc_flag() macro by Willy Tarreau · 2 years ago
  48. e608b0e BUG/MINOR: ssl: SSL_load_error_strings might not be defined by Remi Tricot-Le Breton · 2 years, 2 months ago
  49. 52fd8a1 BUG/MEDIUM: mux-fcgi: Avoid value length overflow when it doesn't fit at once by Christopher Faulet · 2 years ago
  50. e8c7fb3 BUG/MINOR: mux-fcgi: Be sure to send empty STDING record in case of zero-copy by Christopher Faulet · 2 years ago
  51. 2364b39 BUG/MINOR: resolvers: Set port before IP address when processing SRV records by Christopher Faulet · 2 years, 1 month ago
  52. 68a61b6 BUG/MINOR: resolvers: Don't wait periodic resolution on healthcheck failure by Christopher Faulet · 2 years, 1 month ago
  53. 5a3d9a7 BUG/MINOR: http-htx: Fix error handling during parsing http replies by Christopher Faulet · 2 years ago
  54. 78c7a06 MINOR: ssl: reintroduce ERR_GET_LIB(ret) == ERR_LIB_PEM in ssl_sock_load_pem_into_ckch() by William Lallemand · 2 years ago
  55. 45fed2c MINOR: ssl: ssl_sock_load_cert_chain() display error strings by William Lallemand · 2 years ago
  56. 91d31c9 OPTIM: ebtree: make ebmb_insert_prefix() keep a copy the new node's key by Willy Tarreau · 2 years ago
  57. bf13e53 OPTIM: ebtree: make ebmb_insert_prefix() keep a copy the new node's pfx by Willy Tarreau · 2 years ago
  58. e98d385 MINOR: deinit: add a "quick-exit" option to bypass the deinit step by Willy Tarreau · 2 years ago
  59. 16d6c0c BUG/MEDIUM: wdt/clock: properly handle early task hangs by Aurelien DARRAGON · 2 years ago
  60. aa1909e MEDIUM: http-ana: remove set-cookie2 support by Willy Tarreau · 2 years ago
  61. fbb934d BUG/MEDIUM: stick-table: fix a race condition when updating the expiration task by Willy Tarreau · 2 years ago
  62. 3238f79 OPTIM: stick-table: avoid atomic ops in stktable_requeue_exp() when possible by Willy Tarreau · 2 years ago
  63. 6342714 CLEANUP: stick-table: remove the unused table->exp_next by Willy Tarreau · 2 years ago
  64. e239e49 BUG/MINOR: ssl: Fix potential overflow by Remi Tricot-Le Breton · 2 years ago
  65. f813dab BUG/MINOR: ssl: crt-ignore-err memory leak with 'all' parameter by William Lallemand · 2 years ago
  66. 380085d CLEANUP: ssl: remove printf in bind_parse_ignore_err by William Lallemand · 2 years ago
  67. 913bea5 BUILD: prometheus: use __fallthrough in promex_dump_metrics() and IO handler() by Willy Tarreau · 2 years ago
  68. 476c280 BUILD: stconn: use __fallthrough in various shutw() functions by Willy Tarreau · 2 years ago
  69. 91d398c BUILD: compression: use __fallthrough in comp_http_payload() by Willy Tarreau · 2 years ago
  70. ab42dc3 BUILD: map: use __fallthrough in cli_io_handler_*() by Willy Tarreau · 2 years ago
  71. 68a71ed BUILD: vars: use __fallthrough in var_accounting_{diff,add}() by Willy Tarreau · 2 years ago
  72. 779aa69 BUILD: h1_htx: use __fallthrough in h1_parse_chunk() by Willy Tarreau · 2 years ago
  73. c5bc4ad BUILD: http_act: use __fallthrough in parse_http_del_header() by Willy Tarreau · 2 years ago
  74. 36a7343 BUILD: check: use __fallthrough in __health_adjust() by Willy Tarreau · 2 years ago
  75. 80f9a63 BUILD: logs: use __fallthrough in build_log_header() by Willy Tarreau · 2 years ago
  76. 3064f52 BUILD: spoe: use __fallthrough in spoe_handle_appctx() by Willy Tarreau · 2 years ago
  77. 8de3593 BUILD: acl: use __fallthrough in parse_acl_expr() by Willy Tarreau · 2 years ago
  78. 266ce55 BUILD: args: use __fallthrough in make_arg_list() by Willy Tarreau · 2 years ago
  79. 7de8de0 BUILD: tools: use __fallthrough in url_decode() by Willy Tarreau · 2 years ago
  80. cff8987 BUILD: hash: use __fallthrough in hash_djb2() by Willy Tarreau · 2 years ago
  81. 7910825 BUILD: peers: use __fallthrough in peer_io_handler() by Willy Tarreau · 2 years ago
  82. 9eb93c0 BUILD: stats: use __fallthrough in stats_dump_proxy_to_buffer() by Willy Tarreau · 2 years ago
  83. f3f6076 BUILD: tcpcheck: use __fallthrough in check_proxy_tcpcheck() by Willy Tarreau · 2 years ago
  84. 4698479 BUILD: stream: use __fallthrough in stats_dump_full_strm_to_buffer() by Willy Tarreau · 2 years ago
  85. 14de395 BUILD: hlua: use __fallthrough in hlua_post_init_state() by Willy Tarreau · 2 years ago
  86. a551f4f BUILD: ssl: use __fallthrough in cli_io_handler_tlskeys_files() by Willy Tarreau · 2 years ago
  87. 6fcc86b BUILD: ssl: use __fallthrough in cli_io_handler_commit_{cert,cafile_crlfile}() by Willy Tarreau · 2 years ago
  88. aef8448 BUILD: ssl/crt-list: use __fallthrough in cli_io_handler_add_crtlist() by Willy Tarreau · 2 years ago
  89. 5c8b52f BUILD: quic: use __fallthrough in quic_connect_server() by Willy Tarreau · 2 years ago
  90. 7ed0597 BUILD: sample: use __fallthrough in smp_is_rw() and smp_dup() by Willy Tarreau · 2 years ago
  91. 1f344c0 BUILD: compiler: define a __fallthrough statement for switch/case by Willy Tarreau · 2 years ago
  92. 2b080f7 BUILD: compiler: add a default definition for __has_attribute() by Willy Tarreau · 2 years ago
  93. 08e09f0 BUILD: compiler: add a macro to detect if another one is set and equals 1 by Willy Tarreau · 2 years ago
  94. 71de041 IMPORT: slz: define and use a __fallthrough statement for switch/case by Willy Tarreau · 2 years ago
  95. 4bd53c3 IMPORT: slz: mention the potential header in slz_finish() by Dridi Boukelmoune · 2 years, 8 months ago
  96. eda36f1 IMPORT: slz: declare len to fix debug build when optimal match is enabled by Willy Tarreau · 3 years ago
  97. eab4256 IMPORT: xxhash: update xxHash to version 0.8.1 by Willy Tarreau · 2 years ago
  98. a051816 CI: emit the compiler's version in the build reports by Willy Tarreau · 2 years ago
  99. eedcea8 BUILD: debug: remove unnecessary quotes in HA_WEAK() calls by Willy Tarreau · 2 years ago
  100. a8a83bc BUILD: ssl_utils: fix build on gcc versions before 8 by Willy Tarreau · 2 years ago